Search Header Logo

Module 1 - Short Quiz

Authored by Vilchor Perdido

Computers

University

25 Questions

Used 1+ times

Module 1 - Short Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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;

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?