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
531
Which statement best characterizes an embedded computer system?
Answer:
They are specialized computing devices integrated within a larger product to perform a specific, dedicated task.
An embedded computer system is a specialized computer system, frequently a microcomputer, that is designed to perform one or a few dedicated functions within a larger mechanical or electronic system. Unlike general-purpose computers (like desktop PCs or laptops), embedded systems are not typically programmed by an end-user to perform a variety of tasks; instead, their software is often fixed or firmware, directly controlling the device's specific function. Examples include the computer controlling an anti-lock braking system in a car, a smart thermostat, or a digital camera. Option A describes general-purpose computers. Option C incorrectly exaggerates their power. Option D describes high-performance computing or server farms, not typical embedded systems.
532
CPU stands for:
Answer:
Central processing unit
The CPU executes instructions and processes data in a computer system.
533
KIPS is a unit for measuring the speed of what?
Answer:
Processor
KIPS (kilo instructions per second) measures processor speed in thousands of instructions executed per second.
534
Which category best classifies an operating system (OS) like Windows, macOS, or Linux, considering its primary function in managing computer resources and facilitating other programs?
Answer:
System software
An operating system (OS) is a fundamental type of software that manages computer hardware and software resources, providing common services for computer programs. It acts as an intermediary between the user and the computer hardware. This core functionality of managing the system itself, rather than performing specific end-user tasks, places it squarely in the category of 'System software'.
'Hardware component' refers to physical parts of the computer. 'Application software' (e.g., word processors, web browsers) performs specific tasks for the end-user. 'Middleware framework' typically refers to software that connects different applications or components, often in distributed systems, which is a more specialized role than that of a primary OS.
535
What is e-commerce?
Answer:
Buying and selling products and services over the internet
E-commerce refers to commercial transactions conducted electronically online.
536
Which type of computer is specifically designed to execute billions of instructions per second and is typically employed for highly intricate scientific computations and large-scale data processing?
Answer:
Digital computer
Digital computers are the foundational technology for modern high-performance computing, including supercomputers. They process information in discrete units (bits), allowing for extreme precision and the execution of vast numbers of instructions per second. This capability is essential for complex scientific simulations, data analysis, and other computationally intensive tasks. Analog computers, while useful for certain real-time simulations, process continuous data and lack the precision and programmability for these types of operations. Hybrid computers combine aspects of both, but the core processing for 'billions of instructions per second' in a general-purpose context relies on the digital component. Quantum computers represent a new paradigm, but current general-purpose supercomputing for 'billions of instructions per second' is firmly in the realm of digital architecture.
537
Which statement best defines 'remote proctoring' as it applies to online assessments?
Answer:
A technology-enabled method for overseeing and authenticating test-takers during virtual examinations.
Remote proctoring is a specialized form of online invigilation that leverages various technologies—such as webcams, microphones, screen-sharing, and artificial intelligence—to monitor students' behavior and environment during an online exam. Its primary purpose is to uphold academic integrity by detecting and preventing cheating, verifying the identity of the test-taker, and ensuring compliance with exam rules, all without the physical presence of a proctor.
538
The microprocessor, known as the brain of the computer, is also called a:
Answer:
A. Microchip
A microchip contains the microprocessor circuitry responsible for executing computer instructions.
539
What term describes the system enabling bank customers to access and manage their financial accounts remotely via the internet?
Answer:
Online banking or Internet banking
Online banking, also known as internet banking, allows customers to perform various banking transactions (such as checking balances, transferring funds, and paying bills) conveniently from any location with internet access, typically through a bank's secure website or mobile application. E-commerce refers to commercial transactions conducted electronically on the internet. Telecommuting is working from a remote location, often from home. Digital marketing encompasses various marketing activities using digital channels.
540
What is an advantage of multiprogramming systems?
Answer:
They execute more jobs in the same period
Multiprogramming increases system utilization and throughput, allowing more jobs to be processed.