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
5641
Which banking service primarily enables account holders to manage their finances and conduct various transactions remotely using a computer or mobile device?
Answer:
Digital banking services (including online and mobile banking)
Digital banking services encompass both online banking (accessed via web browsers on computers) and mobile banking (accessed via dedicated apps on smartphones or tablets). Both allow customers to perform a wide range of financial transactions, such as checking balances, transferring funds, paying bills, and applying for loans, from their homes or offices without visiting a physical branch. In-person branch services require physical presence, and ATMs, while offering remote access, have a more limited set of functionalities compared to comprehensive digital banking platforms.
5642
What is the standard term for a contiguous sequence comprising eight binary digits (bits) in computing?
Answer:
Byte
In computer science and digital technology, a 'byte' is the most widely recognized and fundamental unit for representing a block of eight bits. This grouping is significant because it is the smallest addressable unit of memory in most computer architectures and is sufficient to encode a single character (like a letter, number, or symbol) using character encoding schemes such as ASCII. A 'nibble' is half a byte (4 bits), a 'word' is a larger unit whose size varies depending on the computer architecture (often 16, 32, or 64 bits), and a 'kilobyte' represents 1024 bytes.
5643
What is the correct term for the sequence of operations that occurs when a computer is powered on or restarted, leading to the loading of its operating system?
Answer:
Booting
Booting (often shortened from 'bootstrapping') is the specific process that a computer undergoes when it is switched on or restarted. This process involves a series of self-tests (POST - Power-On Self-Test), followed by the loading of the essential components of the operating system from a permanent storage device (like a hard drive or SSD) into the computer's volatile memory (RAM). This allows the computer to become operational and ready for user interaction. While 'loading' and 'initializing' are parts of the overall boot process, 'booting' encompasses the entire sequence.
5644
Which type of computer memory is characterized by its non-volatility, meaning it retains its stored information even when the power supply is interrupted, and is primarily used to store the essential startup instructions for the system?
Answer:
Read-Only Memory (ROM)
Read-Only Memory (ROM) is specifically designed to be non-volatile, meaning its data persists even when the computer is turned off. It stores essential firmware, such as the BIOS (Basic Input/Output System) or UEFI (Unified Extensible Firmware Interface), which are crucial for the computer's initial boot sequence. Unlike RAM, ROM contents are typically programmed during manufacturing and are not easily altered by the user. Random Access Memory (RAM) is volatile, losing its data when power is removed. CPU Cache is a small, very fast memory that stores frequently accessed data for the CPU but is also volatile. Virtual Memory is a memory management technique that uses disk space to simulate additional RAM but is not a physical memory type for startup instructions.
5645
Which pair of terms collectively describes all physical and logical components that constitute a computer system?
Answer:
Hardware and Software
A computer system is fundamentally composed of two main categories: hardware and software. Hardware refers to all the physical, tangible components you can touch, such as the CPU, memory (RAM, ROM), storage devices (hard drives, SSDs), input devices (keyboard, mouse), and output devices (monitor, printer). Software, on the other hand, encompasses all the intangible instructions and programs that tell the hardware what to do. This includes operating systems, application programs, and utilities. Without both hardware and software working together, a computer system cannot function. Options B, C, and D represent specific subsets or functions within a computer system but do not collectively describe all its tangible and intangible components.
5646
The most important computer in a network is:
Answer:
Network server
The network server is typically the central computer that manages resources and provides services to other computers in a network.
5647
Which category of computer systems is predominantly utilized for the intricate simulations and massive data processing required in modern weather prediction?
Answer:
Supercomputers
Modern weather forecasting involves incredibly complex atmospheric models that require the processing of colossal datasets, including real-time sensor data, satellite imagery, and historical climate information. These models must perform billions of calculations per second to simulate atmospheric conditions, fluid dynamics, and thermodynamics across vast geographical areas and time scales. Supercomputers are specifically designed for such computationally intensive tasks, offering unparalleled processing power, memory, and high-speed interconnections necessary to run these sophisticated simulations within a practical timeframe. Microcomputers (personal computers), minicomputers (mid-range systems), and even mainframe computers, while powerful for their respective applications, lack the sheer computational capacity required for accurate and timely global weather prediction.
5648
Which category of computing devices emerged directly as a result of the invention and widespread adoption of the microprocessor?
Answer:
Microcomputers, including personal computers, for individual and small-scale use.
The microprocessor, which integrates the central processing unit (CPU) onto a single integrated circuit, dramatically reduced the size, cost, and power consumption of computing hardware. This pivotal technological advancement made it feasible to develop 'microcomputers,' such as personal computers (PCs), which were affordable and small enough for individual and small business use. Before the microprocessor, computers like mainframes and minicomputers were significantly larger and more expensive, requiring specialized environments and operators. While supercomputers also incorporate advanced processors, their development journey is distinct from the direct consumer-level impact brought about by the microprocessor's introduction which democratized computing through microcomputers.
5649
Which of the following accurately defines the acronym 'EFT' as it is used within the banking and financial services industry?
Answer:
Electronic Funds Transfer
In the banking and financial sector, EFT consistently stands for 'Electronic Funds Transfer'. This term refers to any transfer of funds initiated through an electronic terminal, telephonic instrument, computer, or magnetic tape for the purpose of ordering, instructing, or authorizing a financial institution to debit or credit an account. Common examples of EFTs include direct deposits of paychecks, ATM transactions, and online bill payments.
5650
Which of the following terms accurately describes the transformation of a continuous analog signal into a discrete digital signal?
Answer:
Digitization (also known as Sampling)
The process of converting an analog signal into a digital signal is known as digitization or sampling. This involves taking continuous analog data and converting it into discrete digital values. During sampling, the analog signal's amplitude is measured at regular intervals, and each measurement is then represented by a binary code. Modulation and demodulation are processes related to impressing information onto a carrier wave and extracting it, respectively. Amplification is the process of increasing the amplitude of a signal.