Skip to main content
GK Quiz

Computer

Practice Computer MCQ Questions 1–25 out of 43. Free quiz with answers and explanations for UPSC, SSC, Railway exam preparation. Upgrade your information technology score with our detailed Computer Awareness GK quiz. Practice vital technical questions on computer hardware, operating systems, networking models, internet protocols, cybersecurity threats, database management systems, and common software shortcuts.

📄 43 Total Questions Page 1 of 2 MCQ Format 🇮🇳 हिंदी में पढ़ें

Which component acts as the 'Brain of the Computer', responsible for processing and executing system software instructions?

Explanation

The Central Processing Unit (CPU) executes instructions comprising a computer program, performing basic arithmetic, local logic, and input/output control operations. [Memory Trick: 'C'entral 'P'ower 'U'nit acts as the central brain of computing.]

What does the common web protocol prefix HTTP stand for in networking security circles?

Explanation

Hypertext Transfer Protocol is an application layer protocol used for transmitting hypermedia documents, such as HTML pages. [Memory Trick: Websites are made of 'Hyper-links' and 'Text', 'Transfer'-able via 'Protocol' = HTTP.]

In computer memory units, how many bits are dynamically paired together to constitute one single byte?

Explanation

A byte is a unit of digital information that most commonly consists of eight bits. [Memory Trick: You take an 'E'ight-course 'B'ite (Byte) of data!]

Which non-volatile computer storage technology utilizes flash memory chips and has largely replaced mechanical spinning hard disk drives (HDDs)?

Explanation

Solid State Drives (SSDs) store data on microchips with no moving parts, delivering faster boot and read/write speeds over mechanical HDDs. [Memory Trick: 'Solid' storage built tight - no spinning plates, just lightning speed!]

What is the primary function of an Operating System (OS) kernel in active server operations?

Explanation

The kernel is the core component of an OS, acting as the primary bridge between software applications and the physical hardware. [Memory Trick: Like a nut, the 'Kernel' sits at the center, holding all structural gears in sync!]

Which standard network port is universally reserved for unencrypted HTTP web traffic transfers?

Explanation

Port 80 is the default TCP/IP port used to transfer HTTP web pages, while encrypted traffic (HTTPS) uses port 443. [Memory Trick: To fetch a page, you dial '8-0' on the unencrypted telephone line!]

In internet protocols, what does the abbreviation 'IP' stand for?

Explanation

Internet Protocol is the set of rules routing packet data across the web to allow different computers to communicate. [Memory Trick: Your digital 'Internet Passport' = Internet Protocol (IP)!]

Which programming language, first introduced in 1995, is the primary language used to build interactive client-side web browser interfaces?

Explanation

JavaScript is a high-level, lightweight programming language utilized universally alongside HTML and CSS to create dynamic browser interfaces. [Memory Trick: Browsers love to sip on the 'Java-Script' potion to make pages dance!]

What kind of safety tool monitors incoming and outgoing network traffic to block unauthorized access based on custom rules?

Explanation

A firewall acts as a security barrier, analyzing packet transfers to allow or block them according to pre-configured rules. [Memory Trick: A protective wall of 'Fire' blocks hackers from entering your local castle!]

Which type of computer virus looks like harmless software but activates malicious payloads once executed by users?

Explanation

A Trojan Horse misleads users of its true intent to gain access, echoing the ancient Greek trick on the city of Troy. [Memory Trick: A sneak attack hidden in a 'gift horse' envelope!]

What is the primary query language used to manage, search, and manipulate relational databases?

Explanation

SQL (Structured Query Language) is the industry standard database syntax used to query, update, and manage relational database schemas. [Memory Trick: Asking database tables for files is done by 'S'-eeking 'Q'-uick 'L'-ists!]

Which hardware device converts digital computer signals into analog frequencies for transmission over telephone lines?

Explanation

A modem modulates outgoing digital signals into analog waves and demodulates incoming analog waves into digital. [Memory Trick: 'MO'-dulator + 'DEM'-odulator = MODEM!]

In software compilation, what translates source code written in a programming language directly into executable machine code?

Explanation

A compiler scans the entire source program to output a standalone binary file optimized for a target CPU architecture. [Memory Trick: The 'Compiler' packs all code scripts into a unified 'compiled suitcase' before takeoff!]

What does the abbreviation 'DNS' stand for in web network operations?

Explanation

The Domain Name System translates human-understandable hostnames (like google.com) into computational IP addresses. [Memory Trick: The 'Directory' mapping 'Names' to numeric 'Server' IPs = DNS!]

Which open-source operating system kernel, released by Linus Torvalds in 1991, forms the backbone of most web servers and Android smartphones?

Explanation

Linux is a free, monolithic, POSIX-compliant kernel used to build highly stable operating systems for servers, mainframes, and mobiles. [Memory Trick: 'Linus' built a rock-solid system core, named it 'Linux'!]

What is the storage size of 1 Megabyte (MB) when expressed in structured Kilobytes (KB) in standard binary terms?

Explanation

Because computers utilize binary base-2, storage files count increments in powers of two, making 1 MB equal to 2^10 or 1024 KB. [Memory Trick: Binary math climbs in ladders of '10-24' steps!]

Which web protocol is used to securely encrypt credit card credentials and private data transfers between browsers and servers?

Explanation

HTTPS wraps standard HTTP transfers inside TLS/SSL cryptosystems to prevent snooping by third parties. [Memory Trick: Look for the padlock and 'S' for 'Secure' = HTTPS!]

What database state error describes a situation where two active processes are waiting indefinitely for each other to release locked resources?

Explanation

A deadlock occurs when processes hold resources while requesting others locked by companion routines, causing a stall. [Memory Trick: Complete lockup like a 'deadly road block' where no car moves!]

What modern version control system was created in 2005 by Linus Torvalds to track source code changes in parallel development tree channels?

Explanation

Git is a distributed version control engine storing structural histories of code projects in repository snapshots. [Memory Trick: Git lets you track 'Get-it' right files, commits, and rollback branches!]

Which computer network coordinates devices across a worldwide, decentralized mesh of computer channels?

Explanation

WAN spans large geographical areas, connecting multiple regional networks. The internet is the largest WAN. [Memory Trick: 'W'ide networks span the 'W'ide world map!]

What represents the standard physical address permanently burned into network interface cards (NICs) at raw manufacturing factories?

Explanation

A MAC address is a 48-bit identifier assigned to networking chips globally, ensuring unalterable node delivery. [Memory Trick: A physical stamp showing your machine's 'M'-ake 'A'-nd 'C'-ode!]

What data markup language acts as the fundamental building block to structure layout contents of all standard web pages?

Explanation

HTML outlines headings, sections, text, links, and forms on web interfaces using markup tags. [Memory Trick: The essential structural 'H'-ouse framework 'T'-o 'M'-arkup 'L'-ayouts!]

Which cryptographic hash algorithm, widely used for file verification, was cracked and is no longer recommended due to collision vulnerabilities?

Explanation

MD5 outputs a 128-bit hash value, but can generate matching hash results for distinct inputs (collisions), making it insecure. [Memory Trick: 'M'edium 'D'amaged '5'-th grade algorithm = MD5!]

What type of computer memory is volatile, serving as the high-speed temporary workspace for active programs?

Explanation

RAM holds immediate instructions and parameters for active processes, losing its entire payload when powered down. [Memory Trick: Active apps 'R'-un 'A'-live in 'M'-emory!]

What is the standard HTTP response status code used to signal that a requested webpage could not be found?

Explanation

A 404 code is returned by web servers when they cannot locate the file or route requested by user clients. [Memory Trick: '404' points to an empty, missing drawer slot in the server!]

Discussion & Reviews

0.0
★★★★★
0 reviews

Tap stars to rate this page:

हिं