PHP with MySQL quiz

PHP with MySQL quiz

University

15 Qs

quiz-placeholder

Similar activities

Array+String

Array+String

10th Grade - University

16 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

PHP

PHP

University

10 Qs

PHP hypertext preprocessor

PHP hypertext preprocessor

University

20 Qs

SS JainCollege

SS JainCollege

University

20 Qs

Web Framework

Web Framework

University

11 Qs

PHP Quiz

PHP Quiz

University

16 Qs

PHP Basics

PHP Basics

University

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