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

LLM in AI stands for?
Large Language Model
click to copy
GPS stands for?
Global Positioning System
click to copy
How many satellites are needed for GPS positioning?
4+
click to copy
QR code stands for?
Quick Response code
click to copy
NFC stands for?
Near Field Communication
click to copy
RFID stands for?
Radio Frequency Identification
click to copy
USB Type-C connector is?
Symmetrical/reversible
click to copy
Thunderbolt 4 maximum speed is?
40 Gbps
click to copy
Which of the following is a lossless compression format?
PNG
click to copy
JPEG uses which type of compression?
Lossy
click to copy
MP3 is a compressed format for?
Audio
click to copy
Which video format is most widely supported?
MP4
click to copy
PDF was developed by?
Adobe Systems
click to copy
Which file format is used for vector graphics?
SVG
click to copy
BMP stands for?
Bitmap
click to copy
GIF supports?
Only 256 colors
click to copy
Which image format supports transparency?
PNG
click to copy
ZIP file format is used for?
File archiving and compression
click to copy
Which Linux command displays current directory?
pwd
click to copy
Which Linux command changes directory?
cd
click to copy
Which Linux command creates a directory?
mkdir
click to copy
Which Linux command deletes a file?
rm
click to copy
Which Linux command copies a file?
cp
click to copy
Which Linux command moves or renames a file?
mv
click to copy
chmod in Linux is used to?
Change file permissions
click to copy
Which Linux command displays running processes?
ps
click to copy
grep command in Linux is used to?
Search text patterns in files
click to copy
| (pipe) in Linux connects?
Commands — output of one as input of next
click to copy
Which Linux command shows disk usage?
df
click to copy
sudo in Linux means?
Super user do
click to copy
cron in Linux is used for?
Scheduling recurring tasks
click to copy
Which Windows command shows all running processes?
tasklist
click to copy
ping command tests?
Network connectivity and latency
click to copy
tracert (Windows) / traceroute (Linux) shows?
Path packets take to destination
click to copy
nslookup is used for?
DNS lookup queries
click to copy
netstat shows?
Active network connections and ports
click to copy
Which programming language is primarily used for iOS app development?
Swift
click to copy
Android apps are primarily developed in?
Java and Kotlin
click to copy
Which company developed Kotlin language?
JetBrains
click to copy
C# is primarily used with which framework?
.NET (Microsoft)
click to copy