Managing Linux Systems Week 4 Practice Quiz Answers

In this article i am gone to share Coursera Course: Managing Linux Systems by LearnQuest | Managing Linux Systems Week 4 Practice Quiz Answers with you..

Enroll Link: Managing Linux Systems

Managing Linux Systems Week 4 Practice Quiz Answers


 

Open-Source Packages Practice Quiz Answers

Question 1)
What programming languages can you NOT compile with GCC?

  • C#
  • C++
  • C

Question 2)
How many files are created with tar when you create an archive?

  • One
  • One per file
  • None

Question 3)
Are there URLs you can not reach from your machine with wget that you can reach from your browser?

  • No
  • Yes

 

Software Packages Practice Quiz Answers

Question 1)
What is the advantage of packages?

  • Contain all the files required to run a single application
  • Manages the tar files and compiles software

Question 2)
How does Linux Package Management know what is installed on the system?

  • It maintains a database of installed packages
  • It scans the hard drive for software

Question 3)
Which tool do you use for package management for Red Hat?

  • Dpkg
  • Rpm
  • Tar

 

Software Repositories Practice Quiz Answers

Question 1)
What does a Linux distribution call its central clearinghouse of packages?

  • repository
  • github

Question 2)
What does a debian distro use to install and remove packages?

  • yum
  • rpm
  • apt-get

Question 3)
What does a Red Hat distro use to install and remove packages?

  • rpm
  • apt-get
  • yum

 

 

Leave a Comment