You are on page 1of 4

Q1: Which key combination can yank a line in vi??

a yy

b yl

c None

d yw

e None

f yc

Q2: The command DROP SCHEMA `STUDENTS`; will delete the students database.?

a None

b False

c None

d None

e True

f None

Q3: Which of the following is used to declare a constant?

a None

b def

c define

d const

e None

f constant

Q4: What is the difference between GET and POST method??


a There is no difference

b POST displays the form values entered in the URL of the address bar where as GET
does not.

c None

d GET displays the form values entered in the URL of the address bar where as POST
does not.

e None

f None

Q5: Which of the following are core Kubernetes objects??

The correct Answer is: None

b None of the mentioned

The correct Answer is: None

d Pods, Services, Droplets

e Pods, Services, Volumes

f Pods, Docker, Volumes

Q6: The __________ Element represents a span of text that is isolated from it's surroundings
for the purposes of bidirectional text formatting?

aB

b Bdo

c None

d Bdi

e Base

f None

Q7: Which tag allows you to add a row in a table??


a <th> and </th>

b <cr> and </cr>

c None

d <tr> and </tr>

e <td> and </td>

f None

Q8: What does GNU stands for??

a Geek Needed Unix

b Gnu’s not Unix

c None

d None

e Global Unix

f General Unix

Q9: Which of the following SQL statements is correct??

a None

b SELECT cname, COUNT(cname) FROM Orders ORDER BY cname

c None

d None

e SELECT cname, COUNT(cname) FROM Orders GROUP BY cname

f SELECT cname, COUNT(cname) FROM Orders

Q10: Which command can be used to make variables of shell to be made available to sub
shell??

a export

b echo
c None

d None

e import

f set

Q11: Distinguish between cmp and diff commands??

a ‘diff’ shows the last difference from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

b ‘cmp’ shows the last difference from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

c ‘cmp’ shows all the differences from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

d ‘diff’ shows all the differences from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

The correct Answer is: None

The correct Answer is: None

You might also like