
MIDTERM-QUIZ3
Quiz
•
Computers
•
University
•
Practice Problem
•
Medium
MARY GRACE VENTURA
Used 1+ times
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the return statement in PHP functions?
Display content on the browser
Transfer control to another function
Stop script execution
Send a value back to the calling code
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to make sure a variable retains its value between function calls?
global
return
static
local
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
function example() {
global $x;
$x = 100;}
$x = 50;
example();
echo $x;
50
100
Error
Nothing
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following uses a static variable correctly?
function example() {
static $x = 0; $x++;
echo $x;}
example(); example();
1 1
1 2
2
0 1
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed by this code?
function showResult($x) {
return $x + 10;
}
$result = showResult(5);
echo $result;
5
10
15
$result
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to define a function in PHP?
function myFunction[] {}
def myFunction() {}
function myFunction() {}
void myFunction()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you define a function with the same name twice?
function greet() {
echo "Hi!";}
function greet() {
echo "Hello!";}
Outputs both Hi! and Hello!
The second function overrides the first
Error: Cannot redeclare function
No output
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
Essentials of Information Technology(Public College Samana)
Quiz
•
University
25 questions
Jaringan Komputer dan Internet
Quiz
•
8th Grade - University
25 questions
Internet
Quiz
•
University
25 questions
Quis Komputer dan Masyarakat
Quiz
•
University
25 questions
SQL-Basics-SET-1
Quiz
•
University
25 questions
MIND IT 2025 QUIZZY BRANIACS ROUND 1
Quiz
•
University
25 questions
Повторение файлы и устройства ПК 7 класс
Quiz
•
7th Grade - University
25 questions
Social Media
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
