Answer:
Adrian requires a high speed internet connection and a codec player to download and run movie on his system.
Explanation:
There are some basic requirements of the computers that, can be used to watch the movie on the computer.
1. RAM
2. Storage space to store the movie
3. High Speed Internet: As the movie is on the internet, to download it from internet, bandwidth and speed of internet is required.
4. Video Codec Player is required to play a digital movie on laptop or system.
Answer:
Computer ports are classified into two types based on the protocols used. A protocol is a set of rules and standards to be followed during data transfer and communication. Usually, data is transmitted in a particular pattern.
Explanation:
Answer:
1. - Observer
2. - iterator
3. - strategy
4. - composite
5. - decorator
Explanation:
An object contains other objects (elements) and must give access to them for clients, without exposing its internal structure. This is an observation.
The subject-object can generate events as an iterable (iterator) and could use different strategic algorithms to achieve a task. Class objects can be used to aggregate other class objects.
In python, the decorator function mimics the outer function of a nested function, but still maintains the functionality of the second function