PHP FUNDAMENTALS

PHP FUNDAMENTALS

University

40 Qs

quiz-placeholder

Similar activities

Latihan Soal ASTS 1 Tahun 2024 2025 Kelas XI

Latihan Soal ASTS 1 Tahun 2024 2025 Kelas XI

3rd Grade - University

40 Qs

DESAIN GRAFIS

DESAIN GRAFIS

University

40 Qs

1st Quiz - Multimedia System

1st Quiz - Multimedia System

University

45 Qs

Adobe Illustrator Intro Quiz

Adobe Illustrator Intro Quiz

8th Grade - University

35 Qs

PRINTING PROCESSES

PRINTING PROCESSES

University

40 Qs

Elisha's biography and questions

Elisha's biography and questions

KG - University

43 Qs

Design Cycle - End of Tri Review

Design Cycle - End of Tri Review

6th Grade - University

37 Qs

Building Utilities

Building Utilities

University - Professional Development

45 Qs

PHP FUNDAMENTALS

PHP FUNDAMENTALS

Assessment

Quiz

Design

University

Practice Problem

Hard

Created by

Roshina Faber

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

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

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

    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

1 min • 1 pt

What does PHP stand for?

PHP stands for Preprocessor Home Page

PHP stands for Pretext Hypertext Processor

PHP stands for Hypertext Preprocessor

PHP stands for Personal Hyper Processor

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

#

//

/* */

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

     Which of the following is the default file extension of PHP files?

.php

.ph

.xml

.html

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

      How to define a function in PHP?

functionName(parameters) {function body}

function {function body}

function functionName(parameters) {function body}

data type functionName(parameters) {function body}

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

$GREETING

no output

PHP is a scripting language

 GREETING

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the value of the variable $input in the following PHP program?

<?php

$input = "PHP<td>stands for</td>Hypertext<i>Preprocessor</i>!";

$input = strip_tags($input,"<i></i>");

echo $input;

?>

PHP stands for Hypertext <i>Preprocessor</i>!

PHP stands for Hypertext Preprocessor!

PHP <td>stands for</td> Hypertext <i>Preprocessor</i>!

PHP <td>stands for</td> Hypertext Preprocessor!

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?