Computer Knowledge
Computer Fundamentals and System Concepts
2,421 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
-
record activity you do on your computer
-
Ignore you
-
Watch you through your webcam
-
create a 'back door' to your system
A
Correct answer
Explanation
Spyware is malicious software designed to secretly monitor and record your computer activities, such as keystrokes, browsing history, and personal information, and transmit this data to a third party. While some advanced spyware can access webcams, its primary definition and design goal is to record and harvest user activity. It does not ignore the user or solely focus on creating backdoors.
-
packets of data
-
programs or files
-
icons
B
Correct answer
Explanation
Computer viruses are malicious programs that spread by inserting their code into legitimate programs, documents, or files. When a user opens or runs the infected host file, the virus code is executed and can infect other files on the system. They do not typically attach themselves to raw network packets of data or simple desktop icons.
-
phising.
-
spyware.
-
worm.
-
Trojan.
C
Correct answer
Explanation
A computer worm is a standalone malware program that replicates itself in order to spread to other computers, often consuming immense amounts of system memory or network bandwidth in the process. Unlike Trojans, which rely on tricking users into running them, or spyware, which quietly steals data, worms are characterized by their self-replicating and resource-consuming nature.
-
input
-
output
-
process
-
storage
B
Correct answer
Explanation
Displaying information, such as viewing an image on a monitor, is an output operation because the computer is presenting processed data to the user. Input operations involve sending data into the computer, processing involves manipulating that data, and storage involves saving it for future use.
-
computer accepting data from a user
-
computer displaying data
-
computer performing calculations
-
computer running a program
A
Correct answer
Explanation
An input operation occurs when a computer system accepts data or instructions from an external source, such as a user typing on a keyboard. Displaying data is an output operation, while performing calculations and running programs are processing operations.
-
processor
-
hard disk
-
monitor
-
keyboard
A
Correct answer
Explanation
The processor (CPU) is installed directly into a socket on the motherboard, which acts as the central hub connecting all components. While the hard disk, monitor, and keyboard connect to the motherboard via cables or ports, they are separate peripheral or storage devices.
-
input - output - process
-
input - process - output
-
output - input - process
-
process - input - output
B
Correct answer
Explanation
The fundamental sequence of computer operations is the Input-Process-Output (IPO) cycle. First, the computer receives data (input), then it manipulates or calculates that data (process), and finally, it presents the results to the user (output).
-
hard disk
-
monitor
-
processor
-
motherboard
D
Correct answer
Explanation
The motherboard is the main printed circuit board in a computer that houses the CPU, memory, and connectors for other peripherals. It serves as the central backbone, allowing all hardware components to communicate with one another.
-
hard disk
-
monitor
-
processor
-
RAM
C
Correct answer
Explanation
The processor, or Central Processing Unit (CPU), is responsible for executing program instructions and performing arithmetic and logical calculations. The hard disk and RAM are used for long-term and short-term data storage, respectively, while the monitor is an output device.
-
keyboard
-
operating system
-
RAM
-
mouse
B
Correct answer
Explanation
An operating system is a type of system software that manages computer hardware and software resources. Keyboards, RAM, and mice are physical components, which classifies them as hardware.
B
Correct answer
Explanation
Software consists of the programs, data, and instructions that tell a computer how to perform specific tasks. Hardware, on the other hand, refers to the physical components of the system.
A
Correct answer
Explanation
Hardware represents the physical, tangible components of a computer system that you can see and touch. Software is intangible and consists of digital instructions and programs.
-
Virus
-
Stuxnet
-
Ring
-
Botnet
D
Correct answer
Explanation
A botnet is a network of private computers infected with malicious software and controlled as a group without the owners' knowledge, often used to perform large-scale cyberattacks. A virus is a single self-replicating program, and Stuxnet is a specific historical worm.
-
Keyboard
-
Hard Drive
-
RAM
-
All of the above
D
Correct answer
Explanation
Computer viruses are malicious software programs that can affect various components of a computer system. They can corrupt files on the hard drive, occupy space in the RAM to slow down performance, and intercept keystrokes from the keyboard. Therefore, they can affect all of these components.
-
...do not need to attach to a program
-
...need to attach to a program
-
...a type of social engineering
-
...designed to mislead users and prompt downloading of it
D
Correct answer
Explanation
A Trojan Horse is a type of malware disguised as legitimate software to deceive users into downloading and executing it. Unlike viruses or worms, they do not replicate or attach themselves to other files.