POCS-Ch. 4 Review (Comprehension)

POCS-Ch. 4 Review (Comprehension)

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz on Variables in Programming

Quiz on Variables in Programming

11th Grade - University

15 Qs

A+ Ch 9

A+ Ch 9

10th Grade

25 Qs

Linux CLI

Linux CLI

9th - 12th Grade

16 Qs

Basic Linux Practice

Basic Linux Practice

12th Grade

23 Qs

CLI and GUI

CLI and GUI

7th - 11th Grade

20 Qs

Linux Shell Quiz

Linux Shell Quiz

12th Grade

16 Qs

Linux Basic

Linux Basic

1st - 12th Grade

20 Qs

Introduction to Linux - CHA 1/2 - SV

Introduction to Linux - CHA 1/2 - SV

12th Grade

17 Qs

POCS-Ch. 4 Review (Comprehension)

POCS-Ch. 4 Review (Comprehension)

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Renee Bajor

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are searching for a specific Excel file you believe contains proprietary company information. Which of the following Windows command prompt entries will help to find all excel files on the computer?

find *.xlsx /s

dir *.xlsx /s

locate *.xlsx /s

dir *.xlsx /more

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A directory contains a number of PDF files that need to be deleted. Which Windows command prompt entril will remove all PDF files from the current directory?

remove *.pdf

delete *.pdf

erase *.pdf

del *.pdf

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the Windows command prompt, which of the following entries will direct the output to an existing file names results.txt?

ipconfig /output results.txt

ipconfig >results.txt

ipconfig >> results.txt

ipconfig /results.txt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a PowerShell cmdlet?

getservice

get-service

get_service

services-get

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using PowerShell, you need to create a list of all files in a directory with a name that begins with the letter D, and you want to save the list in a file named discovery.txt. What is the correct entry for doing this?

get-childitem d*.*

get-childitem d*.*>discovery.txt

get-childitem d*.* | out-file discovery.txt

get-childitem d*.* | export discovery.txt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Linux shell entry is | lh | nl returns an error. What is the correct command entry?

ls -lh -nl

ls -lh | nl

ls -lh | Nl

ls -Lh | Nl

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find additional syntax parameters for the Linux mv command, enter:

mv --help

mv /?

help.mv

mv -h

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?