21. Three major types of language translators are?
A. Assembler, Compiler and editor
B. Assembler. Compiler and interpreter
C. Compiler, Debugger and editor
D. Debugger, Assembler and interpreter
22. Translate 2m2 13n+9 as a BASIC arithmetic expression
A. 2*m *2+3 *n-9
B. 2* m*2+3 *//n-9
C. 2*2*m +3 *n-9
D. 2*m *m*n+3 *n-9
23. The term Compiler in computer programming refers to a?
A. Key punch operator of the computer
B. Person who compiles source program
C. Person writes the computer programming codes
D. Program which translates source program into object program
24. The IF… THEN statement in BASIC programming is?
A. A transfer if control
B. Used to redirect a statement
C. Used to eliminate the need for prompting each INPUT statement
D. A conditional branch statement.
25. Flexibility of a good program means?
A. Handing of any changes without having to rewrite the entire program
B. The length of processing time and memory to process the instruction
C. The program has to be broken down into a number of subtasks
D. The program should work for two similar tasks in the same domain./