Write a program that reads a list of 10 integers, and outputs those integers in reverse. For coding simplicity, follow each outp
ut integer by a space, including the last one. Then, output a newline.Ex: If the input is 2 4 6 8 10 12 14 16 18 20, the output is:20 18 16 14 12 10 8 6 4 2To achieve the above, first read the integers into an array. Then output the array in reverse.integer array(10) userInts
CMOS (complementary metal-oxide-semiconductor) is a chip which is placed on the motherboard in order to store the system date and time and this is powered by a CMOS battery which is housed inside this chip and is used to manage the date and time when the system is off.
This is a long lasting battery which can work till the life of a motherboard.
This battery is also used to maintain BIOS settings and hardware settings and BIOS uses it during the booting process in order to retrieve the stored information regarding the hardware or system date time.
CMOS chip is basically volatile and cannot retain settings information when the computer system powers off but the CMOS battery helps to maintain these setting just like system time and date when the computer gets shut down.
Systems such as smartphones, appliances, game controllers, cable set-top boxes and automobiles that contain small computers are called Embedded systems.