Coding Adventure Quiz-less is more

Coding Adventure Quiz-less is more

8th Grade

8 Qs

quiz-placeholder

Similar activities

how animals experience pain | ted-ed

how animals experience pain | ted-ed

6th - 8th Grade

13 Qs

Background info survey

Background info survey

6th - 8th Grade

12 Qs

The Jacket Vocabulary

The Jacket Vocabulary

8th Grade - University

12 Qs

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

6th Grade - University

11 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

for loop

for loop

8th Grade

10 Qs

Physical Science Review Part 2

Physical Science Review Part 2

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