CSP Unit 6 Review

Flashcard
•
Computers
•
12th Grade
•
Hard
Quizizz 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 program 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
19 questions
Understanding Data Abstraction Flashcard

Flashcard
•
12th Grade - University
20 questions
Code.org Express 1 - BLOCKLY

Flashcard
•
KG - University
18 questions
Javascript Basics Flashcard Review

Flashcard
•
12th Grade
16 questions
Unit 3 - Intro to App Design

Flashcard
•
12th Grade
20 questions
python flashcard

Flashcard
•
12th Grade
18 questions
AP CSP Review

Flashcard
•
11th - 12th Grade
19 questions
Final Review Part 2

Flashcard
•
11th Grade
14 questions
AP CS ArrayLists

Flashcard
•
12th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade