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 + R100)N as a BASIC programming notation.
P x (1 + R ÷ 100)N
P * (1 + R100)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.
The following are types of errors in programming except?
grammar error
syntax error
logic error
arithmetic error
Correct answer is D
No explanation has been provided for this answer.
Files that contain machine language instructions are called?
interpreter files
executable files
batch files
source files
Correct answer is B
No explanation has been provided for this answer.