Python Basics Quiz

Python Basics Quiz

University

15 Qs

quiz-placeholder

Similar activities

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

10th Grade - University

15 Qs

แข่งขันcodingม.ต้น

แข่งขันcodingม.ต้น

12th Grade - University

15 Qs

Lista de Exercícios – Vetores em Java - Parte I

Lista de Exercícios – Vetores em Java - Parte I

University

15 Qs

Refresh Python

Refresh Python

University

10 Qs

Join by Madi

Join by Madi

University

15 Qs

Quiz 2

Quiz 2

University

10 Qs

001

001

University

20 Qs

TEB2132 C++ Fundamentals Quiz

TEB2132 C++ Fundamentals Quiz

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?