Python L2- Quiz 1

Python L2- Quiz 1

5th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python Turtle - Homework

Python Turtle - Homework

12th Grade

10 Qs

python moving

python moving

6th Grade

8 Qs

Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

5th Grade

10 Qs

Computers

Computers

4th - 7th Grade

7 Qs

lesson 1 - Basic Turtle Instructions

lesson 1 - Basic Turtle Instructions

8th Grade

10 Qs

AP CSP Unit 1 Assesment

AP CSP Unit 1 Assesment

9th - 12th Grade

8 Qs

CodeMonkey Quiz

CodeMonkey Quiz

6th Grade

10 Qs

Python L2- Quiz 1

Python L2- Quiz 1

Assessment

Quiz

Computers

5th - 12th Grade

Medium

Created by

Jerry Xiao

Used 51+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct extension to save Python files?

.txt

.scr

.py

No Extension

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using Thonny, your code saves automatically like it does with repl.it

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the benefits of running code locally versus on the internet?

No dependence on internet connection

Smoother execution of code

Faster execution of code

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, the different data types are:

string, integer, float

if, elif, else

whole, decimal, fractional

input, output, event

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code above?

146

145

5987

8759

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you are debugging your code and want to stop it on a specific line while, which of these should you use?

breakpoint

codestop

newline

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to use the Turtle library, at the beginning of our code we must type

import turtle

from turtle import turtle()

Import Turtle

initialize turtle