You are on page 1of 3

Q1: A table that displays data redundancies yields ________ anomalies?

a All of options

b Update

c None

d Insertion

e None

f Deletion

Q2: In which version of PHP E_STRICT Error level is introduced ??

a PHP 7

b PHP 5

c None

d PHP 5.2

e None

f PHP 4

Q3: What is moderate comment in WordPress.?

a None

b Comments by admin on a post are not published directly unless the visitors
provides it. It is called moderation.

c None

d Comments by visitors on a post are not published directly unless the admin
provides it. It is called moderation.

e None

f Comments by admin on a post are not published directly unless the clients
provides it. It is called moderation.
Q4: Which filter can be applied on lines of text for arranging in ascending or descending
order??

a collate

b sort

c None

d None

e arrange

f None of the above

Q5: How do you create a new Docker image and store it on the local system??

a None

b docker add <conatainer id> <username/imagename>

c docker --commit <conatainer id> <username/imagename>

d None

e None

f docker commit <conatainer id> <username/imagename>

Q6: Which are the objects used for storing data on the client provided by the HTML local
storage??

a None

b Window.sessionStorage

c None

d None

e Window.localSession

f Window.localStorage

Q7: How do I create PHP arrays in a HTML <form>??


a < input MyArray[] />

b < input name= MyArray[]/>

c None

d None

e < input name="MyArray[]" />

f < input ="MyArray[]" />

You might also like