Module 1 - Short Quiz

Module 1 - Short Quiz

University

25 Qs

quiz-placeholder

Similar activities

Programação Web 04

Programação Web 04

University

20 Qs

PHP

PHP

University

25 Qs

Ujian_web

Ujian_web

University

20 Qs

FINAL EXAM

FINAL EXAM

University

20 Qs

PHP TEST 2

PHP TEST 2

1st Grade - Professional Development

20 Qs

PHP

PHP

University

25 Qs

Php

Php

University

20 Qs

CS 316 - Web Systems and Technologies 2( Midterm Exam)

CS 316 - Web Systems and Technologies 2( Midterm Exam)

University

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