[{"id":209363,"question":"Trace the function that does continue the script execution even if the file inclusion fails.","choices":[{"text":"Include ()","value":"A"},{"text":"requre(0","value":"B"},{"text":"Both of abvoe","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209362,"question":"Which function includes the specified file even the statement evaluates to false in which block the function is placed.","choices":[{"text":"Include ()","value":"A"},{"text":"require (0","value":"B"},{"text":"Both of above","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209361,"question":"Which of the following functions require the allow -rul -fopen must the enabled.","choices":[{"text":"Include ()","value":"A"},{"text":"Require ()","value":"B"},{"text":"Both above","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209360,"question":"The left associative dot operator (0 is used in PHP for.","choices":[{"text":"Multiplication","value":"A"},{"text":"Concatenation","value":"B"},{"text":"Separate object and its member","value":"C"},{"text":"Delimeter","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209359,"question":"The left association operator % s used in PHP for","choices":[{"text":"Percentage","value":"A"},{"text":"bit wise or","value":"B"},{"text":"Division","value":"C"},{"text":"Modulus","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209358,"question":"Variable scope on which a variable does not loose its value when the function exists and use that value if the function is called again is.","choices":[{"text":"Local","value":"A"},{"text":"Function parameter","value":"B"},{"text":"Static","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209357,"question":"Identify the variable scope that is not supported by PHP","choices":[{"text":"Local variables","value":"A"},{"text":"Function parameters","value":"B"},{"text":"Hidden variables","value":"C"},{"text":"Global variables","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209356,"question":"Which of the following variable assignment is by value assignment in PHP","choices":[{"text":"$value 1 = $ value?","value":"A"},{"text":"$value 1 = &amp; $ value?","value":"B"},{"text":"$value 1 = &amp; $value?","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209355,"question":"Identify the invalid identifier","choices":[{"text":"my -function","value":"A"},{"text":"size","value":"B"},{"text":"-some word","value":"C"},{"text":"This &amp; That","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209354,"question":"Casting operator introduced in PHP 6 IS.","choices":[{"text":"(array)","value":"A"},{"text":"(in 64)","value":"B"},{"text":"(real) or (double) or (float)","value":"C"},{"text":"(object)","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209353,"question":"Which of following are compound data type.","choices":[{"text":"array","value":"A"},{"text":"Objects","value":"B"},{"text":"Both","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209352,"question":"Which data types are treaded as arrays.","choices":[{"text":"Integer","value":"A"},{"text":"Float","value":"B"},{"text":"String","value":"C"},{"text":"Booleans","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209351,"question":"Which of the following delimiting method is known as string interpolation.","choices":[{"text":"Delimited by single uote","value":"A"},{"text":"Delimited by double uote","value":"B"},{"text":"Delimited by &lt;&lt;&lt; identifier","value":"C"},{"text":"All of above","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209350,"question":"In PHP string data are","choices":[{"text":"Delimited by single uote","value":"A"},{"text":"Delimited by double uoto","value":"B"},{"text":"Delimited by &lt;&lt;&lt; identifier","value":"C"},{"text":"All of above","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209349,"question":"Which of the following are valid float values.","choices":[{"text":"4.5678","value":"A"},{"text":"4.0","value":"B"},{"text":"7 e4","value":"C"},{"text":"All of above","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209348,"question":"Trace the odd data type","choices":[{"text":"Floats","value":"A"},{"text":"Integer","value":"B"},{"text":"Double","value":"C"},{"text":"Real number","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209347,"question":"For integer data type PHP 6 introduced.","choices":[{"text":"8 bit integer value","value":"A"},{"text":"16 bit integer value","value":"B"},{"text":"32 bit integer value","value":"C"},{"text":"64 bit integer value","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209346,"question":"If Boolean variable $ alive =5","choices":[{"text":"$ alive is false","value":"A"},{"text":"$ alive is true","value":"B"},{"text":"$ alive is overflow","value":"C"},{"text":"None of above","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209345,"question":"Which of the following data type is not seal or datA type supported by PHP","choices":[{"text":"Array","value":"A"},{"text":"String","value":"B"},{"text":"Float","value":"C"},{"text":"Boolean","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209344,"question":"Which of the following function can assign the output to a string variable.","choices":[{"text":"echo ()","value":"A"},{"text":"print (0","value":"B"},{"text":"print f(0","value":"C"},{"text":"s print f ()","value":"D"},{"value":"E"}],"correctAnswer":4}]