web programming

web programming

University

20 Qs

quiz-placeholder

Similar activities

UTS Pemrograman Basis Web 1

UTS Pemrograman Basis Web 1

University

20 Qs

Intermediate Robotics Programming

Intermediate Robotics Programming

University - Professional Development

16 Qs

Interaction of Waves

Interaction of Waves

8th Grade - University

15 Qs

Waves Review Physics

Waves Review Physics

8th Grade - University

15 Qs

Hacking

Hacking

12th Grade - University

15 Qs

Basic Electronics concepts

Basic Electronics concepts

University

20 Qs

Greenhouse Effect

Greenhouse Effect

8th Grade - University

15 Qs

Sound Wave Interactions

Sound Wave Interactions

6th Grade - University

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