PHP

PHP

University

10 Qs

quiz-placeholder

Similar activities

QUIZIZZ MODUL 4 BENGPRO 2  4601

QUIZIZZ MODUL 4 BENGPRO 2 4601

University

15 Qs

Programação Web - PHP

Programação Web - PHP

University

12 Qs

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

Examen de Entrada de Desarrollo de Aplicativos

Examen de Entrada de Desarrollo de Aplicativos

University

10 Qs

Introdução PHP

Introdução PHP

University

14 Qs

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

University

15 Qs

Web Framework

Web Framework

University

11 Qs

dfc50193-6B-chapter1,2

dfc50193-6B-chapter1,2

University

15 Qs

PHP

PHP

Assessment

Quiz

Computers

University

Medium

Created by

Deepan Prabu

Used 779+ times

FREE Resource

10 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?