Питон 1-50

Питон 1-50

University

50 Qs

quiz-placeholder

Similar activities

Lập trình mạng ( cơ bản + pipe )

Lập trình mạng ( cơ bản + pipe )

University

45 Qs

Кәсіби ағылшын 151 - 200

Кәсіби ағылшын 151 - 200

University

50 Qs

ИКТ  50 - 100

ИКТ 50 - 100

University

50 Qs

Ch.6: Input Validation and Sanitization

Ch.6: Input Validation and Sanitization

University

45 Qs

Midterm: Quiz 1 OOP

Midterm: Quiz 1 OOP

University

50 Qs

AKT-7

AKT-7

University

50 Qs

ITCC104: Long Quiz 1

ITCC104: Long Quiz 1

University

50 Qs

Algorithmization and Programming Quiz

Algorithmization and Programming Quiz

University

51 Qs

Питон 1-50

Питон 1-50

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Yana Mitina

Used 8+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a variable in Python?

To store data values.

To execute Python code.

To display output on the screen.

To import external libraries.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to display "Hello, World!" in Python?

print("Hello, World!")

echo "Hello, World!"

printf("Hello, World!")

System.out.print("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a sequence of characters in Python?

str

int

list

dict

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input() function in Python?

To take user input.

To define a variable.

To iterate over a sequence.

To display output.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a list in Python?

my_list = [1, 2, 3]

my_list = {1, 2, 3}

my_list = (1, 2, 3)

my_list = <1, 2, 3>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python operator is used for addition?

+

-

*

/

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a while loop in Python?

while x > 10:

while(x > 10)

while x < 10

repeat while x < 10

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?