Chapter 2 - OPerators in Scratch

Chapter 2 - OPerators in Scratch

7th Grade

9 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Roblox. Язык программирования Lua 2

Roblox. Язык программирования Lua 2

1st - 9th Grade

14 Qs

Python

Python

1st - 10th Grade

10 Qs

Python เบื้องต้น

Python เบื้องต้น

7th - 9th Grade

10 Qs

Python Basics

Python Basics

4th - 7th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

DT Grade 7 Python Revision

DT Grade 7 Python Revision

7th - 8th Grade

12 Qs

Chapter 2 - OPerators in Scratch

Chapter 2 - OPerators in Scratch

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Krithika Sweety

Used 155+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____________ is light-green in colour and is used to handle mathematical equations and string handling

motion block

looks block

operator block

sensing block

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ are used to compare two or more conditions at a time - and ,or ,not

arithmetic operator

relational operator

logical operator

string operator

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____________ are used to compare two values whether they are less than or equal to greater than (<,=,>).

relational operators

logical operator

arithmetic operator

string functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________displays the remainder of two numbers

mod

round

sqrt of 10

divide

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________ will display first letter of " WORLD"

join hello world

letter 1 of world

length of world

sqrt of 10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________displays the number rounded to the nearest 10's place

mod

round

say hello

sqrt of 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____________ displays the sqrt of 100.

sqrt of 10

mod

round

hello

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________ is used to combine two strings "hello" and "world".

The output will be "hello world".

letter 1 of world

length of world

join

mod

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________ will display number of characters in world

i.e. 5

hello world

length of world

letter 1of world

round