You are on page 1of 3

Q1: How can PHP and Javascript interact??

a They interact through services such as Apache or Nginx

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

c None

d None

e They interact via the browser

f None

Q2: What is the correct HTML element for playing video files??

a None

b None

c <media>

d <video>

e <movie>

f <type="video">

Q3: Which of the following answers refers to a Linux command-line command used for
configuring network interface parameters specific to the wireless communication??

a ifconfig

b networksetup

c None

d None

e net config

f iwconfig

Q4: What is the correct way to add 1 to the $count variable??


a count++;

b ++count

c $count++;

d None

e $count =+1

f None

Q5: ______ is distributed key-value store that provides a reliable way to store data that needs
to be accessed by a distributed system or cluster of machines.?

The correct Answer is: None

b A Kubernetes service

The correct Answer is: None

d etcd

e A Kubernetes pod

f A Kubernetes volume

Q6: Using which of the following way can you embed PHP code in an HTML page??

a <?php PHP code goes here ?>

b <?php PHP code goes here php?>

c None

d None

e None

f None

Q7: Which of the following method of Exception class returns formated string of trace??

a getMessage()
b getTraceString()

c getString()

d getTraceAsString()

e getTrace()

f getCode()

Q8: Choose the correct HTML element to define important text?

a <strong>

b None

c <b>

d <i>

e <important>

f None

Q9: Which operator is not included in the data manipulation language (DML)??

a None

b UPDATE

c DELETE

d SELECT

e CREATE

f None

You might also like