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
-
large scale integration
-
long scale integration
-
long small integration
-
none of these
A
Correct answer
Explanation
LSI stands for Large Scale Integration, which follows MSI in the hierarchy of integrated circuit complexity.
-
very large scale integration
-
very long scale integration
-
very large short integration
-
none of these
A
Correct answer
Explanation
VLSI stands for Very Large Scale Integration. This refers to the process of creating an integrated circuit by combining millions of MOS transistors onto a single chip.
-
mistake
-
key board
-
mouse
-
ram
A
Correct answer
Explanation
In software engineering, a bug is an error, flaw, failure, or fault in a computer program or system that causes it to produce an incorrect or unexpected result.
-
RAM
-
ROM
-
Microprocessor
-
Mouse
C
Correct answer
Explanation
Correct Answer: Microprocessor
-
hexagonal
-
binary
-
decimal
-
octal
-
peripherals
-
additionals
-
supplements
-
softwares
A
Correct answer
Explanation
Peripherals are auxiliary devices that connect to and work with the computer in some way, such as keyboards, mice, or printers.
-
Virus
-
Firewall
-
Opera
-
Google chrome
A
Correct answer
Explanation
A computer virus is a type of malicious software designed to replicate itself and spread to other computers while damaging data.
-
Sound card
-
Mother board
-
Memory chip
-
Graphic card
B
Correct answer
Explanation
The motherboard is the main printed circuit board in a computer that connects all the components together.
-
notebook computer
-
palmtop
-
laptop
-
mini computer
A
Correct answer
Explanation
A notebook computer is a portable personal computer that is typically lightweight and compact, often weighing around 6 pounds or less.
-
Initialization of programs
-
Starting the system
-
Starting and loading of OS programs for execution
-
None of the above
C
Correct answer
Explanation
Booting is the process of starting a computer. It involves loading the operating system into the computer's main memory so that it can execute programs.
-
1
-
100
-
Several million
-
Million
C
Correct answer
Explanation
Pentium processors contain millions of transistors, ranging from about 3 million in early versions to much more in later versions. 'Several million' is the most accurate description. One or one hundred transistors is far too few for a CPU.
A
Correct answer
Explanation
The Arithmetic Logic Unit (ALU) is the component of a CPU that performs arithmetic operations like addition. While ALUs can add any numbers, binary addition (adding 2 numbers) is fundamental to how computers process information. The other options (4, 5, 6) are not standard ways to describe ALU functionality.
-
Program error
-
Hard Disc
-
Both (1) and (2)
-
None of the above
A
Correct answer
Explanation
A hardware interrupt is triggered by external hardware devices (like a hard disk or keyboard). A program error (like division by zero) triggers a software interrupt or exception, not a hardware interrupt.
-
Computer organisation
-
Hardwired control
-
Control word
-
Either control word or computer organisation
-
None of these
B
Correct answer
Explanation
In hardwired control, all the control signals required inside the CPU can be generated using a state counter and a PLA circuit.