EndTermSOS

EndTermSOS

University

10 Qs

quiz-placeholder

Similar activities

CSE 15L Lab 8

CSE 15L Lab 8

University

8 Qs

Chapter 1

Chapter 1

University

10 Qs

Herramientas Digitales 1° Parcial

Herramientas Digitales 1° Parcial

5th Grade - University

10 Qs

ICT 1 Quiz #2

ICT 1 Quiz #2

University

10 Qs

Tema 4: Sistemas de Archivos

Tema 4: Sistemas de Archivos

University

15 Qs

SISTEMAS OPERATIVOS

SISTEMAS OPERATIVOS

University

12 Qs

ISU - CSE 475 (Cloud Computing) - Quiz 1

ISU - CSE 475 (Cloud Computing) - Quiz 1

University

10 Qs

docker advance

docker advance

University

13 Qs

EndTermSOS

EndTermSOS

Assessment

Quiz

Computers

University

Easy

Created by

Kairat Muratov

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mark the shell variable that is assigned correctly.

250 = b

VARIABLE-NAME = “This is the name of the variable”

VARIABLE_NAME = “This is the name of the variable”

“This is the name of the variable” = VARIABLE_NAME

“home dir” = ~

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will display all variables?

env

declare -x

typeset -x

set

export -p

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command may be used to generate numbers in range and with any increment number?

read

count

seq

calc

for

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are Desktop Environments for Unix-like Operating Systems?

Linux, Windows, MacOS

Red Hat, Ubuntu, OpenSUSE

KDE, Xfce, GNOME

XDMCP, RDP, Spice

RPM, DNF, APT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every script should begin with a shebang. Mark the right example of shebang below.

!#/bin/bash

#/bin/bash

#!/bin/bash

/* /bin/bash */

$?/bin/bash

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the “apt-get update” command do?

Install updates for your packages

Updates Desktop Environment of your system

Updates Kernel of your system

Upgrade outdated packages of your system

Retrieve the latest packages from your distribution`s software repository

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What package management engine is mainly used on OpenSUSE?

RPM

Yum

Zypper

Apt

Dnf

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?