Print(), Input() and Variables in Python3

Print(), Input() and Variables in Python3

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Python программалау тілі

Python программалау тілі

6th Grade

20 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Pytonas 7 kl.

Pytonas 7 kl.

7th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

python - tallulah

python - tallulah

7th - 9th Grade

20 Qs

Print(), Input() and Variables in Python3

Print(), Input() and Variables in Python3

Assessment

Quiz

Computers

6th - 8th Grade

Medium

CCSS
L.2.2C, 6.EE.A.2B, 6.EE.B.6

Standards-aligned

Created by

Priyanka Joshi

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does the following code do? myAge = int (myAge)

Converts the var (variable) myAge to a string

Converts the var (variable) myAge to a integer

Converts the var (variable) myAge from a integer to a string

Converts the var (variable) myAge to if statement

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In python the ' INTEGER data type' can be defined as...?
holds alphanumeric data as text
holds whole numbers
holds numbers with a decimal point
holds either ‘true’ or ‘false’

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In python the ' STRING data type' can be defined as...?
holds alphanumeric text
hold whole numbers
holds numbers with a decimal point
holds either a true or false value

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the correct definition for a VARIABLE?
a changeable value, such as a score in a computer game.
a value that cannot be changed

Tags

CCSS.6.EE.A.2B

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output from the following code?print ("hello world")
Hello World
hello world
print hello world

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?