PHP Quiz

PHP Quiz

University

10 Qs

quiz-placeholder

Similar activities

TSA AI

TSA AI

University

10 Qs

K Map

K Map

University

10 Qs

Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

PLTW Modeling & Simulation Vocabulary Part 2

PLTW Modeling & Simulation Vocabulary Part 2

5th Grade - University

15 Qs

Changes around us

Changes around us

KG - Professional Development

7 Qs

Quiz Dasar Pemrograman Sipil dan Mesin

Quiz Dasar Pemrograman Sipil dan Mesin

University

13 Qs

Constants and Variables Quiz

Constants and Variables Quiz

5th Grade - University

15 Qs

PHP Quiz

PHP Quiz

Assessment

Quiz

Science

University

Medium

Created by

Setiawan Sanggabuana

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

What will appear in the browser when run? 17, "Anto" => 25, "Budi" => 20); rsort($arr); print_r($arr);

Array ( [Toni] => 17 [Budi] => 20 [Anto] => 25 )

Array ( [0] => 17 [1] => 20 [2] => 25 )

Array ( [Anto] => 25 [Budi] => 20 [Toni] => 17 )

Array ( [0] => 25 [1] => 20 [2] => 17 )

2.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

<?php

$a = 0100;

$b = 7;

$c = $a + $b;

echo "Nilai C adalah $c";

What will appear in the browser when run?

Nilai C adalah 107

Nilai C adalah 11

Nilai C adalah 71

Nilai C adalah 7100

3.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

What is the acronym of PHP ?

Personal Home Page

PHP: Hypertext Preprocessor

Pretext Hyper Preprocessor

No Answer

4.

MULTIPLE SELECT QUESTION

5 mins • 10 pts

Which is the PHP Framework

Laravel

Spring

Codeigniter

Flask

5.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

When using the POST method will the data be displayed in the URL ?

True

False

6.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

What is correct way to create function in PHP ?

function MyFunction() {}

new MyFunction() {}

MyFunction() {}

create MyFunction() {}

7.

MULTIPLE CHOICE QUESTION

5 mins • 10 pts

What are the predefined variable in PHP to get data sent via URL ?

$_POST

$_GET

$_SERVER

$GLOBALS

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?