Coding Adventure Quiz-less is more

Coding Adventure Quiz-less is more

8th Grade

8 Qs

quiz-placeholder

Similar activities

Physical Science Review Part 2

Physical Science Review Part 2

8th Grade

10 Qs

Background info survey

Background info survey

6th - 8th Grade

12 Qs

The Jacket Vocabulary

The Jacket Vocabulary

8th Grade - University

12 Qs

FAC #1 Road to Revolution

FAC #1 Road to Revolution

8th Grade

6 Qs

Fire safety

Fire safety

8th Grade

10 Qs

Speed, Acceleration, and Gravity Test

Speed, Acceleration, and Gravity Test

6th - 8th Grade

12 Qs

Unit 6: Algebraic Expressions/Equations

Unit 6: Algebraic Expressions/Equations

6th - 8th Grade

11 Qs

Newtons Warm up

Newtons Warm up

8th Grade

10 Qs

Coding Adventure Quiz-less is more

Coding Adventure Quiz-less is more

Assessment

Quiz

others

8th Grade

Medium

Created by

Kelzang Lethro

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do the comparison operators > and < evaluate?

Division

Multiplication

Addition

Relationship between two operands

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator evaluates to True if the first value is smaller than the second value?

>=

<

<=

>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the greater than operator (>) evaluate to?

True if first value is smaller

False if first value is bigger

False if first value is smaller

True if first value is bigger

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop repeats a block of code until a specific condition is met?

While loop

Do-while loop

Until loop

For loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the health status of the monkey in challenge 158?

90

80

70

60

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many challenges are there in the lesson 'Less is More'?

163-165

157-159

160-162

154-156

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the less than operator (<) evaluate to?

True if first value is smaller

False if first value is bigger

True if first value is bigger

False if first value is smaller

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key concept of Lesson 3?

Comparison Operator

Loops

Variables

Functions