NEW
Font size
WorksheetsLogic Building in Computer
Total questions: 12
Worksheet time: 4mins
An area of a computer that temporarily holds data waiting to be processed is
CPU
File
Memory
ALU
ALU and Control Unit jointly known as
ROM
CPU
RAM
PC
Which one of the following is NOT a computer language?
MS-Excel
C++
COBOL
BASIC
______ is computer software designed to operate the computer hardware and to provide platform for running application software.
Operating system
Software
System software
Application software
What is an Algorithm?
A chart showing the flow of a series of events
Step-by-step instructions used to solve a problem
A decision arrived at by following instructions
A computer program that follows a chart
What algorithm do we use when we're looking for the Post Office?
A set of directions
A recipe
A list of instructions
Programming languages give computers instructions
True
False
What algorithm do we use when we're building a wardrobe?
A set of directions
A recipe
A list of instructions
When you write an algorithm the order of the instructions is very important
True
False
What should be considered when designing an algorithm?
If the correct hardware is being used
If the correct software is being used
If there is more than one way of solving the problem
Which tool used to plan computer programs is an English-like representation of the program steps?
debugging
flowchart
assemby
psuedocode
What type of error causes a program to produce incorrect results, such as the sum of two values instead of the difference of two value.
Logic
Syntax
Runtime
System
