PHP VARIABLES TEST-1

PHP VARIABLES TEST-1

University

6 Qs

quiz-placeholder

Similar activities

WT Slip Test - 1

WT Slip Test - 1

University

10 Qs

Quiz 3: File Operations

Quiz 3: File Operations

University

10 Qs

Architecture MVC et programmation PHP

Architecture MVC et programmation PHP

University

10 Qs

Review Topic 2.1

Review Topic 2.1

University

10 Qs

Chapter 1: Python Overview

Chapter 1: Python Overview

University

10 Qs

Knowledge Rollback

Knowledge Rollback

University

10 Qs

Programación Web II Parte 7

Programación Web II Parte 7

University

10 Qs

PHP VARIABLES TEST-1

PHP VARIABLES TEST-1

Assessment

Quiz

Computers

University

Medium

Created by

Arivuselvi A

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sign is used to declare variables in PHP?

@

&

$

_

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a valid variable name in PHP?

age

_age

PersonAge

1age

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Are variable names case-sensitive?

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is commonly used for PHP output?

write

php.write

log

echo

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many variable scopes are there in PHP?

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a valid variable scope in PHP?

local

global

static

external