PHP Dev

PHP Dev

Professional Development

44 Qs

quiz-placeholder

Similar activities

PHP Basics Quiz

PHP Basics Quiz

Professional Development

49 Qs

Java Control Structures

Java Control Structures

11th Grade - Professional Development

39 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

Professional Development

40 Qs

E14 SSIV

E14 SSIV

6th Grade - Professional Development

40 Qs

5to A Lenguajes de programación

5to A Lenguajes de programación

Professional Development

39 Qs

Intro to Python class open book quiz.

Intro to Python class open book quiz.

Professional Development

45 Qs

Prueba inicial segundo DAW/ASIR

Prueba inicial segundo DAW/ASIR

Professional Development

40 Qs

PHP Dev

PHP Dev

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Armah Rockson

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examine the snippet below. What is its purpose?

<?php

echo "Welcome to PHP!";

?>

It prints a welcome message to the browser

It starts a PHP session

It includes another PHP file

It creates a PHP function

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

PHP stands for:

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In PHP, each statement must end with

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP code must always be enclosed within <?php and ?> tags.

True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A single-line comment in PHP can be created using // or ______.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to denote a variable in PHP?

@

$

%

#

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A variable that stores the string "PHP" would be declared as: $language = "______";

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?