PHP

PHP

University

25 Qs

quiz-placeholder

Similar activities

DWII - Avaliação Número 1

DWII - Avaliação Número 1

University

20 Qs

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

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

University

21 Qs

BCA-3 (A) PHP Final Practical

BCA-3 (A) PHP Final Practical

University

20 Qs

IAW_2AS3_PHP_1

IAW_2AS3_PHP_1

1st Grade - University

23 Qs

PHP & MySQL

PHP & MySQL

University

20 Qs

PHP Quiz 1

PHP Quiz 1

University

20 Qs

PHP

PHP

University

25 Qs

Programming concepts in c - Quizizz-III

Programming concepts in c - Quizizz-III

University

20 Qs

PHP

PHP

Assessment

Quiz

Computers

University

Medium

Created by

S Mondal

Used 54+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

PHP is a ............

Open Source Language

Widely Used Language

Server side scripting language

All of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following symbol is used to add multiple line comments in PHP ?

//

/* */

{{ }}

{/ \}

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the below symbols is a newline character?

<br>

\n

/n

\r

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How to define a function in PHP?

function {function body}

function functionName(parameters) {function body}

functionName(parameters) {function body}

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to create a session?

session_destroy() function

session_start() function

$_SESSION[]

isset() function

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one of the following statements is used to create a table?

CREATE TABLE table_name (column_type column_name);

CREATE table_name (column_type column_name);

CREATE TABLE table_name (column_name column_type);

CREATE table_name (column_name column_type);

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the use of strlen() function in PHP?

The strlen() function returns both value and type of string

The strlen() function returns the length of string

The strlen() function returns the type of string

The strlen() function returns the value of string

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?