2.2.10

Modularity - Scope

Test yourself on Modularity - Scope

Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Scope

The scope of a variable is the group of areas of the code from which it can be accessed.

Local scope

Local scope

  • A variable defined within a subroutine will have local scope.
  • This means that they can only be accessed within that subroutine.
Global scope

Global scope

  • A variable can be made global by adding the 'global' keyword in front of it when it is first used.
  • Global variables may be accessed by any part of the whole program.
Jump to other topics
1

Computer Systems

1.1

Data Representation

1.2

Data Transmission

1.3

Hardware

1.4

Software

1.5

The Internet & its Uses

1.6

Cyber Security

1.7

Automated & Emerging Technologies

2

Algorithms, Programming & Logic

Practice questions on Modularity - Scope

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
    What is global scope?Multiple choice
  2. 2
  3. 3
  4. 4
  5. 5
Answer all questions on Modularity - Scope

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium