System programming/SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 2 Sample Test,Sample questions

Question:
	
All numbers including decimals are classified as

1.integers

2.real numbers

3.prime numbers

4.composite numbers

Posted Date:-2022-06-07 04:48:49


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

1.START function

2.OPEN function

3.END function

4.CLOSED function

Posted Date:-2022-06-07 03:21:10


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

1. comma

2.semicolon

3. single quotation marks

4. double quotation marks

Posted Date:-2022-06-07 04:10:24


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

1.expression

2.line statement

3. reserved words

4.single instruction

Posted Date:-2022-06-07 03:51:33


Question:
	
In programming a single instruction is classified as

1.statement

2.set of codes

3.set of formula

4.set of instructions

Posted Date:-2022-06-07 04:51:56


Question:
	
In programming language BASIC, area is calculated as

1.Area: = Width*Length

2.area 100: length*width

3.100 Area=Width*Length

4.100 Area: = Width*Length

Posted Date:-2022-06-07 04:46:50


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

1.IF

2.INT

3.Num

4.PRINT

Posted Date:-2022-06-07 03:18:48


Question:
	
Main type of functions does not includes

1.built-in function

2.user-defined function

3.top down procedures

4.programmer defined function

Posted Date:-2022-06-07 04:28:09


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

1.local variable

2.middle variable

3. default variable

4.global variable

Posted Date:-2022-06-07 04:02:21


Question:
	
When source program is translated it is classified as

1.clause program

2.object program

3.detailed program

4. featured program

Posted Date:-2022-06-07 04:22:00


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

1.tring variable

2.rational string

3.string constant

4. irrational string

Posted Date:-2022-06-07 03:56:26


Question:
'object program' is also called

1.compiler

2.assembler

3.machine code

4.program code

Posted Date:-2022-06-07 04:30:54


Question:
An assembler translates

1.routine into subroutine

2.processing time into manual time

3.assembly code into machine code

4.machine code into assembly code

Posted Date:-2022-06-07 03:23:21


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

1.director

2.directive

3.compiler

4.direction

Posted Date:-2022-06-07 03:20:07


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

1.real numbers

2.string variables

3.defined function

4.entered variables

Posted Date:-2022-06-07 04:38:36


Question:
Comments used to make program easier are also called as

1.narrative

2.unmarked stringe

3.marked variables

4.unmarked variable

Posted Date:-2022-06-07 03:49:47


Question:
Computer programming language which is based on problems solved is called

1.ordinary programming language

2.low level programming language

3.high level programming language

4.advanced level programming language

Posted Date:-2022-06-07 04:39:34


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

1.array

2.data structure

3. string structure

4.positive structure

Posted Date:-2022-06-07 04:35:46


Question:
First component in algorithms is

1.selection

2.repetition

3.sequence

4.character structure

Posted Date:-2022-06-07 04:45:44


Question:
Functions used in programs that are defined by programmers are called

1.built-in functions

2.program layout

3. program procedure

4.user-defined function

Posted Date:-2022-06-07 03:22:16


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

1.strings

2.odd numbers

3.even numbers

4.negative numbers

Posted Date:-2022-06-07 04:50:52


Question:
In COMAL programming language, a WHILE loop must ends with

1. input function

2.stops function

3. output function

4.end while function

Posted Date:-2022-06-07 04:20:44


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

1.program routine

2.program function

3.program argument

4.program default exponents

Posted Date:-2022-06-07 04:34:37


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

1.rational string

2.string variable

3.string constant

4. irrational string

Posted Date:-2022-06-07 03:59:53


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

1.constants

2.real statement

3.string statement

4. integer statement

Posted Date:-2022-06-07 05:01:27


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

1.base

2.reference

3.reference

4.coefficient

Posted Date:-2022-06-07 04:26:02


Question:
In programming a single instruction is classified as

1.statement

2.set of codes

3.set of formula

4.set of instructions

Posted Date:-2022-06-07 04:59:10


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

1.narrative

2.marked variables

3.unmarked strings

4. unmarked variable

Posted Date:-2022-06-07 04:04:34


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

1.remarks

2.unmarked strings

3.marked structure

4.unmarked variable

Posted Date:-2022-06-07 04:37:51


Question:
In programming, programmers used comments to

1.explain used variables

2.explain module functions

3.highlight program modules

4.all of the above

Posted Date:-2022-06-07 03:57:30


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

1.different arrays

2.different modules

3.different procedures

4.different dimensions

Posted Date:-2022-06-07 04:08:22


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

1.GO loop

2. WHILE loop

3.GO WHILE loop

4.REPEAT UNTIL loop

Posted Date:-2022-06-07 04:49:44


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

1.integers

2.GO loop

3.GO WHILE loop

4.REPEAT UNTIL loop

Posted Date:-2022-06-07 04:56:51


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

1.Go loop

2.FOR loop

3.REPEAT loop

4.REPEAT UNTIL loop

Posted Date:-2022-06-07 04:43:04


Question:
Name given by a programmer to some data is classified as

1.mantissa

2.identifier

3.exponent

4.identification

Posted Date:-2022-06-07 03:24:32


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

1.number of subscript

2.number of dimensions

3.number of high scripts

4.number of superscripts

Posted Date:-2022-06-07 04:36:44


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

1.program layout

2.standard function

3.program procedure

4.none of these

Posted Date:-2022-06-07 04:11:10


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

1.subroutine

2.array routine

3.super-routine

4.dimension routine

Posted Date:-2022-06-07 04:12:59


Question:
Program style and must be written in

1.well structured manner

2.easily understandable

3.easy modification format

4.all of the above

Posted Date:-2022-06-07 04:53:10


Question:
Program style and must be written in

1.well structured manner

2.easily understandable

3.easy modification format

4. all of the above

Posted Date:-2022-06-07 05:00:13


Question:
Program used for interactive computing is

1.executor

2.instructor

3.translator

4.interpreter

Posted Date:-2022-06-07 04:47:48


Question:
Programming language 'BASIC' is used for the

1.beginners

2.student applications

3.commercial programs

4.household user interface

Posted Date:-2022-06-07 04:29:47


Question:
Programming language 'COMAL' stand for

1.common arithmetic learning

2. common arithmetic language

3.common algorithmic learning

4.common algorithmic language

Posted Date:-2022-06-07 03:58:47


Question:
Programming language 'FORTRAN' stands for

1.free translator

2.free translation

3. formula translator

4. formula translation

Posted Date:-2022-06-07 03:17:46


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

1.if then statement

2.if else statement

3.else one statement

4.then else statement

Posted Date:-2022-06-07 03:54:06


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

1.if then statement

2. if else statement

3.else one statement

4. then else statement

Posted Date:-2022-06-07 04:03:24


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

1.compiler

2.translator

3.mechanics

4.mnemonics

Posted Date:-2022-06-07 04:05:42


Question:
Third component in algorithms is classified as

1.selection

2. data repetition

3. statement repetition

4.stating order of operations

Posted Date:-2022-06-07 04:00:49


Question:
To made program more easier to understand, programmers can

1.declare variable names

2.add comments to it

3.both (a) and (b)

4.use secure data

Posted Date:-2022-06-07 03:55:18


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

1.fixed program

2.standard program

3.compiled program

4.portable program

Posted Date:-2022-06-07 04:09:28


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

1.local variable

2.global variable

3.default variable

4.middle variable

Posted Date:-2022-06-07 04:19:40


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

1.real numbers

2.rational numbers

3.original numbers

4. irrational numbers

Posted Date:-2022-06-07 04:07:23


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

1.integers

2.fixed string

3.positive whole numbers

4.negative whole numbers

Posted Date:-2022-06-07 03:52:53


More MCQS

  1. SYSTEMS PROGRAMMING MCQ SET 1
  2. SYSTEMS PROGRAMMING MCQ SET 2
  3. SYSTEMS PROGRAMMING /MACHINE STRUCTURE
  4. SYSTEMS PROGRAMMING /MACRO PROCESSOR
  5. SYSTEMS PROGRAMMING /LOADERS MCQ
  6. SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 1
  7. SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 2
  8. SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 3
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!