
module 4 fns stk queue Python Programming Quiz

Quiz
•
Computers
•
University
•
Hard
Vigneshwari S
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a global variable in Python?
Defined inside a function
Defined outside all functions
Defined only in __main__
Must be declared using global
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed? x = 10 def show(): x = 5 print(x) show() print(x)
5 and 5
10 and 10
5 and 10
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to modify a global variable inside a function?
nonlocal
this
global
public
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which scope rule does Python follow for name resolution?
LIFO
LEGB
FIFO
OOP
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a variable is declared inside a function without global, it is:
Local
Global
Class variable
Static
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output? x = 100 def f(): global x x = 50 f() print(x)
100
50
Error
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does nonlocal keyword do?
Declares variable global
Declares variable local
Refers to enclosing function variable
Deletes a variable
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
tin học cơ bản 2 (P1)

Quiz
•
University
50 questions
Python Functions Quiz

Quiz
•
University
50 questions
Word Exam

Quiz
•
University
50 questions
Soal Informatika X - Ganjil 2024

Quiz
•
10th Grade - University
50 questions
Dasar Dasar Kejuruan DKV

Quiz
•
10th Grade - University
45 questions
Microsoft Excels: Formulas and Functions

Quiz
•
12th Grade - University
50 questions
UJIAN MID SEMESTER 1 XII RPL PEMROGRAMAN WEB DAN PERANGKAT BERGE

Quiz
•
University
47 questions
Mastering MS Word Basics

Quiz
•
4th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University