Y8 Python 2

Y8 Python 2

8th Grade

15 Qs

quiz-placeholder

Similar activities

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python Review Quiz

Python Review Quiz

7th - 9th Grade

20 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

Intro to Python

Intro to Python

6th - 8th Grade

20 Qs

Y8 Python 2

Y8 Python 2

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Gyorgy Denes

Used 31+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What language is this code written in?

Anaconda

Delphi

Python

C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will correctly ask the user for their name?

name = input

name = input()

name = int(input())

print(name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will correctly ask the user for their age?

int(input())

age = input()

age = int(input)

age = int(input())

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which character is missing when you want to print multiple things out?

.

-

*

,

:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type of foo?

integer (int)

boolean (bool), named after Mr George Boole

void, it doesn't have a type

string (str)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type of foo?

integer (int)

boolean (bool), named after Mr George Boole

void, it doesn't have a type

string (str)

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Media Image

What is missing in place of the underscores (____) on line 2 to make this program complete?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?