Challenge your competence level in computers, computing, algorithms, hardware and software with these Computer science questions and answers.
What will the following BASIC statement produce? PRINT "Afrikom Computer School" A .
blank on Screen message
An error indicating on the screen
Afrikon Computer School displayed on the screen
Afrikom Computer School printed on paper
Correct answer is C
No explanation has been provided for this answer.
low level languages need an interpreter while a high level languages need a compiler
high level languages will not need a translator but low level languages do
low level languages need a compiler while high level languages need an interpreter
low level languages do not need translators while high level languages do
Correct answer is D
No explanation has been provided for this answer.
An algorithm can be described as?
the output of the instruction to computer
the required to be processed
problem definition
a sequence of instructions for solving a problem
Correct answer is D
No explanation has been provided for this answer.
Express P(1 + \(\frac{R}{100}\))\(^N\) as a BASIC programming notation.
P x (1 + R ÷ 100)\(^N\)
P * (1 + \(\frac{R}{100}\))\(^N\)
P x (1 + R ÷ 100)^N
P *(1 + R ÷100) *N
Correct answer is D
No explanation has been provided for this answer.
The stages of software development do not include?
analysis
conversion
design
maintenance
Correct answer is D
No explanation has been provided for this answer.