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
5681
Which terminals, formerly known as cash registers, are linked to complex sales and inventory systems?
Answer:
Point-of-sale
POS terminals process sales transactions and update inventory records automatically.
5682
Which of the following is a unit of measurement used with computer systems?
Answer:
Gigabyte
Gigabyte is a widely used unit of digital information, representing approximately one billion bytes.
5683
Which type of computer is specifically engineered to execute a singular, predetermined task or a very limited set of functions, often with its operational instructions embedded directly into its design?
Answer:
Special-purpose computer
A special-purpose computer, also known as an embedded system or dedicated device, is meticulously designed and optimized to perform one highly specific function or a very narrow range of tasks. Its hardware and software are tailored for this specific role, making it efficient and cost-effective for that application. The instructions are often hard-coded or deeply integrated, limiting its versatility but enhancing its reliability and performance for its intended purpose. Examples include the computers found in washing machines, automobiles (for engine management or infotainment), medical devices, calculators, and digital watches. In contrast, general-purpose computers (like PCs or laptops) are designed for a wide array of tasks, supercomputers are built for extremely complex computations, and mainframe computers are large systems primarily used for processing massive amounts of data in business and government.
5684
Which operating system is predominantly associated with the common understanding and historical usage of the term 'PC' (Personal Computer)?
Answer:
Windows
While a 'PC' (Personal Computer) is a general term for a computer, its informal usage and historical context, especially in mainstream culture, became largely synonymous with computers running Microsoft Windows. This distinction was particularly emphasized in contrast to Apple's Macintosh (Mac) computers, which historically ran Mac OS (now macOS). Although PCs can technically run various operating systems like Linux or even a version of Android (via emulators or specialized builds), Windows has been the dominant OS shaping the common perception of a 'PC' for decades.
5685
Which category of computer most accurately classifies a modern smartphone, considering its internal architecture and processing capabilities?
Answer:
Microcomputer
A smartphone is fundamentally a microcomputer. The term 'microcomputer' refers to a computer whose central processing unit (CPU) is a single integrated circuit called a microprocessor. Smartphones, like personal computers, laptops, and tablets, are built around powerful microprocessors, along with memory, input/output capabilities, and storage, all integrated into a compact design. While smartphones are incredibly powerful for their size, they do not possess the scale, architecture, or purpose of mainframe computers (large-scale transaction processing), supercomputers (high-performance scientific computation), or minicomputers (mid-range systems popular before the rise of microcomputers).
5686
Which of the following computer systems is recognized as the first commercially successful 'minicomputer,' significantly impacting accessibility to computing technology?
Answer:
PDP-8
The correct answer is the PDP-8. Introduced by Digital Equipment Corporation (DEC) in 1965, the PDP-8 is widely credited as the first commercially successful minicomputer. Its innovative design offered a significantly smaller size and lower cost compared to the mainframe computers of its era, such as the IBM System/360. This affordability and reduced footprint made computing accessible to a much broader range of businesses, scientific laboratories, and educational institutions that could not afford or accommodate larger, more expensive systems.
* **IBM System/360 (A)**: While highly successful and influential, the System/360 was a series of mainframe computers, not a minicomputer. It set standards for computing but was designed for large organizations.
* **ENIAC (B)**: The Electronic Numerical Integrator and Computer (ENIAC) was one of the earliest electronic general-purpose computers, completed in 1945. It was a massive, one-of-a-kind machine primarily used for military calculations and predates the concept of a 'minicomputer' by decades.
* **Apple II (D)**: The Apple II, released in 1977, was one of the first highly successful mass-produced microcomputers (personal computers). While revolutionary for personal computing, it came much later than the minicomputer era defined by the PDP-8.
5687
Which of the following represents the most fundamental and indivisible unit of information processed and stored by a computer system?
Answer:
Bit
In computing, the 'bit' (a portmanteau of 'binary digit') is the absolute smallest unit of data. A bit can exist in only one of two states, typically represented as 0 or 1. These binary states form the foundation for all digital information processing. A 'nibble' consists of 4 bits, a 'byte' consists of 8 bits, and a 'kilobyte' represents 1024 bytes (or 8192 bits). Therefore, the bit is the atomic unit from which all larger data structures are built.
5688
Which scenario best illustrates the typical application of a mainframe computer system?
Answer:
A financial institution processing millions of customer transactions and managing vast databases daily.
Mainframe computers are designed for extremely high-volume data processing, robust security, and unparalleled reliability. Their core applications involve handling critical operations for large organizations that require processing millions of transactions simultaneously across vast databases. This makes them ideal for sectors like banking, airlines, and government agencies, where continuous operation and data integrity are paramount. Option B directly reflects this capability by describing the processing of millions of transactions and managing large databases, which is a hallmark function of mainframe systems. The other options describe activities typically performed on personal computers, mobile devices, or workstations, which are not characteristic applications of mainframe technology.
5689
Which type of computer system is optimally suited for handling the extensive transaction processing, database management, and high security requirements of a large bank's customer account operations?
Answer:
Mainframe computer
Mainframe computers are specifically designed for high-volume, continuous operation, transaction processing, and complex data management, making them ideal for critical applications like banking systems. They offer exceptional reliability, security features, scalability, and the ability to process millions of transactions per second, which are essential for managing customer accounts across a large financial institution. Supercomputers are optimized for complex scientific computations and simulations. Minicomputers (now largely obsolete, replaced by more powerful servers) were intermediate in power between mainframes and microcomputers. Microcomputers (personal computers) are designed for individual users and lack the processing power, reliability, and security infrastructure required for central banking operations.
5690
The term 'reliability' in the context of computers means:
Answer:
The computer produces consistent results for the same set of data.
** Reliability means that a computer is designed to be dependable and will produce the same output for a given input every time. This consistency is a key advantage of using computers for critical tasks.