Y8 Basic Python Recap

Y8 Basic Python Recap

7th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

Y8 Basic Python Recap

Y8 Basic Python Recap

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

I Martin

Used 17+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

Data storage that doesn't change

Data storage that can change

Displays a message on screen

A way for the user to type

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Identify the 2 variables in this program:

name

input

print

age

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code is correct?

print ("Hello)

primt ("Hello")

print ("Hello")

Print ("Hello")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct function that allows someone to type in a Python program?

input()

display()

print()

type()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the variable name = ("Jack") - what would be displayed with the following: print(name[2])

J

a

c

k