Search Header Logo

Pemrograman Web Dinamis

Authored by Alfin UMK 2012

Computers

9th - 12th Grade

Used 10+ times

Pemrograman Web Dinamis
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

77 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP Merupakan singkatan dari?

Personal Hypertext Processor

Hypertext Preprocessor

Program Hypertext Processor

Private Home Page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Setiap variabel di PHP diawali dengan simbol?

#

*

$

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Untuk membuat komentar di PHP menggunakan tanda?

//

*

/

#

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Berikut contoh operator pembanding, kecuali

==

>=

<=

**

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perhatikan kode berikut:

for ($x = 1; $x < 10; $x++) {

  echo $x." ";

}

Kode tersebut menghasilkan output?

1 2 3 4 5 6 7 8 9 10

1 2 3 4 5 6 7 8 9

1 2 3 4 5 6 7 8

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dibawah ini merupakan struktur perulangan di PHP, kecuali

for

foreach

switch

while

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perhatikan kode Berikut:

$a = 50;

$b = 10;

if ($b>=$a){

  echo $b;

}

Kode diatas menghasilkan output?

5

10

Tidak mengasilkan Output

error

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?