System programming MCQ Quiz Hub

SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 3

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

A program which translates high level program into machine code is classified as





✅ Correct Answer: 1

If element in array has two subscripts, then array has





✅ Correct Answer: 2

Names used to identify a specific location and are invented by programmers are called





✅ Correct Answer: 2

In line "300 INPUT NUM: PRINT 4.2*NUM*NUM+17" of a BASIC program, '300' is





✅ Correct Answer: 3

In JMP PRNT command, JMP and PRNT respectively are classified as





✅ Correct Answer: 4

Statement in Comal language 'IF age >=18 THEN PRINT "Yes" ELSE PRINT "No" is an example of





✅ Correct Answer: 4

Programming language used to encourage logical thinking is classified as





✅ Correct Answer: 1

Statement which is treated as choice for a possible actions is classified as





✅ Correct Answer: 1

In line "750 INPUT NUM: PRINT 7.3*NUM*NUM+15" of a BASIC program, '7.3*NUM*NUM+15' is





✅ Correct Answer: 2

LDA is used instead of LOAD ACCUMULATOR and can be classified as





✅ Correct Answer: 2

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





✅ Correct Answer: 1

Second component in algorithms is classified as





✅ Correct Answer: 1

Explanations at right side of mnemonics and symbolic addresses are called





✅ Correct Answer: 4

In COMAL language programs, procedures are defined between





✅ Correct Answer: 4

General term use for self-contained small set of instructions is referred as





✅ Correct Answer: 1

Computer language based on machine code is classified as





✅ Correct Answer: 4

In high level programming language BASIC, statements written with GOTO and IF commands are considered as





✅ Correct Answer: 1

Programming language 'COBOL' stands for





✅ Correct Answer: 4

Way data in program is to be set is called its





✅ Correct Answer: 3

A special quantity whose value does not change is classified as





✅ Correct Answer: 1

In BASIC language, '150 LET Area=Width*Length' , optional word is





✅ Correct Answer: 1

In structured programming language such as Pascal, operations is then refined using





✅ Correct Answer: 2

In high level programming language Pascal, END statement lasts with the





✅ Correct Answer: 2

In line "200 INPUT NUM: PRINT 5.8*NUM+5" of a BASIC program, 'PRINT 5.8*NUM+5" ' is





✅ Correct Answer: 1

Statement used to perform one of two possible actions is written as





✅ Correct Answer: 3

In COMAL language programs, procedures are usually executed by





✅ Correct Answer: 1

High level language includes





✅ Correct Answer: 3

When data to be input is numeric in nature, data type in program is classified as





✅ Correct Answer: 1

Values that are passed between program and its called subroutine are classified as





✅ Correct Answer: 3

In line '500 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, Total Mark and N are considered as





✅ Correct Answer: 1

In line "400 INPUT NUM: PRINT 5.6*NUM+10" of a BASIC program, 'NUM is





✅ Correct Answer: 2

In statement '100 LET N1 = LEN(AINR )' of BASIC language, built-in function is





✅ Correct Answer: 1

Control returns in calling program at correct place exactly from





✅ Correct Answer: 1

Programming language that allows structuring of programs and data is





✅ Correct Answer: 4

Device used to translate programming language into machine code is classified as





✅ Correct Answer: 4

Statement which gives value to a variable is called





✅ Correct Answer: 1

Function which is placed between FOR statements and other repeated statements is classified as





✅ Correct Answer: 2

In statement "After last mark enter -1" in COMAL programming language, rogue value is





✅ Correct Answer: 1

Special character symbol '/' is used to indicate





✅ Correct Answer: 3

Loop which does not executed at all if it is tested at beginning is classified as





✅ Correct Answer: 2

Translation of assembly language into machine code is a task of





✅ Correct Answer: 3

Type of subroutines which are available to users of computer as default part of software is classified as





✅ Correct Answer: 3

In programming language, 'identifier' can be





✅ Correct Answer: 4

Rogue value in statement "140 PRINT "For each one type in name. Type '***,0,0' to finish" is





✅ Correct Answer: 1

Complier is used when data is to be processed in





✅ Correct Answer: 1

Examples of program routine are





✅ Correct Answer: 4

One or more numbers which helps distinguish elements in array is





✅ Correct Answer: 1

Indicate which of the following is not true about interpreter ?





✅ Correct Answer: 1

An interpreter is





✅ Correct Answer: 4

An interpreter is a program that





✅ Correct Answer: 4