Explore topic-wise MCQs in Technical Programming.

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

551.

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
552.

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
553.

First component in algorithms is

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

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
555.

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
556.

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
557.

Which of the following is integral data type?

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

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.
559.

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
560.

Which of the following grammars are not phase structured

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

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
562.

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
563.

Which of the following are language processors?

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

An example of intermediate language is ?

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

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.