web programming

web programming

University

20 Qs

quiz-placeholder

Similar activities

Sound Review

Sound Review

4th Grade - University

15 Qs

Wave Transmission

Wave Transmission

8th Grade - University

15 Qs

C Program

C Program

University

20 Qs

Understanding Codes and Energy

Understanding Codes and Energy

4th Grade - University

17 Qs

Wave Transmission, Reflection & Absorption

Wave Transmission, Reflection & Absorption

6th Grade - University

20 Qs

KOMPUTER DASAR

KOMPUTER DASAR

12th Grade - Professional Development

15 Qs

Motors vs Generators

Motors vs Generators

8th Grade - University

15 Qs

Reflection and Refraction

Reflection and Refraction

5th Grade - University

15 Qs

web programming

web programming

Assessment

Quiz

Science

University

Hard

Created by

Varshini K

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PHP stands for?

Hypertext preprocedure

  1. Personal Home Processor

pre Hyperlink Processor

Hypertext Preprocessor

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to display the output in PHP?

echo

write

print

Both echo & print

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not a variable scope in PHP?

Extern

Local

Static

Global

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"string" is a data type in PHP?

yes

no

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is not a valid variable name in PHP?

$age

$_AGE

$12_age

$Person_age

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following PHP code?

<?php 

$x = 28;

var_dump($x);

?> 

    integer('28')

   integer(28)

int(28)

int('28')

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to create a constant in PHP?

define keyword

define()

constnt keyword

const()

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?