You are on page 1of 4

Q1: Which of the following aligns media objects??

a Medilist

b Mediobject

c None

d Media

e Medibody

f None

Q2: How can PHP and Javascript interact??

a None

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

c None

d They interact through services such as Apache or Nginx

e None

f They interact via the browser

Q3: How can we check if the value of a given variable is alphanumeric??

a ctype_alnum to check whether it is an alphanumeric value or not.

b gtype_alnum to check whether it is an alphanumeric value or not.

c dtype_alnum to check whether it is an alphanumeric value or not.

d None

e None

f None

Q4: ________is a text document that contains all the commands a user could call on the
command line to assemble an image.?
a Docker Kitematic

The correct Answer is: None

c Docker Cloud

d Docker Compose

The correct Answer is: None

f Dockerfile

Q5: Which HTML element is used to specify a footer for a document or section??

a <footer>

b None

c <down>

d <bottom>

e None

f <section>

Q6: The Function 'fetchrow_hashref()' returns reference to hash row values keyed by
______________?

a Column Name

b Database Name

c Table Name

d None

e None

f Row Name

Q7: How do you create a function in JavaScript??

a function:myFunction()
b None

c None

d function myFunction()

e function = myFunction()

f None

Q8: Where is thewp_config.php file located??

a In the wp-content/config folder

b Inside the wp-admin folder

c None

d In the root directory of the WordPress installation

e None

f Inside the wp-content folder

Q9: Why do we need HTML5 Server-Sent Events??

a None

b Server-Sent Events (SSE) is a recent HTML5 specification in combination with the


EventSource API designed for streaming updates.

c Server-Sent Events (SSE) is a recent HTML5 specification in combination with the


EventSource API designed for getting POST and GET request.

d None

e None

f None

Q10: Which of the following tags represents a section of the document intended for
navigation in HTML5??

a dialog
b footer

c None

d nav

e section

f None

Q11: Choose the system requirements you need to run Docker on a Plesk Onyx Server:?

a At least 2GB of RAM

b One physical server

The correct Answer is: None

d A compatible Linux OS

e A 64-bit CPU

f 20GB of free disk space

Q12: What is the HTML Tag for the largest heading?

a <heading>

b <h6>

c None

d <head>

e None

f <h1>

You might also like