Contoh penulisan percabangam menggunakan for ....
PHP ( Perulangan & Percabangan )

Quiz
•
Computers
•
12th Grade
•
Hard
SMK MARZUKI
Used 27+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for ($i=0; $i < 5; $i++)
for ($i < 5; $=5; $i++)
for ($i < 5; $i++)
for ( $i < 5; $=0, $i++)
for ( $i++ $i=0; $i < 5;)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Penulisan coding while yang benar adalah ....
$i = 0;
while ($i < 5) {
echo "Hello Word ! <br> " ;
}
$i = 0;
while ($i < 5) {
echo "Hello Word ! <br> " ;
i++;
}
$i = 10;
while (&i < 5) {
echo "Hello Word ! " ;
i++;
}
&i = 0;
while (&i < 5) {
echo "Hello Word ! <br> " ;
i++;
}
$i = 0;
while ($i < 5) do {
echo "Hello Word ! <br> " ;
i++;
}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Penulisan do while yang benar adalah ....
$i=0;
do {
echo "hello word !"
$i++;
}while ($i < 5)
$i=0;
while {
echo "hello word !";
$i++;
}do ($i < 5);
$i=0;
do {
echo "hello word !";
$i+;
}while ($i < 5);
$i=0;
do {
echo "hello word !"
}while ($i < 5);
$i=0;
do {
echo "hello word !";
$i++;
}while ($i < 5);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di bawah ini yang termasuk percabangan adalah ....
for
while
if else
do while
foreach
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di bawah ini yang termasuk perulangan adalah ....
If
if else
if else if
for
else if
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sintaks untuk menpilkan perulangan Hello World sebanyak 9 lagi yang benar adalah ....
for ( $i = 1; $i <= 9; $i++) {
echo " Hello World ! ";
}
for ( $i = 1; $i <=10; $i++) {
echo " Hello World ! ";
}
for ( $i = 0; i < 10; i++) {
echo " Hello World ! ";
}
for ( $i = 0; i < 11; i++) {
echo " Hello World ! ";
}
for ( $i = 0; $i < 15; $i++) {
echo " Hello World ! ";
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di bawah ini penulisan perulangan for yang benar adalah ....
for ( i = 0; i < 10; i++) {
echo " Hello World ! ";
}
for ( $i = 0; $i < 10; $i++;) {
echo " Hello World ! ";
}
for ( i = 0; i < 10; $i++) {
echo " Hello World ! ";
}
for ( $i = 0; $i < 10; $i++) {
echo " Hello World ! ";
}
for ( $i = 0; i < 10; $i++;) {
echo " Hello World ! ";
}
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
10 questions
Unit 1 Post Test: Basic Python

Quiz
•
9th - 12th Grade
15 questions
Soal Java

Quiz
•
11th Grade - University
10 questions
Dasar pemrograman PHP

Quiz
•
10th - 12th Grade
14 questions
Python (I)

Quiz
•
12th Grade
10 questions
Introduction to PHP: Hypertext Preprocessor

Quiz
•
11th - 12th Grade
15 questions
Python Basics Quiz

Quiz
•
9th - 12th Grade
15 questions
Grade 12-Python selection&iteration

Quiz
•
11th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade