Quiz 3: PHP

Quiz 3: PHP

University

10 Qs

quiz-placeholder

Similar activities

Programação Web - PHP

Programação Web - PHP

University

12 Qs

PHP

PHP

University

10 Qs

WEBDEV101

WEBDEV101

University

10 Qs

Day 1 - Deployment ...

Day 1 - Deployment ...

University

15 Qs

PHP + MySql (1)

PHP + MySql (1)

University

7 Qs

Web Development

Web Development

University

15 Qs

Servlets & JSP

Servlets & JSP

University

10 Qs

Pemrograman Web 1

Pemrograman Web 1

University

10 Qs

Quiz 3: PHP

Quiz 3: PHP

Assessment

Quiz

Computers

University

Hard

Created by

Developer UETT

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.

PHP is a _________.

Open Source Language

Widely Used Language

Server side scripting language

All of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

2.

PHP Scripts starts with ________.

<php> … </php>

<?php …. ?>

<?=........?>

?php … ?php

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.

What is the correct way to add 1 to the $count variable?

$count =+1

$count++;

++count

count++;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.

PHP is case sensitive in what way?

It's never case sensitive, don't worry about it.

Only when referring to variables

When referring to classes, functions or variables

All the time!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.

How is PHP written into a webpage?

Just like other html tags: <php> </php>

Only in a separate file which is linked to the html page

Using curled brackets {php} {/php}

A PHP script starts with <?php and ends with ?>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.

In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings. Is this statement TRUE or FALSE?

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.

What does CRUD operation stands for in PHP?

Create

Read

Upload

Delete

Create

Read

Update

Delete

Concatenate

Read

Update

Destroy

Concatenate

Read

Upload

Delete

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?