PHP Quiz

PHP Quiz

University

15 Qs

quiz-placeholder

Similar activities

PHP - Syntax & Output

PHP - Syntax & Output

University

15 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Tes Programming Web Aslab Informatika

Tes Programming Web Aslab Informatika

University

20 Qs

PHP Quiz

PHP Quiz

University

16 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

PHP QUIZ

PHP QUIZ

University

14 Qs

PHP

PHP

University

10 Qs

HTML Quiz

HTML Quiz

University

10 Qs

PHP Quiz

PHP Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Jeba Raj

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What is PHP?

PHP is an open-source programming language

PHP is used to develop dynamic and interactive websites

PHP is a server-side scripting language

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of PHP?

Drek Kolkevi

Rasmus Lerdorf

Willam Makepiece

List Barely

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Preprocessor Home Page

Pretext Hypertext Processor

Hypertext Preprocessor

Personal Hyper Processor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to add a comment in PHP code?

#

//

/* */

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following PHP code?

<?php

$x = 10;

$y = 20;

if ($x > $y && 1||1)

print "1000 PHP MCQ" ;

else

print "Welcome to NMCC";

?>

no output

Welcome to NMCC

1000 PHP MCQ

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Index of an array by default starts with which of the following in PHP?

0

-1

1

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the function which converts a string to uppercase.

uppercase()

str_uppercase()

strtoupper()

struppercase()

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?