Answer:
Create a dynamic-sized circularly-linked list to hold a tuple of the adverts and the count. As the program runs, the sum of the counts is used to calculate the fixed advertisement time which is saved in a variable time_slot. Then a loop statement should be used to traversal the linked list continuously until the count sum is exhausted for the day.
Explanation:
A circularly-linked list is a linked list with both ends joined together. With this data structure, the continuous traversal of the list is easier and faster. A conditional statement is used in the algorithm to check and decrement the count of each advert and when all is zero or false, the program ends.
Answer:
<em>High-end video card</em> is not the necessary requirement to run hyper-visor program.
Explanation:
Hyper-visor program is actually a virtual machine operating system, It use the same hardware with two different operating systems using shared resources.
It creates another computer system with different operating system, which can called a virtual machine.
Virtual machine or Hyper-visor program is sharing the following resources:
1. RAM
2. Processor
3. Hard Disk
So, to install or run Hyper-visor program, the above three mentioned resources are needed or having high demand. On the other end it is not necessary requirement of Video Card to run this program.