The version of the browser you are using is no longer supported. Please upgrade to a supported browser.Dismiss
Problem Solving 01
No responses
Loading...
Loading responses…
This form is approaching the response limit. Once surpassed, the summary of responses will no longer be displayed. Learn more
Close
This form has exceeded 50,000 responses and the summary of responses can no longer be displayed. You can still download responses as a .csv file. Learn more
Muji
Copy chart
No responses yet for this question.
50
Copy chart
No responses yet for this question.
Class
Copy chart
No responses yet for this question.
Assessment
1. What is an algorithm?
Copy chart
No responses yet for this question.
2. Where are algorithms used?
Copy chart
No responses yet for this question.
3. What is a variable?
Copy chart
No responses yet for this question.
4. What is a bubble sort?
Copy chart
No responses yet for this question.
5. What is pseudocode used for?
Copy chart
No responses yet for this question.
6. What shape represents a decision in a flowchart?
Copy chart
No responses yet for this question.
7. What shape represents a process in a flowchart?
Copy chart
No responses yet for this question.
8. What is syntax?
Copy chart
No responses yet for this question.
9. What happens if you type a statement incorrectly into a programming language?
Copy chart
No responses yet for this question.
10. When is an expression used?
Copy chart
No responses yet for this question.
11. How do algorithms decide which order to do things in?
Copy chart
No responses yet for this question.
12. Which of the following is not a method of control flow?
Copy chart
No responses yet for this question.
13. Which programming construct allows an algorithm to repeat instructions?
Copy chart
No responses yet for this question.
14. Which of the following instructions allows a program to search a list of options and make a decision?
Copy chart
No responses yet for this question.
15. Which method of iteration should not result in an infinite loop?
Copy chart
No responses yet for this question.
16. Which method of iteration may result in the iteration never actually occurring?
Copy chart
No responses yet for this question.
17. Which method of iteration repeats until a condition is met?
Copy chart
No responses yet for this question.
18. Which method of iteration repeats a specified number of times?
Copy chart
No responses yet for this question.
19. Which of the following statements is a sensible method of representing two choices?
Copy chart
No responses yet for this question.
20. Which of the following pseudocode statements does not allow a program to iterate five times?