Week 3 Quiz: Package and Software Management
Which of the following will appear as a character device in your Ubuntu /dev dirrectory?
A keyboard A mouse
What does the following command do in Ubuntu: dpkg -i UbuTestPackage
Install a Debian standalone package named "UbuTestPackage"
Which of the following commands will install a new version of the Linux kernel?
sudo apt full-upgrade
Which of the following commands will show you what Linux kernel version you have?
uname -r
In Ubuntu, when a device is connected to your computer, a device file is created in the /dev directory. What kind of device might create a file called /devsdc?
A memory stick
Which of the following Powershell commands will take all files from the desktop "TestArchive" directory, and archive it in a "TestArchive.zip" file?
Compress-Archive -Path C:\Users\testuser\Desktop\TestArchive\ ~ \Desktop\TestArchive.zip
What does the following command do in Ubuntu: apt-get install NamePackage
Install a software package named "NamePackage" using a package manager
Which of the following actions will open Windows' Device Manager console?
Open the Run dialog box and type in devmgmt.msc Right-click on "This PC", in the Windows file menu, then select "Mange"
Most vendors or computer hardware manufacturers will assign a special string of characters to their devices called __________
hardware ID
Which of the following ile types is used to guide software installations in Ubuntu?
.deb files
Which of the following Ubuntu device files was created by the first detected storage device?
/dev/sda
Which of the following is the repository source file in Ubuntu?
/etc/APT/sources.list
Which of the following is the package manager used in Ubuntu?
APT
Fill in the blank: ________ are a central managed marketplace for app developers to publish and sell mobile apps.
App stores
When Windows notices that a new device has been connected, what's the first thing it will do?
Ask for the new device's hardware ID
Which of the following is a third party package manager for Windows?
Chocolatey
When troubleshooting a mobile app, which of the following will remove all changes to the settings and sign out of any accounts that the app was signed into?
Clearing the cache
Which of the following Powershell commands will create a directory called "TestArchive" on your desktop by expanding the TestArchive.zip file?
Expand-Archive -path C:\Users\testuser\Desktop\TeskArchive.zip ~\Desktop\TestArchive\
Which of the following Powershell commands will install a software package called "TestPackage" on your system?
Install-Package -name TestPackage
Which of the following actions can be done through right-clicking in Windows' Device Manger console?
Updating a device driver Uninstalling a device driver
Which of the following actions may update your Linux device drivers
Updating the Linux kernel