Given the expression:
$_end_result = (3 % 3) ** 0;
What are the operators?
Module 2 - Short Quiz
Quiz
•
Computers
•
University
•
Hard
Vilchor Perdido
Used 1+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Given the expression:
$_end_result = (3 % 3) ** 0;
What are the operators?
=, %, and **
( ), % and **
( ) and **
=, ( ), %, and **
% only
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comparison and Arithmetic operators are examples of what type of PHP category form?
Binary operator
Unary operator
Ternary operator
Both Unary and Binary
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Given the equation:
$_end_result = (10 % 3) ** 0;
What is the value of $_end_result?
1
0
3
Math error or undefined
4.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
Given the equation:
$kilometer = 1024 / 1000;
What do you call the part of the equation indicating the numbers 1024 and 1000?
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Given the expression:
$xyz = $xyz / 13;
How do you write in shorthand form?
$xyz /= 13
$xyz =/ 13
$xyz / 13
$xyz = 13
6.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Given the PHP code snippet:
$a = 22; $b = 9; $c = "13";
$d = $a - $b;
$xyz = ($d === $c);
What is the value of $xyz?
False
True
-1
1
0
7.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
Given the PHP code snippet:
$a = 32; $b = 8;
$xyz = (($a / $b) != (2 * 2)) xor (($b % 10) <= ($a / 4));
What is the value of $xyz?
20 questions
AWD - Prelim Quiz
Quiz
•
University
15 questions
Python Basics
Quiz
•
University
16 questions
Quiz #1
Quiz
•
University
15 questions
Python End of Topic Quiz
Quiz
•
8th Grade - University
14 questions
PHP Assessment 1
Quiz
•
University
17 questions
Asymptotic complexity
Quiz
•
University
20 questions
ROUND 1 QUIZ FOR 1ST YEAR
Quiz
•
University
20 questions
Web Systems and Technologies
Quiz
•
University
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