Python Cert - Day 4 (PM)

Python Cert - Day 4 (PM)

12th Grade

34 Qs

quiz-placeholder

Similar activities

Comp. Prog. Spring Final Exam

Comp. Prog. Spring Final Exam

9th - 12th Grade

39 Qs

Final Quiz

Final Quiz

12th Grade

37 Qs

Python Fuction 2

Python Fuction 2

12th Grade

32 Qs

AP CSP - Standard 3 Review

AP CSP - Standard 3 Review

12th Grade

33 Qs

Functions in JavaScript

Functions in JavaScript

9th - 12th Grade

33 Qs

JavaScript Function

JavaScript Function

9th - 12th Grade

33 Qs

bug hunt(jr)

bug hunt(jr)

12th Grade - University

30 Qs

Python: Control Structures Review

Python: Control Structures Review

9th Grade - University

34 Qs

Python Cert - Day 4 (PM)

Python Cert - Day 4 (PM)

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Bobby Liu

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 6 pts

A function definition starts with the keyword:

def

function

fun

2.

MULTIPLE CHOICE QUESTION

20 sec • 6 pts

A function definition:

cannot be placed among other code

may be placed anywhere inside the code after the first invocation

must be placed before the first invocation

3.

MULTIPLE CHOICE QUESTION

20 sec • 6 pts

A function parameter is a kind of variable accessible:

only after the function definition's completion

anywhere in the code

only inside the function

4.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

A way of passing arguments in which the order of the arguments determines the initial parameters' values is referred to as:

positional

ordered

sequential

keyword

5.

MULTIPLE SELECT QUESTION

45 sec • 6 pts

Which of the following statements are TRUE? (Select TWO answers)

The return keyword may cause the function to return a value

The return keyword forces the function's execution to terminate

The return keyword forces the function to restart its execution

6.

MULTIPLE CHOICE QUESTION

20 sec • 6 pts

None keyword designates:

a None value

a function which doesn't return a value

an empty instruction

7.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

A variable defined outside a function:

may not be accessed in any way inside the function

may be read, but not written (something more is needed to do so)

may be freely accessed inside the function

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?