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
D
Correct answer
Explanation
In the early 1980s, when this question was written, 256K of RAM was considered substantial for business applications. 4K and 16K were too small for serious business work, while 64K was minimal. The question reflects historical computing context.
-
Disk unit
-
Control unit
-
ALU
-
Modem
C
Correct answer
Explanation
The ALU (Arithmetic Logic Unit) is the CPU component responsible for arithmetic operations (addition, subtraction) and logical comparisons (greater than, equal to). The control unit directs operations, while the disk unit stores data.
-
Data
-
Bytes
-
Graphics
-
Pictures
-
personal computers
-
workstations
-
dumb terminals
-
mainframes
C
Correct answer
Explanation
Multi-user systems save costs by connecting multiple dumb terminals (which only have keyboard and display) to a single processing unit. Dumb terminals are inexpensive because they lack independent processing power. Workstations and PCs have their own processors, while mainframes are the central processing units themselves.
-
Mini Computers
-
Micro Computers
-
Mainframe Computers
-
Super Computers
C
Correct answer
Explanation
EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit character encoding developed by IBM and used primarily in IBM mainframe computers. It's different from ASCII, which is more common in smaller systems. Minicomputers and microcomputers typically use ASCII, while supercomputers use various encodings but rarely EBCDIC.
-
Greater than
-
Less than
-
Equal to
-
All of the above
D
Correct answer
Explanation
The ALU performs comparison operations as part of its decision-making capabilities. It can determine if one value is greater than, less than, or equal to another, which is fundamental for conditional branching in programs. All three comparison types are standard ALU operations.
-
bacterium
-
malfunction
-
virus
C
Correct answer
Explanation
A computer program that is meant to damage the computer's memory or to cause harm to another program is a virus.
-
Integrated Charge
-
Integrated Current
-
Integrated Circuits
-
Internal Circuits
C
Correct answer
Explanation
IC stands for Integrated Circuits - the fundamental building blocks of modern electronics that combine multiple electronic components (transistors, resistors, capacitors) on a single semiconductor chip. 'Integrated Charge' and 'Integrated Current' are incorrect terms.
-
the program resides in the master computer and the data is read from the terminal
-
both program and data are read from remote terminal
-
both program and data are read from computer terminal
-
None of the these
A
Correct answer
Explanation
In remote data entry, the application program runs on the central host computer while data is entered from remote terminals connected to it. This is a classic client-server architecture.
-
Actual Intelligence
-
Accuracy
-
Speed
-
High storage
A
Correct answer
Explanation
PCs have accuracy, speed, and high storage capacity. 'Actual Intelligence' is not a feature - PCs have artificial intelligence capabilities but not actual/real intelligence. This appears to be a trick question distinguishing between artificial and actual intelligence.
-
host
-
mainframe
-
master
-
All of these
A
Correct answer
Explanation
In computer networks, the host is the main computer that processes information and provides services to other connected computers or terminals. Mainframe is a specific type of large computer, while 'master' is not a standard technical term.
-
Minicomputers
-
Semiconductor
-
CRT terminal
-
Personal computers
A
Correct answer
Explanation
The question asks what was NOT present during fourth generation computers (1971-present, VLSI microprocessors). Minicomputers were primarily developed during the third generation (1965-1971, integrated circuits). Fourth generation saw personal computers, semiconductor memory, and GUI terminals - minicomputers existed earlier.
-
1st generation computer
-
2nd generation computer
-
4th generation computer
-
None of these
A
Correct answer
Explanation
First generation computers (1940s-1950s) used vacuum tubes and were enormous in size, often filling entire rooms. Second generation (transistors) and fourth generation (VLSI microprocessors) computers were progressively smaller and more compact. The term 'bulkiest' refers to physical size.
-
A malware is a computer program that aims to harm the system in which it resides.
-
A worm reproduces on multiple computers across a network.
-
Trojans, worms and viruses come under the category of Malware.
-
All of the above.
-
Only (1) and (2).
D
Correct answer
Explanation
These are the correct statements about mobile computing security.
-
procedures
-
functions
-
methods
-
only 1 and 2
-
only 1, 2 and 3
E
Correct answer
Explanation
Procedures, functions and methods are the same and used as smaller units of a program.