U01 - Command Line & Binary/Decimal Test

U01 - Command Line & Binary/Decimal Test

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

CUET Level - II Computer Science(7/11/2023)

CUET Level - II Computer Science(7/11/2023)

12th Grade

15 Qs

File Handling In Python

File Handling In Python

12th Grade

20 Qs

Linux User Management

Linux User Management

10th Grade - University

20 Qs

CLI and GUI

CLI and GUI

7th - 11th Grade

20 Qs

File Handling in Python

File Handling in Python

12th Grade

15 Qs

Python Binary File

Python Binary File

12th Grade

15 Qs

Linux Chapter 11

Linux Chapter 11

9th - 12th Grade

18 Qs

2.2 Programming techniques

2.2 Programming techniques

10th - 11th Grade

24 Qs

U01 - Command Line & Binary/Decimal Test

U01 - Command Line & Binary/Decimal Test

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Jessica Fletcher

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The action of the command pwd is to ...

Display the current user's password

Display a list of user passwords

Display the current working directory

Display the power usage report for the server

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new folder called "Flower"?

touch Flower

mkdir Flower

rmdir Flower

cd Flower

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you list all the files that are in the current folder?

list all

pwd

cd

ls

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Currently the user is in the following folder:  /home/jfletcher/Downloads/newFile. After executing cd ../.. where is the user now?

/home/jfletcher

/home/jfletcher/Downloads

/home

/home/jfletcher/Downloads/newFile

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between rm and rm -rf?

rm removes a directory while rm- rf removes a file

There is no difference, they both remove files and directories

rm can remove a file while rm -rf removes a directory

rm removes files and folders while rm -rf gives you details on the removal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a directory?

A folder used to store files

A file

A command to a computer

A file used to store folders

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

touch media/popular.txt

It changes the working directory to the media directory.

It creates a file named popular.txt in the media directory.

It creates a file named popular.txt in your working directory.

This command is not formed correctly.

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?