Variables and Conditionals review

Variables and Conditionals review

8th Grade

20 Qs

quiz-placeholder

Similar activities

Python programming

Python programming

6th - 12th Grade

16 Qs

Swift Coding Quiz

Swift Coding Quiz

8th Grade

20 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

CodeCombat

CodeCombat

8th Grade

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Mr. Ted's Problem Solving Process & CodeCombat quiz #1

Mr. Ted's Problem Solving Process & CodeCombat quiz #1

6th - 8th Grade

23 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Variables and Conditionals review

Variables and Conditionals review

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Nathan Jeffers

Used 64+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a word we set that contains a specific type of data that we use to keep track of information in our code

Variable

Conditional

Object

Method

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The information that’s stored inside a variable, such as a number or a name, is called what?

Variable

Value

Object

Conditional

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which word is the variable name in this line of code: var steps = 2;

var

steps

2

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word is the variable name in this line of code: var enemy = hero.findNearestEnemy();

findNearestEnemy

hero

enemy

var

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word is the variable name in this line of code: var friend = "George";

"George"

var

=

friend

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value in this line of code? var steps = 3;

var

steps

3

;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value in this line of code: var friend = "George";

friend

var

"George"

;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?