PHP Quiz

PHP Quiz

University

16 Qs

quiz-placeholder

Similar activities

Intro. to Web Application

Intro. to Web Application

University

17 Qs

Saberes Digitales

Saberes Digitales

University

20 Qs

UTS Pemrograman WEB

UTS Pemrograman WEB

University

20 Qs

Cryptography Quiz

Cryptography Quiz

University

15 Qs

Plumbing

Plumbing

University

20 Qs

Laravel - Partie 1

Laravel - Partie 1

University

21 Qs

Back-End Development - Quiz 1

Back-End Development - Quiz 1

University

20 Qs

Web Apps 02 - MeteorJS

Web Apps 02 - MeteorJS

University

12 Qs

PHP Quiz

PHP Quiz

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Dalmar Yusuf

Used 1+ times

FREE Resource

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.

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?