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
If element in array has two subscripts, then array has
Names used to identify a specific location and are invented by programmers are called
In line "300 INPUT NUM: PRINT 4.2*NUM*NUM+17" of a BASIC program, '300' is
In JMP PRNT command, JMP and PRNT respectively are classified as
Statement in Comal language 'IF age >=18 THEN PRINT "Yes" ELSE PRINT "No" is an example of
Programming language used to encourage logical thinking is classified as
Statement which is treated as choice for a possible actions is classified as
In line "750 INPUT NUM: PRINT 7.3*NUM*NUM+15" of a BASIC program, '7.3*NUM*NUM+15' is
LDA is used instead of LOAD ACCUMULATOR and can be classified as
In line '400 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, AVERAGE is considered as
Second component in algorithms is classified as
Explanations at right side of mnemonics and symbolic addresses are called
In COMAL language programs, procedures are defined between
General term use for self-contained small set of instructions is referred as
Computer language based on machine code is classified as
In high level programming language BASIC, statements written with GOTO and IF commands are considered as
Programming language 'COBOL' stands for
Way data in program is to be set is called its
A special quantity whose value does not change is classified as
In BASIC language, '150 LET Area=Width*Length' , optional word is
In structured programming language such as Pascal, operations is then refined using
In high level programming language Pascal, END statement lasts with the
In line "200 INPUT NUM: PRINT 5.8*NUM+5" of a BASIC program, 'PRINT 5.8*NUM+5" ' is
Statement used to perform one of two possible actions is written as
In COMAL language programs, procedures are usually executed by
High level language includes
When data to be input is numeric in nature, data type in program is classified as
Values that are passed between program and its called subroutine are classified as
In line '500 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, Total Mark and N are considered as
In line "400 INPUT NUM: PRINT 5.6*NUM+10" of a BASIC program, 'NUM is
In statement '100 LET N1 = LEN(AINR )' of BASIC language, built-in function is
Control returns in calling program at correct place exactly from
Programming language that allows structuring of programs and data is
Device used to translate programming language into machine code is classified as
Statement which gives value to a variable is called
Function which is placed between FOR statements and other repeated statements is classified as
In statement "After last mark enter -1" in COMAL programming language, rogue value is
Special character symbol '/' is used to indicate
Loop which does not executed at all if it is tested at beginning is classified as
Translation of assembly language into machine code is a task of
Type of subroutines which are available to users of computer as default part of software is classified as
In programming language, 'identifier' can be
Rogue value in statement "140 PRINT "For each one type in name. Type '***,0,0' to finish" is
Complier is used when data is to be processed in
Examples of program routine are
One or more numbers which helps distinguish elements in array is
Indicate which of the following is not true about interpreter ?
An interpreter is
An interpreter is a program that