
AP CSP: Checkpoint 1
Quiz by Praise
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is a program?
What does a statement in programming refer to?
Which of the following best describes a code segment?
What is an algorithm?
What is meant by 'sequencing' in programming?
What does the term 'decomposition' refer to in problem-solving?
Which of the following describes a method call?
What is the purpose of documentation in a program?
What role does an argument play in a method call?
How is the execution of statements typically carried out in a program?
What are the two types of numeric data types in Python?
Which of the following is an example of a float?
Which of these is not an integer?
Which of the following best describes a string in Python?
What must be used to enclose a sequence of characters when creating a string in Python?
What should you do if a method requires multiple arguments to work?
What is a property in programming?
Which of the following is an example of a property shared by all hero objects?
What does a Boolean data type represent in Python?
How should Boolean values be written in Python?
What is the purpose of a while loop in programming?