Answer:
B. color and painting tools
Explanation:
Answer:
C. Bottom-up approach will be used in this scenario.
Explanation:
The OSI or Open Systems Interconnection is an architecture that comprises of seven (7) layers, each layer unique in its functionality. The layer is listed below:
7. Application layer
6. Presentation layer
5. Session layer
4. Transport layer
3. Network layer
2. Data link layer
1. Physical layer
Layer 1 - 3 are considered the hardware layers, Layer 4 is considered as the heart of the OSI model while layers 5 - 7 are considered the software layers.
Back to our question, once you decide to troubleshoot from the physical layer of the OSI model, you are troubleshooting this problem from a bottom-up approach.
Answer:
When a Python script is running as a standalone program, the __name__ variable will be set to __main__.
Explanation:
Python does not have main( ) function like some other programming language. So, when a command is given the interpreter to execute a python program, the code that is indented least (that is level 0) is executed first.
However, before doing that, it will define a few special variables. __name__ is one such special variable. If the source file is executed as the main program, the interpreter sets the __name__ variable to have a value “__main__”. If this file is being imported from another module, __name__ will be set to the module’s name.
Answer:
Episodic
Explanation:
Episodic memory are memory that enables a person to remember most important event that happen to them, which are unique to them and are tied to a specific time and place.
It can be the memory of every day events or experiences that occured to the person at a particular time and date.
Example:
Episodic memory is when an individual remember his /her date of birth or specific events and experiences.
Therefore Knowledge contributes vitally to the development of EPISODIC memory, or recollections of personally experienced events that occurred at a specific time and place.