Computer Science/IT MCQs
Topic Notes: Computer Science/IT
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
5661
Which characteristic best describes a computer's capability to manage and manipulate various forms of information, such as written content, sound clips, and visual media?
Answer:
Versatility
Versatility is the characteristic that enables a computer to perform a wide range of tasks and process different types of data, including text, audio, video, and more. This adaptability is a core strength of modern computing. Diligence refers to consistent performance without human intervention. Reliability refers to consistent and accurate performance over time. Storage capacity refers to the amount of data a computer can hold, not its ability to process different data types.
5662
Which peripheral component functions as both an input and an output device for a computer system?
Answer:
Touchscreen
A touchscreen is unique among common peripherals because it facilitates both data input and information output. It acts as an input device when a user interacts with it through touch gestures (e.g., tapping, swiping) to provide commands or data to the computer. Simultaneously, it functions as an output device by visually displaying information, graphics, and text to the user, similar to a standard monitor. In contrast, a keyboard and mouse are primarily input devices, while a printer is solely an output device.
5663
Which scenario best illustrates a computer's characteristic of 'diligence'?
Answer:
A computer continuously performing data analysis on a large dataset for an extended period without error or fatigue.
Diligence, in the context of computers, refers to their ability to perform repetitive tasks with consistent accuracy and speed over long durations without exhibiting fatigue, boredom, or loss of concentration. Option C, 'A computer continuously performing data analysis on a large dataset for an extended period without error or fatigue,' perfectly exemplifies this. The computer works tirelessly and accurately for an extended time, which is a hallmark of its diligence. Option A demonstrates speed and computational power. Option B highlights processing capability and real-time performance. Option D showcases storage and retrieval functions. While all are computer capabilities, only C directly addresses the sustained, error-free operation characteristic of diligence.
5664
Which type of microcomputer is specifically designed for stationary use, typically placed on a desk, and lacks portability?
Answer:
Desktop computer
A desktop computer, also known as a desktop PC, is a personal computer intended for regular use at a single location on or near a desk or table due to its size and power requirements. It typically consists of a separate monitor, keyboard, mouse, and a computer case (housing the central processing unit and other components). Unlike laptops, tablets, or smartphones, desktop computers are not designed for easy portability, prioritizing performance, expandability, and a larger display over mobile use.
5665
Which wireless communication technology enables secure, close-range data exchange, commonly used for contactless transactions like mobile payments?
Answer:
Near Field Communication (NFC), designed for very short-range, secure communication, typically within a few centimeters.
Near Field Communication (NFC) is the correct answer. NFC is a set of short-range wireless technologies operating at 13.56 MHz that enables communication between two electronic devices when they are within 4 centimeters of each other. This technology is fundamental to modern contactless payment systems (e.g., Apple Pay, Google Pay, tap-to-pay credit cards), access control, and public transport ticketing. Unlike Bluetooth, which is designed for connecting devices over slightly larger distances for various purposes like audio streaming or peripheral connections, NFC prioritizes extremely close proximity for enhanced security, as it significantly reduces the chance of eavesdropping or interception during a transaction. Wi-Fi provides broader network access and higher bandwidth but is not inherently designed for secure, proximity-based transactions, while Infrared is an older technology with line-of-sight requirements and much lower data transfer rates, making it unsuitable for modern contactless payments.
5666
Which specific technology is routinely employed in retail environments to efficiently process product information by interpreting encoded data, exemplifying a common computer application in daily life?
Answer:
Barcode Reader
A barcode reader is an electronic input device that deciphers and reads the encoded information stored in a barcode, which is a visual, machine-readable representation of data. In retail settings, barcode readers are indispensable for quickly identifying products, retrieving pricing information, managing inventory, and streamlining the checkout process.
Let's consider why other options are incorrect:
* **Optical Character Recognition (OCR)** converts images of typed, handwritten, or printed text into machine-encoded text. While it deals with characters, it's not the primary method for scanning product codes in retail.
* **Magnetic Ink Character Recognition (MICR)** is used predominantly in the banking industry to read specially encoded numbers on checks.
* **Optical Mark Recognition (OMR)** detects the presence or absence of marks in designated positions on paper, commonly used for processing surveys and multiple-choice tests.
5667
Which term describes the sequence of operations that occurs when a computer is powered on or restarted, leading to the loading of its operating system and making it ready for use?
Answer:
Booting
Booting, often referred to as 'bootstrapping,' is the fundamental process that initiates or restarts a computer system. When a computer is turned on, the CPU first executes instructions stored in the BIOS/UEFI firmware (typically in ROM). These instructions perform a Power-On Self-Test (POST) to check hardware components. Following a successful POST, the boot process locates and loads the operating system kernel from secondary storage (like a hard drive or SSD) into the computer's Random Access Memory (RAM). Finally, the operating system takes control, loading necessary drivers and services, and prepares the system for user interaction. Options like 'Loading,' 'Initializing,' and 'Starting' are too general or describe only a part of this comprehensive sequence.
5668
The desktop contains small graphics known as what?
Answer:
Icons
Icons are small images that represent files, programs, or functions.
5669
In the context of digital data storage, how many bytes are precisely contained within one kilobyte (KB)?
Answer:
1,024 bytes
In computing and digital memory, units are typically based on powers of 2 because computers operate using a binary system (0s and 1s). While 'kilo' in the SI (International System of Units) generally means 1,000 (10^3), in the digital world, a kilobyte (KB) traditionally represents 2^10 bytes.
Calculating 2^10 gives:
2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 = 1,024.
Therefore, one kilobyte (KB) is precisely equivalent to 1,024 bytes. It's important to note that sometimes 'kilobyte' can be used informally to mean 1,000 bytes, especially in hard drive capacities (where manufacturers sometimes use decimal prefixes). However, for RAM and general data transfer, 1 KB = 1024 bytes is the standard.
5670
A computer-intensive task is usually handled by a:
Answer:
Supercomputer
Supercomputers are designed for extremely complex computations, processing massive data at high speed.