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
-
Integrated Control
-
Initial Circuit
-
Integrated Circuit
-
Integrated Current
C
Correct answer
Explanation
IC stands for Integrated Circuit, the fundamental building block of modern electronics. Options A, B, and D are incorrect expansions.
-
It is a kind of physical impurity, which when present in the CPU causes it to malfunction.
-
It is a manufacturing defect in the motherboard.
-
A computer virus is a program, which copies itself to infect a computer without the permission or the knowledge of the user.
-
It is an accumulation of dust on the hard disk causing it to malfunction.
-
This is a software which helps in increasing the speed of the computer.
C
Correct answer
Explanation
Statement (3) is correct about computer virus.
-
Supercomputer, microcomputer, mainframe, minicomputer
-
Mainframe, minicomputer, supercomputer, microcomputer
-
Supercomputer, mainframe, minicomputer, microcomputer
-
Mainframe, supercomputer, minicomputer, microcomputer
C
Correct answer
Explanation
Supercomputers are the largest and most powerful computers designed for complex calculations. Mainframes are large-scale servers for enterprise applications. Minicomputers are mid-range systems smaller than mainframes. Microcomputers (personal computers) are the smallest. This hierarchy reflects both physical size and computational capacity, from largest to smallest.
-
addition
-
subtraction
-
both addition and subtraction
-
addition, subtraction, multiplication and division
D
Correct answer
Explanation
Computers perform all four basic mathematical operations. While addition is the fundamental operation at the hardware level (subtraction via 2's complement, multiplication via repeated addition, division via repeated subtraction), all operations are implemented at the instruction set level.
-
text and graphics
-
sounds
-
animation and movies
-
all of these
D
Correct answer
Explanation
Multimedia programs integrate multiple forms of media and content: text for information, graphics for visual elements, sound for audio, animation and movies for video content. The combination of these different media types creates rich, interactive experiences that engage multiple senses. Modern multimedia applications span education, entertainment, advertising, and communication.
-
hard copy
-
storage and retrieval operation
-
comparison operation
-
arithmetic operation
B
Correct answer
Explanation
Storage and retrieval operation is correct because saving a program for later use involves storing it on disk and retrieving it when needed. Hard copy refers to paper output, while comparison and arithmetic operations are CPU functions, not storage operations.
-
program
-
soft copy
-
control unit
-
central processing unit
A
Correct answer
Explanation
A program is a sequence of instructions that tells a computer how to solve a problem. Soft copy is screen output, the control unit directs operations, and the CPU executes instructions but is not the instructions themselves.
-
There is a great deal of inexpensive software available for them.
-
They are a collection of hundreds of microprocessors, all working together.
-
Their processing speeds are slower than those of mainframes.
-
They are less expensive than mainframes but more expensive than minicomputers.
B
Correct answer
Explanation
Supercomputers use parallel processing with hundreds of microprocessors working together to achieve extreme processing power. They are more expensive than mainframes, faster than mainframes, and have limited expensive software due to their specialized nature.
-
It must be deleted.
-
It must be printed.
-
It must be cut.
-
It must be selected.
D
Correct answer
Explanation
Selection is correct because you must first highlight or select the text/segment before copying it. Deleting removes content, printing outputs to paper, and cutting removes content from original location.
-
Control unit
-
Arithmetic logic unit
-
Memory unit
-
All of the above
-
a bug in program
-
a program
-
an infected EPROM
-
an infected floppy disc
B
Correct answer
Explanation
A computer virus is fundamentally a type of malicious software program. It must contain executable code that can self-replicate by infecting other programs or files. It is not merely a bug (error), infected hardware, or infected media.
-
Arithmetic operations
-
Comparison operations
-
Storage and retrieval operations
-
Printing operations
D
Correct answer
Explanation
The three fundamental categories of operations a computer performs are: arithmetic operations (calculations), comparison operations (logical decisions), and storage/retrieval operations (managing data). Printing is a specific output operation, not a basic category.
-
CPU
-
printer
-
monitor
-
keyboard
A
Correct answer
Explanation
The Central Processing Unit (CPU) is always contained within the system unit (the main computer case) along with the motherboard. Peripherals like printers, monitors, and keyboards are external devices that connect to the system unit.
-
Software
-
A program
-
Hardware
-
Data
C
Correct answer
Explanation
Hardware refers to the physical, tangible components of a computer system that you can touch - such as the CPU, memory, motherboard, keyboard, and monitor. This is distinct from software, which consists of programs and instructions.
-
Secondary storage
-
Arithmetic/logic unit
-
Control unit
-
Primary storage unit
B
Correct answer
Explanation
The Arithmetic/Logic Unit (ALU) is the component of the CPU that performs all mathematical calculations (arithmetic operations like addition, subtraction) and logical comparisons (logic operations like AND, OR, comparisons).