Python Series

Python Series

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

Python Quiz-1

Python Quiz-1

1st - 3rd Grade

10 Qs

Python-Partie4

Python-Partie4

1st Grade

10 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Python Basic and Overview

Python Basic and Overview

3rd Grade

20 Qs

Python dasar

Python dasar

1st Grade

12 Qs

Python Programming Quiz

Python Programming Quiz

5th Grade

10 Qs

Getting started with Python

Getting started with Python

3rd Grade

15 Qs

Python Level1

Python Level1

5th - 6th Grade

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