You are on page 1of 4

Q1: Choose the correct HTML tag for the smallest size heading??

a <h1>

b None

c <h6>

d <head>

e <heading>

f None

Q2: Which event occurs when the user clicks on an HTML element??

a None

b onchange

c None

d onclick

e onmouseclick

f onmouseover

Q3: Which of the following is a declaration for an HTML document??

a <body>.....</body>

b None

c <p>.....</p>

d <html>.....</html>

e <!DOCTYPE Html>

f None

Q4: Which command can be used to make variables of shell to be made available to sub
shell??
a import

b set

c echo

d export

e None

f None

Q5: Which of the following statements is NOT true for views in SQL??

a A view contains a copy of the data

b None

c None

d A view drives its data from the base tables(s)

e A view is updatable if it has been defined from a single relation

f Select statement used in the view definition cannot include ORDER BY clause.

Q6: What does the unset() function do??

a The unset() function is not dedicated for variable management. It will make a
variable defined.

b The unset() function is dedicated for variable management. It will make a variable
undefined.

c None

d None

e None

f None

Q7: Kube-apiserver on kubernetes master is designed to scale.?

The correct Answer is: None


b Vertically

c Horizontally

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q8: MySQL workbench decreases the productivity of a MySQL developer compared to other
server access tools such as phpMyAdmin??

a True

b None

c None

d None

e None

f False

Q9: What does PHP stand for??

a Personal Hypertext Processor

b None

c PHP: Hypertext Preprocessor

d Personal Home Page

e None

f Private Home Page

Q10: MySQL does not support auto generating numbers?

a None

b True

c None
d None

e False

f None

Q11: Which of the following are true for routes in Laravel??

a A route is an endpoint specified by a URI (Uniform Resource Identifier).

b You can not pass any arguments to your routes.

c None

d None

e Routes can point to a method on a controller and also dictate which HTTP
methods are able to hit that URI.

f Routes can only handle GET requests

You might also like