Chapter 1: Python Overview

Chapter 1: Python Overview

University

10 Qs

quiz-placeholder

Similar activities

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Python Basics Quiz

Python Basics Quiz

7th Grade - University

10 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

PYTHON DAY 2

PYTHON DAY 2

University

12 Qs

Session 2 Quiz

Session 2 Quiz

University

10 Qs

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

PYTHON_CHAPTER 1

PYTHON_CHAPTER 1

University

10 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Chapter 1: Python Overview

Chapter 1: Python Overview

Assessment

Quiz

Computers

University

Easy

Created by

Python eBook

Used 35+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What year was Python first released?

1989

 1991

1995

2000

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a key feature of Python?

Compiled Language

Complex Syntax

Dynamically Typed

Limited Libraries

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created Python?

 Guido van Rossum

 James Gosling

 Dennis Ritchie

Bjarne Stroustrup

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

//

#

 /*

<!--

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

echo "Hello, World!"

Console.WriteLine("Hello, World!")

print("Hello, World!")

 printf("Hello, World!")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

  • int

  • float

  • string

  • bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

 input("Enter something:")

get_input("Enter something:")

scan("Enter something:")

cin >> "Enter something:"

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?