Challenge your competence level in computers, computing, algorithms, hardware and software with these Computer science questions and answers.
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
bullet numbering
codes
bullet numbering
line number
Correct answer is D
No explanation has been provided for this answer.
The result of the expression 2*6+2/4*2*4^2
21
27
28
29
Correct answer is C
No explanation has been provided for this answer.
Key skills of a system analyst include the following except
ability to troubleshoot
interest in learning new skills
motivational skills
proficiency in programming languages
Correct answer is C
No explanation has been provided for this answer.
The following instructions are guidelines for drawing flowcharts except that?
flowcharts must have a logical start and finish
it should follow a direction of left to right or top to bottom
it should follow a direction of right to left or bottom to top
it should be clear, neat and easy to follow
Correct answer is C
No explanation has been provided for this answer.
The process of testing the logic of algorithm to ensure they give correct result is known as ?
debbuging
desk checking
flow charting
pseudo coding
Correct answer is B
No explanation has been provided for this answer.