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

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
PHP is primarily used for?
Server-side web development
click to copy
React.js is a?
Database ORM
click to copy
Node.js enables?
JavaScript on server-side
click to copy
Django is a framework for?
Python
click to copy
Spring is a framework for?
Java
click to copy
Which version control system is distributed?
Git
click to copy
A constructor in OOP?
Initializes objects when created
click to copy
Destructor in OOP?
Releases resources when object is destroyed
click to copy
Abstract class in OOP?
Cannot be instantiated directly
click to copy
Interface in OOP defines?
Only method signatures (contract)
click to copy
Which design pattern creates only one instance of a class?
Singleton
click to copy
MVC stands for in software design?
Model-View-Controller
click to copy
REST vs SOAP: REST is?
Lightweight and uses multiple formats
click to copy
Microservices architecture?
Application as collection of small independent services
click to copy
CI/CD stands for?
Continuous Integration/Continuous Deployment
click to copy
Which format is used for configuration files in DevOps?
YAML and JSON
click to copy