AP Computer Science Principles Unit 3

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

11 questions
Show all answers
1.
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., Functions help break a problem into logical chunks., Once defined, a function can be called many times from different parts of a program.
Back
Functions cannot make calls to other functions within the same program.
2.
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.
3.
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.
4.
FLASHCARD QUESTION
Front
Which of the following will call the function drawStar? Options: drawStar; drawStar(); function drawStar (){ for (var i=0; i<5; i++){ moveForward(100); turnLeft(36); } } function drawStar; function drawStar();
Back
drawStar();
5.
FLASHCARD QUESTION
Front
For this scenario related to turtle drawing, indicate whether it is better to write a loop or a function (or a set of functions) to handle the task: Drawing out the letters of a word "HELLO"
Back
Function(s)
6.
FLASHCARD QUESTION
Front
For this scenario related to turtle drawing, indicate whether it is better to write a loop or a function (or a set of functions) to handle the task: Drawing 100 tiny dots in a line
Back
Loop
7.
FLASHCARD QUESTION
Front
For this scenario related to turtle drawing, indicate whether it is better to write a loop or a function (or a set of functions) to handle the task: Drawing a circle of any size at any point on the screen
Back
Function(s)
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Introduction to Programming Vocabulary

Flashcard
•
9th - 12th Grade
9 questions
Inverse Trig (Flashcard 1) degrees

Flashcard
•
KG - University
10 questions
3ds Max Interface Overview

Flashcard
•
12th Grade
13 questions
Piecewise Functions

Flashcard
•
9th - 12th Grade
14 questions
Quotient Rule

Flashcard
•
10th - 12th Grade
15 questions
Unit 5 Review - 12/10/24

Flashcard
•
9th - 12th Grade
15 questions
Comparing Linear Functions

Flashcard
•
9th - 12th Grade
15 questions
Inverse 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade