PrepSure LogoHubPage 111/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 1101-1110 of 1706Use Deep Study when you want one-question focus.
1101

Read Mode

Practice MCQ

Computer Science

AND, OR, XOR, NOT, NAND, NOR are which type of gate?

A
Logic gate
B
Swing gate
C
Program gate
D
Automatic gate
Explanation and memory cue

AND, OR, XOR, NOT, NAND, and NOR are all types of logic gates used in digital circuits to perform logical operations on one or more binary inputs.

1102

Read Mode

Dedicated Computer

easy
Computer Science

What is meant by a dedicated computer?

A
Which is used by one person only
B
Which is assigned one and only one task
C
Which uses one kind of software
D
Which is meant for application software
Explanation and memory cue

A dedicated computer is designed to perform one specific task or function only, unlike general-purpose computers that can run multiple types of software and tasks. This specialization allows for optimized performance for that single task.

1103

Read Mode

Computer Classification

easy
Computer Science

Which of the following classes of computers cannot support multiple users simultaneously?

A
Mini Computer
B
Main frame computer
C
Micro computer
D
All of them
Explanation and memory cue

Microcomputers are typically designed for single-user operation and cannot support multiple users simultaneously, unlike minicomputers and mainframe computers which are designed to handle multiple users.

1104

Read Mode

Types Of Computers

easy
Computer Science

What type of computer is commonly used in small organizations?

A
Microcomputer
B
Mainframe
C
Supercomputer
D
None of these
Explanation and memory cue

Microcomputers, also known as personal computers, are commonly used in small organizations due to their affordability, ease of use, and sufficient processing power for typical business tasks. Mainframes and supercomputers are generally used by large organizations or for specialized tasks.

1105

Read Mode

Computer Languages

easy
Computer Science

The only language that a computer can understand and execute directly is called ____.

A
Assembly
B
Machine Language
C
PHP
D
None of these
Explanation and memory cue

Machine language is the only language that a computer's hardware can directly understand and execute. Assembly language is a low-level language that needs to be translated into machine language. PHP is a high-level programming language that requires interpretation or compilation.

1106

Read Mode

Programming Languages

easy
Computer Science

Who created the FORTRAN programming language in 1957?

A
Alan Turing
B
John Backus
C
Grace Hopper
D
Dennis Ritchie
Explanation and memory cue

John Backus led the team at IBM that developed the FORTRAN programming language in 1957, making him the correct answer. The other individuals are notable computer scientists but were not responsible for creating FORTRAN.

1107

Read Mode

Programming Languages

easy
Computer Science

In the field of computers, what is BASIC (Beginners All-Purpose Symbolic Instruction Code)?

A
A Programming language
B
A Software
C
Software coding
D
A basic course in computers
Explanation and memory cue

BASIC stands for Beginners All-Purpose Symbolic Instruction Code and is a programming language designed for ease of use by beginners. It is not software, software coding in general, or a basic course in computers.

1108

Read Mode

Computer Architecture

easy
Computer Science

The language of a computer consists of ____: Opcode, Operand, Both A & B, or None of these?

A
Opcode
B
Operand
C
Both A & B
D
None of these
Explanation and memory cue

The language of a computer, particularly machine language, consists of instructions that have two main parts: the opcode, which specifies the operation to be performed, and the operand, which specifies the data or the address of the data. Therefore, both opcode and operand together form the language of a computer.

1109

Read Mode

Programming Languages

easy
Computer Science

Which are low-level computer languages?

A
Machine
B
Assembly
C
Both A & B
D
None of these
Explanation and memory cue

Machine language and assembly language are both considered low-level programming languages because they are closely related to the hardware and provide little abstraction from the computer's instruction set architecture. Therefore, 'Both A & B' is the correct answer.

1110

Read Mode

Embedded Computers

easy
Computer Science

Which of the following are examples of embedded computers?

A
DVD Player
B
USB Drive
C
Washing Machine
D
Smartwatch
Explanation and memory cue

Embedded computers are specialized computing systems designed to perform dedicated functions within larger devices. Examples of embedded computers include DVD players, washing machines, and smartwatches, as all these devices contain embedded processors that control their specific functions. A USB drive, however, is primarily a storage device and does not contain an embedded computer. Therefore, options A (DVD Player), C (Washing Machine), and D (Smartwatch) are all examples of embedded computers. Since the question asks for examples (plural), the best answer includes all valid embedded computer examples. However, given the single correct answer format, the DVD player (option A) is a classic and widely recognized example of an embedded computer.