PYTHON-06

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Riya Shakya
Used 4+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is a global variable in Python?
A variable that is accessible only within a specific function.
A variable that is accessible from anywhere in the program.
A variable that is defined within a class.
A variable that is defined within a loop.
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which keyword is used to declare a global variable within a function?
local
global_word
non_local
global
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What happens if a global variable shares the same name as a local variable within a function?
The local variable takes precedence over the global variable.
The global variable takes precedence over the local variable.
An error occurs due to naming conflict.
Both variables are combined into a single variable.
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Where are global variables typically defined in a Python program?
Inside a function
Inside a loop
At the top level of the program
Inside a class
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the scope of a global variable?
Limited to the function in which it is defined
Limited to the block in which it is defined
Limited to the class in which it is defined
Accessible from anywhere in the program
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is an example of a local variable?
x = 5
PI = 3.14
name = "John"
count = 0
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Can a local variable be accessed from outside the function in which it is defined?
yes
no
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
JAVASCRIPT

Quiz
•
12th Grade
25 questions
CSP Unit 6 Review

Quiz
•
12th Grade
25 questions
GCSE Computer Science- 2.2 Programming Techniques

Quiz
•
9th - 11th Grade
25 questions
Intro to CS FINAL

Quiz
•
11th Grade
35 questions
Spring Final Review Part II

Quiz
•
9th - 12th Grade
32 questions
2.2 Programming Fundamentals Knowledge Check

Quiz
•
9th - 12th Grade
25 questions
Algorithms - python (GCSE)

Quiz
•
10th - 12th Grade
27 questions
BJC AP CSP Unit 3 Exam Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade