WINDOWS COMMAND PROMPT

WINDOWS COMMAND PROMPT

Assessment

Flashcard

Computers

1st Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Lists the contents of a folder. Wildcards can be used to filter a file list.

Back

DIR

2.

FLASHCARD QUESTION

Front

Deletes individual files. Wildcards can be used to delete multiple files. Some important switches include:
/p: Prompts before deletion.
/f: Forces deletion of read-only files.
/s: Deletes file in all subdirectories.
/q: Suppresses confirmation when using wildcards. For example, the DEL . /q command removes all files in a folder without confirmation. What command is being described? Options: MD, RD, CD, DIR, DEL

Back

DEL

3.

FLASHCARD QUESTION

Front

How do I go to Desktop from Admin folder? Options: Desktop, cd.., cd Desktop, mkdir desktop

Back

cd Desktop

4.

FLASHCARD QUESTION

Front

How do I look around? Options: cls, cd, cd.., dir

Back

dir

5.

FLASHCARD QUESTION

Front

How do I make a folder called Waffles?

Back

MD Waffles

6.

FLASHCARD QUESTION

Front

What does GUI stand for?

Back

Graphical User Interface

7.

FLASHCARD QUESTION

Front

What command is used to create a new directory? Options: CD, RD, MD, DEL

Back

MD

8.

FLASHCARD QUESTION

Front

How do you remove a directory? Options: DEL, CD, RD, MD

Back

RD

9.

FLASHCARD QUESTION

Front

Which command is used to clear the screen in a command prompt? Options: del, dir, cd, cls

Back

cls