Python 1
Python 2
Scratch
Learn Key Session 1
Miscellaneous
100

The print function?

The print function in Python is a function that outputs to your console window whatever you say you want to print out.

100

triple quotes?

A string that spans multiple lines.

100

A Go Block?

It starts the program

100

A Boolean?

A binary variable, having two possible values called “true” and “false.”.

100

A digital footprint?

Search history.

100

What Is The Python Turtle Function?

“Turtle” is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like turtle.forward(…) and turtle.right(…) which can move the turtle around.

100

What is Python?

Python is an interpreted, high-level, general-purpose programming language.

100

A repeat block?

creates a loop, it can be indefinite, or end at a certain number.

100

Digital Citizenship?

Digital citizenship refers to the responsible use of technology by anyone who uses computers, the Internet, and digital devices to engage with society on any level.

100

Who created Python?

Guido van Rossum.

100

When was Python created?

Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language (itself inspired by SETL), capable of exception handling and interfacing with the Amoeba operating system. Its implementation began in December 1989.

100

A Sprite?

An item that the code affects.

100

Cyberbulling?

the use of electronic communication to bully a person, typically by sending messages of an intimidating or threatening nature.

100

Who is Guido van Rossum?

Guido van Rossum is a Dutch programmer best known as the author of the Python programming language, for which he was the "Benevolent dictator for life" until he stepped down from the position in July 2018.

100

Is Guido van Rossum dead?

No

100

Who created Scratch?

Mitchel Resnick and Andrés Monroy-Hernández created Scratch so that people (especially children) all over the world could learn how to code

100

A CPU?

Central Processing Unit.

100

What is a Motherboard?

The motherboard is a printed circuit board and foundation of a computer that is the biggest board in a computer chassis. It allocates power and allows communication to the CPU, RAM, and all other computer hardware components.