Introduction to PHP

Introduction to PHP

Professional Development

15 Qs

quiz-placeholder

Similar activities

Sains Komputer Tingkatan 4 - 2.2.3 Menghasilkan gambar rajah

Sains Komputer Tingkatan 4 - 2.2.3 Menghasilkan gambar rajah

1st Grade - Professional Development

14 Qs

TEKNOLOGI

TEKNOLOGI

Professional Development

10 Qs

Java Server Page

Java Server Page

Professional Development

10 Qs

Unit 20 _ Quiz1

Unit 20 _ Quiz1

Professional Development

20 Qs

Java Fundamentals

Java Fundamentals

Professional Development

20 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

ISC2 - Chapter 1 - Module 3 - G2

ISC2 - Chapter 1 - Module 3 - G2

Professional Development

13 Qs

Introduction to PHP

Introduction to PHP

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Preetha S

Used 35+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PHP stands for ______________

PHP:Hypermedia Preprocessor

PHP:Hypertext Postprocessor

PHP:Hypertext Preprocessor

PHP:Hypermedia Postprocessor

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 Variable names in PHP begins with ________ sign.

 $ 

%

#

&

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In PHP string belongs to _________ datatype.

Compound data

scalar data

special data

unique data

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Array belongs to ________ data type in PHP.

Compound data

scalar data

special data

unique data

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following PHP code? <?php $x = 23; echo ( $x ===23 );       ?>

Displays “” (false)

Displays 1 (true)

 Displays 24

Displays 23

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 In PHP the _____ loop will always execute the block of code once, it will then check the condition, and repeat the loop while the specified condition is true.

for

while

do...while

 foreach 

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following PHP code? <?php $x = 2; $y = 3; echo ( ($x == 2) xor ($y == 3) );       ?>

Displays (false)

Displays 1 (true)

 Displays 2

Displays 3

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?