Ticker

6/recent/ticker-posts

Google IT Support Professional:Operating Systems and You: Becoming a Power User (Week 3) Package and Software Management.

Don't just copy for the sake of completion. 
Make sure you understand first.


★Software Distribution★

Q1.What's the difference between an EXE file and an MSI file? Check all that apply.

  1. An MSI file is an executable that can give you complete control over how your application should be installed.
  2. An EXE file is an executable that may have an MSI file as one its resources.
  3. MSI files are used by the Windows Installer to control how your application is installed.
An executable or EXE file can "wrap" an MSI file, which is used by the Windows Installer to guide the installation process of an application.

Q2.When would you want to use an MSI file to guide the installation of a program, as opposed to an EXE?

  1. When you want complete, custom control over how the application is installed. x
  2. When you want to be able to install your application on Linux as well as Windows.
  3. When you want the Windows Installer to perform bookkeeping and setup for your application, at the cost of following the rules the Installer requires.
Using the Microsoft Installation Package format to guide a program's setup is a good way to get a lot of functionality out of the box. It does mean you'll need to follow the rules and format the Windows Installer requires.

Q3.If you're performing an installation from the command line in Windows, what's the best method of checking out the options that the installation package provides? Check all that apply.

  1. Decide you don't want to install the application from the command line and use the GUI instead.
  2. Try to use the /?, /h, or /help flags when running the package to see if they provide any helpful output.
  3. Consult the documentation for the application to see what options they provide.
Often the /?, /h and /help switches will give you some insight into what options the installer provides. Alternatively, you can check the documentation for the software to get the same information.

Q4.What's the difference between apt and dpkg? Check all that apply.

  1. dpkg is used as a standalone Debian package command.
  2. dpkg installs package dependencies.
  3. apt installs package dependencies.
  4. apt is used as a package manager.
The dpkg command is used as a standalone package installer, while the apt command is used as a package manager that installs package dependencies.

Q5.Which of the following file extensions are considered archives in Windows? Check all that apply.

  1. .tar
  2. .exe
  3. .zip
  4. .rar
The .tar, .zip and .rar file extensions are used as archives. The .exe file extension is a Windows executable file.

Q6.What's the PowerShell commandlet you can use to extract and compress archives right from the commandline?

  1. 7Zip
  2. Compress-Archive
  3. tar
The Compress-Archive commandlet in PowerShell can help you work with Archives from the command line.

Q7.What's the purpose of a DLL in Windows?

  1. To guide the installation of a package via the Windows Installer
  2. To share a package of useful code among programs
  3. To take up space on your hard drive
A DLL, or Dynamic Linked Library, is loaded when a program is run, and provides useful code for the program.

Q8.Most shared libraries in Windows are managed by which of the following?

  1. Left-and-right appendages, or LRAs
  2. Dynamic Linked Libraries, or DLLs
  3. Side-by-side assemblies, or SxS
The SxS system is used in Windows to manage shared libraries. Most of these shared libraries are stored in the C:\Windows\WinSxS folder.

Q9.What's the correct commandlet to use in order to find a software package in the available package sources from the PowerShell command line?

  1. Find-Package
  2. Get-PackageSource
  3. Register-PackageSource
The Find-Package commandlet is the way to go if you want to locate a particular package and its dependencies.

 ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€

           Machine Learning Coursera-All weeks solutions [Assignment + Quiz] click here
       &
                         Coursera Google Data Analytics Professional Quiz Answers   click here
    &
                       Coursera Google IT Support Professional   click here

Have no concerns to ask doubts in the comment section. I will give my best to answer it.
If you find this helpful kindly comment and share the post.
This is the simplest way to encourage me to keep doing such work.


Thanks & Regards,
- Wolf

Post a Comment

0 Comments