Total Pageviews

Monday, June 22, 2026

COMPUTER NETWORK QUESTION SET 2

Computer Networks Online Quiz

Computer Networks Quiz

Time Left: 10:00

1. What does LAN stand for?

Local Area Network
Long Area Network
Large Area Network
Link Area Network

2. Which device connects different networks?

Hub
Switch
Router
Repeater

3. Which layer of OSI model handles routing?

Session Layer
Network Layer
Data Link Layer
Transport Layer

4. How many layers are there in the OSI model?

5
6
7
8

5. What does IP stand for?

Internet Protocol
Internal Protocol
Internet Process
Internal Process

6. Which protocol is used for web browsing?

FTP
SMTP
HTTP
DNS

7. Which device works at Layer 2?

Router
Switch
Gateway
Repeater

8. DNS is used for?

Email Transfer
File Transfer
Domain Name Resolution
Encryption

9. Which protocol is used to send email?

SMTP
HTTP
FTP
TCP

10. TCP stands for?

Transfer Control Protocol
Transmission Control Protocol
Terminal Communication Protocol
Transport Communication Protocol

COMPUTER NETWORK QUIZ SET 1

Computer Networks Quiz

Computer Networks Quiz

Time Left: 10:00

1. What does LAN stand for?

Local Area Network
Long Area Network
Large Area Network
Link Area Network

2. Which device connects different networks?

Hub
Switch
Router
Repeater

3. Which layer of OSI model handles routing?

Transport
Network
Session
Data Link

4. How many layers are there in OSI model?

5
6
7
8

5. What does IP stand for?

Internet Protocol
Internal Process
Internet Process
Internal Protocol

6. Which protocol is used for web browsing?

FTP
SMTP
HTTP
DNS

7. Which device operates at Layer 2?

Router
Switch
Gateway
Modem

8. What does DNS do?

Transfers files
Sends emails
Resolves domain names
Encrypts data

9. Which protocol is used to send emails?

SMTP
HTTP
FTP
TCP

10. TCP stands for?

Transfer Control Protocol
Transmission Control Protocol
Transport Communication Protocol
Terminal Control Protocol

COMPUTER ARCHITECTURE SET 1

Computer Architecture Quiz

Computer Architecture Quiz

Enter Student Name


Time Left: 10:00

1. Which register stores the address of the next instruction?

MAR
PC
MDR
IR

2. ALU stands for?

Arithmetic Logic Unit
Automatic Logic Unit
Arithmetic Local Unit
None

3. Which memory is fastest?

RAM
ROM
Cache
Hard Disk

4. CPU consists of?

ALU and CU
RAM and ROM
Cache and RAM
None

5. CU stands for?

Control Unit
Central Unit
Core Unit
Common Unit

6. Which memory is non-volatile?

RAM
Cache
ROM
Register

7. Fetch-Decode-Execute cycle is performed by?

Printer
CPU
Scanner
Monitor

8. Which bus transfers data?

Address Bus
Data Bus
Control Bus
Memory Bus

9. Binary of decimal 10 is?

1001
1111
1010
1100

10. Which component stores instructions temporarily?

RAM
HDD
DVD
Printer

DBMS QUESTION SET 1

DBMS Quiz

DBMS Quiz

1. DBMS stands for?

Database Management System
Data Backup Management System
Database Mapping System
Data Management Service

2. Which language is used to interact with databases?

HTML
SQL
CSS
Java

3. Which command is used to retrieve data?

INSERT
UPDATE
SELECT
DELETE

4. Which key uniquely identifies a record?

Foreign Key
Candidate Key
Primary Key
Composite Key

5. Which normal form removes partial dependency?

1NF
2NF
3NF
BCNF

6. Which SQL command adds a new record?

INSERT
SELECT
ALTER
DROP

7. What is a foreign key?

Unique identifier
Duplicate key
Key linking two tables
Temporary key

8. Which SQL clause filters records?

ORDER BY
GROUP BY
WHERE
HAVING

9. Which operation combines rows from two tables?

JOIN
DELETE
UPDATE
TRUNCATE

10. Which command removes all rows from a table?

DELETE
DROP
REMOVE
TRUNCATE

OPERATING SYSTEM QUIZ SET 1

Operating System Quiz

Operating System Quiz

1. What is the primary function of an Operating System?

Manage hardware and software resources
Create documents
Browse the internet
Compile programs

2. Which of the following is an Operating System?

MS Word
Windows
Photoshop
Chrome

3. Which scheduling algorithm follows First Come First Serve?

FCFS
Round Robin
Priority
SJF

4. Which memory is volatile?

ROM
Hard Disk
RAM
SSD

5. Which component manages files in an OS?

File System
CPU
Cache
Compiler

6. What is a deadlock?

Fast execution
Process waiting indefinitely for resources
Memory allocation
File deletion

7. Which scheduling algorithm gives each process a fixed time slice?

FCFS
Priority
Round Robin
SJF

8. Which of the following is system software?

Operating System
MS Excel
PowerPoint
Paint

9. What is paging used for?

CPU scheduling
Memory management
File compression
Device management

10. Which part of the OS interacts directly with hardware?

Shell
Compiler
Kernel
Editor

C LANGUAGE QUIZ SET 1

C Language Quiz

C Language Quiz

1. Who developed the C language?

Dennis Ritchie
James Gosling
Bjarne Stroustrup
Guido van Rossum

2. Which symbol is used to end a statement in C?

:
;
,
.

3. Which function is the entry point of a C program?

start()
run()
main()
init()

4. Which header file is required for printf()?

math.h
stdio.h
string.h
conio.h

5. Which data type stores a single character?

int
float
char
double

6. What is the size of char in C?

1 byte
2 bytes
4 bytes
8 bytes

7. Which loop executes at least once?

for
while
do-while
nested for

8. Which operator is used for address-of?

*
&
%
#

9. Which keyword is used to return a value from a function?

break
continue
exit
return

10. Which operator is used for equality comparison?

=
:=
==
!=

QUIZ IN COMPUTER SCIENCE

BASIC LEVEL 1. DATA STRUCTURE SET 1 - CLICK C LANGUAGE SET 1 - CLICK OPERATING SYSTEM SET 1 : CLICK COMPUTER ARCHITECTURE QUIZ SET 1 : CLICK COMPUTER NETWORK QUIZ SET 1 : CLICK

DATA STRUCTURE QUIZ -1

Data Structure Quiz

Data Structure Quiz

1. Which data structure follows FIFO?

Stack
Queue
Tree
Graph

2. Which data structure follows LIFO?

Queue
Linked List
Stack
Tree

3. Which searching algorithm requires sorted data?

Linear Search
DFS
Binary Search
BFS

4. Which data structure is used for recursion?

Queue
Stack
Graph
Array

5. Which traversal order is Root → Left → Right?

Inorder
Postorder
Preorder
Level Order

6. Which data structure consists of nodes connected by links?

Array
Linked List
Stack
Queue

7. Which data structure is used in BFS traversal?

Stack
Queue
Tree
Array

8. Which data structure is used in DFS traversal?

Queue
Linked List
Stack
Graph

9. What is the index of the first element in an array?

0
1
-1
Depends on size

10. Which data structure represents hierarchical data?

Queue
Stack
Tree
Array