PHP ( Perulangan & Percabangan )

PHP ( Perulangan & Percabangan )

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Pretest

Python Pretest

9th - 12th Grade

15 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

PTS DMI

PTS DMI

12th Grade - University

10 Qs

Loops

Loops

10th - 12th Grade

6 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

PHP

PHP

12th Grade

14 Qs

Java Lesson 2

Java Lesson 2

KG - Professional Development

7 Qs

Python_4

Python_4

9th - 12th Grade

12 Qs

PHP ( Perulangan & Percabangan )

PHP ( Perulangan & Percabangan )

Assessment

Quiz

Computers

12th Grade

Hard

Created by

SMK MARZUKI

Used 27+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Contoh penulisan percabangam menggunakan for ....

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?