Intro to Python

Intro to Python

KG - University

10 Qs

quiz-placeholder

Similar activities

Programming Quiz 1

Programming Quiz 1

11th Grade

11 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python introduction

Python introduction

University

15 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

DO NOW Python Lesson 2

DO NOW Python Lesson 2

8th Grade

10 Qs

Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

8th Grade

12 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

PSP Week3

PSP Week3

University

10 Qs

Intro to Python

Intro to Python

Assessment

Quiz

Mathematics, Computers

KG - University

Medium

CCSS
6.EE.A.2B, RI.11-12.4, 1.OA.C.6

+6

Standards-aligned

Created by

Tezel Asena

Used 146+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a variable?

A math operator

An element, feature, or factor that is liable to vary or change.

An if statement

A computer system that can change

Tags

CCSS.6.EE.A.2B

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does print("hello) display?

hello

gives you an error

"hello"

"hello

Tags

CCSS.RI.11-12.4

CCSS.RI.3.10

CCSS.RI.4.10

CCSS.RI.6.4

CCSS.RI.9-10.4

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

True is a boolean

True

False

Neither

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does \n do?

Adds a quotation

Creates a number

Adds a new line

Adds a fullstop

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the following code display?


a = 1

b = 2

print(a + a)

2

3

4

22

Tags

CCSS.1.OA.C.6

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is casting?

When you convert a variable value from one type to another.

When you assign a string

When you create a boolean

When you display an integer

Tags

CCSS.6.EE.B.6

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What symbol would you use to add a comment to your code?

//

#

-

]]

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?