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
-
It is an organizational/debug tool
-
A form of targeted messaging
-
A compiling code catcher
-
A YouTube feature
A
Correct answer
Explanation
A comment is a programmer-readable explanation or annotation in the source code. It serves as an organizational and debugging tool to help developers manage and understand their code.
-
webcast
-
trojan
-
web page
-
trackblack
B
Correct answer
Explanation
A Trojan horse (or trojan) is a type of malicious software disguised as a legitimate, safe program. Once installed, it executes its hidden, harmful payload to compromise the user's system.
-
Help desk technician
-
Greenfield
-
index
-
hypertext link
A
Correct answer
Explanation
A help desk technician is a professional responsible for diagnosing, troubleshooting, and resolving technical hardware and software issues for users. The other terms refer to unrelated concepts: Greenfield is a type of project, index is a database or search term, and a hypertext link is a web element.
-
Managing printer spooling
-
Managing input and output devices
-
Managing disk fragmentation
-
Managing the use of viruses
D
Correct answer
Explanation
An operating system is responsible for managing hardware resources, input and output devices, and system utilities like disk defragmentation. It does not manage the use of viruses, which are malicious programs that security software aims to detect and remove.
-
Reduced Instruction Set Computer
-
Random Instruction Set Computer
-
Reduced Internal Size Computer
-
Reduced Instruction Size Computer
A
Correct answer
Explanation
RISC stands for Reduced Instruction Set Computer, which is a CPU design strategy focused on simple instructions that can be executed quickly. This contrasts with CISC (Complex Instruction Set Computer), which uses broader and more complex instructions.
-
Program Counter
-
RAM
-
Hard Disk
-
ALU
B
Correct answer
Explanation
During the fetch phase of the instruction cycle, the control unit sends a control signal to main memory (RAM) to read the instruction or data at a specific address. The RAM then places this data onto the data bus so the CPU can receive it.
-
Negative numbers
-
No negative numbers
-
Neither
A
Correct answer
Explanation
In computer science, a signed integer is a data type that can represent both positive and negative whole numbers, using one bit (usually the most significant bit) to indicate the sign. Unsigned integers, by contrast, can only represent non-negative values.
-
Closed Programming Unit
-
Central Processing Register
-
Central Processing Unit
-
Closed Processing Unit
C
Correct answer
Explanation
CPU stands for Central Processing Unit, which is the primary component of a computer that performs most of the processing inside the computer. It is often referred to as the 'brain' of the computer.
-
Central Processing Unit
-
Control Process Unit
-
Control Per Unit
-
Centre Per Unit
A
Correct answer
Explanation
CPU stands for Central Processing Unit, which is the primary component of a computer that performs most of the processing inside the computer. It is often referred to as the brain of the computer.
-
Data bus
-
Address Bus
-
Control Bus
-
Number 54 Bus
A
Correct answer
Explanation
The data bus is the communication pathway that transfers the actual data and programming instructions between the CPU, memory, and other peripheral devices.
-
A cable
-
A track
-
A Bus
-
A circuit
C
Correct answer
Explanation
An internal bus is a collection of wires or pathways that connects all the internal sections of the CPU (such as the ALU, Control Unit, and registers) together to allow data and signals to flow between them.
-
The Clock
-
The Timer
-
The register
-
The CPU
A
Correct answer
Explanation
The system clock generates continuous electrical pulses at a constant rate, synchronizing all the CPU's operations and allowing it to execute instructions step-by-step in a controlled sequence.
-
Keeps the computer cool
-
Works out the best way to do something
-
Carries Information
-
Carries out the calculations from the registers
D
Correct answer
Explanation
The Arithmetic Logic Unit (ALU) is the part of the CPU that performs all arithmetic operations (like addition and subtraction) and logical operations (like comparisons) on data retrieved from registers.
-
Organising data
-
Sending information
-
Executing program instructions
-
Calculations
C
Correct answer
Explanation
The Control Unit (CU) directs the operation of the processor by fetching, decoding, and managing the execution of program instructions, coordinating how data moves around the CPU and other components.
C
Correct answer
Explanation
A CPU is traditionally divided into three main components: the Control Unit (CU), the Arithmetic Logic Unit (ALU), and the registers (or memory unit). These parts work together to fetch, decode, and execute instructions.