Computer MCQ Questions for Class 11 with Answers Pdf - 1

Question: 1

A _____ is a phrase that describes a test of the state.

(A) Loop

(B) Condition

(C) Structure

(D) None of these

Ans: B

Condition

Question: 2

Which one of the following notations will be executed by computers?

(A) Flow chart

(B) Programming languages

(C) Compiler

(D) Pseudocode

Ans: B

Programming languages

Question: 3

A ______ statement is composed of a sequence of statements.

(A) Sequential

(B) Alternative

(C) Conditional

(D) Iterative

Ans: A

Sequential

Question: 4

_____ uses the same building blocks as programs, such as variables and control flow.

(A) Programs

(B) Flow charts

(C) Pseudocode

(D) None of these

Ans: C

Pseudocode

Question: 5

_____ is the most widely used notation to represent algorithms.

(A) Flow charts

(B) Programs

(C) Pseudocode

(D) None of these

Ans: C

Pseudocode

Question: 6

There are ______ important control flow statements.

(A) 1

(B) 2

(C) 3

(D) 4

Ans: C

3

Question: 7

A _____ is a notation for expressing algorithms to be executed by computers.

(A) Programming language

(B) Flow chart

(C) Pseudocode

(D) None of these

Ans: A

Programming language