You are on page 1of 3

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

a cd/

b None of the above

c cd .

d cd

e cd..

f cd ..

Q2: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a2

b0

c3

d None

e None

f1

Q3: Is it possible to use COM component in PHP??

a None

b None

c True

d None

e False

f None

Q4: Which command can be used to display file contents in octal??


a octal

b od

c None

d None

e oshow

f oct

Q5: Docker image is created with a series of read-only layers and layer in docker represents
instructions on the Dockerfile of the image.?

a The hypervisor needs extensive hardware for proper function while docker is
implemented on an actual operating system.

b None

c None

d None

e The hypervisor needs extensive software for proper function while docker is
implemented on an actual hardware system.

f None

Q6: How can PHP and Javascript interact??

a They interact via the browser

b None

c None

d None

e They interact through services such as Apache or Nginx

f PHP and Javascript cannot directly interact since PHP is a server side language and
Javascript is a client-side language.

Q7: Sub queries have better performance compared to JOIN queries?


a False

b None

c True

d None

e None

f None

You might also like