Skip to content

  • Home
    • Featured Questions
    • Latest Updates
  • Subjects
    • Mathematics
    • Science
    • Computers
    • English
    • General Knowledge
    • History
  • Tips & Strategies
    • Test taking strategy
    • Stress Management
    • Time Management
  • Tools & Utilities
    • Generate Speech From Text
    • Change Your Voice
    • Generate Image From Text
    • Compress Your Images
  • Contact
    • Privacy Policy
    • Mission & Vision
  • Toggle search form

Computers

Multiple Choice Questions

Single Answer Questions

Computer Fundamentals

Operating Systems

Data Structures

Software Engineering

Networking Concepts

Computer Organization

Computer Fundamentals Quiz

1 / 20

Which of the following is an example of a secondary storage device?

2 / 20

What is the role of RAM in a computer system?

3 / 20

What is the purpose of a compiler in programming?

4 / 20

Which programming language is known for its use in developing web-based applications?

5 / 20

What does HTTP stand for in the context of the internet?

6 / 20

What is the purpose of an operating system?

7 / 20

Which storage device provides the fastest access to data?

8 / 20

What does the acronym GUI stand for in computing?

9 / 20

Which of the following is a volatile memory type?

10 / 20

What is the primary function of the CPU in a computer?

11 / 20

What does the acronym "URL" stand for in the context of the internet?

12 / 20

What is the purpose of an IP address in computer networking?

13 / 20

Which unit is used to measure the speed of a processor?

14 / 20

In computer terminology, what does "WWW" stand for?

15 / 20

What is the purpose of the BIOS (Basic Input/Output System) in a computer?

16 / 20

Which computer component is responsible for temporarily storing data and instructions during program execution?

17 / 20

What does the term "GUI" stand for in the context of computer interfaces?

18 / 20

What is the function of an operating system in a computer?

19 / 20

Which of the following is a volatile storage device used for storing the operating system and application programs?

20 / 20

What does the acronym "RAM" stand for in the context of computer memory?

Your score is

The average score is 0%

0%

Computer Operating Systems Quiz

1 / 20

Which scheduling algorithm is designed to give each process an equal share of the CPU time?

2 / 20

What is the purpose of the 'grep' command in Unix/Linux?

3 / 20

In the context of operating systems, what does the term 'GUI' stand for?

4 / 20

What is the primary function of the Memory Management unit in an operating system?

5 / 20

What is the purpose of the 'sudo' command in Unix/Linux operating systems?

6 / 20

Which file system is commonly used in Windows operating systems?

7 / 20

What is the role of the Task Manager in Windows operating systems?

8 / 20

What is the kernel of an operating system?

9 / 20

Which of the following is not a type of operating system?

10 / 20

What is the main purpose of an operating system?

11 / 20

What is the purpose of the 'ping' command in networking on operating systems like Unix and Windows?

12 / 20

What does the term 'RAID' stand for in the context of storage systems?

13 / 20

What is the role of the 'Page Fault' in virtual memory management?

14 / 20

What is the purpose of the 'chmod' command in Unix-like operating systems?

15 / 20

Which of the following is an example of a real-time operating system?

16 / 20

What is the purpose of the command interpreter in an operating system?

17 / 20

In the context of operating systems, what is a "fork" system call used for?

18 / 20

What is the purpose of the swap space in virtual memory management?

19 / 20

What is the purpose of the device driver in an operating system?

20 / 20

Which of the following is not a function of an operating system?

Your score is

The average score is 0%

0%

Computer Data Structures Quiz

1 / 30

What is the primary difference between a heap and a priority queue?

2 / 30

Which data structure is suitable for implementing undo and redo functionality in a graphics application?

3 / 30

What is the primary purpose of a self-balancing binary search tree, such as AVL tree or Red-Black tree?

4 / 30

Which of the following is an example of a dynamic programming problem?

5 / 30

In a binary search tree, what is the left subtree of a node comprised of?

6 / 30

What is the time complexity of the best-known comparison-based sorting algorithms in the worst case?

7 / 30

Which of the following is not an example of a linear search algorithm?

8 / 30

In a hash table, what is the purpose of the load factor?

9 / 30

Which algorithm is commonly used for finding the shortest path in a weighted graph?

10 / 30

What is the primary purpose of a Bloom filter in data structures?

11 / 30

Which data structure is commonly used to implement a cache?

12 / 30

What is the purpose of a doubly linked list over a singly linked list?

13 / 30

Which sorting algorithm has a time complexity of O(n^2) in the worst case but is adaptive and efficient for small datasets?

14 / 30

What is the primary advantage of a trie data structure?

15 / 30

In a hash table, what is a collision?

16 / 30

Which of the following is an example of a non-linear data structure that is also acyclic?

17 / 30

What is the time complexity of inserting an element at the end of a dynamic array (assuming no resizing is needed)?

18 / 30

Which data structure is suitable for implementing undo functionality in a text editor?

19 / 30

In a binary heap, what is the relationship between a parent node and its child nodes?

20 / 30

Which of the following data structures uses the First In, First Out (FIFO) principle?

21 / 30

What is the purpose of a priority queue?

22 / 30

Which of the following is a non-linear data structure?

23 / 30

What is the primary advantage of a linked list over an array?

24 / 30

Which sorting algorithm has the best average-case time complexity?

25 / 30

What is the purpose of hashing in data structures?

26 / 30

Which of the following is not a linear data structure?

27 / 30

What is the time complexity of searching for an element in a binary search tree (BST)?

28 / 30

In a binary tree, each node can have at most how many children?

29 / 30

Which data structure follows the Last In, First Out (LIFO) principle?

30 / 30

What is the primary purpose of data structures?

Your score is

The average score is 0%

0%

Computer Software Engineering Quiz

1 / 20

Which software development paradigm focuses on modeling a system as a set of interacting objects, each defined by its class and behavior?

2 / 20

What does the term "pair programming" mean in agile software development?

3 / 20

What is the purpose of a burn-down chart in agile project management?

4 / 20

Which of the following is a key principle of object-oriented programming (OOP)?

5 / 20

What is the purpose of a use case in the context of requirements engineering?

6 / 20

In software engineering, what does the term "refactoring" refer to?

7 / 20

Which testing technique involves testing individual units or components of a software application in isolation from the rest of the system?

8 / 20

What is the main goal of the Clean Code principle in software development?

9 / 20

Which software development model involves the repeated cycles of planning, designing, coding, testing, and releasing, with each cycle building on the lessons learned from the previous one?

10 / 20

What is the purpose of a class diagram in UML?

11 / 20

What is the term for a software development practice that involves continuously integrating code changes from multiple contributors into a shared repository?

12 / 20

What is the purpose of a software requirement specification (SRS) document in the software development process?

13 / 20

Which software development methodology emphasizes individuals and interactions over processes and tools, working software over comprehensive documentation, and customer collaboration over contract negotiation?

14 / 20

In the context of software testing, what does the term "black-box testing" refer to?

15 / 20

What is the purpose of a use case diagram in the Unified Modeling Language (UML)?

16 / 20

Which software development principle emphasizes that a software system should be broken down into small, manageable units or modules?

17 / 20

What does the term "UML" stand for in software engineering?

18 / 20

What is the purpose of version control systems in software development?

19 / 20

Which software development model is known for its linear and sequential approach, with distinct phases like requirements, design, implementation, testing, and maintenance?

20 / 20

What is the primary goal of software engineering?

Your score is

The average score is 0%

0%

Computer Networking Concepts Quiz

1 / 20

What is the purpose of the MAC address in networking?

2 / 20

Which of the following is a protocol used for secure remote access to a network?

3 / 20

What is the role of a router in a computer network?

4 / 20

What is the purpose of ICMP (Internet Control Message Protocol) in networking?

5 / 20

Which of the following protocols is used for securely transferring files over a network?

6 / 20

In the context of wireless networking, what does the term "SSID" stand for?

7 / 20

Which layer of the OSI model is responsible for routing and logical addressing?

8 / 20

What is the purpose of NAT (Network Address Translation) in networking?

9 / 20

Which of the following is a connection-oriented protocol used for reliable data transfer in networking?

10 / 20

What is the primary purpose of the Internet Protocol (IP) in networking?

11 / 20

What is the purpose of a firewall in network security?

12 / 20

In the context of networking, what does the term "bandwidth" refer to?

13 / 20

What is the purpose of the ARP (Address Resolution Protocol) in networking?

14 / 20

Which protocol is commonly used for secure communication over the internet, providing encryption and authentication?

15 / 20

What is the primary purpose of the Domain Name System (DNS) in networking?

16 / 20

Which network topology connects all devices to a central hub or switch?

17 / 20

What is the purpose of a subnet mask in networking?

18 / 20

In the context of IP addressing, what does DHCP stand for?

19 / 20

Which layer of the OSI model is responsible for error detection and correction in data transmission?

20 / 20

What is the primary function of the OSI model in computer networking?

Your score is

The average score is 0%

0%

Computer Organization Quiz

1 / 20

In computer organization, what is the purpose of the I/O Controller?

2 / 20

What is the significance of the "Harvard architecture" in computer organization?

3 / 20

In computer organization, what is the purpose of a multiplexer (MUX)?

4 / 20

What does the term "endianess" refer to in computer architecture?

5 / 20

Which component of a CPU is responsible for temporarily storing intermediate data during instruction execution?

6 / 20

In computer organization, what is the significance of the Fetch stage in the instruction execution cycle?

7 / 20

What is the purpose of a memory hierarchy in computer architecture?

8 / 20

Which of the following is a characteristic of RISC (Reduced Instruction Set Computing) architecture?

9 / 20

 In computer organization, what is the role of the MPU (Memory Protection Unit)?

10 / 20

What is the purpose of the CPU's CU (Control Unit) in computer organization?

11 / 20

What does the term "pipelined instruction execution" mean in computer organization?

12 / 20

What is the purpose of the MAR (Memory Address Register) in computer architecture?

13 / 20

Which addressing mode involves specifying the location of an operand directly in the instruction itself?

14 / 20

In the context of computer organization, what does the term "pipeline" refer to?

15 / 20

Which type of memory retains its contents even when the power is turned off?

16 / 20

What is the primary role of the von Neumann architecture in computer organization?

17 / 20

In computer organization, what is the purpose of the control unit?

18 / 20

What does the term "clock cycle" refer to in the context of computer organization?

19 / 20

Which component of a CPU is responsible for temporarily storing data that is frequently accessed by the processor?

20 / 20

What is the primary function of the ALU (Arithmetic Logic Unit) in a CPU?

Your score is

The average score is 0%

0%

  • Privacy Policy
  • Terms Of Service
  • Contact
  • About Us

Copyright © 2025 .

AllExamPrep