CSP Unit 6 Review

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

23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
A variable whose scope is covers the whole program, it can be used and updated by any part of the code. Its scope is typically derived from the variable being declared (created) outside of any function, object, or method.
Back
Global Variable
2.
FLASHCARD QUESTION
Front
A variable that can only be seen, used and updated by code within the same scope. Typically this means it was declared (created) inside a function -- includes function parameter variables.
Back
Local Variable
3.
FLASHCARD QUESTION
Front
Which of the following programs will result in filteredFruites only containing the fruits that cost more than $1? Options: Variable Scope, Global Variable, Expression, Local Variable
Back
4.
FLASHCARD QUESTION
Front
Typically used when joining together text in programming (e.g. "Hello, "+name)
Back
Concatenate
5.
FLASHCARD QUESTION
Front
//Consider the following code
var animal = "monkey";
console.log(animal.substring(0,3) + "ey");
//What will be printed out in the console?
Back
"money"
6.
FLASHCARD QUESTION
Front
array = [1,2,3,4,5]
What is the length of this array?
Back
5
7.
FLASHCARD QUESTION
Front
a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
Back
Iteration
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
ARRAYLIST - JAVA

Flashcard
•
University
14 questions
CSP Unit 4 Review - Variables, Conditionals, Functions

Flashcard
•
KG - University
20 questions
APCSP Unit 5 Review - Loops & Lists (code.org)

Flashcard
•
9th - 12th Grade
20 questions
Data Structures- Introduction

Flashcard
•
University
15 questions
Understanding Thunkable Components

Flashcard
•
KG - University
15 questions
L2 ICT U2 Computer Hardware Flashcard

Flashcard
•
11th Grade - University
10 questions
Code.org Unit 3 Review: Intro to App Design

Flashcard
•
12th Grade
19 questions
HTML Tags Flashcard

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