Python Cert - Day 4 (PM)

Python Cert - Day 4 (PM)

12th Grade

34 Qs

quiz-placeholder

Similar activities

Arduino

Arduino

7th - 12th Grade

32 Qs

Python Conditionals Review

Python Conditionals Review

9th - 12th Grade

31 Qs

Ujian Akhir Semester 1 ASK Ting2

Ujian Akhir Semester 1 ASK Ting2

12th Grade

35 Qs

Microbit Final Exam Review

Microbit Final Exam Review

9th - 12th Grade

31 Qs

Variables and Data Types

Variables and Data Types

11th - 12th Grade

33 Qs

JavaScript Functions

JavaScript Functions

9th - 12th Grade

33 Qs

Functions and JavaScript

Functions and JavaScript

9th - 12th Grade

33 Qs

BCHS Y9 Python Topic 6 Quiz

BCHS Y9 Python Topic 6 Quiz

9th - 12th Grade

30 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?