Choose a topic to test your knowledge and improve your System programming skills
Programming language 'FORTRAN' stands for
In statement 110 IF Num = INT(Num) THEN PRINT "Whole number' "of BASIC language, built-in function is
An instruction which tells assembler how to deal with whole program is classified as
In COMAL language programs, variables in program procedure are declared local using
Functions used in programs that are defined by programmers are called
An assembler translates
Name given by a programmer to some data is classified as
Comments used to make program easier are also called as
In line "100 INPUT NUM" of a BASIC program, 'INPUT NUM' is
When variable used in program is whole number, variable is stored as
Statement in BASIC language 150 IF A1=A2 THEN ComparisonINR ="EQUAL" is an example of
To made program more easier to understand, programmers can
. In line '300 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as
In programming, programmers used comments to
Programming language 'COMAL' stand for
In line '200 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, NAMEINR is classified as
Third component in algorithms is classified as
Variable which uses same name in whole program and in its all routines thus best classified as
Statement used to made choice between different options and only option is to be performed is written as
In programming language BASIC, statement ends with REM are considered as
Technique of using fixed words for machine code functions is classified as
When there is range of numbers involved in a program, it can be stored as
In unstructured programming language BASIC, program can be divided into the
Type of program which can be run on different types of computer by making little changes into it is classified as
In high level programming language Pascal, each program statement ends with the
Program functions that are readily available to users of specific language are called
Program routine which is used by one or more computer programs is classified as
Variable with a restricted name in only one subroutine program is classified as
In COMAL programming language, a WHILE loop must ends with
When source program is translated it is classified as
In Pascal and COMAL programming language, symbol ':=' is used for
Main type of functions does not includes
Programming language 'BASIC' is used for the
'object program' is also called
In high level programming language, instructions used to supply value in an expression are classified as
Data structure in which all elements have similar name is considered as
Number of subscript which is attached to every element in array is classified as
In programming language COMAL, symbol of '//' is used instead of
COMAL language statement '//PROGRAM : Input three numbers and print average//' shows
Computer programming language which is based on problems solved is called
Loop which is tested at least once in case condition does not fulfilled is classified as
First component in algorithms is
In programming language BASIC, area is calculated as
Program used for interactive computing is
All numbers including decimals are classified as
Loop statement used in program to continue repetition until some condition is met is classified as
Group of all special characters such as digits and letters are classified as
In programming a single instruction is classified as
Program style and must be written in
Loop statement used in program to continue repetition until some condition is met is classified as
In programming a single instruction is classified as
Program style and must be written in
In line 100 INPUT NUM: PRINT 3.1*NUM*NUM+5" of a BASIC program, ' PRINT 3.1 and 5' are classified as