by Sunday | Jan 23 | Computer Studies WAEC
A. key punch operator of the computer. B. person who compiles source programs. C. person who writes the computer programming codes. D. program which translates source program into object program. Correct Answer: Option D – program which translates source program...
by Sunday | Jan 23 | Computer Studies WAEC
A. handling of any change(s) 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 sub-tasks. D. the program should work for two similar tasks in the...
by Sunday | Jan 23 | Computer Studies WAEC
A. a transfer of control. B. used to redirect a statement. C. used to eliminate the need for prompting each INPUT statement. D. a conditional branch statement. Correct Answer: Option A – a transfer of control.
by Sunday | Jan 23 | Computer Studies WAEC
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 – 9 Correct Answer: Option A = * m * 2 + 3 * n – 9
by Sunday | Jan 23 | Computer Studies WAEC
A. assembler, compiler and editor. B. assembler, Compiler and interpreter. C. compiler, debugger and editor. D. debugger, assembler and interpreter. Correct Answer: Option B – assembler, Compiler and interpreter.
by Sunday | Jan 23 | Computer Studies WAEC
A. terminal symbol. B. process symbol. C. input/output symbol. D. close symbol. Correct Answer: Option D – close symbol.