1. ______ is a feature for scheduling and multiprogramming to provide an economical interactive system of two or more users ?

Time sharing

Multitasking

Time tracing

Multiprocessing

Answer: Time sharing

Explanation:

Time sharing is a feature for scheduling and multiprogramming to provide an economical interactive system of two or more users.


2. In electronic device, operating under the control of information, that can accept data, process the data, produce output and store the results for future use _______ ?

Input

Computer

Software

Hardware

Answer: Computer

Explanation:

In electronic device, operating under the control of information, that can accept data, process the data, produce output and store the results for future use Computer.


3. Devices that enter information and let you communicate with the computer are called _______ ?

Software

Output devices

Hardware

Input/Output devices

Answer: Input/Output devices

Explanation:

Devices that enter information and let you communicate with the computer are called Input devices.


4. A ————— contains specific rules and words that express the logical steps of an algorithm ?

programming language

syntax

programming structure

logic chart

Answer: programming language

Explanation:

A "programming language" contains specific rules and words that express the logical steps of an algorithm. Therefore, the correct option is (a) programming language.


5. What is the process of copying software programs from secondary storage media to the hard disk called ?

configuration

download

storage

installation

Answer: installation

Explanation:

The process of copying software programs from secondary storage media to the hard disk is called installation. Therefore, the correct answer is (d) installation.


6. A programming language having a ______ is slow in execution ?

Interpreter

Compiler

Assembler

Linker

Answer: Interpreter

Explanation:

Interpreted programming languages, such as Python or JavaScript, generally run slower than compiled programming languages, such as C++ or Java, because the code is translated into machine language at runtime instead of beforehand. However, interpreted languages offer advantages such as ease of use and faster development time.


7. A mistake in an algorithm that causes incorrect results is called a __________ ?

logical error

syntax error

procedural error

compiler error

Answer: syntax error

Explanation:

A mistake in an algorithm which causes incorrect results is termed as the logical error.


8. A set of rules for telling the computer what operations to perform is called a __________ ?

procedural language

structures

natural language

programming language

Answer: programming language

Explanation:

A set of rules for telling the computer what operations to perform is called a programming language.


9. The binary system is a number system to the base ?

2

4

8

10

Answer: 2

Explanation:

The binary system is a number system to the base (a) 2.


10. ___________ software creates a mirror image of the entire hard disk, including the operating system, applications, files, and data. ?

Operating system

Backup software

Utility programs

Driver imaging

Answer: Driver imaging

Explanation:

The correct option is D Driver imaging Driver Imaging software creates a mirror image of the entire hard disk, including the operating system, applications, files, and data.