Python Programming Quiz for Grade 13

Python Programming Quiz for Grade 13

University

30 Qs

quiz-placeholder

Similar activities

Fitur dan Manfaat Google Docs

Fitur dan Manfaat Google Docs

7th Grade - University

25 Qs

Informatika 1

Informatika 1

12th Grade - University

25 Qs

PPL (Quiz 5)  Procedures and Functions

PPL (Quiz 5) Procedures and Functions

University

25 Qs

Módulo 7 - HTML e CSS

Módulo 7 - HTML e CSS

7th Grade - University

25 Qs

COS 16 Quiz

COS 16 Quiz

University

25 Qs

Pemahaman Struktur Data dan Algoritma

Pemahaman Struktur Data dan Algoritma

9th Grade - University

25 Qs

fundamentals of HTML

fundamentals of HTML

University

25 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 Qs

Python Programming Quiz for Grade 13

Python Programming Quiz for Grade 13

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Dr. Dacon

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to write a single-line comment in Python?

// This is a comment

# This is a comment

/* This is a comment */

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? ```python print("Hello, World!") ```

Hello World

"Hello, World!"

Hello, World!

print("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

2nd_value

value_2

value-2

value 2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Integer

Float

Character

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression? ```python 5 + 3 * 2 ```

16

11

13

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

input()

scan()

get()

read()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

**

//

%

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?