COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which command finds out what’s installed on your Raspberry PI? Hint:Two correct answers
|
sudo apt-get update && sudo apt-get upgrade
|
|
sudo apt-get remove ace-of-penguins
|
|
sudeo apt-get autoremove
|
|
dpkg ____ list
|
|
dpkg ____ status packagename
|
Explanation:
Detailed explanation-1: -System Information Commands cat /proc/version: Shows you which version of the Raspberry Pi you are using. df-h: Shows information about the available disk space. free: Shows how much free memory is available. UP key: Pressing the UP key will print the last command entered into the command prompt.
Detailed explanation-2: -You need to use ctrl + alt + f4, that worked for me to exit the process.
There is 1 question to complete.