AP CSP Unit 3 Review

Flashcard
•
Computers
•
10th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

21 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following images shows the path and ending location of the robot that will result from executing the code above? The starting location of the robot is shown as a dotted triangle for cases where the robot does not start and end at the same location. REPEAT 4 TIMES { MOVE_FORWARD() MOVE_FORWARD() MOVE_FORWARD() ROTATE_RIGHT(90) MOVE_FORWARD() ROTATE_RIGHT(90) MOVE_FORWARD() ROTATE_RIGHT(90) }
Back
2.
FLASHCARD QUESTION
Front
Which of the following is NOT true about functions in programming?
Functions are reusable programming abstractions.
Functions help reduce the complexity of writing and maintaining programs.
Functions cannot make calls to other functions within the same program.
Once defined, a function can be called many times from different parts of a program.
Functions help break a problem into logical chunks.
Back
Functions cannot make calls to other functions within the same program.
3.
FLASHCARD QUESTION
Front
What is one important naming convention of functions?
Back
A function name should be as descriptive as possible to indicate what the function does.
4.
FLASHCARD QUESTION
Front
Which one of the following statements about functions is TRUE? A function can change names over the course of a program. Code can be added or removed dynamically from a function while the program is running. Functions can be called using different names depending on where in the program they are called. Two functions can be given identical names as long as their code is identical. Two functions in a single program can have different names but contain identical code.
Back
Two functions in a single program can have different names but contain identical code.
5.
FLASHCARD QUESTION
Front
A piece of code you can use over and over again
Back
Function
6.
FLASHCARD QUESTION
Front
Know how to drive a car without knowing how the engine works is an example of abstraction
Back
True
7.
FLASHCARD QUESTION
Front
Pulling out specific differences to make one solution work for multiple problems.
Back
Abstraction
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
CodeHS Unit 1

Flashcard
•
9th - 12th Grade
16 questions
Trig Parent Functions

Flashcard
•
10th - 12th Grade
15 questions
Parent Function Trig Graphs

Flashcard
•
10th - 12th Grade
15 questions
Algebra 2: Inverse Functions and Compositions

Flashcard
•
10th - 12th Grade
15 questions
precalc 1.4 AA

Flashcard
•
10th - 12th Grade
15 questions
Inverse Trig Functions

Flashcard
•
10th - 12th Grade
15 questions
Operations and Composition of Functions

Flashcard
•
10th - 12th Grade
15 questions
Graphing Trig Functions

Flashcard
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade