T3 Y7 Grasshopper App

Quiz
•
Computers
•
7th - 9th Grade
•
Hard
Lefteris Tavelis
Used 26+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
y = 3;
x = 5 * y;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code print out?
var y = 5;
var x = y;
print(x);
5
y
x
5x
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code print out?
var word = 'alphabet';
var alphabet = 'word';
print(alphabet);
print(alphabet)
'word'
'alphabet'
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which variable is storing an array?
var myShoes = 'sneakers, highHeels, pumps';
var yourShoes = [
'sneakers'
'highHeels'
'pumps'
];
var shoeColor = drawBox(blue);
shoeColor
myShoes
yourShoes
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What code would you write to check if the grasshopper variable is holding the word 'happy'?
var grasshopper = 'happy';
grasshopper = 'happy'
grasshopper === 'happy'
'happy'
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code will draw a box only if the blue property of rgbObject is more than 10?
Similar Resources on Wayground
8 questions
Code.org CSD Unit 3 Lesson 5

Quiz
•
6th - 8th Grade
10 questions
Basic Python Programming_Class VIII

Quiz
•
8th Grade
10 questions
Programming Basics Basics

Quiz
•
8th Grade - University
10 questions
Apple - Learn to code (revision 1)

Quiz
•
7th Grade
11 questions
JS: Conditionals!

Quiz
•
6th Grade - University
10 questions
Arrays Javascript (CodeCademy)

Quiz
•
9th - 12th Grade
6 questions
Python Variables

Quiz
•
6th Grade - University
12 questions
Python Fundamentals

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade