PrepSure LogoHubPage 113/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 1121-1130 of 1706Use Deep Study when you want one-question focus.
1121

Read Mode

Computer Classification

easy
Computer Science

What category do desktop computers belong to?

A
Supercomputer
B
Minicomputer
C
Microcomputer
D
Mainframe
Explanation and memory cue

Desktop computers are classified as microcomputers because they are designed for individual use, unlike mainframes or supercomputers which serve multiple users or perform large-scale computations.

1122

Read Mode

Programming Languages

easy
Computer Science

Machine language is ____?

A
Difficult to program and error-prone
B
Easy to understand
C
Based on high-level languages
D
All of these
Explanation and memory cue

Machine language consists of binary code that is directly executed by a computer's CPU. It is difficult to program and error-prone because it is low-level and not human-readable, unlike high-level languages which are easier to understand and write.

1123

Read Mode

History Of Personal Computers

easy
Computer Science

Who is known as the "Father of the Personal Computer"?

A
Bill Gates
B
Alan Turing
C
Edward Roberts
D
Steve Jobs
Explanation and memory cue

Edward Roberts is known as the 'Father of the Personal Computer' because he developed the Altair 8800, which is considered the first commercially successful personal computer. Bill Gates and Steve Jobs were influential in software and personal computing but are not credited with this title. Alan Turing is known for foundational work in computing but not specifically for personal computers.

1124

Read Mode

Programming Languages

easy
Computer Science

In which language is the source program written?

A
English
B
Symbolic
C
High level
D
None of these
Explanation and memory cue

A source program is typically written in a high-level programming language, which is more abstract and easier for humans to understand compared to symbolic or machine languages. English is not a programming language, so 'High level' is the correct answer.

1125

Read Mode

Types Of Computers

easy
Computer Science

109 ____ computers are also called personal computers: Micro, Mainframe, Desktop, Super

A
Micro
B
Mainframe
C
Desktop
D
Super
Explanation and memory cue

Microcomputers are commonly known as personal computers because they are designed for individual use, unlike mainframe or supercomputers which serve multiple users or large-scale processing.

1126

Read Mode

Programming Basics

easy
Computer Science

Many programmers call writing the software program ____:

A
Prototyping
B
Looping
C
Coding
D
Compiling
Explanation and memory cue

Writing the software program is commonly referred to as coding, which involves creating the source code in a programming language. Prototyping, looping, and compiling are different stages or concepts in software development but do not directly mean writing the program.

1127

Read Mode

Computer Classification

easy
Computer Science

Minicomputers are smaller than ____ but larger than ____.

A
Mainframes, Microcomputers
B
Supercomputers, Hybrid Computers
C
Digital Computers, Supercomputers
D
Hybrid Computers, Digital Computers
Explanation and memory cue

Minicomputers are indeed smaller than mainframes but larger than microcomputers. This size classification is standard in computer architecture.

1128

Read Mode

Programming Paradigms

easy
Computer Science

FORTRAN, COBOL, and BASIC are ____ languages.

A
Procedural
B
Object oriented
C
Both A and B
D
None of these
Explanation and memory cue

FORTRAN, COBOL, and BASIC are all examples of procedural programming languages, as they follow a sequence of instructions and procedures. They are not object-oriented languages.

1129

Read Mode

Programming Languages

easy
Computer Science

In programming, instructions represented by symbolic codes (mnemonics) such as ADD or MOV, which are more human-readable than binary, belong to which language?

A
Machine Language
B
Assembly Language
C
High-Level Language
D
Scripting Language
Explanation and memory cue

Assembly language uses symbolic codes called mnemonics (like ADD or MOV) that are more human-readable than binary machine code. This distinguishes it from machine language, high-level languages, and scripting languages.

1130

Read Mode

Software Development Process

easy
Computer Science

When creating a computer program, the ____ designs the structure of the program.

A
Programmer
B
End User
C
System Analyst
D
None of these
Explanation and memory cue

A system analyst is responsible for designing the structure of a computer program by analyzing requirements and planning the system architecture before programming begins. Programmers implement the design, end users use the program, and 'None of these' is incorrect.