Explore topic-wise MCQs in Testing Subject.

This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.

1.

Statement used to made choice between different options and only option is to be performed is written as

A. if then statement
B. if else statement
C. else one statement
D. then else statement
Answer» B. if else statement
2.

Type of statement written in sequence and are repeated until conditions met is classified as

A. loop
B. case
C. format
D. condition
Answer» B. case
3.

First component in algorithms is

A. selection
B. repetition
C. sequence
D. character structure
Answer» D. character structure
4.

Function which is used in stepwise refinement of program is classified

A. procedure
B. library format
C. routine format
D. subroutine format
Answer» B. library format
5.

In programming language BASIC, statement ends with REM are considered as

A. narrative
B. marked variables
C. unmarked strings
D. unmarked variable
Answer» B. marked variables
6.

A main procedural program contains modules. These modules are also called____________.

A. Packages
B. Units
C. Both (a) and (b)
D. None of the above
Answer» D. None of the above
7.

Which of the following is integral data type?

A. void
B. char
C. float
D. double
Answer» C. float
8.

Which is not true about syntax and semantic parts of a computer language

A. syntax is generally checked by the programmer
B. semantics is the responsibility of the programmer
C. semantics is checeked mechanically by a computer
D. both b and c
Answer» E.
9.

Which of the following is most general phase structured grammar?

A. Context – Sensitive
B. Regular
C. Context – Free
D. None of the above
Answer» B. Regular
10.

Which of the following grammars are not phase structured

A. regular
B. context free grammar
C. context sensitive
D. none of these
Answer» E.
11.

The term environment in programming language semantics is said as

A. function that maps a name to value held there
B. function that maps a name to a storage location
C. the function that maps a storage location to the value held there
D. none of the above
Answer» C. the function that maps a storage location to the value held there
12.

An assembly language is a

A. low level programming language
B. Middle level programming language
C. High level programming language
D. Internet based programming language
Answer» B. Middle level programming language
13.

Which of the following are language processors?

A. Assembler
B. Compiler
C. Interpreter
D. All of the above
Answer» E.
14.

An example of intermediate language is ?

A. SNOBOL
B. PASCAL
C. COBOL
D. UNCOL
Answer» E.
15.

Context free language can be recognized by

A. finite state automation
B. linear bounded automation
C. push down automata
D. both b and c
Answer» E.