Search Header Logo

Python-1st

Authored by Anwar Nasr Eldeen

Computers

University

Used 1+ times

Python-1st
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1-What is Python?

a) A snake

b) A programming language

c) A type of food

d) A country

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2-What is the syntax to print "Hello, World!" in Python?

a) print("Hello, World!")

b) println("Hello, World!")

c) printf("Hello, World!")

d) System.out.println("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3-How do you declare a variable in Python?

a) var x = 5

b) x = 5

c) int x = 5

d) let x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4-What is the correct way to write a comment in Python?

a) // This is a comment

b) /* This is a comment */

c) # This is a comment

d) <!-- This is a comment -->

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5-Which of the following is NOT a data type in Python?

a) int

b) float

c) string

d) boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6-How do you check the length of a string in Python?

a) length(string_variable)

b) strlen(string_variable)

c) len(string_variable)

d) count(string_variable)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7-What is the output of the following code?

x = 5

y = 2

print(x % y)

a) 2

b) 2.5

c) 3

d) 0

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers