Q0-Intro-Coding-Programming-PictoBlox

Q0-Intro-Coding-Programming-PictoBlox

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Variables in Scratch

Variables in Scratch

2nd Grade - University

11 Qs

Variables, Selection, & Loops

Variables, Selection, & Loops

6th - 7th Grade

10 Qs

Class VI - Chapter 2 - one word

Class VI - Chapter 2 - one word

6th Grade

10 Qs

Grade 6 4th Quarter Quiz 1

Grade 6 4th Quarter Quiz 1

KG - 6th Grade

10 Qs

Computer Programming Basics

Computer Programming Basics

8th Grade

11 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Pictoblox 8

Pictoblox 8

1st - 9th Grade

10 Qs

Coding Checking for Understanding 1

Coding Checking for Understanding 1

6th 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 Terminal

Where the user can create animation, game and interactive project

Python Editor

Where the user write the code

Stage

An object or character that performs different in the project

Sprite

Where the user see the result of code

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

Discover more resources for Computers