PHP Quiz

PHP Quiz

University

16 Qs

quiz-placeholder

Similar activities

Cuestionario Guia 1 Multimedia

Cuestionario Guia 1 Multimedia

University - Professional Development

20 Qs

AppWiz Round 2

AppWiz Round 2

University

15 Qs

WEB MASTERY 360 : Unlock your web developer potential

WEB MASTERY 360 : Unlock your web developer potential

University

20 Qs

TA MODUL 12 APLIKASI MIKROKONTROLER DAN ANTAR MUKA

TA MODUL 12 APLIKASI MIKROKONTROLER DAN ANTAR MUKA

University

15 Qs

HOJAS DE ESTILO

HOJAS DE ESTILO

University

20 Qs

Soal Open Class External

Soal Open Class External

University

15 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

it10

it10

University

20 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?