coding
creating the algorithm
debugging
writing documentation
Correct answer is B
Algorithm design is the process of listing all the instructions which are to be performed by the computer at different stages
The closest computer language to human is ?
High level language
Low level language
Machine language
Assembly language
Correct answer is A
High level languages give formats close to English language and the purpose of developing high level language is to enable people to write programs easily and in their own native language environment
Memory unit
Arithmetic section
Control unit
Logic section
Correct answer is A
The memory unit of the CPU stores instructions, data, and intermediate results. The control unit controls the operation of the CPU and hence the computer. The arithmetic section performs arithmetic operations like addition, subtraction, multiplication, and division. The logic section performs logical operations like comparison of values
Computers that are small and low cost are referred to as ?
mini computers
small computers
tablet computers
micro computers
Correct answer is D
Micro computers are small and low cost digital computers, which usually consists of a micro-processor, a storage unit, an input channel and an output channel
In BASIC, REM shows a statement to be
executable statement
un-executable statement
comment
output
Correct answer is C
REM is an abbreviation for remark and it's the way you add comments to your code in BASIC