PHP

Quiz
•
Computers
•
Professional Development
•
Hard
christy jebamalar
Used 14+ times
FREE Resource
100 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used for php
<?php
?>
<style>
<php ?>
<php
/php>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two types of array in php
Indexed, sequence
Associative, sequence
Indexed, associative
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$a=array("Timmy","Jimmy");
Is an example of
Indexed array
Associative array
Sequence array
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$a=array(10=>"Jimmy",20=>"mummy");
Is an example of
Sequence array
Indexed array
Associative array
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In php the keyword to be used before function name is
Function
Static
function
FUNCTION
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
function add()
{
$a=10;
echo $a;}
This is an example for
Call by value
Call by reference
None
Both
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
function add(&a)
{
$a=10;
echo $a;}
$a=33;
This is an example for
Call by value
Call by reference
Both of the above
None
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade