Computer Fundamentals MCQ Updated Data - April, 2026
Computer Fundamentals MCQ Updated Data - April, 2026
Score: 0 / 10
Q41. Which of the following best defines the term 'cache memory'?
✓ Correct Answer: A
Cache memory is a small-sized type of volatile memory that provides high-speed data access to the processor.
Q42. What does the term 'bit' refer to in computing?
✓ Correct Answer: A
A 'bit' is the smallest unit of data in computing, representing a binary value of either 0 or 1.
Q43. In the context of software development, what does 'API' stand for?
✓ Correct Answer: A
API stands for Application Programming Interface, which allows different software applications to communicate with each other.
Q44. Which of the following describes 'virtualization' technology?
✓ Correct Answer: A
Virtualization allows a single physical machine to run multiple operating systems, improving resource utilization.
Q45. Which device is used to convert digital signals into analog signals?
✓ Correct Answer: A
A modem modulates and demodulates signals, allowing digital devices to communicate over analog telephone lines.
Q46. What function does 'defragmentation' perform on a hard drive?
✓ Correct Answer: A
Defragmentation consolidates scattered pieces of data on a hard drive to improve read and write efficiency.
Q47. Which of the following is NOT a fundamental characteristic of cloud computing?
✓ Correct Answer: B
Limited access contradicts the core characteristic of cloud computing, which promotes broad network access.
Q48. In computer networks, which topology reduces the possibility of data packet collisions?
✓ Correct Answer: A
Star topology connects all devices to a central hub, minimizing collisions as each device has a dedicated connection.
Q49. What is the primary role of a 'gateway' in networking?
✓ Correct Answer: A
A gateway is used to connect networks that use different protocols, serving as a translator between them.
Q50. Which programming paradigm is characterized by the use of objects and classes?
✓ Correct Answer: A
Object-Oriented Programming (OOP) is centered around objects and classes, promoting modular code design.