
MIDTERM-QUIZ3

Quiz
•
Computers
•
University
•
Medium
MARY GRACE VENTURA
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
29 questions
Câu hỏi về PHP và Laravel

Quiz
•
University
25 questions
Unit 4 PHP

Quiz
•
University
30 questions
KUIS PEMROGRMAN WEB

Quiz
•
University
33 questions
Python Programming Quiz

Quiz
•
University
31 questions
Python MCQ Quiz

Quiz
•
University
30 questions
Mastering Python Basics

Quiz
•
University
25 questions
Java Quiz

Quiz
•
University
25 questions
TechZoom24-BugBash_Prelims

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University