Hey!
---------------------------------------------------
Definition:
A "for loop" is something used for repeating things over a list of items. For instance, a list or a dictionary.
Code:
colors = ["red", "green", "blue"]
for x in colors:
print(x)
---------------------------------------------------
Definition:
A "while loop" is is something used for carrying out a set of lines that are true.
Code:
n = 1
while i < 4:
print(n)
n += 1
---------------------------------------------------
Real-Life Example:
A real-life example would if I was a manager or boss for a company say that everyone was off a certain day. Like, if I said everyone was off for Christmas the 25th. If I had 1000 employees that would take a very long time to send an email to everyone. Instead of sending an email to everyone I can program code that uses "for loops" and "while loops" to create a message and send it to everyone.
---------------------------------------------------
Hope This Helped! Good Luck!
Machine Language is a language used to communicate with the Central Processing Unit (also known as the CPU)
Answer:
Weekend
Explanation:
Scratch is a type of programming language that is block-based and has children as its target audience. With this, users can make online projects using the program interface.
The name of the first program created using Scratch was created and named Weekend.
Answer:
B. The design and arrangement of items for efficiency and safety.
Explanation:
Answer:
I think the answer is Dynamic DNS
Explanation: