Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Introduction to Computer 30

Which component generates the most heat in a computer?
CPU
click to copy
Device drivers are which type of software?
System
click to copy
Which port type was used for parallel printers?
Centronics/DB25 parallel port
click to copy
RISC stands for?
Reduced Instruction Set Computer
click to copy
CISC stands for?
Complex Instruction Set Computer
click to copy
The power button on a laptop is?
Input device
click to copy
Which connector is used for modern graphics cards?
PCIe x16 slot
click to copy
Overclocking refers to?
Running CPU above rated speed
click to copy
Which of the following converts AC to DC for computer components?
SMPS
click to copy
A virus requires which of the following to spread?
Host program
click to copy
Which software manages CPU scheduling?
OS Scheduler
click to copy
Proprietary software means?
Owned and controlled by developer
click to copy
Which of these is an example of embedded software?
Software in a microwave oven
click to copy
Throughput of a CPU is measured in?
MIPS or FLOPS
click to copy
What is the decimal equivalent of binary 1010?
10
click to copy
ASCII stands for?
American Standard Code for Information Interchange
click to copy
How many bits are used in standard ASCII?
7
click to copy
Unicode uses how many bits in UTF-8 minimum?
8
click to copy
Binary 11111111 is equal to what decimal value?
255
click to copy
Convert decimal 25 to binary?
11001
click to copy
BCD stands for?
Binary Coded Decimal
click to copy
In 2's complement, how is -1 represented in 8-bit binary?
11111111
click to copy
The decimal value of octal 17 is?
15
click to copy
EBCDIC stands for?
Extended Binary Coded Decimal Interchange Code
click to copy
The 1's complement of binary 1010 is?
0101
click to copy
How many bytes does Unicode UTF-32 use per character?
4
click to copy
Binary addition: 1 + 1 = ?
10
click to copy
The most significant bit (MSB) is located at?
Leftmost position
click to copy
How many different values can 8 bits represent?
256
click to copy
Which encoding supports all world languages?
Unicode
click to copy

Computer Fundamentals → Computer Security 2

Malware is?
Malicious software
click to copy
Which of the following is NOT malware?
Firewall
click to copy

Computer Fundamentals → Number System 8

The binary number system uses how many digits?
2
click to copy
Hexadecimal number system has a base of?
16
click to copy
Which letter represents the decimal value 10 in hexadecimal?
A
click to copy
The decimal value of hexadecimal FF is?
255
click to copy
The octal number system has a base of?
8
click to copy
Hexadecimal 1A in decimal is?
26
click to copy
Which number system is most natural for computers?
Binary
click to copy
Decimal 100 in hexadecimal is?
64
click to copy