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
-
Vacuum tube
-
Integrated Circuit
-
Transistor
-
SSI (Small Scale Integration)
B
Correct answer
Explanation
Third generation computers (1965-1970) were characterized by the use of integrated circuits (ICs), which replaced the discrete transistors used in second generation computers. Vacuum tubes were first generation, and SSI (Small Scale Integration) is a type of IC, not a device category itself.
-
floppy
-
hard disk
-
printer
-
CPU
-
keyboard
-
mouse
-
system unit
-
printer
C
Correct answer
Explanation
The system unit houses the CPU, RAM, motherboard, and storage devices - all components that actually process and store data. Without it, peripheral devices like keyboard and mouse have nothing to control.
-
Boot Sector Virus
-
Data File Virus
-
EXE and COM File Virus
-
Directory Virus
A
Correct answer
Explanation
Boot sector viruses specifically infect the boot sector of hard disks and other storage devices. They execute during the system boot process before the operating system loads, giving them early system access and making them difficult to remove.
-
Real mode
-
Virtual mode
-
Protected mode
-
Control mode
-
Mixed mode
B
Correct answer
Explanation
This processor mode in a computer system is the one which provides running of DOS program in the windows operating system.
-
Real-time OS
-
Distributed system
-
Compiler
-
Computer cluster
-
Command interpreter
B
Correct answer
Explanation
In a distributed system, all machines are standalone. They do not share memory.
-
Speed
-
Accuracy
-
Storage
-
Diligence
-
Versatility
D
Correct answer
Explanation
This characteristic of computer states that a computer can continually work for hours without creating any error.
B
Correct answer
Explanation
This is a power supply component of a computer system that converts AC power from an electrical outlet to the DC power needed by system components.
-
Complete meditation
-
File and I/O device access control
-
Mandatory access control
-
Inter crosses communication
-
Authentication of users
D
Correct answer
Explanation
This security feature of the operating system is mediated by access control tables.
-
Authentication of users
-
Separation of privilege
-
Ease of use
-
File and I/O device access control
-
Least privilege
E
Correct answer
Explanation
In this principle applied in the design element of the operating system, each user and each program should operate by using the fewest privileges possible.
-
job scheduling
-
memory management
-
both (1) and (2)
-
none of these
C
Correct answer
Explanation
Operating systems perform multiple core functions. Job (process) scheduling decides which programs run and when. Memory management allocates, tracks, and frees RAM. An OS must handle both tasks simultaneously to function properly.
A
Correct answer
Explanation
Socket 370 was a processor socket design used by Intel for Celeron and some Pentium III processors. It featured 370 pins and was designed specifically for the Celeron processor line, not for the Pentium I, II, or III series which used different sockets.
-
Contents of the processors registers
-
Value of the variables
-
Current value of program counter (PC)
-
The process stack
-
The size of the process
E
Correct answer
Explanation
This information is not included inside a process which is an active entity and is more than a program code.
-
Perfective maintenance
-
Corrective maintenance
-
Adaptive maintenance
-
Incorrect maintenance
-
Sequential maintenance
C
Correct answer
Explanation
This type of software maintenance refers to changing the software to some new environment such as a different hardware platform or for use with a different operating system.