Python Basics Quiz

Python Basics Quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

Coding Basics SC-1

Coding Basics SC-1

7th - 12th Grade

20 Qs

SENATIC Parcial Guía 3_PseInt

SENATIC Parcial Guía 3_PseInt

10th Grade - University

15 Qs

Chapter 7: System life cycle

Chapter 7: System life cycle

9th - 11th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

FITRI KARIMAH

Used 4+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

var x = 5

int x = 5

x = 5

declare x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take input from the user in Python?

scan()

input()

get()

read()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this code

=> print("Hello", "World")

HelloWorld

Hello, World

Hello World

"Hello" "World"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the int() function do?

Turns an integer into a string

Turns a string into an integer

Rounds a number

Adds two numbers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a Python data type?

str

float

number

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this code? x = "10" y = int(x) print(y + 5)

105

"105"

15

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for "equal to" in an if statement?

=

==

:=

===

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?

Discover more resources for Computers