C MCQs Questions with Answers Pdf 2019-2020 - 1

Question: 1

The expression in do-while loop is usually of ____ type.

(A) Any

(B) Arithmetic

(C) Algebraic

(D) Logical

Ans: D

Logical

Question: 2

The activity of removing an error in the program is called _____

(A) Entering

(B) Debugging

(C) Editing

(D) Compiling

Ans: B

Debugging

Question: 3

Readymade library functions are used for ____

(A) Input and output

(B) Input

(C) Neither input nor output

(D) Output

Ans: A

Input and output

Question: 4

Which of the following are two types of branching?

(A) Two-way and multi-way

(B) Two way or multi-way

(C) Multi-way & three way

(D) Two-way& four way

Ans: C

Multi-way & three way

Question: 5

By using __ the speed of the process can be increased.

(A) Long integer

(B) Short integer

(C) Unsigned integer

(D) Integer

Ans: B

Short integer

Related Questions