PHP Quiz

PHP Quiz

University

16 Qs

quiz-placeholder

Similar activities

Thunkable

Thunkable

University

20 Qs

Quiz Pemrograman Perangkat Bergerak 2

Quiz Pemrograman Perangkat Bergerak 2

12th Grade - University

20 Qs

New Balance: From Dad Shoes to Fashion Icon

New Balance: From Dad Shoes to Fashion Icon

8th Grade - University

11 Qs

TOPIC 1 COMPUTER HARDWARE

TOPIC 1 COMPUTER HARDWARE

University

19 Qs

ICT Competency Standards Quiz

ICT Competency Standards Quiz

University

14 Qs

Cyber Crime

Cyber Crime

University

20 Qs

Microsoft Azure

Microsoft Azure

University

11 Qs

LITERACIES in the 21st Century

LITERACIES in the 21st Century

University

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

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?