Module 1-2

Module 1-2

18 Qs

quiz-placeholder

Similar activities

Economic Systems Quizs

Economic Systems Quizs

12th Grade

20 Qs

Unit 3 Quiz (Algorithms/Flowcharts and CodeHS 3.1 - 3.6)

Unit 3 Quiz (Algorithms/Flowcharts and CodeHS 3.1 - 3.6)

7th Grade

23 Qs

Chapter 1 "Consumers: the engine that runs economy."

Chapter 1 "Consumers: the engine that runs economy."

KG - University

23 Qs

US Ch.4 Quiz

US Ch.4 Quiz

KG - University

15 Qs

Science Vocabulary Week 2 Practice

Science Vocabulary Week 2 Practice

5th Grade

19 Qs

EB 2,3 Barbosa du Bocage

EB 2,3 Barbosa du Bocage

KG - University

13 Qs

Financial Literacy Ch 1 Vocabulary Review

Financial Literacy Ch 1 Vocabulary Review

KG - University

20 Qs

Module 1-2

Module 1-2

Assessment

Quiz

others

Hard

Created by

a yu

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. A system administrator issues the apt-get upgrade command on a Linux operating system. What is the purpose of this command?
Every application installed will update itself to the latest version.
Operating system updates are downloaded and will be installed.
The remote repository of applications and dependencies will be updated to the latest version
A specific application named upgrade will be installed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. A Linux system administrator is searching the passwd file for any username that starts with a digit. Which grep command should the administrator use?
grep ‘(0-9}’ /etc/passwd
grep ‘[0-9]’ /etc/passwd
grep ‘_[0-9]’ /etc/passwd
grep ‘^[0-9]’ /etc/passwd

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What is the output when the following code is entered into a Python program interpreter? ``` [1,2,4,5] + [3,6] ```
[1,2,3,4,5,6]
[12]+[9]
[21]
[1,2,4,5,3,6]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What is displayed after the following code is entered into a Python interpreter? ``` addition = 22 +10 print(addition) ```
nothing ( because the print command is wrong)
[22]+[10]
(syntaxerror)-…as there should not be a space between the numerical values
32

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. A Linux administrator is attempting to use a terminal to configure the network interface card on a computer. The administrator receives a message that the administrator does not have necessary permissions to perform the configuration. What should be done prior to the configuration command?
identify a different network interface
use a different user account
use the sudo command
change the chmod permissions on the network configuration file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. A network engineer needs to review the status of all network interfaces of a server running a Linux operating system. The engineer enters the command ifconfig -a. What is the resuit of this command?
All active interfaces will display information.
The ARP table of the computer will be displayed.
Both active and inactive interfaces will display information.
The host routing table will be displayed.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. A system administrator attempts to determine what is causing a computer to perform slower than normal. The administrator issues the ps command. What is displayed by this command?
current RAM usage
current NIC status
active processes using CPU time
current HDD usage

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?