Pictoblox | Introduction to Python | Lesson 1

Pictoblox | Introduction to Python | Lesson 1

5th Grade

8 Qs

quiz-placeholder

Similar activities

Scratch Quiz

Scratch Quiz

4th - 6th Grade

10 Qs

SCRATCH HACKATHON

SCRATCH HACKATHON

1st - 5th Grade

12 Qs

Squad Kamuś

Squad Kamuś

1st - 12th Grade

11 Qs

ICT REVISON

ICT REVISON

4th - 8th Grade

11 Qs

Latih Prihantoro

Latih Prihantoro

KG - 5th Grade

11 Qs

Naruto characters

Naruto characters

KG - 12th Grade

10 Qs

HARI 3 - QUIZ CODING PENGENALAN AI

HARI 3 - QUIZ CODING PENGENALAN AI

1st - 6th Grade

10 Qs

Akatsuki quiz (Naruto shippuden)

Akatsuki quiz (Naruto shippuden)

KG - 12th Grade

11 Qs

Pictoblox | Introduction to Python | Lesson 1

Pictoblox | Introduction to Python | Lesson 1

Assessment

Quiz

Other

5th Grade

Hard

Created by

Mustafa Ghoneim

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a program?

A program is a set of instructions that a computer follows to complete a task.

It is a game.

Another name of Tobi!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where the user writes the code

Sprite

Python Terminal

Python Editor

Stage

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where the user sees the results of the code

Sprite

Python Terminal

Python Editor

Stage

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where the user can create the animations, games and interactive projects

Sprite

Python Terminal

Python Editor

Stage

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An object or a character that performs different actions in the projects

Sprite

Python Terminal

Python Editor

Stage

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is correct for a programming language?

Programming language is used to communicate with computer!

Python is a programming language.

Programming language can be used to communicate with humans as well!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax is correct to make Tobi say on the stage.

say('My name is Tobi', 2)

sprite.say('My name is Tobi', 2)

sprite.say(My name is Tobi, 2)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There could be more than one way to write code for the same task.

  •  True

False