Isala Note
Isala Note
Computer Science
Data Buses
What is a Data Bus?
1. Data Bus
2. Address Bus
3. Control Bus
The wider the bus, the more data can be transferred simultaneously
def function_name(parameters):
def greet(name):
message = greet("Alex")
def get_dimensions():
length = 10
width = 5
height = 3
l, w, h = get_dimensions()
Key Concepts:
2. Return Values
3. Scope
Exam Tips: