Web-II-Loop and Function

Quiz
•
Computers
•
University
•
Hard
Tamal Dey
Used 32+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following PHP code ?
<?php
$i = 0;
for ($i)
{
print $i;
}
?>
0
infinite loop
no output
error
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following PHP code ?
<?php
for ($x = 1; $x < 10;++$x)
{
print "*\t";
}
?>
**********
*********
***********
infinite loop
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following PHP code ?
<?php
for ($x = -1; $x < 10;--$x)
{
print $x;
}
?>
123456789101112
12345678910
1234567891011
infinite loop
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following PHP code ?
<?php
$x;
for ($x = -3; $x < -5; ++$x)
{
print ++$x;
}
?>
-3-4-5
-3-4
no output
infinite loop
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following PHP code ?
<?php
for ($x = 1; $x < 10; $x++)
for ($y = 1; $y < 5; $y++)
print "Hello";
?>
Hello....36 times
Hello....45 times
Hello....50 times
Hello....40 times
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will happen in this function call?
<?php
function calc($price, $tax)
{ $total = $price + $tax;
}
$pricetag = 15;
$taxtag = 3;
calc($pricetag, $taxtag);
?>
Type Hinting
Default Argument Value
Call By Value
Call By Reference
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following PHP code?
<?php
function calc($price, $tax="")
{
$total = $price + ($price * $tax);
echo "$total";
}
calc(42);
?>
error
0
42
84
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
UAS Pemrograman Berkerangka Kerja

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
10 questions
Basic python

Quiz
•
University
15 questions
CODE ZENITH

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
13 questions
مراجعة للتطبيق الثاني تقن105

Quiz
•
University
10 questions
python test 1_23_24

Quiz
•
University
15 questions
Python Programming

Quiz
•
5th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

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

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University