You are on page 1of 3

Q1: Which of the following is not a SQL operator??

a All of the above are valid SQL operators

b Between .. and ..

c Is null

d In

e Like

f Not in

Q2: Which CMS powers around 35% of all websites on the internet??

a None

b None

c Laravel

d WordPress

e Joomla

f Dropal

Q3: If you insert (00) as the value of the year in a date column, what will be stored in the
database??

a 2000

b None

c 1900

d 0000

e Cannot be determined

f None

Q4: ____________ function in PHP Returns a list of response headers sent (or ready to send)?
a header_send()

b headers_list()

c header()

d header_sent()

e None

f None

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

a $DOMAIN

b None

c $REMOTE_ADDR

d $GLOBALS

e $_ENV

f None

Q6: Which of the following command can give documentation of a command??

a info

b help

c man

d None

e show

f doc

Q7: Which command is used to create new directory??

a None

b None
c newdir

d cdir

e dir

f mkdir

You might also like