Quiz 2: Introduction to PHP

Quiz 2: Introduction to PHP

11th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

C++. Классы

C++. Классы

11th Grade

12 Qs

Javascript Quiz 2

Javascript Quiz 2

11th Grade

15 Qs

exploring computer science

exploring computer science

9th - 12th Grade

15 Qs

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

ASJ_XII_UH1

ASJ_XII_UH1

1st - 12th Grade

15 Qs

Evaluación Final Programación 11º

Evaluación Final Programación 11º

11th Grade

14 Qs

Quiz 2: Introduction to PHP

Quiz 2: Introduction to PHP

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

Created by

James Labnao

Used 91+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stands for?

PHP: Hypertext Preprocessor

Private Home Page

Personal Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the correct delimiters that surround PHP server scripts?

<?php>...</?>

<script>...</script>

<?php...?>

<&>...</&>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in PHP

Document.Write("Hello World");

"Hello World";

echo "Hello World";

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. All variables in PHP start with which symbol?

$

!

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?

Request.QueryString;

$_GET[];

Request.Form;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the POST method, variables are displayed in the URL:

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an array in PHP?

$cars = "Volvo", "BMW", "Toyota";

$cars = array["Volvo", "BMW", "Toyota"];

$cars = array("Volvo", "BMW", "Toyota");

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?