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

PHP Quiz

Quiz
•
Science
•
University
•
Medium
Setiawan Sanggabuana
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
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
Similar Resources on Quizizz
10 questions
code

Quiz
•
University
10 questions
SOLAR MOD. 4: SYSTEM COMPONENTS

Quiz
•
12th Grade - University
10 questions
MLPA: Multiplex Ligation-dependent Probe Amplifica

Quiz
•
University
10 questions
C++ Array Quiz

Quiz
•
University
11 questions
Diagnostico de Programación Integrativa de Componentes Web

Quiz
•
University
15 questions
Toxic and Hazardous Waste Quiz

Quiz
•
University
10 questions
Creating Wireframes in Figma

Quiz
•
11th Grade - University
15 questions
Arrays

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade