You are on page 1of 2

Q1: The database development lifecycle is very important to the successful implementation

of a database system.?

a None

b None

c None

d False

e True

f None

Q2: Will a comparison of an integer 12 and a string "13" work in PHP??

a True

b None

c None

d None

e None

f False

Q3: How do you round the number 7.25, to the nearest integer??

a rnd(7.25)

b Math.rnd(7.25)

c None

d None

e round(7.25)

f Math.round(7.25)

Q4: When do we use the GREP command?


a To find a file

b When we want to search for a string

c None

d To find a directory

e To show all directories which have the string in their name

f None

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

a None

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

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

d None

e None

f None

Q6: In which variable is the users IP address stored??

a None

b $_ENV

c $DOMAIN

d None

e $GLOBALS

f $REMOTE_ADDR

You might also like