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 40

The resolution of a standard Full HD display is?
1920×1080
click to copy
4K resolution refers to approximately?
Both B and C
click to copy
Refresh rate of 60 Hz means?
Screen refreshes 60 times per second
click to copy
Which of the following stores the currently executing program?
RAM
click to copy
The extension of a Python source file is?
.py
click to copy
Which programming concept prevents code duplication?
Inheritance and functions
click to copy
A null pointer points to?
Address 0 or no valid address
click to copy
Which of these is a compiled language?
C/C++
click to copy
Which is an interpreted language?
Python
click to copy
The OSI model has how many layers?
7
click to copy
Which OSI layer handles routing?
Layer 3
click to copy
TCP/IP model has how many layers?
4
click to copy
Which device works at Data Link Layer (Layer 2)?
Switch
click to copy
MAC address has how many bytes?
6
click to copy
ARP stands for?
Address Resolution Protocol
click to copy
ICMP is used for?
Network diagnostics (ping)
click to copy
Which is a private IP address range?
192.168.0.0/16
click to copy
NAT stands for?
Network Address Translation
click to copy
Which port does FTP use for control?
21
click to copy
Telnet uses which port?
23
click to copy
Which protocol sends network time?
NTP
click to copy
The loopback IP address is?
127.0.0.1
click to copy
What is the broadcast address for network 192.168.1.0/24?
192.168.1.255
click to copy
Subnet mask 255.255.255.0 means?
24 network bits
click to copy
Wi-Fi 6 is also known as?
802.11ax
click to copy
Bluetooth is defined by which IEEE standard?
802.15
click to copy
Which topology is used in Ethernet LANs?
Star or Bus
click to copy
Fiber optic cable transmits data using?
Light pulses
click to copy
Which cable type is immune to electromagnetic interference?
Fiber optic
click to copy
UTP stands for?
Unshielded Twisted Pair
click to copy
Cat6 cable supports speeds up to?
10 Gbps
click to copy
Full duplex communication means?
Both directions simultaneously
click to copy
Half duplex allows?
One direction at a time
click to copy
The maximum data rate of USB 3.0 is?
5 Gbps
click to copy
Which interface connects modern displays at high speeds?
DisplayPort/HDMI 2.1
click to copy
PCIe x16 slot is primarily used for?
GPU/Graphics cards
click to copy
Which technology allows multiple VMs on one physical machine?
Virtualization
click to copy
A hypervisor is?
Software that creates and manages VMs
click to copy
Type 1 hypervisor runs?
Directly on hardware (bare metal)
click to copy
Which of the following is a Type 2 hypervisor?
VirtualBox
click to copy