Python Series

Python Series

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

algorithms INTRO

algorithms INTRO

KG - University

10 Qs

python_quiz

python_quiz

5th Grade

11 Qs

Computer 101

Computer 101

3rd - 6th Grade

12 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Python Free Code Camp

Python Free Code Camp

3rd - 4th Grade

15 Qs

Web Browser Softwares

Web Browser Softwares

3rd Grade

15 Qs

Python, Flowcharts and Malware

Python, Flowcharts and Malware

5th Grade

16 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?