BPL Test 2 Exam | Questions And Answers Latest {2024- 2025} A+ Graded | 100%
Verified
The first line in a function definition is known as the function - header
When a function is called by its name during the execution of a program, then it is - executed
What type of function can be used to determine whether a number is even or odd?
A)
Boolean
B)
math
C)
odd
D)
even - A
A value-returning function is
A)
a function that receives a value when called
B)
a single statement that performs a specific task
C)
called when you want the function to stop
D)
a function that will return a value back to the part of the program that called it - D
Which of the following statements causes the interpreter to load the contents of the random module
into memory?
,A)
upload random
B)
load random
C)
download random
D)
import random - D
A set of statements that belong together as a group and contribute to the function definition is known
as a
A)
block
B)
header
C)
parameter
D)
return - A
What does the following statement mean?num1, num2 = get_num()
A)
This statement will cause a syntax error.
B)
The function get_num() will receive the values stored in num1 and num2.
C)
The function get_num() is expected to return a value for num1 and for num2.
D)
The function get_num() is expected to return one value and assign it to num1 and num2. - C
, The ________ of a local variable is the function in which that variable is created.
A)
definition
B)
global reach
C)
scope
D)
space - C
A ________ variable is accessible to all the functions in a program file.
A)
keyword
B)
global
C)
local
D)
string - B
What will be the output after the following code is executed?def pass_it(x, y):z = x , ", " , ynum1 =
4num2 = 8answer = pass_it(num1, num2)print(answer)
A)
4, 8
B)
8, 4
C)
48
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller oneclass. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $13.48. You're not tied to anything after your purchase.