Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSE Hammen

Total questions: 11

Worksheet time: 7mins

Name
Class
Date
1.

What keyboard function do you need to create a list?

a)

""

b)

[]

2.

What code do you need to print an output?

a)

print()

b)

Print

3.

What keyboard function is needed to indicate a string of text?

a)

""

b)

<>

4.

What does int() stand for?

a)

intimidation - action or process of integrating

b)

Integer - whole numbers, positive or negative

5.

What does bool() stand for?

a)

boolean - true or false statement

b)

boolean - a combination of integers

6.

What is the difference between lines 6 & 9?

(a)  

7.

What is the importance of the indention on line 9?

(a)  

8.

What are lines 3-6 an example of?

a)

If/Else - Conditional statement

b)

If/Else - Pseudocode

9.

While using trinket and coding in python, how can you pinpoint a place on the output screen?

a)

Coding markers

b)

Indicating the x,y axis

10.

What do you need to code in order to create a NEW function in python?

a)

def()

b)

create()

11.

What is the definition of variables?

a)

Locations reserved in memory to store values

b)

Things you can change when needed