PHP with MySQL quiz

PHP with MySQL quiz

University

15 Qs

quiz-placeholder

Similar activities

Post Test JWD 21 September 2022

Post Test JWD 21 September 2022

University

20 Qs

Trắc nghiệm php

Trắc nghiệm php

University

20 Qs

Post-Test AJAX - PHP

Post-Test AJAX - PHP

University

15 Qs

QUIZIZZ MODUL 4 BENGPRO 2  4601

QUIZIZZ MODUL 4 BENGPRO 2 4601

University

15 Qs

SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

University

10 Qs

Web Development

Web Development

University

15 Qs

PHP

PHP

University

10 Qs

Web Framework

Web Framework

University

11 Qs

PHP with MySQL quiz

PHP with MySQL quiz

Assessment

Quiz

Computers

University

Medium

Created by

vijetha c

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stands for?

PHP: Hypertext Preprocessor

Private Home Page

Personal Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for concatenation in PHP?

+

*

.

(

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____________ is the correct way of defining a variable in PHP

  $variable name = value;

  

$variable_name = value;

$2variable_name = value

$variable name as value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the correct delimiters that surround PHP server scripts?

<?php>...</?>

<script>...</script>

<?php...?>

<&>...</&>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in PHP

Document.Write("Hello World");

"Hello World";

echo "Hello World";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. All variables in PHP start with which symbol?

$

!

&

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

$count =+1

$count++;

++count

count++;

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?