CS Python Fundamentals Quiz 7 Review

CS Python Fundamentals Quiz 7 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

LA1.C1: Introduction to Small Basic

LA1.C1: Introduction to Small Basic

9th Grade

15 Qs

Java switch/for/while

Java switch/for/while

9th - 12th Grade

15 Qs

Lesson 2 - Sensors and algorithms

Lesson 2 - Sensors and algorithms

9th Grade

12 Qs

G10 CS String Manipulation

G10 CS String Manipulation

12th Grade

15 Qs

Python Functions Quiz

Python Functions Quiz

10th Grade

13 Qs

Arduino

Arduino

12th Grade

10 Qs

CS Python Fundamentals Quiz 7 Review

CS Python Fundamentals Quiz 7 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Scott Chamberlain

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following does NOT describe a specific purpose of using functions in code?

Select ALL that apply.

To simplify code through abstraction.

To prompt the user for input.

To allow for re-use of code.

To stop a program from repeating,

To improve the debugging process.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python keyword used to create a function?

fun

cre

begin

def

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable received in the definition of a function is called a(an)

argument

parameter

boolean

library

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many parameters are optional for the function defined below?

def heatcheck(a, m, c=0, q=1)

0

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is output by the program shown here?

7

10

11

14

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is output by the program shown here?

2

5

7

10

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is output by the program shown here if the user enters 8 and 9?

0

17

64

72

81

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?