PHP Basics

PHP Basics

University

20 Qs

quiz-placeholder

Similar activities

UMS - Refresment Array, Looping, Function

UMS - Refresment Array, Looping, Function

University

15 Qs

Array+String

Array+String

10th Grade - University

16 Qs

PHP TEST 2

PHP TEST 2

1st Grade - Professional Development

20 Qs

PHP dan MySQL

PHP dan MySQL

University

25 Qs

PHP - Syntax & Output

PHP - Syntax & Output

University

15 Qs

Web Dev Midterm Quiz

Web Dev Midterm Quiz

University

15 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

PHP Basics

PHP Basics

Assessment

Quiz

Computers

University

Hard

Created by

gowri d

Used 23+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Personal Home Page

PHP Hypertext Preprocessor

Pretext Hypertext Processor

Preprocessor Home Page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP is an example of ___________ scripting language.

Server-side

Client-side

Browser-side

In-side

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following php code

< ?php

$num = 1;

$num1 = 2;

echo $num . "+". $num1 ;

?>

3

1+2

1.+.2

Error

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following php code?

< ?php

$num = "1";

$num1 = "2";

echo $num+$num1 ;

?>

3

1+2

1.+.2

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statements in PHP have to end with a special character, which one?

.

,

:

;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two types of array in php

Indexed, sequence

Associative, sequence

Indexed, associative

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

$a=array("Timmy","Jimmy");

Is an example of

Indexed array

Associative array

Sequence array

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?