Terminus

Terminus

9th - 12th Grade

47 Qs

quiz-placeholder

Similar activities

CISCO - Networking Basics - Domain 1 Review

CISCO - Networking Basics - Domain 1 Review

12th Grade

43 Qs

MedLit Copyryt

MedLit Copyryt

12th Grade - University

45 Qs

Grade 11 EMTECH Diagnostic Test

Grade 11 EMTECH Diagnostic Test

11th Grade

50 Qs

U1/L4 - Variables Lesson- Python Course

U1/L4 - Variables Lesson- Python Course

9th Grade

50 Qs

Quiz on Server and Networking Concepts

Quiz on Server and Networking Concepts

11th Grade

42 Qs

Keamanan Jaringan

Keamanan Jaringan

11th Grade

52 Qs

Penilaian Sumatif Akhir Jenjang

Penilaian Sumatif Akhir Jenjang

12th Grade

50 Qs

2nd Summative Test in Computer Programming 3

2nd Summative Test in Computer Programming 3

12th Grade

50 Qs

Terminus

Terminus

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Charles Carr

Used 1+ times

FREE Resource

47 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

In the Terminus game, what command do you use to look around when you get to a new location?

Evaluate responses using AI:

OFF

Answer explanation

The ls command in Linux is a fundamental utility used to list the contents of directories. When executed without any arguments, it lists the files and subdirectories within the current working directory

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

In the Terminus game, what command should you use to move to a new location?

Evaluate responses using AI:

OFF

Answer explanation

The cd command in Linux, short for "change directory," is a fundamental command-line utility used to navigate the file system. It allows users to move between different directories (folders) within the Linux environment.

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

In the Terminus game, what command should you use to backtrack to your previous location?

Evaluate responses using AI:

OFF

Answer explanation

The cd .. command in Linux is used to change the current working directory to the parent directory of the current directory.

Explanation:

  • cd:

    This is the "change directory" command, used for navigating the file system in the terminal.

  • ..:

    This special symbol represents the parent directory (the directory one level up in the file system hierarchy from the current directory).

Example:

If your current working directory is /home/user/documents/reports, executing cd .. would change your working directory to /home/user/documents.

In essence, cd .. allows you to move "up" one level in the directory structure.


4.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

In the Terminus game, what command should you use to interact with things you find in the world?

Evaluate responses using AI:

OFF

Answer explanation

The less command in Linux is a powerful utility used to view the contents of a file or the output of a command, one page at a time. It is a pager program with enhanced features, particularly the ability to scroll both forwards and backwards through the content. 

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

In the Terminus game, what command should you if you forget your location?

Evaluate responses using AI:

OFF

Answer explanation

The pwd command in Linux stands for "print working directory." Its primary function is to display the full, absolute path of your current location within the file system hierarchy. This path starts from the root directory (/) and lists all the directories leading to your current position, separated by forward slashes (/). 

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Use the "ls" command. What locations do you have to choose from at the start of Terminus?

Evaluate responses using AI:

OFF

Answer explanation

The ls command in Linux is used to list the contents of a directory. When executed without any options, it displays the names of files and subdirectories within the current working directory. 

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

What item can you interact with at the start of Terminus? (Type it just as it appears).

Evaluate responses using AI:

OFF

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?