Chapter 2 - OPerators in Scratch

Chapter 2 - OPerators in Scratch

7th Grade

9 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Programming Basics

Programming Basics

6th - 8th Grade

10 Qs

Small basic

Small basic

6th - 7th Grade

10 Qs

Conditional statements

Conditional statements

7th Grade

11 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

Quiz_Java

Quiz_Java

6th Grade - University

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python Module

Python Module

7th Grade

14 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