Module 1 - Short Quiz

Module 1 - Short Quiz

University

25 Qs

quiz-placeholder

Similar activities

Quis PWPB PHP 1

Quis PWPB PHP 1

1st Grade - University

20 Qs

PRELIM EXAM FOR INFORMATION MANAGEMENT

PRELIM EXAM FOR INFORMATION MANAGEMENT

University

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

ITMajor1 & IntroSoftEng- Prelim Examination

ITMajor1 & IntroSoftEng- Prelim Examination

University

20 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

AWD - Prelim Quiz

AWD - Prelim Quiz

University

20 Qs

FINAL EXAM

FINAL EXAM

University

20 Qs

PHP dan MySQL

PHP dan MySQL

University

25 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?