PrepSure LogoHubPage 114/171
Normal Study1,706 questions

Computer Science

Scan verified MCQs with the answer highlighted, then open explanations when you want the reasoning.

Deep Study Mode
Showing 1131-1140 of 1706Use Deep Study when you want one-question focus.
1131

Read Mode

Programming Languages

easy
Computer Science

Which program is used to convert a high-level programming language into low-level language at one time?

A
Assembler
B
Distributer
C
Compiler
D
Tabulator
Explanation and memory cue

A compiler translates the entire high-level program into low-level machine code in one go, unlike an assembler which translates assembly language, or other tools that do not perform this function.

1132

Read Mode

Compilers

easy
Computer Science

What is a compiler?

A
System program that converts instructions to machine language
B
System program that converts machine language
C
System program that writes instructions
D
All of these
Explanation and memory cue

A compiler is a system program that translates instructions written in a high-level programming language into machine language that the computer's processor can execute directly. This matches option A.

1133

Read Mode

Input Devices: Keyboard & Mouse

easy
Computer Science

Who invented the QWERTY keyboard or typewriter?

A
Christopher Latham Sholes
B
George Orville Isaac Newton
C
Kurt Keplan
D
Thomas Edison
Explanation and memory cue

Christopher Latham Sholes invented the QWERTY keyboard layout for the typewriter, which became the standard keyboard layout used today.

1134

Read Mode

Programming Languages

easy
Computer Science

Who developed C++ in 1979 at Bell Labs?

A
Dennis Ritchie
B
Bjarne Stroustrup
C
John von Neumann
D
Alan Turing
Explanation and memory cue

Bjarne Stroustrup developed C++ in 1979 at Bell Labs as an extension of the C programming language, adding object-oriented features. The other options are notable computer scientists but not related to C++ development.

1135

Read Mode

Programming Languages

easy
Computer Science

Who developed the first compiler?

A
Ada Lovelace
B
John von Neumann
C
Grace Hopper
D
Allan Turing
Explanation and memory cue

Grace Hopper developed the first compiler, which translated symbolic mathematical code into machine-readable instructions, pioneering programming language development.

1136

Read Mode

Programming Languages

easy
Computer Science

Who discovered the Java programming language in 1995?

A
James Gosling
B
Guido van Rossum
C
Ken Thompson
D
Tim Berners-Lee
Explanation and memory cue

James Gosling is credited with creating the Java programming language in 1995 while working at Sun Microsystems. The other options are creators of different technologies: Guido van Rossum created Python, Ken Thompson co-created Unix, and Tim Berners-Lee invented the World Wide Web.

1137

Read Mode

Programming Languages

easy
Computer Science

Who created the Pascal programming language?

A
John Backus
B
Dennis Ritchie
C
Niklaus Wirth
D
None of these
Explanation and memory cue

Niklaus Wirth created the Pascal programming language in the late 1960s and early 1970s. The other options are creators of different programming languages: John Backus developed Fortran, and Dennis Ritchie developed C.

1138

Read Mode

System Reliability And Fault Tolerance

easy
Computer Science

The ability of a computer system to remain operational despite various failures is ____.

A
Resilience
B
Schema Relation
C
Versatility
D
Reliability
Explanation and memory cue

In computer systems, 'resilience' refers to the ability of a system to remain operational and quickly recover despite failures or adverse conditions. It emphasizes the system's capacity to adapt to and recover from disruptions such as hardware faults, software bugs, or attacks. 'Reliability,' on the other hand, refers to the probability that a system will perform its intended function without failure over a specified period. While reliability focuses on consistent performance and minimizing failures, resilience focuses on maintaining operation and recovery when failures occur. Given the question's emphasis on remaining operational despite failures, 'Resilience' is the most accurate term.

1139

Read Mode

Input Devices: Keyboard & Mouse

easy
Computer Science

Numeric key is a ____ key.

A
Primary
B
Secondary
C
Normal
D
None of these
Explanation and memory cue

On a standard computer keyboard, numeric keys do not have a classification as 'primary' or 'secondary' keys in the typical sense. The numeric keys on the top row primarily input digits 0-9 and also produce secondary symbols when combined with the Shift key (e.g., 1 and !). The numeric keypad on the right side of full-size keyboards primarily inputs numbers but can also perform secondary functions like arithmetic operations when Num Lock is off. The terms 'primary' and 'secondary' keys are not standard classifications for numeric keys. Therefore, the correct answer is 'None of these.'

1140

Read Mode

Programming Languages History

easy
Computer Science

Who developed COBOL, the Common Business Oriented Language, in 1959?

A
Grace Hopper
B
John Backus
C
Alan Turing
D
Konrad Zuse
Explanation and memory cue

Grace Hopper was a pioneering computer scientist who played a key role in developing COBOL in 1959, making her the correct answer. The other options are notable computer scientists but were not involved in COBOL's creation.