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
-
Integrity checkers
-
Monitoring programs
-
Virus removers
-
None of these
C
Correct answer
Explanation
Virus scanners (often referred to as virus removers or antivirus software) search for known patterns or signatures of malicious code within files.
-
Kernel
-
File system
-
Directory
-
None of these
A
Correct answer
Explanation
The kernel is the core component of an operating system that manages hardware resources and provides the lowest-level interface for software.
-
Integrity checkers
-
Monitoring programs
-
Virus removers
-
None of these
B
Correct answer
Explanation
Monitoring programs are designed to run in the background and observe system activity for suspicious patterns. Integrity checkers typically verify file signatures rather than continuously monitoring I/O operations for behavior.
-
Single Instruction, Single Data
-
Single Input Stream Single Data Stream
-
Single Instruction Single Data Stream
-
None of these
A
Correct answer
Explanation
SISD stands for Single Instruction, Single Data. It represents the classic von Neumann architecture where one instruction is executed on one data element at a time.
-
procedure
-
function
-
supervisor
-
none of these
C
Correct answer
Explanation
A supervisor call (SVC) is a specific instruction that allows a user program to request services from the operating system kernel. It triggers a transition from user mode to supervisor mode.
-
Multiple Instruction Single Data
-
Multiple Input Streams Single Data Stream
-
Multiple Instruction Stream Single Data Stream
-
None of these
A
Correct answer
Explanation
MISD stands for Multiple Instruction, Single Data. This architecture involves multiple processors executing different instructions on the same data stream.
-
Single Instruction Multiple Data
-
Single Input Stream Multiple Data Streams
-
Single Instruction Stream Multiple Data Streams
-
None of these
A
Correct answer
Explanation
SIMD stands for Single Instruction, Multiple Data. This architecture allows a single instruction to be applied to multiple data elements simultaneously, common in vector processing.
-
Multiple Instruction Multiple Data
-
Multiple Input Streams Multiple Data Streams
-
Multiple Instruction Stream Multiple Data Streams
-
None of these
A
Correct answer
Explanation
MIMD stands for Multiple Instruction, Multiple Data. This is the most common architecture for parallel computing, where multiple processors execute different instructions on different data.
-
No Remote Memory Access
-
No Remote Memory Action
-
No Remote Multiple Access
-
None of these
A
Correct answer
Explanation
NORMA stands for No Remote Memory Access. It is a distributed memory architecture where each processor has its own local memory and cannot access the memory of other processors.
-
computer
-
operating
-
programming
-
none of these
A
Correct answer
Explanation
A distributed computer system is defined as a collection of independent computers that appear to the user as a single coherent system through communication and cooperation.
-
compiler
-
operating
-
programming
-
none of these
B
Correct answer
Explanation
A distributed operating system manages the resources and communication across a collection of autonomous computers, providing a unified interface.
-
Varied Circuit
-
Virtual Computer
-
Virtual Congestion
-
Virtual Circuit
D
Correct answer
Explanation
A Virtual Circuit (VC) is a means of transporting data over a packet-switched computer network in such a way that it appears as though there is a dedicated physical layer link between the source and destination end systems.
-
Control Unit, Arithmetic Logic Unit and Memory Unit
-
Input Unit, Memory Unit and Output Unit
-
Control Unit, Input Unit and Memory Unit
-
Control Unit, Disk Drive and Memory Unit
A
Correct answer
Explanation
The CPU is composed of the Control Unit (CU), which manages instructions, the Arithmetic Logic Unit (ALU), which performs calculations, and the Memory Unit (often registers/cache).
-
scanner
-
motherboard
-
floppy disk drive
-
microprocessor
B
Correct answer
Explanation
The clock chip, often part of the Real-Time Clock (RTC) circuit, is integrated into the motherboard to keep track of the system time even when the computer is powered off.
-
virus
-
firewall
-
firmware
-
bytes
C
Correct answer
Explanation
Firmware is software that is permanently programmed into a hardware device's read-only memory (ROM), providing the necessary instructions for the device to function.