Programming in Scratch L4

Programming in Scratch L4

6th Grade

6 Qs

quiz-placeholder

Similar activities

KUIZ ULANGKAJI ASK TINGKATAN 2

KUIZ ULANGKAJI ASK TINGKATAN 2

1st - 12th Grade

10 Qs

Boolean logic

Boolean logic

6th - 8th Grade

7 Qs

Tin 8. Bài 14 - Cấu trúc điều khiển

Tin 8. Bài 14 - Cấu trúc điều khiển

6th - 8th Grade

10 Qs

Banana Tales Part I

Banana Tales Part I

KG - 8th Grade

5 Qs

Class VI - Chapter 2 - one word

Class VI - Chapter 2 - one word

6th Grade

10 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Boolean Operators

Boolean Operators

6th - 8th Grade

10 Qs

BÀI 13 BIỂU DIỄN DỮ LIỆU TIN 8

BÀI 13 BIỂU DIỄN DỮ LIỆU TIN 8

6th - 8th Grade

10 Qs

Programming in Scratch L4

Programming in Scratch L4

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Matthew Kelsall

Used 8+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The greater than symbol in the image below is an example of a comparison operator or a logic operator?

Comparison

Logic

Arithmetic

Assignment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The greater than symbol in the image below is an example of a comparison operator or a logic operator?

Comparison

Logic

Arithmetic

Assignment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does the following statement evaluate as True or False? - (30 < 50) or (30 > 50)

True

False

Neither

Cannot be determined

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does the following statement evaluate as True or False? - (20 = 20) and (15 < 15)

True

False

Neither

Cannot be determined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does the following statement evaluate as True or False? - not (20 = 20)

True

False

Neither

Cannot be determined

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Which of the conditions would evaluate to 'true' with the following inputs? [2 answers]

(number1 > 20) and (number2 < 100)

(number1 < 20) and (number2 > 100)

(number1 > 20) or (number2 < 100)

(number1 < 20) or (number2 > 100)