PHP with MySQL quiz

PHP with MySQL quiz

University

15 Qs

quiz-placeholder

Similar activities

PHP Quiz 1

PHP Quiz 1

University

20 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

BCA-3 (A) PHP Final Practical

BCA-3 (A) PHP Final Practical

University

20 Qs

Kuis Teori Pemrograman Web

Kuis Teori Pemrograman Web

University

20 Qs

Quiz dmi2

Quiz dmi2

12th Grade - University

10 Qs

WT Slip Test - 1

WT Slip Test - 1

University

10 Qs

Array

Array

University

11 Qs

PHP MySQL

PHP MySQL

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?