PHP + ICT

PHP + ICT

200 Qs

quiz-placeholder

Similar activities

TNPSC 2022

TNPSC 2022

University

200 Qs

Ai thông minh hơn phần 2

Ai thông minh hơn phần 2

1st - 5th Grade

200 Qs

Testowanie

Testowanie

1st Grade - University

205 Qs

Keselamatan Pelayaran

Keselamatan Pelayaran

University

200 Qs

Câu Hỏi Mạng Máy Tính

Câu Hỏi Mạng Máy Tính

University

195 Qs

CSCTM A LĨNH

CSCTM A LĨNH

University

198 Qs

LCC PRAMUKA JAMBORE KWARRAN KARANGPUCUNG TAHUN 2022

LCC PRAMUKA JAMBORE KWARRAN KARANGPUCUNG TAHUN 2022

7th - 9th Grade

199 Qs

bộ đề ôn thi

bộ đề ôn thi

University

201 Qs

PHP + ICT

PHP + ICT

Assessment

Quiz

Other

Hard

Created by

Programming House

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

200 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?