Answer:
Option 3 is the correct answer for the above question.
Explanation:
If any function is defined after the main function or any other function which is used to call that function then there needs a prototype defined before the calling function definition to tell the compiler that what type of that function is. for example, if a fun function is called by the main function and its definition is after the main function, then there needs to declare a function prototype before the main function definition.
The prototype syntax is "return_type function_name (argumen_type1, argument_type2)". This syntax is matched from option 3. Hence 3 is the correct answer for the above question while the other is not because:-
b. system board
c. daughter board
d. mother board
Answer:
a browser
Explanation:
browsers are used to gather information from other parts of the internet so that you can access it from other devices instead of just a computer
Answer:
True
Explanation:
Firmware are software programs embedded in hardware devices such as hard drives and BIOS, that allow these hardware devices to run properly. With the help of firmware, user programs can run on devices. Firmware programs hardly change throughout their lifetime except and upgrade is performed on them. Firmware are usually upgraded to fix bugs and maybe to add new features to them.
Examples of firmware are;
(i) programs written for a printer
(ii) software controlling the time in a washing machine.