Python Series

Python Series

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

5th Grade

10 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Computerastic

Computerastic

5th - 12th Grade

10 Qs

Python One Mark

Python One Mark

KG - 10th Grade

10 Qs

Python Easy

Python Easy

3rd - 6th Grade

20 Qs

Python 101

Python 101

1st - 5th Grade

15 Qs

Basic Python Quiz for Beginners

Basic Python Quiz for Beginners

3rd - 6th Grade

20 Qs

Python Section 1 Quiz!

Python Section 1 Quiz!

3rd - 11th Grade

12 Qs

Python Series

Python Series

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Media Team

Used 74+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

What is Python?

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991

Python is a popular programming language. It was created by Guido van Rossum, and released in 1994

Python is a popular programming language. It was created by Guido van Rossum, and released in 1993

Python is a popular programming language. It was created by Guido van Rossum, and released in 1992

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What can Python do?

Python can't be used on a server to create web applications

Python can be used on a server to create web applications

Python can be used on at server to create web applications

Python can be used on a server to created web applications

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Why Python?

Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).

Python a simple syntax similar to the English language

Python has syntax that allows developers to write programs with fewer lines than some programming languages

Python on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

echo("hello world");

echo "hello world"

p("hello world");

print("hello world");

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you insert COMMENTS in Python code?

/*This is a comment*/

#This is a comment

#//This is a comment

//This is a comment

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python is an interpreted programming language, this means that as a developer you write Python

(.py)

(.pY)

(.PY)

(.Py)

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

–To check if you have python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line

(cmd.exe):

cmd.exe

(cmd.exe);

(cmd.exe).

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?