Command Line

Command Line

12th Grade - Professional Development

9 Qs

quiz-placeholder

Similar activities

Quiz 9 (15.09.2021)

Quiz 9 (15.09.2021)

1st - 12th Grade

10 Qs

Components of GIS & Levels/Scales

Components of GIS & Levels/Scales

University

12 Qs

Windows 10 Basics

Windows 10 Basics

9th - 12th Grade

10 Qs

PERIFÉRICOS

PERIFÉRICOS

5th - 12th Grade

14 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

What is a computer

What is a computer

KG - University

11 Qs

Bài tập lớp 4_tuần 5

Bài tập lớp 4_tuần 5

University

10 Qs

Server Administration- Quiz 1

Server Administration- Quiz 1

12th Grade - University

10 Qs

Command Line

Command Line

Assessment

Quiz

Computers, Professional Development

12th Grade - Professional Development

Practice Problem

Medium

Created by

Robert Anderson

Used 37+ times

FREE Resource

AI

Enhance your content in a minute

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what command is used to change directories?

cd

cp

co

cr

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

If you are currently in "Observations" how would you change directories into "Location 2" in one command?

cd Location2

cd ../Location2

cd ../../Location2

cd ../Location1/Location2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What option for the "ls" command will sort by last modified and show hidden files?

-ta

-lal

-tal

-lt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

can you create multiple files at a time using the "touch" command?


$ touch file1.txt file2.txt file3.txt

yes

no

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the option that would create a new folder called: favorite-images

mkdir "favorite-image"

mkdir favorite-images.txt

mkdir favorite-image

mkdir favorite-images

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If you are typing a pathway and you try to use the "Tab" key on your keyboard to autocomplete the name of the folder or file and it doesn't work... what's wrong?

"Tab" doesn't autocomplete

Your relative path is wrong and you do not have access to those files or folders

You shutdown your computer without going through the proper steps.

You need to update zoom

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

mv can be used to ____ a files location and also ____ a file.

copy, move

copy, rename

move, delete

move, rename

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How come some commands output information to the terminal and others don't?

Magic

It's random

Because that's how they are built

:shrug:

9.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What should my goal be for each new language and technology I learn how to use?

study, study, study until everything is committed to memory

realize I don't know it like the back of my hand and go do it again

Be confident in the fact I was able to learn it well enough to get through the modules. Know that it exists and I have used it, and knowing it exists or believing it exists are just as powerful in development. Know that I can always look up what I cannot remember.

Master it before I try to learn anything else.