Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Modul 5 & 6

Total questions: 19

Worksheet time: 4mins

Name
Class
Date
1.

Which text editor that will you use everyday?

a)

vi

b)

vim

c)

nano

d)

emacs

2.

Select text editor that unusual for you

a)

nano

b)

vim

c)

vi

d)

emacs

3.

Which not the type of vim modes?

a)

Insert

b)

Command

c)

Edit

d)

Visual

4.

How to go to insert mode at the left of cursor?

a)

i

b)

A

c)

a

d)

e

5.

How to quit vim without any changes inside the file?

a)

:q

b)

:w

c)

:quit

d)

:q!

6.

How to force quit from vim editor without changes anything?

a)

:qa

b)

:q!

c)

:wq

d)

ctrl+ww

7.

How to go to first line on vim?

a)

H

b)

h

c)

L

d)

l

8.

How to jump to end of the word without punctuation on vim?

a)

E

b)

e

c)

j

d)

w

9.

How to copy the character on vim

a)

y

b)

yy

c)

x

d)

d

10.

Command to save the file only if changes were made, then quit the Vim editor?

a)

:w

b)

:wq

c)

ZZ

d)

esc

11.

How to quit from nano text editor

a)

Ctrl+x

b)

Ctrl+w

c)

Ctrl+s

d)

Ctrl+c

12.

How to find and replace text in nano

a)

ctrl+w & ctrl+r

b)

ctrl+w & ctrl+t

c)

ctrl+y

d)

ctrl+v

13.

What is simillar command than "which" command?

a)

whereis

b)

find

c)

locate

d)

cat

14.

How to create an empty file

a)

touch

b)

cat

c)

rm

d)

rmdir

15.

How the command to print output and send or write it to file?

a)

cat > file

b)

command | > file

c)

command | tee file

d)

echo 'abc' > file

16.

What is command to link file with have different permission on source or destination?

a)

ln -s

b)

ln

c)

cp

d)

mv

17.

Is it true or false, Linux kernel is the core of linux operating system?

a)

True

b)

False

18.

Which command to check the only version that kernel running currently?

a)

uname -a

b)

uname -o

c)

uname -i

d)

uname -r

19.

What command is used to print any messages that have been sent to the kernel's message buffer during and after system boot?

a)

modprobe

b)

dmesg

c)

lsmod

d)

uname