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
221
The Java programming language was developed with the slogan "Write Once, Run Anywhere," referring to its:
Answer:
Platform independence via the Java Virtual Machine
Java, developed by James Gosling at Sun Microsystems, was designed to be platform-independent. Java code is compiled into bytecode that can run on any device equipped with a Java Virtual Machine (JVM), fulfilling the "Write Once, Run Anywhere" promise.
222
When MS word was launched _________?
Answer:
1983
Microsoft launched the first version of Microsoft Word, originally named Multi-Tool Word, for Xenix systems in 1983. It was later released for other platforms, including MS-DOS, and became a dominant product in the word processing market.
223
Which significant milestone in computing history is attributed to Konrad Zuse's Z3 computer, completed in Germany in 1941?
Answer:
It was the world's inaugural operational, programmable, and fully automatic digital computer.
Konrad Zuse's Z3, completed in 1941, was a groundbreaking achievement. It was an electromechanical machine that pioneered the use of binary floating-point arithmetic. Crucially, it was programmable (using punched film stock for instructions) and operated automatically. Many computer historians consider it the world's first functional, programmable, Turing-complete digital computer, making option C the most accurate description of its historical significance. Option A is incorrect because the Z3 was electromechanical, not electronic (which would typically imply vacuum tubes or later, transistors). The ENIAC, completed later, was the first large-scale electronic digital computer. Option B is incorrect as the Z3 was not primarily designed for commercial use; its development was under wartime conditions. Option D is incorrect as GUIs emerged much later in computing history.
224
What technology was central to third-generation computers?
Answer:
Integrated Circuits
Third-generation computers utilized integrated circuits, improving speed and efficiency.
225
Which of the following accurately represents the full name associated with the acronym "EDVAC," a pioneering electronic computer?
Answer:
Electronic Discrete Variable Automatic Computer
EDVAC stands for Electronic Discrete Variable Automatic Computer. It was a significant milestone in the history of computing, developed at the University of Pennsylvania by J. Presper Eckert and John Mauchly, among others. A key innovation of EDVAC, stemming from the von Neumann architecture (though often debated as also originating from the work of Eckert and Mauchly), was its implementation of the stored-program concept. This allowed both instructions and data to reside in the same memory, fundamentally changing how computers operated and paving the way for more flexible and powerful computational architectures, unlike its predecessor ENIAC which required extensive re-wiring for new tasks.
226
Who is credited with developing the first computer pointing device?
Answer:
Douglas Engelbart
Douglas Engelbart is credited with inventing the computer mouse in the 1960s while at the Stanford Research Institute. His invention was part of a larger project to augment human intellect and revolutionized how humans interact with computers.
227
The protocol primarily used to transfer files from one host to another over a TCP-based network, such as the Internet, is:
Answer:
FTP
FTP (File Transfer Protocol) is a standard network protocol used for the transfer of computer files between a client and server on a computer network.
228
Which foundational computer science innovation is primarily attributed to Grace Hopper's pioneering efforts?
Answer:
The creation of the first compiler, enabling more human-readable programming.
Grace Hopper is widely celebrated for her groundbreaking work in computer programming, particularly for developing the A-0 System in 1952. This system is recognized as the world's first compiler. A compiler is a critical program that translates high-level programming language code (which is closer to human language) into machine code that a computer's processor can directly understand and execute. Before Hopper's innovation, programming required writing instructions directly in machine code or assembly language, a much more arduous and error-prone process. Her invention significantly advanced the field of computer science by making programming more efficient and accessible, laying essential groundwork for the development of modern programming languages. Options A, B, and D are associated with other significant figures in computing history: the microprocessor (Intel, engineers like Federico Faggin, Ted Hoff, Stanley Mazor), the computer mouse (Douglas Engelbart), and the integrated circuit (Jack Kilby and Robert Noyce).
229
Personal computers (PCs) became a commercial reality and gained widespread popularity during which generation?
Answer:
Fourth Generation
The invention of the microprocessor in the fourth generation made it possible to create small, affordable computers for individual use, leading to the PC revolution of the late 1970s and 1980s.
230
Which computer is a prime example of a first-generation machine?
Answer:
UNIVAC I
The UNIVAC I, developed by J. Presper Eckert and John Mauchly, was the first American commercial computer and a classic example of a first-generation computer that used vacuum tubes.