Python 1
Python 2
Scratch
Learn Key Session 1
Digital Citizenship
100

 What is out output with:

print("Hello World")


Output is:

Hello World

100

how do you create a turtle?

import turtle

100

what is the character called

sprite

100

MTA

Microsoft Technology Association

100

What information you are not better to share in internet?

Address, real name and last name, phone number, your age

200

What is output for:

(“3.5”)

3.5

200

how do you create a screen?

wn = turtle.Screen()

200

what is the start button look like

green flag

200

how many domains are there

5

200

What is Digital Foot Print?

It's everything you do in the internet

300

What triple quote used for?

You can right your sentence in multiple lines

300

how do you name a turtle?

name = turtle.Turtle()

300

How to see the tutorials?

In the top line, there is button "Tutorials". There is all available tutorials 

300

Which best defines what a script tag does?

A tag which holds programming scripts

400
What is syntax error?

Error made by programmer in code 

400

how do you change a background color?

wn.bgcolor("color")

400

How to change background to your own?

Choose a Backdrop > Upload Backdrop

400

Which question should the user ask when determining whether a closing tag is needed?

Do I know the ending of this tag?

500

what does a for loop do?

allows code to be executed repeatedly.

500

what can you create using scratch

animations, games, code

500

how much code is needed for a proper project

9