You are on page 1of 3

Q1: How do we create command aliases in a shell??

a set alias Aliasname="Command whose alias is to be created"

b None

c configure Aliasname="Command whose alias is to be created"

d alias Aliasname="Command whose alias is to be created"

e None

f We can't create aliases directly in shell

Q2: Block elements are normally displayed without starting a new line.?

a False

b None

c None

d True

e None

f None

Q3: Choose the correct usage of ‘cd’ to move into the parent directory.?

a cd

b cd .

c cd/

d None of the above

e cd ..

f cd..

Q4: PHP scripts are enclosed within _______?


a ?php . . . ?php

b <?php

c <php> . . . </php>

d <p> . . . </p>

e <?php . . . ?>

f <? .... ?>

Q5: Which operator is not included in the data manipulation language (DML)??

a UPDATE

b DELETE

c CREATE

d SELECT

e None

f None

Q6: Some tags enclose the text. Those tags are known as?

a Single tags

b None

c Double tags

d Pair tags

e Couple tags

f None

Q7: Which of the following command can give documentation of a command??

a info

b None
c doc

d help

e show

f man

You might also like