Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 Qs

quiz-placeholder

Similar activities

PENGENALAN MS WORD III

PENGENALAN MS WORD III

10th Grade

60 Qs

MOCK CBT 3

MOCK CBT 3

University

60 Qs

INFORMATICA II- SEGUNDO PARCIAL-2023 A

INFORMATICA II- SEGUNDO PARCIAL-2023 A

12th Grade

54 Qs

ICT SPM : LA4 (Multimedia)

ICT SPM : LA4 (Multimedia)

10th - 12th Grade

54 Qs

2425_ÔN TẬP TIN HỌC 9

2425_ÔN TẬP TIN HỌC 9

9th Grade - University

54 Qs

Tin học 9. Ôn tập (t63)

Tin học 9. Ôn tập (t63)

9th Grade

64 Qs

Python Programming EndTerm

Python Programming EndTerm

University

61 Qs

902.4 Digital Graphics (CLASSWORK)

902.4 Digital Graphics (CLASSWORK)

10th Grade

60 Qs

Python CH1-3 Review

Python CH1-3 Review

Assessment

Quiz

Computers

8th Grade - Professional Development

Medium

Created by

Tyler Sahlin

Used 11+ times

FREE Resource

59 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are ways you can run a Python program?

Double clicking on the file directly

Opening the file in IDLE and clicking “Run Module”

Running the program through Command Prompt or terminal

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension used for Python scripts?

.py

.p

.python

.ps

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a variable named “True” and Python gives you an error. What’s the problem?

The “T” should be lower-case

“True” is a reserved keyword used by Python

Every letter must be capitalized

It’s correct. There is some other problem in the script

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The modulo operator uses what symbol?

**

//

%

^

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python comments are denoted by what symbol?

#

//

/*

$

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = True, y = False

What is the value of the expression not x?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = True, y = False

What is the value of the expression y and not x?

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?