
Quiz 16
Authored by Vishnuvardhan Reddy Avija
Computers
University
Used 12+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following function:
def square(num):
num_squared = num ** 2
return num_squared
Which of the following lines of codes is the function’s signature?
return num_squared
none
def square(num):
num_squared = num ** 2
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name given to that area of memory, where the system stores the parameters and local variables of a function call?
a heap
storage area
a stack
an array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def func(x = 1, y = 2):
x = x + y
y += 1
print(x, y)
func(y = 2, x = 1)
3 3
1 3
2 3
3 2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def func(x = 1, y = 2):
x = x + y
y += 1
print(x, y)
func(y = 20, x = 10)
30 20
30 21
21 30
20 30
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?def test(x = 1, y = 2):
x = x + y
y += 1
print(x, y)
test()
1 3
3 1
1 1
3 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
____________________ can be defined as a named group of instructions that accomplish a specific task when it is invoked/called.
Datatype
Function
Token
Operator
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are advantages of using function in program?
It increases readability of program.
It increases reusability.
t makes debugging easier.
All of these
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
TC3003B - ACL
Quiz
•
University
10 questions
TH2 - Electrónica
Quiz
•
University
10 questions
cp06-01-1D-Array
Quiz
•
University
10 questions
SEGURIDAD DE LA INFORMACION
Quiz
•
University
10 questions
6-文件操作
Quiz
•
University
14 questions
Programación Orientada a Objetos: Conceptos básicos
Quiz
•
University
11 questions
Arduino - Contador
Quiz
•
9th Grade - University
13 questions
Instalacion de Equipos #1
Quiz
•
9th Grade - University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University