System programming MCQ Quiz Hub

SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 2

Choose a topic to test your knowledge and improve your System programming skills

Programming language 'FORTRAN' stands for





✅ Correct Answer: 3

In statement 110 IF Num = INT(Num) THEN PRINT "Whole number' "of BASIC language, built-in function is





✅ Correct Answer: 2

An instruction which tells assembler how to deal with whole program is classified as





✅ Correct Answer: 2

In COMAL language programs, variables in program procedure are declared local using





✅ Correct Answer: 4

Functions used in programs that are defined by programmers are called





✅ Correct Answer: 4

An assembler translates





✅ Correct Answer: 3

Name given by a programmer to some data is classified as





✅ Correct Answer: 2

Comments used to make program easier are also called as





✅ Correct Answer: 1

In line "100 INPUT NUM" of a BASIC program, 'INPUT NUM' is





✅ Correct Answer: 4

When variable used in program is whole number, variable is stored as





✅ Correct Answer: 1

Statement in BASIC language 150 IF A1=A2 THEN ComparisonINR ="EQUAL" is an example of





✅ Correct Answer: 1

To made program more easier to understand, programmers can





✅ Correct Answer: 3

. In line '300 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as





✅ Correct Answer: 3

In programming, programmers used comments to





✅ Correct Answer: 4

Programming language 'COMAL' stand for





✅ Correct Answer: 4

In line '200 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, NAMEINR is classified as





✅ Correct Answer: 2

Third component in algorithms is classified as





✅ Correct Answer: 1

Variable which uses same name in whole program and in its all routines thus best classified as





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Technique of using fixed words for machine code functions is classified as





✅ Correct Answer: 4

When there is range of numbers involved in a program, it can be stored as





✅ Correct Answer: 1

In unstructured programming language BASIC, program can be divided into the





✅ Correct Answer: 2

Type of program which can be run on different types of computer by making little changes into it is classified as





✅ Correct Answer: 4

In high level programming language Pascal, each program statement ends with the





✅ Correct Answer: 2

Program functions that are readily available to users of specific language are called





✅ Correct Answer: 2

Program routine which is used by one or more computer programs is classified as





✅ Correct Answer: 1

Variable with a restricted name in only one subroutine program is classified as





✅ Correct Answer: 1

In COMAL programming language, a WHILE loop must ends with





✅ Correct Answer: 4

When source program is translated it is classified as





✅ Correct Answer: 2

In Pascal and COMAL programming language, symbol ':=' is used for





✅ Correct Answer: 4

Main type of functions does not includes





✅ Correct Answer: 3

Programming language 'BASIC' is used for the





✅ Correct Answer: 1

'object program' is also called





✅ Correct Answer: 3

In high level programming language, instructions used to supply value in an expression are classified as





✅ Correct Answer: 2

Data structure in which all elements have similar name is considered as





✅ Correct Answer: 1

Number of subscript which is attached to every element in array is classified as





✅ Correct Answer: 2

In programming language COMAL, symbol of '//' is used instead of





✅ Correct Answer: 1

COMAL language statement '//PROGRAM : Input three numbers and print average//' shows





✅ Correct Answer: 3

Computer programming language which is based on problems solved is called





✅ Correct Answer: 3

Loop which is tested at least once in case condition does not fulfilled is classified as





✅ Correct Answer: 4

First component in algorithms is





✅ Correct Answer: 3

In programming language BASIC, area is calculated as





✅ Correct Answer: 3

Program used for interactive computing is





✅ Correct Answer: 4

All numbers including decimals are classified as





✅ Correct Answer: 2

Loop statement used in program to continue repetition until some condition is met is classified as





✅ Correct Answer: 4

Group of all special characters such as digits and letters are classified as





✅ Correct Answer: 1

In programming a single instruction is classified as





✅ Correct Answer: 1

Program style and must be written in





✅ Correct Answer: 4

Loop statement used in program to continue repetition until some condition is met is classified as





✅ Correct Answer: 4

In programming a single instruction is classified as





✅ Correct Answer: 1

Program style and must be written in





✅ Correct Answer: 4

In line 100 INPUT NUM: PRINT 3.1*NUM*NUM+5" of a BASIC program, ' PRINT 3.1 and 5' are classified as





✅ Correct Answer: 1