Answer:
The answer is Bootsrap
Explanation:
A bootstrap program which is also referred to as a bootstrap loader is a program that resides in the computer’s Read Only Memory. It starts the whole chain reaction and ends up with the entire OS being loaded. This program reads the computer’s hard drive boot sector and continues with the process of loading the Operating System. It first performs a POST test and then proceeds to load the OS intothe main memory.
Answer: The answer would be the "Home Tab"
Explanation:
Keyboard and mouse are input/output
Webcam and microphone are audio/visual
Answer: (A) At least one type is parameterized
Explanation:
A template class is the type of class in which the one type are parameterized atleast in each template class. The template class mainly provide the various type of specifications so that it can generate the class based on the different types of parameters.
A template class is basically initialized by passing the template argument in the given types. In this type of class atleast one type is defined as the generic type.
Therefore, Option (A) is correct.