The bootstrap program executes which of the following?
A) Tests to check the components
B) Checks the settings of connected devices
C) Identification of connected devices
D) Loads the operating system
Ans:
A) Tests to check the components
B) Checks the settings of connected devices
C) Identification of connected devices
You might also like to view...
An Office feature that displays a list of potential results is a
A) library. B) dialog box. C) gallery. D) header.
Answer the following statements true (T) or false (F)
1) A view is created with WITH CHECK OPTION to prevent modifications to all columns used in the view. 2) CURRVAL returns the START WITH value of a sequence for a sequence that is created but never used to generate a value. 3) When a view is dropped, the underlying table is also dropped. 4) When a table is dropped, the sequence used on that table also gets dropped.