Instructions: Select the correct answer for each question. There are 20 multiple-choice questions. Click "Submit" to see your score.
1. What is an algorithm?
2. What is a truth table in logic circuits?
3. What is a string data type?
4. What is a float data type?
5. What is an array?
6. What is the main function of a computer's CPU?
7. Which is an example of an output device?
8. What does firewall software primarily do?
9. Which is an example of sensitive personal information?
10. Why should you use strong passwords?
11. In algorithms, what is 'sequence'?
12. Which structure is used for decision-making in algorithms?
13. What is iteration in programming?
14. Which logic gate outputs true only if both inputs are true?
15. What is the symbol for a NOT gate?
16. In a truth table for OR gate, what is the output if both inputs are false?
17. What would pseudocode for checking if a number is positive look like?
18. What is a compiler?
19. In a program flowchart, what does a diamond shape represent?
20. How do you access the first element in a Python list called myList?