Q0-Intro-Coding-Programming-PictoBlox

Q0-Intro-Coding-Programming-PictoBlox

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Hari 3 - quizz coding dan Perkenalan AI

Hari 3 - quizz coding dan Perkenalan AI

5th Grade - University

10 Qs

scratch

scratch

4th - 6th Grade

10 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

scratch code review

scratch code review

4th - 8th Grade

10 Qs

Programming Constructs, Variables, and Procedures

Programming Constructs, Variables, and Procedures

5th Grade - University

10 Qs

“Hari 3 - Kuis Coding & Perkenalan AI” - Ari Wibowo

“Hari 3 - Kuis Coding & Perkenalan AI” - Ari Wibowo

7th - 12th Grade

10 Qs

Exploring Scratch Window Components

Exploring Scratch Window Components

4th Grade - University

10 Qs

Event based programming

Event based programming

6th - 8th Grade

10 Qs

Q0-Intro-Coding-Programming-PictoBlox

Q0-Intro-Coding-Programming-PictoBlox

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Eman Refaat

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the Following

Python Editor

Where the user can create animation, game and interactive project

Stage

Where the user see the result of code

Sprite

Where the user write the code

Python Terminal

An object or character that performs different in the project

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a program?

A program is a game

A program is a set of instruction that a computer follow to complete a task

A program is a Computer

A program is a software

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s wrong with this code?

print("My age is: " + 12)

Missing quotes

Extra colon

Can’t add strings and numbers

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the right answer from the following : 

What’s the programming language ?

  • Programming language is used to communicate with computers !

 Python is a programming language.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is right to let My sprite Tobi say his name ?

 sprite.say(My name is Tobi, 2)

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

 say('My name is Tobi', 2)

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you think, There could be more than one way to write code for the same task ?

True

False