PHP Quiz

PHP Quiz

University

16 Qs

quiz-placeholder

Similar activities

TLE2 M2 System Unit

TLE2 M2 System Unit

University

20 Qs

TLE2 M4 Understanding Storage Devices & Capacities

TLE2 M4 Understanding Storage Devices & Capacities

University

15 Qs

Quiz 2 DAM133 Aircraft Maintenance

Quiz 2 DAM133 Aircraft Maintenance

University

15 Qs

BCS Network Security Test 4

BCS Network Security Test 4

University

18 Qs

Expo 2020

Expo 2020

KG - Professional Development

12 Qs

Materials

Materials

University

13 Qs

I & DT - Quiz ( G Sec )

I & DT - Quiz ( G Sec )

University

20 Qs

Basic Knife Cuts and Shapes

Basic Knife Cuts and Shapes

University

15 Qs

PHP Quiz

PHP Quiz

Assessment

Quiz

Instructional Technology

University

Practice Problem

Medium

Created by

Dalmar Yusuf

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Full form of PHP is______

Hypertext Preprocessor


Pretext Hypertext Preprocessor

Processor Hypertext Processor

None of the above

Answer explanation

The full form of PHP is Hypertext Preprocessor, earlier it was called Personal Home Page, So the answer is Option A. PHP is called Hypertext Preprocessor because it is well documented and Open source means anyone can download it without any paying cost.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The default file extension in PHP are ____

.php

.css

.js

.html

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare the constant in PHP?

const

define

var

let

Answer explanation

The define is a function in PHP that is used to declare the constant define take 3 parameters like name, value, and check the case_sensative. So the correct way to declare the constant in PHP is to define.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the name of the variable in PHP starts?

Sign !


Sign $


Sign &

Sign #

Answer explanation

The name of the variable in PHP starts with the Sign $ example: the syntax for initializing variable $a=20; Here a is variable followed by $ sign.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the syntax of comment in PHP?

/* */

#

//

All of the above

Answer explanation

There are 3 ways to write comments in PHP. /* / is a multiline comment you can comment as: / This is a multiple line comment /*, # This is a single-line comment in PHP and this is also // a single line comment you can write as // This is a single-line comment.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to add write the PHP code which of the below code editor is used?

Notepad++

Sublime

Visual code

All of the above

Answer explanation

Notepad ++, Sublime Text, and Visual code. These three are most used for writing the PHP script. These all are code editors 

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below method is used to generate the unique id in Php?

unique()


id()

mid()

None of the above

Answer explanation

The unique id is a function in PHP that is responsible for the generation of a unique id at some millisecond time. It doesn't guarantee the return value .unique id takes 2 parameter prefixes and more_entropy. And it supports in PHP 4+ version.

Access all questions and much more by creating a free account

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

Already have an account?