(A) Assignment
(B) Declaration
(C) Unreachable
(D) Control
Tag: Intro to Programming
In which of the following parameters passing mechanisms, the actual argument has to be variable:
(A) Pass by value
(B) Pass by result
(C) Pass by value-result
(D) Pass by reference
An ordinary calculator treats all operators:
(A) to be of equal precedence and associating to right
(B) to be of equal precedence and associating to left
(C) to be of unequal precedence and associating to left
(D) in the usual mathematical sence
Val is a well known:
(A) real time language
(B) object oriented language
(C) command language
(D) data flow language
Which of the following languages is Case senstive(i.e, IF is not same as if):
(A) FORTRON
(B) BASIC
(C) C
(D) None of the above
The conditional expension facility of macro process is provided to:
(A) test a condition during the execution of the expanded program
(B) expand certain models statments expending upon the value of condition during the execution of expanded program
(C) implement recurision
(D) expand certain models statments expending upon the value of condition during the execution of the macro expanded program
A program has 100 instructions and other program has 200 which comment logically follows:
(A) The execution time of 2nd program is more then that of 1st
(B) The execution time of 2nd program is same then that of 1st
(C) Compilation time of 2nd program is more then that of 1st
(D) None of the above
Use of recursion:
(A) enhance logical clarity
(B) make debugging easier
(C) reduces execution time
(D) reduces code size