Answer: try to restart It
Explanation:Random reboots can happen because of problems with the firmware, but can also be due to some app you installed that is making the system unstable, or perhaps some bad bit of data that is in the system cache. A corrupt SD card can also cause problems.
Answer: TRUE
Explanation: Networking technology is the term used to describe the entire processes through which computer or mobile systems are linked up either through optic fibers,wireless systems in order to enhance effective communication across networks or regions.
OSI (open system interconnection), the earliest models partitions into seven layers and the OSI is known as model that creates partitioning a communication system classing them into abstraction layers.
Answer:
"sudo" is the command to get super user or root privileges in linux.
Explanation:
in order to install package with root privilege in linux, the command would be
sudo apt-get install <package name>