Scope of Variable
The scope of a variable in Python determines the region of the program where the variable is recognized and accessible.
Flow of Execution
The flow of execution in a Python program is generally sequential (top to bottom, line by line) until a function is encountered.
Database Terms

Database terminology covers core concepts like Tables, Rows (Records), and Columns (Fields/Attributes) for data structure.
Computer Network

A Computer Network is a system where two or more devices are linked together to share data, resources and information.