
AP CSP code.org Unit 4 Review Flashcard

Flashcard
•
Computers
•
12th Grade
•
Medium
Wayground Content
Used 1+ times
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What are variables used for in programming?
Back
To store and manipulate data
2.
FLASHCARD QUESTION
Front
Which of the following is NOT a valid data type in programming? number, boolean, string, person
Back
person
3.
FLASHCARD QUESTION
Front
What is debugging in programming?
Back
Identifying and fixing errors or bugs in a program
4.
FLASHCARD QUESTION
Front
Which of the following is NOT a common debugging technique? Adding console log statements, Reviewing error logs, Using a watcher
Back
Randomly adding semi-colons
5.
FLASHCARD QUESTION
Front
What is the purpose of comments in programming?
Back
To provide explanations or notes within the code
6.
FLASHCARD QUESTION
Front
What is the correct syntax for declaring a variable to show that the current number of dogs is 2? Options: var numOfDogs = 2, numOfDogs = 2, VAR numOfDogs = 2, numOfDogs is 2
Back
var numOfDogs = 2
7.
FLASHCARD QUESTION
Front
What is displayed by the console.log statement after the following code segment executes? Options: value is: 2, value is: 2.3333333, value is: 3, value is: 4, value is: c
Back
value is: 4
8.
FLASHCARD QUESTION
Front
What is the output of the following JavaScript code segment?
Back
5hello
9.
FLASHCARD QUESTION
Front
A Boolean expression is an expression that evaluates to which of the following? Yes/Maybe/No, Any Integer, Integers between 1 and 10, Any single character
Back
True/False
Similar Resources on Wayground
10 questions
Mastering Linear Programming Concepts

Flashcard
•
12th Grade
10 questions
CMP128 Java Ch. 04 Loops Pt. 2

Flashcard
•
University
12 questions
Topic 1 C++ Programming

Flashcard
•
12th Grade
15 questions
CSP Unit 5 Pre-Assessment: Lists, Loops, Traversals

Flashcard
•
11th - 12th Grade
7 questions
Demo Flashcardizz_gestes de base

Flashcard
•
Professional Development
10 questions
Understanding Programming Languages

Flashcard
•
12th Grade
13 questions
Introduction to C#

Flashcard
•
KG - University
10 questions
Fundamentals of Algorithms

Flashcard
•
University
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