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
-
management
-
processing
-
utility
-
application
D
Correct answer
Explanation
System software (like operating systems and drivers) provides the bridge between hardware and application software. It manages hardware resources and provides services that allow applications to run without needing to directly control hardware components.
-
Trojan horse
-
Boot sector
-
Script
-
Logic bomb
-
None of these
B
Correct answer
Explanation
Boot sector viruses infect the boot sector of floppy disks and hard drives. When a floppy disk is left in the drive during startup, the computer attempts to boot from it, executing the viral code in the boot sector and loading the virus into memory.
-
The platform
-
Application software
-
Operating system
-
The motherboard
-
None of these
C
Correct answer
Explanation
The operating system is the fundamental software that controls how the computer functions and provides the interface through which users interact with the computer. It manages hardware resources and provides services for application software.
-
transistor
-
resistor
-
integrated circuit
-
semiconductor
-
none of these
C
Correct answer
Explanation
A chip is the common nickname for an integrated circuit (IC), which is a set of electronic circuits on a small flat piece of semiconductor material. Integrated circuits are the fundamental building blocks of modern electronic devices.
-
system virus
-
Trojan horse virus
-
file virus
-
macro virus
-
None of these
-
disk crash
-
motherboard crash
-
corruption of program
-
deletion of files
-
None of these
B
Correct answer
Explanation
Computer viruses are software programs that operate at the software/application level. They can corrupt programs, delete files, and cause disk crashes through file system damage, but they cannot physically damage hardware components like the motherboard. The motherboard is physical hardware - viruses cannot cause it to crash in a hardware sense. This is a key distinction between software and hardware damage.
-
never sent to the client machine
-
sent in very large sections to save processing time
-
sent only upon the client's request
-
sent in complete copies for the client to filter and sort
-
sent from the client to the server for processing
C
Correct answer
Explanation
In client/server computing, data is sent only upon the client's request. The client initiates requests for specific data, and the server responds with just the requested information. This request-response model minimizes unnecessary data transfer and processing.
-
Hardware
-
Software
-
Procedures
-
DBA
-
Personnel
D
Correct answer
Explanation
This is not a component of MIS.
Personnel in MIS includes the database analyst and programmers.
-
Graphic pipelines
-
Software pipelines
-
Instruction pipelines
-
Both (2) and (3)
-
None of these
A
Correct answer
Explanation
Yes, graphic pipelines have multiple arithmetic units to implement the various graphics operations like window clipping, projection and rendering etc.
-
It communicates with peripherals devices.
-
It is used to provide timing signal.
-
It is used to perform computer tasks as specified by the instructions in memory.
-
All of the above
-
Only (1) and (3)
D
Correct answer
Explanation
Yes, all of the above are the tasks of microprocessor.
-
Worm
-
Trojan Horse
-
Virus
-
Antivirus
B
Correct answer
Explanation
Trojan Horse is a program that performs desired task but also executes some unexpected task.
-
Worm
-
Trojan Horse
-
Virus
-
Antivirus
A
Correct answer
Explanation
Worm is a self replicating program that is self contained and does not require a host program.
B
Correct answer
Explanation
DES (Data Encryption Standard) was introduced in 1975 by IBM.
-
Workstation
-
Servers
-
Nodes
-
Either Workstation or Nodes
-
None of these
B
Correct answer
Explanation
Servers are fast computers that run various software's, store and process information and also provide a human interface to the user to use the networked computers.
-
CPU
-
Hard Disk
-
RAM
-
ROM
-
Control Unit
A
Correct answer
Explanation
Writing the microcode is often called microprogramming and the microcode in a particular processor implementation is sometimes called a microprogram. Microprogramming is the designing of the CPU.