
ECDL Python Lesson 11 subroutines

Quiz
•
Computers
•
6th - 12th Grade
•
Medium
Monica Tele
Used 10+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would the output be for the following program if the user enters 4 and 6?
10
14
16
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
Similar Resources on Wayground
30 questions
Programming - Functions and SQL

Quiz
•
8th - 10th Grade
25 questions
PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

Quiz
•
9th - 12th Grade
33 questions
2.1.1 CSE Transitioning from Block to Text Coding

Quiz
•
9th - 12th Grade
30 questions
Python Function - 1

Quiz
•
11th - 12th Grade
33 questions
L2 BigEd program

Quiz
•
7th Grade
25 questions
Tracy not Karel Review Quiz

Quiz
•
12th Grade
30 questions
Subroutines - Comprehension

Quiz
•
9th - 10th Grade
30 questions
Lesson 1.1 Vocab - CSE

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade