Search Header Logo

Python level 1 Autumn 2024

Authored by Nagmun Onu

Computers

7th Grade

Used 7+ times

Python level 1 Autumn 2024
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to take input from a user in Python?

name = input("Enter your name: ")

name = get_input("Enter your name: ")

name = read("Enter your name: ")

name = scan("Enter your name: ")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct if-else statement in Python?

if x > 10: print("x is greater than 10") else: print("x is 10 or less")

if x > 10 then print("x is greater than 10") else print("x is 10 or less")

If x > 10: print("x is greater than 10") else print("x is 10 or less")

if x > 10: print("x is greater than 10") elseif: print("x is 10 or less")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Python?

int x = 5

x = 5

declare x = 5

var x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of string concatenation in Python?

name = "John" + "Doe"

name = "John" & "Doe"

name = "John" * "Doe"

name = "John" - "Doe"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to use an f-string in Python?

name = "Onu"

print(f"Hello, {name}!"

name = "Onu"

print(f'Hello, {name}!')

name = "Onu"

print(f"Hello, name!")

name = "Onu"

fprint("Hello, name!")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in Python?

int("123")

str(123)

float("123")

char("123")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code:

num1 = 15

num2 = 5

print(num1/num2)

15

3

20

10

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?