AP CSP Unit 7 Review

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

21 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Where should return true; be written in the code?
Back
OPTION C
2.
FLASHCARD QUESTION
Front
Which call of the function correctly follows the instructions laid out in the API? Options: moveElement("button1", 2, 23);, moveElement("button1", "left", "thirty");, moveElement("button1", 30, "two");, moveElement("button1", "down", 25);
Back
moveElement("button1", "down", 25);
3.
FLASHCARD QUESTION
Front
Parameters are different than arguments
Back
True
4.
FLASHCARD QUESTION
Front
What will print to the console after running this code segment?
Back
16
5.
FLASHCARD QUESTION
Front
Which of the following procedures would be most useful as part of a program to determine whether a word appears in two different text files? Options: A procedure getWords, which takes a positive integer n and a text file as input and returns the first n words in the text file. A procedure textMatch, which takes two text files as input and returns true if the two text files are identical. A procedure isFound, which takes a word and a text file as input and returns true if the word appears in the text file. A procedure sameSize, which takes two text files as input and returns true if the two text files contain the same number of words.
Back
A procedure isFound, which takes a word and a text file as input and returns true if the word appears in the text file.
6.
FLASHCARD QUESTION
Front
Which of the following is NOT a benefit of procedural abstraction?
- Making the code run faster
- Making the code more readable
- Providing more opportunities for code reuse
- Reducing the amount of duplicated code
Back
Making the code run faster
7.
FLASHCARD QUESTION
Front
What is displayed as a result of the procedure call proc2("birthday", "to you")
?
Back
to you happy birthday
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Newton's Third Law: Action/Reaction Forces

Flashcard
•
11th Grade
15 questions
Physics Semseter 1 Review

Flashcard
•
11th Grade
17 questions
Circular Motion

Flashcard
•
11th - 12th Grade
15 questions
Flashcard: 3 Laws of Motion

Flashcard
•
10th Grade
20 questions
JavaScript - Karel

Flashcard
•
9th - 10th Grade
13 questions
Python If Else Statements

Flashcard
•
9th - 12th Grade
15 questions
Muscular System Test Review

Flashcard
•
12th Grade
12 questions
VR Robot Programming Concepts

Flashcard
•
9th - 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
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
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