Y8 Basic Python Recap

Y8 Basic Python Recap

7th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Input, Output & Storage Devices

Input, Output & Storage Devices

7th Grade

10 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

Python Programming Basics

Python Programming Basics

6th - 12th Grade

9 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python variables

Python variables

6th - 8th Grade

8 Qs

Ms. Molloy Computer Science quick quiz

Ms. Molloy Computer Science quick quiz

7th Grade

10 Qs

My Python : About Me

My Python : About Me

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