Computer Science questions and answers

Computer Science Questions and Answers

Challenge your competence level in computers, computing, algorithms, hardware and software with these Computer science questions and answers.

316.

What will the following BASIC statement produce? PRINT "Afrikom Computer School" A .

A.

blank on Screen message

B.

An error indicating on the screen

C.

Afrikon Computer School displayed on the screen

D.

Afrikom Computer School printed on paper

Correct answer is C

No explanation has been provided for this answer.

317.

The major difference between low level programming language and high level programming language Is that?

A.

low level languages need an interpreter while a high level languages need a compiler

B.

high level languages will not need a translator but low level languages do

C.

low level languages need a compiler while high level languages need an interpreter

D.

low level languages do not need translators while high level languages do

Correct answer is D

No explanation has been provided for this answer.

318.

An algorithm can be described as?

A.

the output of the instruction to computer

B.

the required to be processed

C.

problem definition

D.

a sequence of instructions for solving a problem

Correct answer is D

No explanation has been provided for this answer.

319.

Express P(1 + \(\frac{R}{100}\))\(^N\) as a BASIC programming notation.

A.

P x (1 + R ÷ 100)\(^N\)

B.

P * (1 + \(\frac{R}{100}\))\(^N\)

C.

P x (1 + R ÷ 100)^N

D.

P *(1 + R ÷100) *N

Correct answer is D

No explanation has been provided for this answer.

320.

The stages of software development do not include?

A.

analysis

B.

conversion

C.

design

D.

maintenance

Correct answer is D

No explanation has been provided for this answer.