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
5631
What is e-commerce?
Answer:
Buying and selling products and services over the internet
E-commerce refers to commercial transactions conducted electronically online.
5632
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.
5633
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.
5634
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.
5635
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.
5636
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.
5637
Which of the following best describes the primary function of a firewall in a computational environment?
Answer:
It serves as a security system that observes and manages network data flow, permitting or blocking traffic according to established security protocols.
A firewall is a crucial component of network security. Its primary function is to act as a barrier between a trusted internal network (like a home or corporate network) and untrusted external networks (like the internet). It achieves this by monitoring all incoming and outgoing network traffic and making decisions to allow or block specific data packets based on a set of predetermined security rules. This prevents unauthorized access, malicious attacks, and the spread of malware, thereby protecting the integrity and confidentiality of the internal network and its resources. Option (a) describes CPU optimization, (c) describes graphics software, and (d) describes a computer virus; none of these accurately define a firewall.
5638
What fundamental characteristic enables a computer system to retain and access substantial quantities of information over time?
Answer:
Data storage capacity
The ability of a computer to store and retrieve large amounts of data is directly attributed to its 'Data storage capacity'. Modern computers utilize various storage devices, such as Hard Disk Drives (HDDs), Solid-State Drives (SSDs), and network-attached storage (NAS) or cloud storage solutions, to permanently or semi-permanently hold digital information. While speed (Option A) refers to how quickly operations are performed, automation (Option B) refers to the computer's ability to perform tasks without human intervention, and reliability (Option D) refers to its consistent and dependable operation, none of these directly describe the function of retaining data. Storage capacity is the specific characteristic that fulfills this role, allowing for the archival and subsequent retrieval of extensive datasets.
5639
In the banking industry, which type of computer application is most frequently utilized for organizing, storing, and retrieving large volumes of financial data and customer information?
Answer:
Database Management Systems (DBMS)
Banks operate with immense quantities of sensitive data, including customer profiles, transaction histories, account balances, and loan details. To effectively manage, secure, and access this information, they rely heavily on Database Management Systems (DBMS). A DBMS provides the tools and infrastructure to define, create, query, update, and manage databases. This ensures data integrity, security, and efficient retrieval, which are critical for daily banking operations, regulatory compliance, and customer service. Word processing software is used for documents, presentation software for slideshows, and image editing software for graphics, none of which are designed for the complex, structured data management needs of a bank.
5640
What is a collection of eight bits called?
Answer:
Byte
A byte consists of 8 bits and is the basic unit of information storage.