Computer Fundamentals MCQs

Computer

Computer Fundamentals MCQs

Practice Computer Fundamentals MCQs with answers and detailed explanations covering computer basics, characteristics, types of computers, generations of computers and fundamental concepts frequently asked in SSC, Railway, Banking, UPSC, JKSSB and other competitive exams.

326
Total Questions

Practice Questions

Page 15 of 17
Question #281
Which of the following is an advantage of digital computers over analog?
A. Higher accuracy
B. Faster processing
C. Less expensive
D. Easier to program

Correct Answer: Option A


Explanation:
Digital computers offer higher accuracy because they represent data discretely.

This question belongs to: Computer Computer Fundamentals
Question #282
Which generation of computers used VLSI technology?
A. Second
B. Fifth
C. Third
D. Fourth

Correct Answer: Option D


Explanation:
Fourth-generation computers used VLSI (Very Large Scale Integration) technology.

This question belongs to: Computer Computer Fundamentals
Question #283
What is the decimal equivalent of hexadecimal 2B?
A. 43
B. 45
C. 44
D. 46

Correct Answer: Option A


Explanation:
2B = 2*16 + 11 = 32+11 = 43.

This question belongs to: Computer Computer Fundamentals
Question #284
What is the function of the kernel in an OS?
A. Manages hardware and core functions
B. Provides user interface
C. Runs applications
D. Connects to internet

Correct Answer: Option A


Explanation:
The kernel is the core of the OS, managing hardware resources and system services.

This question belongs to: Computer Computer Fundamentals
Question #285
Which of the following is a type of computer based on size?
A. Digital
B. Mainframe
C. Analog
D. Hybrid

Correct Answer: Option B


Explanation:
Mainframe is a size-based classification (along with micro, mini, super).

This question belongs to: Computer Computer Fundamentals
Question #286
What is the binary equivalent of hexadecimal 5C?
A. 1101100
B. 1011010
C. 1011100
D. 1011011

Correct Answer: Option C


Explanation:
5C = 5 (0101) and C (1100) -> 01011100 = 1011100.

This question belongs to: Computer Computer Fundamentals
Question #287
Which component is used to hold the CPU's frequently used data?
A. Cache memory
B. RAM
C. Hard disk
D. Registers

Correct Answer: Option A


Explanation:
Cache memory holds frequently accessed data for quick CPU access.

This question belongs to: Computer Computer Fundamentals
Question #288
Which of the following is an example of a general-purpose computer?
A. Laptop
B. Digital watch
C. Medical monitor
D. Smart thermostat

Correct Answer: Option A


Explanation:
A laptop is a general-purpose computer capable of running various applications.

This question belongs to: Computer Computer Fundamentals
Question #289
What is the octal equivalent of decimal 64?
A. 101
B. 100
C. 110
D. 111

Correct Answer: Option B


Explanation:
64 decimal = 100 octal (1*64 + 0*8 + 0).

This question belongs to: Computer Computer Fundamentals
Question #290
Which of the following is not a function of the CPU?
A. Decoding instructions
B. Executing instructions
C. Fetching instructions
D. Storing data permanently

Correct Answer: Option D


Explanation:
Permanent storage is a function of secondary storage, not the CPU.

This question belongs to: Computer Computer Fundamentals
Question #291
What is the purpose of a cache in a CPU?
A. To store backup data
B. To manage power
C. To reduce memory access time
D. To increase memory capacity

Correct Answer: Option C


Explanation:
Cache reduces latency by storing copies of frequently used data.

This question belongs to: Computer Computer Fundamentals
Question #292
Which of the following is a characteristic of an embedded system?
A. Dedicated function
B. High cost
C. Large size
D. General-purpose

Correct Answer: Option A


Explanation:
Embedded systems are designed for specific dedicated functions.

This question belongs to: Computer Computer Fundamentals
Question #293
What is the decimal equivalent of binary 10101?
A. 23
B. 22
C. 21
D. 24

Correct Answer: Option C


Explanation:
10101 = 16+4+1 = 21.

This question belongs to: Computer Computer Fundamentals
Question #294
Which generation of computers used transistors and magnetic core memory?
A. Third
B. First
C. Fourth
D. Second

Correct Answer: Option D


Explanation:
Second-generation computers used transistors and magnetic core memory.

This question belongs to: Computer Computer Fundamentals
Question #295
What is the role of the I/O controller?
A. Stores instructions
B. Manages data flow between CPU and peripherals
C. Controls system clock
D. Performs arithmetic

Correct Answer: Option B


Explanation:
I/O controllers manage data transfer between the CPU and input/output devices.

This question belongs to: Computer Computer Fundamentals
Question #296
Which of the following is a type of computer based on functionality?
A. Minicomputer
B. Analog
C. Desktop
D. Mainframe

Correct Answer: Option B


Explanation:
Analog, digital, and hybrid are based on functionality (data processing method).

This question belongs to: Computer Computer Fundamentals
Question #297
What is the hexadecimal equivalent of binary 111000?
A. 3A
B. 38
C. 3B
D. 39

Correct Answer: Option B


Explanation:
111000 = 0011 1000 = 38 hex.

This question belongs to: Computer Computer Fundamentals
Question #298
What is the purpose of a bus in a computer?
A. To transfer data between components
B. To store data
C. To execute instructions
D. To cool the system

Correct Answer: Option A


Explanation:
A bus is a communication system that transfers data between components.

This question belongs to: Computer Computer Fundamentals
Question #299
Which of the following is an example of a volatile storage?
A. Hard disk
B. RAM
C. Flash drive
D. CD-ROM

Correct Answer: Option B


Explanation:
RAM is volatile; it loses data when power is removed.

This question belongs to: Computer Computer Fundamentals
Question #300
What is the octal equivalent of binary 110?
A. 4
B. 5
C. 7
D. 6

Correct Answer: Option D


Explanation:
110 binary = 6 decimal = 6 octal.

This question belongs to: Computer Computer Fundamentals