Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 13 Jun, 08:10:38

1) What is a computer program? a) A physical device b) A set of instructions that a computer follows to perform a specific task c) A type of software Answer: b

2) What is the purpose of programming? a) To create physical devices b) To write instructions for a computer to follow c) To design software Answer: b

3) What is the first step in creating a computer program? a) Writing the code b) Planning and designing the program c) Testing the program Answer: b

4) What is a programming language? a) A language spoken by computers b) A language used to communicate with other programmers c) A language used to write computer programs Answer: c

5) What is debugging? a) The process of testing a program b) The process of fixing errors in a program c) The process of designing a program Answer: b

6) What is an algorithm? a) A type of programming language b) A set of instructions for solving a problem c) A type of computer hardware Answer: b

7) What is a variable in programming? a) A value that can change b) A constant value c) A type of programming language Answer: a

8) What is the purpose of comments in programming? a) To make the code look more organized b) To explain what the code does c) To make the code run faster Answer: b