You are on page 1of 3

Q1: Which of the following is for title of the modal??

a Modal-lg

b None

c Modal-title

d None

e Modal-open

f Modal-sm

Q2: What is the reason for using Volumes in Docker??

a To fail access to persisted data such as data in a database.

b None

c To add plugins for extended file attributes.

d None

e None

f To create exceptions to the `--read-only` mode.

Q3: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a None

b if (i <> 5)

c if i <> 5

d None

e if (i != 5)

f if i =! 5 then

Q4: In PHP, the only way to output text is with echo.?


a False

b None

c True

d None

e None

f None

Q5: Which of these is a valid call to a function (watch The Spaces Carefully!)?

a CONCAT( A , B )

b CONCAT ( "A" , "B" )

c CONCAT ( A , B )

d None

e CONCAT( "A" . "B" )

f None

Q6: Which program copies databases from one server to another??

a Mysqldbmove

b Mysqldbcopy

c Mysqlcopydb

d Mysqlflushdb

e Mysqldbflush

f Mysqlmovedb

Q7: Block elements are normally displayed without starting a new line.?

a False

b None
c None

d None

e None

f True

You might also like