wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IT 17 - Quiz 1

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

It is an application for Microsoft Windows environments primarily which provides an emulation layer for the Git command line experience.

a)

Sublime Text

b)

Git Bash

c)

GitHub

d)

None of the above

2.

It is a terminal application used to interface with an operating system through written commands.

a)

Text Editor

b)

Integrated Development Environment (IDE)

c)

Shell

d)

None of the above

3.

It is a git bash keyword used to change directory.

a)

cd

b)

ls

c)

mkdir

d)

None of the above

4.

It is a git bash keyword used to display directory contents.

a)

rm

b)

ls

c)

rmdir

d)

None of the above

5.

It is a git bash keyword used to create a new directory.

a)

cd

b)

echo

c)

mkdir

d)

None of the above

6.

It is a git bash keyword used to create a new file.

a)

touch

b)

echo

c)

rm

d)

None of the above

7.

It is a git bash keyword used to encode a text or string inside a file.

a)

cd

b)

echo

c)

rm

d)

None of the above

8.

It is a git bash keyword used to remove a file.

a)

cd

b)

rm

c)

rmdir

d)

None of the above

9.

It is a git bash keyword used to remove a folder.

a)

touch

b)

echo

c)

rmdir

d)

None of the above

10.

These are used to declare a folder name or file name with space(s).

a)

Double Quotation Marks

b)

Single Quotation Marks

c)

Parentheses

d)

None of the above