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
5761
Which of these activities traditionally associated with banking operations does NOT primarily rely on direct computer automation for its execution?
Answer:
Manufacturing and issuance of physical banknotes and coins.
While computers are extensively used in various stages of currency production, such as design, security feature development, and inventory management, the physical manufacturing (printing and minting) of banknotes and coins is primarily an industrial process involving specialized machinery, rather than a direct, day-to-day computer application within typical banking services. The other options (online payments, ATM withdrawals, and mobile banking applications) are direct and fundamental applications of computer technology that enable and automate core banking functions for customers.
5762
Which peripheral component is primarily used for providing data or control signals to a computer system?
Answer:
Keyboard
An input device is a piece of hardware that allows users to send data, commands, or signals into a computer. The computer processes these inputs to perform tasks.
* A **Monitor** is an output device used to display visual information from the computer.
* A **Printer** is an output device used to produce hard copies of digital documents.
* A **Keyboard** is a classic input device that enables users to type text, numbers, and symbols, and issue commands to the computer.
* **Speakers** are output devices that produce audio from the computer.
Therefore, among the given options, the keyboard is the only input device.
5763
Which fundamental characteristic enables computers to perform a wide array of tasks across vastly different domains, such as scientific research, artistic creation, and business management?
Answer:
Remarkable versatility
The ability of a computer to adapt and be applied to numerous different applications and fields is known as versatility. Unlike single-purpose machines, computers can be programmed to execute diverse functions, making them invaluable tools in areas ranging from entertainment and education to healthcare and complex industrial control. While speed, reliability, and automation are important computer characteristics, versatility is the core attribute that allows a single device to be reconfigured and utilized for such a broad spectrum of dissimilar tasks and industries.
5764
Which term describes the tangible, physical elements that constitute a computer system?
Answer:
Hardware
Hardware refers to the collective set of physical components that make up a computer system. This includes internal components like the Central Processing Unit (CPU), Random Access Memory (RAM), motherboard, and storage devices (e.g., hard drives, Solid State Drives), as well as external peripherals such as keyboards, mice, monitors, and printers. These are the parts you can physically touch and see, and they provide the foundational structure upon which all other computer operations run. Software, in contrast, consists of the programs and data that tell the hardware what to do. Firmware is a specific type of software embedded into hardware devices, while middleware facilitates communication between different applications.
5765
Which phrase is abbreviated by the term 'bit' in computing and digital information?
Answer:
Binary Digit
The term 'bit' is a portmanteau, a word blending the sounds and combining the meanings of two others. It is a contraction of 'binary digit.' This fundamental unit represents the smallest piece of information in a digital system, typically a 0 or a 1. The term was coined by Claude Shannon in his 1948 paper 'A Mathematical Theory of Communication,' crediting John Tukey for its suggestion.
5766
Which pioneering figure is credited with the architectural design of the CDC 6600, widely recognized as the first commercially successful supercomputer?
Answer:
Seymour Cray
Seymour Cray is renowned as the 'father of supercomputing' for his groundbreaking work. He led the design of the Control Data Corporation (CDC) 6600, which was released in 1964 and made a significant impact as the first commercially successful supercomputer. Its innovative architecture and performance set new standards for high-speed computation. Cray later went on to found Cray Research and design other iconic supercomputers like the Cray-1. Bill Gates (co-founder of Microsoft) and Steve Jobs (co-founder of Apple) are associated with personal computing and software, while Charles Babbage is known for his conceptual work on mechanical computers in the 19th century, predating electronic computers.
5767
In which application domain would a computer system managing urban traffic signals primarily be categorized?
Answer:
Public infrastructure and daily services
A computer system controlling traffic lights is an integral part of modern urban management, falling under 'Public infrastructure and daily services'. This category encompasses systems that manage essential civic functions and services for the general public, including transportation, utilities, and safety. While technology is used in all listed domains, traffic light control directly impacts public mobility and safety, making option A the most appropriate classification.
5768
Which unit of measurement is primarily used to quantify the processing speed of a computer's central processing unit (CPU)?
Answer:
Megahertz (MHz) or Gigahertz (GHz)
The processing speed of a computer's CPU is determined by its clock rate, which indicates how many cycles per second it can execute. This clock rate is measured in Hertz (Hz). For modern CPUs, these speeds are typically expressed in Megahertz (MHz), representing millions of cycles per second, or more commonly Gigahertz (GHz), representing billions of cycles per second. Gigabytes (GB) measure storage capacity, Dots Per Inch (DPI) measure printer or scanner resolution, and Pixels are individual points of color that form a digital image.
5769
Which category of software do programs like Microsoft Word and Google Chrome fall under, serving specific user tasks or needs?
Answer:
Application Software
Application software, often simply called an 'app', is designed to perform specific tasks for the user. Examples include word processors (like Microsoft Word for document creation), web browsers (like Google Chrome for internet access), media players, games, and many others. It sits 'on top' of system software and interacts with the user to achieve particular functions. Hardware refers to the physical components of a computer. System software (like operating systems) manages computer hardware and software resources. Firmware is a type of permanent software programmed into read-only memory, typically controlling low-level hardware operations.
5770
Which term describes the collection of programs, procedures, and related documentation that instructs computer hardware on how to perform specific tasks?
Answer:
Software
Software refers to the set of instructions, data, or programs used to operate computers and execute specific tasks. It is the intangible component that brings the physical hardware to life by providing the commands and logic for its operations. Hardware, in contrast, is the physical components of a computer system. Input data is the information fed into the computer, which software then processes. A network protocol is a set of rules for data communication, not the instructions that tell the hardware what to do generally.