PrepSure LogoHubPage 112/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 1111-1120 of 1706Use Deep Study when you want one-question focus.
1111

Read Mode

Types Of Computers

medium
Computer Science

105 Cary T90 is an example of a ____:

A
IBM
B
Hybrid computer
C
Super computer
D
Personal computer
Explanation and memory cue

The 105 Cary T90 is a type of supercomputer developed by Control Data Corporation in the 1960s, designed for high-speed scientific calculations, which classifies it as a supercomputer rather than the other options.

1112

Read Mode

Microinstruction Types

medium
Computer Science

A decoder is required in the case of a _____ microinstruction.

A
Vertical Microinstruction
B
Horizontal Microinstruction
C
Multilevel Microinstruction
D
All types Microinstruction
Explanation and memory cue

A decoder is typically required in the case of horizontal microinstructions because these instructions have many control bits that need to be decoded to generate control signals. Vertical microinstructions are more encoded and require fewer decoders. Multilevel microinstructions combine features but do not specifically require a decoder as horizontal ones do.

1113

Read Mode

Object-Oriented Programming

easy
Computer Science

Which of the following is a feature of object-oriented programming?

A
Use of classes and objects
B
Use of opcode and operand
C
Limited use of functions
D
Strong typing of variables
Explanation and memory cue

Object-oriented programming is characterized by the use of classes and objects to encapsulate data and behavior. Opcodes and operands relate to low-level machine instructions, limited use of functions is not a defining feature, and strong typing is a separate concept not exclusive to OOP.

1114

Read Mode

Types Of Computers

easy
Computer Science

Which type of computer is designed for extremely fast and complex calculations?

A
Minicomputer
B
Digital Computer
C
Supercomputer
D
Hybrid Computer
Explanation and memory cue

A supercomputer is specifically designed to perform extremely fast and complex calculations, often used for scientific simulations and large-scale computations. Other types like minicomputers, digital computers, and hybrid computers do not match this level of computational power.

1115

Read Mode

Early Portable Computers

easy
Computer Science

Who introduced the first laptop computer in 1981?

A
Bill Gates
B
Adam Osborne and EPSON
C
Steve Jobs
D
Charles Babbage
Explanation and memory cue

Adam Osborne introduced the first commercially successful portable computer, the Osborne 1, in 1981. EPSON was involved in early portable computing devices, but the Osborne 1 is widely recognized as the first laptop computer. Bill Gates and Steve Jobs were not involved in introducing the first laptop, and Charles Babbage lived long before computers existed.

1116

Read Mode

Artificial Intelligence Programming Languages

easy
Computer Science

The language used for artificial intelligence is____:

A
COBOL
B
PROLOG
C
FORTRAN
D
None of these
Explanation and memory cue

PROLOG is a high-level programming language commonly used in artificial intelligence for its strength in symbolic reasoning and pattern matching, unlike COBOL and FORTRAN which are not typically used for AI.

1117

Read Mode

Programming Languages

easy
Computer Science

What does the acronym FORTRAN stand for?

A
Formula Translation
B
Formula Transmit
C
Function Translation
D
Function Transmit
Explanation and memory cue

FORTRAN stands for 'Formula Translation,' which is the original name given to this high-level programming language designed for numeric and scientific computing.

1118

Read Mode

Fundamentals Of Computers

easy
Computer Science

All modern computers operate on ____:

A
information
B
Floppies
C
Data
D
Word
Explanation and memory cue

Modern computers operate on data, which is processed and transformed into information. Among the options, 'Data' is the correct term that computers fundamentally work with.

1119

Read Mode

Programming Paradigms

easy
Computer Science

What are the two types of high-level programming languages?

A
Functional and Procedural
B
Procedural and Object-oriented
C
Object-oriented and Assembly
D
Declarative and Procedural
Explanation and memory cue

The two main types of high-level programming languages commonly recognized are Procedural and Object-oriented. Procedural languages focus on procedure calls and routines, while Object-oriented languages are based on objects and classes. Functional and Declarative are also categories but less commonly paired as the primary types in this context, and Assembly is a low-level language, not high-level.

1120

Read Mode

Assembly Language Translation

easy
Computer Science

Programs written in assembly language are translated into machine code by which specialized utility?

A
Compiler
B
Interpreter
C
Assembler
D
Linker
Explanation and memory cue

Assembly language programs are translated into machine code by an assembler, which converts the low-level assembly instructions into binary code that the computer's processor can execute directly.