Python Basics Quiz

Python Basics Quiz

1st Grade

20 Qs

quiz-placeholder

Similar activities

EXAMEN PHOTOSHOP

EXAMEN PHOTOSHOP

1st - 5th Grade

20 Qs

Computer Systems Quiz

Computer Systems Quiz

1st Grade

20 Qs

Quiz de Tecnología y AutoCAD

Quiz de Tecnología y AutoCAD

1st Grade

20 Qs

Free tes

Free tes

1st Grade

15 Qs

FINAL CHECKPOINT

FINAL CHECKPOINT

1st Grade - University

15 Qs

Fundamentos da Informática

Fundamentos da Informática

1st Grade

20 Qs

Repaso Tema 1

Repaso Tema 1

1st Grade - University

21 Qs

S lv1 - CD3_ tuần 9

S lv1 - CD3_ tuần 9

1st - 5th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

1st Grade

Practice Problem

Hard

Created by

Amira Abd El-aziz

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a variable in Python?

a) x : int = 5

b) int x = 5

c) x = 5

d) declare x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name?

a) student_name

b) 3score

c) _age

d) price$

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the following variable? num = 10.5

a) int

b) float

c) str

d) bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = "10" y = 5 print(x + y)

a) 15

b) 105

c) Error

d) "10 5"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types can store decimal numbers?

a) int

b) bool

c) float

d) str

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print("Hello", "World", sep="-")

a) Hello-World

b) Hello World

c) Hello, World

d) Hello- World

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(5, 10, 15, end="!")?

a) 5 10 15

b) 5 10 15!

c) 5, 10, 15

d) Error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?