Computer Knowledge
Computer Fundamentals and System Concepts
2,255 Questions
Computer fundamentals and system concepts questions cover core hardware components, operating systems, and historical computer milestones. Topics include the kernel, central processing unit, and basic computing terminology. These foundational questions are strictly essential for scoring well in computer knowledge sections.
Central processing unitComputer operating systemsSupercomputer milestonesSystem registry functionsKernel operationsAndroid applications
Computer Fundamentals and System Concepts Questions
-
Information storage
-
Information retrieval
-
Reference service
-
Dissemination of Information
C
Correct answer
Explanation
Computers inherently perform information storage, retrieval, and dissemination as core data processing functions. Reference service, however, is a specialized library function requiring human expertise and personalized assistance in finding information, which computers cannot provide independently.
-
Computer virus
-
Error in proggramming
-
Compatibility between software and hardware
-
None of these
B
Correct answer
Explanation
A bug refers to an error, flaw, or fault in computer software that causes it to produce incorrect or unexpected results. The term originated from actual bugs (moths) causing problems in early electronic hardware, but now specifically refers to programming errors.
-
Software
-
Hardware
-
Humanbare
-
None of these
B
Correct answer
Explanation
Hardware refers to the physical components of a computer system that you can touch and interact with, such as the motherboard, processor, memory, keyboard, and monitor. This distinguishes it from software, which consists of the non-physical programs and operating systems.
-
First generation computer
-
Second generation computer
-
Fourth generation computer
-
Fifth generation computer
D
Correct answer
Explanation
Fifth generation computers (developed from 1980s onwards) are characterized by artificial intelligence capabilities, parallel processing, and Ultra Large Scale Integration (ULSI) technology. These computers are designed to think, learn, and make decisions similar to human intelligence.
-
Valves
-
Vacuum tubes
-
Transistors
-
Transistors with integrated circuits
C
Correct answer
Explanation
Second generation computers (1959-1965) used transistors in their CPU instead of vacuum tubes used in first generation computers. Transistors were smaller, more reliable, more energy-efficient, and generated less heat than vacuum tubes, leading to more powerful and compact computers.
-
Hardware
-
Software
-
Programming
-
None of these
-
Hardware
-
Software
-
Language
-
Output
C
Correct answer
Explanation
C is a general-purpose programming language developed at Bell Labs in the early 1970s. It's one of the most widely used and influential programming languages in history. C is not hardware (physical components) or output (results). While it's used to create software, 'C' itself is classified as a programming language.
-
hardware
-
software
-
operation system
-
high level laguage
C
Correct answer
Explanation
UNIX is a multitasking, multi-user computer operating system that was developed at Bell Labs in the 1960s and 1970s. It is not hardware (physical components) or application software. It is also not a high-level programming language. The correct classification is as an operating system, though option C has a typo ('operation' should be 'operating').
-
Computer Output Microform
-
Catalogue on Magnetic Tape
-
Computer Output Magnetic Tape
-
Catalogue on Microfrom
A
Correct answer
Explanation
COM stands for Computer Output Microform, which is a technology for recording computer output on microfilm or microfiche. This was commonly used in libraries and large organizations for long-term archival of data before digital storage became practical. The other options are either made-up or incorrect expansions of the acronym.
C
Correct answer
Explanation
LSI (Large-Scale Integration) is a technology that allows thousands of transistors to be placed on a single semiconductor chip. This advancement significantly increased computer efficiency by reducing power consumption, improving reliability, and enabling more powerful processors in smaller packages. IC (Integrated Circuit) and CPU (Central Processing Unit) are components, while LC is not a standard computer technology term.
-
mechanism of acquisition
-
serial control in a library
-
information storage and retrieval
-
none of these
B
Correct answer
Explanation
CHECKMATE was a library software package used for serial control (managing periodicals, journals, magazines, and other publications that come out in series). Libraries use serial control software to track subscriptions, predict arrivals, manage check-in of issues, and handle binding and claiming of missing issues. It is not related to acquisition mechanisms or general information storage.
-
computer
-
robot
-
Both A and B
-
None of the above
C
Correct answer
Explanation
Artificial intelligence is implemented in both computers and robots. AI algorithms run on computers, which can control robots to perform intelligent actions.
B
Correct answer
Explanation
Intel Core 2 Duo processors contain two physical processing cores on a single chip. The 'Duo' in the name directly refers to the dual-core architecture. This was part of Intel's Core 2 processor family that offered improved performance over single-core processors.
-
Data Center
-
Computer Training Center
-
Home Computing
-
SOHO Computing
A
Correct answer
Explanation
Virtualization (running multiple virtual machines on one physical server) and consolidation (reducing the number of physical servers by combining workloads) are key concepts in Data Center management. These technologies help data centers optimize resource utilization, reduce power consumption, and improve efficiency. They are not primarily related to training centers, home computing, or SOHO (Small Office/Home Office) environments.
-
software
-
keyboard
-
shell
-
pearl
C
Correct answer
Explanation
A shell serves as a command interpreter that provides direct communication between the user and the operating system. It accepts user commands, translates them into system calls, and returns results. Examples include Bash on Linux, Command Prompt on Windows, and PowerShell.