Pyhton Input and Output Basics

Pyhton Input and Output Basics

5th Grade

20 Qs

quiz-placeholder

Similar activities

Тест Python

Тест Python

5th Grade

23 Qs

Pseudocode

Pseudocode

KG - University

20 Qs

KS3 Python

KS3 Python

KG - University

18 Qs

ASAS SAINS KOMPUTER TEMCO

ASAS SAINS KOMPUTER TEMCO

1st - 10th Grade

20 Qs

Sains Komputer Tingkatan 4 - 1.6.3 Membezakan antara

Sains Komputer Tingkatan 4 - 1.6.3 Membezakan antara

1st Grade - Professional Development

16 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

G5 T3A W3 python and the user input 2024

G5 T3A W3 python and the user input 2024

5th Grade

20 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Pyhton Input and Output Basics

Pyhton Input and Output Basics

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Sean Morrow

Used 33+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the Python logo?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello" + "world" + "today")
Helloworldtoday
Hello world today
"Hello" "world" "today"
SyntaxError

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What output would print (10 + 16) produce?

10 + 16

print(10 + 16)

print(26)

26

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we use variables in programming?
edit data
store data
integer
to look good

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gjdk is not a good name for a variable, why?

It starts with a capital letter.

It does not contain any spaces.

There are no vowels.

It's meaningless.

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?