2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

quiz-placeholder

Similar activities

Web Application - PHP Repetition

Web Application - PHP Repetition

University

15 Qs

 BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

2nd Grade - University

15 Qs

Dampak Sosial Informatika

Dampak Sosial Informatika

9th Grade - University

16 Qs

Mid Exam

Mid Exam

12th Grade - University

20 Qs

KUIS TIK

KUIS TIK

9th Grade - University

20 Qs

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9

9th Grade - University

20 Qs

7 клас тест 2 15 балів

7 клас тест 2 15 балів

7th Grade - University

15 Qs

Quis SIG

Quis SIG

University

20 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Olzhas Toktassyn

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

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

Hello-World

Hello World

Hello- World

Hello -World

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of these functions is used to get input from the user in Python?

print()

input()

int()

float()

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the result of 5 // 2 in Python?

2.5

2

3

2.0

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What does the end parameter in the print() function do?

Changes the default separator

Ends the program

Specifies what is printed at the end

Adds a new line at the end

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which operator is used for exponentiation in Python?

/

*

**

%

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the output of print(int(3.7))?

3

4

3.7

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What will print("A", "B", "C", sep="*") output?

A*B*C

ABC

A B C

A* B* C

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?