Module 1 - Short Quiz

Module 1 - Short Quiz

University

25 Qs

quiz-placeholder

Similar activities

IAW_2AS3_PHP_1

IAW_2AS3_PHP_1

1st Grade - University

23 Qs

PHP recupero

PHP recupero

University

26 Qs

KPD3024 Application Module Integration

KPD3024 Application Module Integration

University

25 Qs

Web Service

Web Service

University

25 Qs

UTS INFORMATIKA KELAS 9

UTS INFORMATIKA KELAS 9

University

20 Qs

Quiz Pemrograman Web - EI

Quiz Pemrograman Web - EI

University

20 Qs

PHP & MySQL

PHP & MySQL

University

20 Qs

Layanan Web

Layanan Web

University

20 Qs

Module 1 - Short Quiz

Module 1 - Short Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Vilchor Perdido

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

All variable declaration in PHP starts with which symbol?

$

@

&

?

#

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The following are client-side web tools use in web development except ONE.

PHP

HTML

CSS

JavaScript

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does PHP stand for?

PHP Hypertext Preprocessor

PHP Hypertext Processor

Protocol Hypertext Preprocessor

Page Hypertext Preprocessor

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

PHP is considered as a both client-side and server-side scripting language?

False

True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Given the sample code snippet shown in the image, what is the expected output?

bool(true)

boolean(true)

bool(false)

boolean(false)

6.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

How do you write or display "Mahal Kong NVSU" in PHP on a web page?

Select all the possible answers to get the perfect score.

echo ('Mahal Kong NVSU');

print "Mahal Kong NVSU";

echo "Mahal Kong NVSU";

echo (Mahal Kong NVSU);

print Mahal Kong NVSU;

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following PHP statement/statements will store number 1,309 in variable named "num_base"?

$num_base = 1309;

int num_base = 1309;

int $base = 1309;

num_base = 1309;

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?