Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: What is the difference between character 23 and x23??

a None

b 23 specifies the hex 23 and x23 determine the octal 23

c 23 specifies the octal 23 and x23 determine the hex 23.

d None

e None

f None

Q2: MySQL supports user defined functions?

a None

b None

c True

d False

e None

f None

Q3: Which of the following PHP functions accepts any number of parameters??

a get_argc()

b None

c get_argv()

d func_get_argv()

e func_get_args()

f None

Q4: How can you pass a variable by reference??


a None

b None

c $var1 == &$var2

d None

e $var1 = &$var2

f $var1 === &$var2

Q5: What is a correct way to add a comment in PHP??

a None

b <!--...-->

c *\...\*

d <comment>...</comment>

e None

f /*...*/

Q6: What are Shortcodes in WordPress and how we can use it??

a Shortcodes is a specific code that is used to do several tasks with less effort. Also, it
is synonymous with the shortcut.

b Shortcodes is a specific code that is used to do recursion.

c None

d None

e None

f Shortcodes is a specific code that is used to do control loop.

Q7: Which command is used to modify column names or table structure??

a MODIFY

b ALTER
c CHANGE

d ADD

e None

f None

Q8: What is called if a value shouldn't be greater than 100??

a None

b Integrity constraint

c Feasible constraint

d Referential constraint

e Over-defined constraint

f None

Q9: What does $_FILES mean??

a None

b None

c $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

d $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

e None

f None

You might also like