1 Lessons For LYDL

You might also like

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

Q1: What does vlink attribute mean??

a virtual link

b None

c active link

d very good link

e None

f visited link

Q2: What does $_FILES mean??

a None

b None

c None

d $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

e $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

f None

Q3: How can we add comments in PHP??

a None

b all of the above

c # commented code to end of line

d // commented code to end of line

e /* commented code here */

f None

Q4: Which color is the official color of the Wordpress.org logo??


a None

b Purple

c Dark grey

d White

e Yellow

f None

Q5: Which relational database does WordPress use??

a PostgresSQL

b Oracle

c MSSQL SERVER

d None

e MySQL

f None

Q6: HTML comments start with <!-- and end with -->?

a None

b None

c False

d None

e None

f True

Q7: Which are the three looping constructs provided by shell?

a each
b done

c until

d foreach

e while

f for

Q8: How can you restore the WordPress core files??

a The core files can be fetched via your dashboard

b None

c The core files can be downloaded back from wordpress.org site.

d None

e The core files can be downloaded back from your local machine as long as you
have a backup

f The core files can be downloaded back from Database.

Q9: The command to create Kubernetes service is?

a kubectl run

b kubectl set service

The correct Answer is: None

d kubectl expose

The correct Answer is: None

f kubectl deploy

You might also like