<span>A computer’s start-up instructions are stored in a type of memory called Flash. Flash memory can be written to and read from, but its contents are not erased after the computer powers down. This Flash memory is more commonly referred to as the BIOS (Basic Input Output System).</span>
Answer:
Vertical exchanges are typically used only to buy and sell materials required for an organization's support activities- False
Answer: the critical path is the late finish
Explanation:
Because it is the latest time to finish it ma be overdue
STORE-AND-FORWARD is the switching method that the switch will revert to when the error threshold is reached. This happens when the switch configuration includes a user-defined error threshold on a per-port basis.
Answer:
b) Single source shortest path
Explanation:
These are the options for the question
a) All pair shortest path
b) Single source shortest path
c) Network flow
d) Sorting
Dijkstra's algorithm is algorithm by
Edsger Dijkstra arround the year 1956, this algorithm determine the shortest path, this path could be between two nodes/vertice of a graph.
The steps involves are;
✓setting up of the distances base on the algorithm.
✓ calculation of the first vertice up to vertice adjacent to it
✓The shortest path result.
It should be noted that maximum number of times the decrease key operation performed in Dijkstra's algorithm will be equal to Single source shortest path.