FCS Unit 3 Lessons 1 through 7 Review

Quiz
•
Computers
•
10th Grade
•
Hard
Brent Hopkins
Used 5+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which number could be a value of the variable x?
var x = randomNumber(10, 30) + 25;
30
35
25
60
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the names below would be a good name for a variable?
7up
#good name
air23
kansas city wins
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
On which part of the grid was the sprite created?
var kalani = createSprite(300,300)
bottom right
upper right
upper left
bottom left
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What's the proper way to create a sprite called "batman" in the middle of the screen?
batman(200,200) = var
var batman = createSprite(200,200)
Sprite batman = new Sprite(200,200)
batman = var createSprite(200,200)
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What's the final value of var x?
var x = 18;
var y = 7;
x = x - y;
y = x;
x = x - y;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command must you use in order to actually see a sprite on the computer screen?
drawSprites( );
makeVisible( );
appearSprites( );
look( );
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A sprite was created at the position (100,250). The sprite was then moved to (100, 340). Which direction did the sprite move?
up
left
right
down
Similar Resources on Wayground
10 questions
TLE Q3 M4

Quiz
•
10th Grade
10 questions
Операторы и функции языка Pascal

Quiz
•
1st - 10th Grade
10 questions
Algoritma Dan Pemograman P2

Quiz
•
10th Grade
10 questions
TLE QUIZZIZ 2

Quiz
•
9th - 12th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
6 questions
ОГЭ тип 6 Паскаль Ветвления

Quiz
•
1st - 11th Grade
10 questions
9 класс Информатика Одномерный массив данных

Quiz
•
9th - 10th Grade
10 questions
Explore Scratch 3: Motion and Pen

Quiz
•
3rd Grade - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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