Chapter 2 - OPerators in Scratch

Chapter 2 - OPerators in Scratch

7th Grade

9 Qs

quiz-placeholder

Similar activities

Values Review

Values Review

6th - 8th Grade

14 Qs

Quiz- Grade 7 & 8- Python (2nd term)

Quiz- Grade 7 & 8- Python (2nd term)

7th Grade

8 Qs

Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

7th Grade

7 Qs

Python (grade 7)

Python (grade 7)

7th Grade

14 Qs

Test

Test

7th Grade

13 Qs

Python 101 Lesson 2

Python 101 Lesson 2

7th - 8th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 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