PHP

PHP

Professional Development

100 Qs

quiz-placeholder

Similar activities

SA Chapter 11

SA Chapter 11

Professional Development

96 Qs

AWS_Database_Quizz

AWS_Database_Quizz

Professional Development

100 Qs

CHƯƠNG 1. MICROSOFT WORD

CHƯƠNG 1. MICROSOFT WORD

Professional Development

99 Qs

QUIZ 1 OFFICERS BATCH 2023-24

QUIZ 1 OFFICERS BATCH 2023-24

Professional Development

105 Qs

Advance Networking

Advance Networking

Professional Development

100 Qs

Surprise Test  Computer Basics

Surprise Test Computer Basics

Professional Development

100 Qs

2ºDAW - Despliegue Apps Web. 1er.Trim. Prof. C. Boni

2ºDAW - Despliegue Apps Web. 1er.Trim. Prof. C. Boni

University - Professional Development

100 Qs

Windows polecenia (100)

Windows polecenia (100)

Professional Development

100 Qs

PHP

PHP

Assessment

Quiz

Computers

Professional Development

Hard

Created by

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?