9.1 Python Hinge L4

9.1 Python Hinge L4

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Python CodeHS Standards: Number Guessing Game

Python CodeHS Standards: Number Guessing Game

10th Grade

15 Qs

Python Variables and Subroutines

Python Variables and Subroutines

9th - 12th Grade

15 Qs

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

SUBROUTINE 101

SUBROUTINE 101

9th Grade

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Programming with For Loops

Programming with For Loops

7th - 9th Grade

12 Qs

Understanding Procedures in Python

Understanding Procedures in Python

9th Grade - University

10 Qs

9.1 Python Hinge L4

9.1 Python Hinge L4

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

SMA Computing

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Leo wants to create a subroutine that will roll a dice. Which syntax is correct?

def dice roll ():

def diceroll ()

def diceroll ():

def diceroll []:

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions display an output to the screen?

display()

output()

print()

post()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A named, reusable set of programming statements to perform a specific task defines

applications

algorithms

modules

functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you write a function. How many times can you call the function in your code?

Once

Not more than the number of commands the function holds

It depends on the function

As many times as you want

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following situations would it be best to make a function?

You want Tracy to draw a blue line, and your program requires lots of blue lines.

You need Tracy to move forward by 100.

You need Tracy to turn right and then turn left.

You need to change Tracy’s color.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the statements below is true about indentation in Python?

Indentation only matters in for loops. Then, everything must be indented one level.

Indentation never matters in Python. You can align your code any way you like, but indentation makes your code easier to read.

Indentation always matters in Python. Every statement must be aligned correctly.

Indentation only matters in functions. Then, everything must be indented one level.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions is declared correctly?

Media Image
Media Image
Media Image
Media Image

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?