Subroutines

Subroutines

9th - 11th Grade

16 Qs

quiz-placeholder

Similar activities

Microbit (python)

Microbit (python)

8th - 10th Grade

15 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

EVALUACION 1P GRADO DECIMO 2024

EVALUACION 1P GRADO DECIMO 2024

10th Grade

20 Qs

Processing Basics

Processing Basics

7th - 12th Grade

20 Qs

Selection

Selection

5th - 9th Grade

20 Qs

IDT Fall 2019 Interim

IDT Fall 2019 Interim

9th - 12th Grade

20 Qs

Festive Computer Science

Festive Computer Science

10th Grade

15 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Subroutines

Subroutines

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Used 175+ times

FREE Resource

AI

Enhance your content in a minute

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

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the output be for the following program if the user enters 4 and 6?

10

14

16

error

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

If the user inputs "Connolly"into surname and "Luke" into first what would be output?

Error

Connolly Luke

Luke Connolly

Connolly Luke Connolly Luke

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

John wants to create a subroutine in python that will roll a dice. Which is the correct method below?

DEFINE diceroll:INTEGER

def diceroll[]:

def diceroll():

def diceroll:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Norah wants to print her multiplication equation of 12 x 12. What code should she add below?

print (multiply)

a = 12

b = 12

answer = a * b

print(multiply(12, 12))

print(multiply(12 * 12))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Declaration" refers to...

Storing data in variables

Creating variables

Repeating sections of code

Checking a condition to see which piece of code to run next

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Iteration" refers to...

Storing data in variables

Creating variables

Repeating sections of code

Checking a condition to see which piece of code to run next

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop within a loop is...

Definite iteration

Indefinite iteration

Nested iteration

Reverse Polish iteration

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?