
PHP Conditional Statements Quiz

Quiz
•
Information Technology (IT)
•
Professional Development
•
Hard
Cecilio Salonoy
Used 4+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the simplest form of a conditional statement in PHP?
if() else
if()
switch
elseif()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to compare values in a PHP conditional statement?
Arithmetic operator
Comparison operator
Logical operator
Assignment operator
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code if $grade = 80? if($grade < 75) { $remark = "Failed"; } else { $remark = "Passed"; }
"Failed"
"Passed"
No output
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which conditional statement allows multiple branches but executes only one true condition?
if()
if() else
if() elseif()
while()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the else statement in PHP?
To execute code when the if condition is true
To execute code when the if condition is false
To repeat a block of code
To define a function
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the value of $remark if $grade = 60? if($grade >= 90) { $remark = "Excellent"; } elseif($grade >= 75) { $remark = "Good"; } else { $remark = "Needs Improvement"; }
"Excellent"
"Good"
"Needs Improvement"
No output
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax for an if() else statement?
if(condition) { code; } else(condition) { code; }
if(condition) { code; } else { code; }
if(condition) code; else code
if(condition) code; else(condition) code;
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
Friday Quiz

Quiz
•
Professional Development
43 questions
SAP BUSINESS ONE QUIZ 38-80

Quiz
•
Professional Development
35 questions
html css js

Quiz
•
Professional Development
45 questions
Hackathon Behavioral and Technical Questions

Quiz
•
Professional Development
40 questions
Hard and Soft Computing Quiz

Quiz
•
Professional Development
40 questions
Renforcement Quizz

Quiz
•
Professional Development
42 questions
WAPT 2 - Up to XPATH

Quiz
•
Professional Development
45 questions
Quiz o programowaniu

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
20 questions
Employability Skills

Quiz
•
Professional Development