Crear actividad
Jugar Test
1. 
What is an Algorithm?
A.
A chart showing the flow of a series of events
B.
Step-by-step instructions used to solve a problem
C.
A decision arrived at by following instructions
D.
A computer program that follows a chart
2. 
What is a flowchart?
A.
A bullet point list of instructions
B.
A specific programming language
C.
A text-based way of designing an algorithm
D.
A diagram that represents a set of instructions
3. 
What algorithm do we use when we're looking for the Post Office?
A.
A recipe
B.
A list of instructions
C.
A set of directions
D.
A set of games
4. 
What algorithm do we use when we're building a wardrobe?
A.
A recipe
B.
A list of instructions
C.
A set of directions
D.
A set of games
5. 
What algorithm do we use when we're making a cake?
A.
A recipe
B.
A list of instructions
C.
A set of directions
D.
A set of games
6. 
Programming languages give computers instructions
A.
True
B.
False
7. 
We can show the sequence of steps in an algorithm in a structural diagram called a flow chart.
A.
True
B.
False
8. 
Only top software programmers can write an algorithm.
A.
True
B.
False
9. 
When you write an algorithm the order of the instructions is very important.
A.
True
B.
False
10. 
What should be considered when designing an algorithm?
A.
If there is more than one way of solving the problem
B.
If the correct software is being used
C.
If the correct hardware is being used
D.
If the Wrong hardware is being used
11. 
In a flowchart how are symbols connected?
A.
With lines and an arrow to show the direction of flow
B.
With solid lines to link events
C.
With dashed lines and numbers
D.
Symbols do not get connected together in a flowchart
12. 
When can algorithms be used?
A.
With lines and an arrow to show the direction of flow
B.
With solid lines to link events
C.
Symbols do not get connected together in a flowchart
D.
With dashed lines and numbers
13. 
A.
This is codechart
B.
This is decision chart
C.
This is a flowchart
D.
This is pseudocode
14. 
An algorithm...
A.
... illustrates a series steps in a particular order, following logical reasoning
B.
... illustrates series of decisions needed to bake a cake
C.
... illustrates some random shapes in a flowchart but in a set order
D.
... illustrates some steps, in no particular order, and following no logical reasoning
15. 
What is this symbol used for in a flowchart?
A.
A decision/question
B.
A task to carry out (process)
C.
Start / Stop
D.
Input or Output data
16. 
What is this symbol used for in a flowchart?
A.
A decision/question
B.
Input or Output data
C.
A task to carry out
D.
Start / Stop
17. 
What step is missing?
A.
Divide the number by 2
B.
Divide the number by 3
C.
Multiply the number by 2
D.
Multiply the number by 3
18. 
What does an arrow represent in a flow chart
A.
Stop
B.
Data Flow
C.
Start
D.
Decision making
19. 
What shape in the flow chart represents a decision
A.
Diamond
B.
Oval
C.
Square
D.
Rectangle
20. 
If something needs to be done (processing) what flowchart symbol do we use?
A.
Parallelogram
B.
Diamond
C.
Rectangle
D.
Oval