adplus-dvertising
frame-decoration

Question

In programming a single instruction is classified as

a.

statement

b.

set of codes

c.

set of formula

d.

set of instructions

Answer: (a).statement

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In programming a single instruction is classified as

Similar Questions

Discover Related MCQs

Q. Program style and must be written in

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

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

Q. If element in array has two subscripts, then array has

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

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

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

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

Q. Programming language used to encourage logical thinking is classified as

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

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

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

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

Q. Second component in algorithms is classified as

Q. Explanations at right side of mnemonics and symbolic addresses are called

Q. In COMAL language programs, procedures are defined between

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

Q. Computer language based on machine code is classified as

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

Q. Programming language 'COBOL' stands for