Python Basics Quiz

Python Basics Quiz

University

15 Qs

quiz-placeholder

Similar activities

ORM - Django

ORM - Django

University

14 Qs

[Quiz] Python Function

[Quiz] Python Function

University

12 Qs

Kuis Informatika Algoritma dan Pemrograman Dasar

Kuis Informatika Algoritma dan Pemrograman Dasar

10th Grade - University

10 Qs

Programación Avanzada 2025A

Programación Avanzada 2025A

University

20 Qs

Java Basics Quiz for CH/PT Students

Java Basics Quiz for CH/PT Students

University

16 Qs

Tes Awal Modul 1_PK

Tes Awal Modul 1_PK

University

20 Qs

Code Twisters Round 1 Demo

Code Twisters Round 1 Demo

University

10 Qs

Python_MCQ_2

Python_MCQ_2

University

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

jemsheena ma

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python was developed by:

Dennis Ritchie

Guido van Rossum

James Gosling

Bjarne Stroustrup

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a:

Low-level language

Machine language

High-level programming language

Assembly language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which year was Python first released?

1991

2000

1989

1995

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used for comments in Python?

//

**

#

/* */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct to print "Hello World" in Python?

echo "Hello World"

print("Hello World")

printf("Hello World")

console.log("Hello World")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid number data type in Python?

int

float

complex

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of type(3)?

  • <class 'float'>

  • <class 'int'>

  • <class 'str'>

  • <class 'complex'>

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?