5 Analysis For QIOJ

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: What is an action hook??

a None

b None

c None

d A hook that is triggered at a specific time when WordPress is not running so it lets
you take an action.

e None

f A hook that is triggered at a specific time when WordPress is running and lets you
take an action.

Q2: Apart from the <b> tag, what other Tag makes text bold ??

a <emp>

b <strong>

c None

d <black>

e <fat>

f None

Q3: Which Tag is used if you want to indicate the importance of the phrase??

a <h1>

b <strong>

c <h2>

d <em>

e None

f None

Q4: Which command can give disk usage summary??


a None

b df

c fdisk

d chkdsk

e du

f None

Q5: Is there a way to identify the status of a Docker container??

The correct Answer is: None

The correct Answer is: None

c $ docker ps

d $ docker -ps

The correct Answer is: None

f $ docker --ps

Q6: Which of the mentioned are valid PHP loops?

a foreach

b for

c while

d do ... while

e beforeeach

f each

Q7: To create a combo box (drop down box) which tag will you use??

a <input type="dropdown">
b None

c <list>

d <select>

e all of above

f None

Q8: Which of the following is true about Cookies??

a Cookies are limited to about 4 KB of data . Not enough to store required data.

b Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

c All of the above.

d Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

e None

f None

Q9: In HTML, you can embed SVG elements directly into an HTML page?

a None

b None

c True

d False

e None

f None

You might also like