by Sunday | Jan 27 | Computer Studies WAEC
A. HTTP B. DHCP C. IP D. SMTP Correct Answer: Option D – SMTP
by Sunday | Jan 27 | Computer Studies WAEC
A. microsoft visio B. social engineering C. cyberspace D. virtual reality Correct Answer: Option C – cyberspace
by Sunday | Jan 27 | Computer Studies WAEC
A. intermediate code B. binary code C. object code D. pseudocode Correct Answer: Option C – object code
by Sunday | Jan 27 | Computer Studies WAEC
A. the variables X and Y both receive the value 3 B. the variable X receives the value 3. C. the variable X receives the value of Y less 3 D. an error message has occured due to type mismatch Correct Answer: Option C – the variable X receives the value of Y less...
by Sunday | Jan 27 | Computer Studies WAEC
Use the QBASIC program below to answer question below 10 REM Program to calculate product of numbers 20 CLS 30 INPUT A 40 INPUT B 50 LET PRODUCT=A*B 60 PRINT PRODUCT 70 END The number 10, 20,30, 40, 50, 60 and 70 as stated in the program indicate A. bullet numbering...
by Sunday | Jan 27 | Computer Studies WAEC
A. 21 B. 27 C. 28 D. 29 Correct Answer: Option C – 28