Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 Qs

quiz-placeholder

Similar activities

PHP Basics

PHP Basics

University

54 Qs

eSkill-8

eSkill-8

12th Grade

54 Qs

MIL for Completion

MIL for Completion

12th Grade

60 Qs

SAINS KOMPUTER TING 4 - 1.2 ALGORITMA

SAINS KOMPUTER TING 4 - 1.2 ALGORITMA

12th Grade - University

62 Qs

Soal Ujian Informatika Kelas VIII

Soal Ujian Informatika Kelas VIII

8th Grade

61 Qs

K11 - Giữa HK II - CS Cánh diều

K11 - Giữa HK II - CS Cánh diều

11th Grade

55 Qs

UNIT 4 TEST OS, Hardware and Software Systems

UNIT 4 TEST OS, Hardware and Software Systems

5th - 9th Grade

60 Qs

Diagnostic g10

Diagnostic g10

10th Grade

56 Qs

Python CH1-3 Review

Python CH1-3 Review

Assessment

Quiz

Computers

8th Grade - Professional Development

Practice Problem

Medium

Created by

Tyler Sahlin

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?