Which of the following is the next step a router performs on startup after it has completed its POST process?
A) It performs a POST process.
B) It copies a bootstrap program from ROM to RAM and runs it.
C) It decides which IOS image to load into RAM and loads the OS.
D) It finds the startup-config file and loads it into RAM as the running-config.
B
Explanation: B) After the POST is complete, the router begins to boot itself using a bootstrap program that it copies from ROM to RAM so that it can execute it (similar to any computer system startup).
You might also like to view...
Which of the following is NOT an example of plug-in software?
A) Sun Java B) Yahoo! toolbar C) Microsoft Silverlight D) Adobe Flash Player
Changing the font size of selected text located in the Notes pane will ________
A) change the font size in the Notes pane and printed notes B) change the font size in the Notes pane and Slide display C) change the font size of the printed notes D) change the font size in the Notes pane
A(n) ________ is an interactive table which uses calculations to consolidate and summarize information
A) range B) list C) PivotTable D) Table
The declaration char *seasons[4]; creates an array of four elements, where each element is a pointer to a character.
Answer the following statement true (T) or false (F)