Day 1 PHP

Day 1 PHP

Professional Development

15 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Chapter 7 : Conditional & Loop Statement

Chapter 7 : Conditional & Loop Statement

Professional Development

12 Qs

PHP Functions Quiz

PHP Functions Quiz

Professional Development

10 Qs

Chapter 5 : JavaScript Objects & Arrays

Chapter 5 : JavaScript Objects & Arrays

Professional Development

20 Qs

Let's Check!

Let's Check!

12th Grade - Professional Development

15 Qs

Flutter Online Quiz

Flutter Online Quiz

Professional Development

18 Qs

JavaScript

JavaScript

Professional Development

20 Qs

Unity & C-Sharp Quiz

Unity & C-Sharp Quiz

Professional Development

10 Qs

Day 1 PHP

Day 1 PHP

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Viswathika K

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements regarding PHP is untrue?

PHP is an open-source scripting language.

PHP code can run only on Windows servers.

PHP is a loosely typed language.

PHP scripts can access databases.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the full form of PHP?

Personal Home Page

PHP Hypertext Preprocessor

Preprocessed Hypertext Processor

Programming Hypertext Processor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the subsequent PHP versions entered the OOP stage?

PHP 3

PHP 4

PHP 5

PHP 7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is NOT correct regarding PHP?

Execution independent of the platform

Supports procedural and object-oriented paradigms

It needs to be compiled before it gets executed

Can be embedded within HTML

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a client requests a PHP page for the first time?

The PHP code is executed on the client end.

The browser directly receives the PHP code.

The web server processes the PHP code and returns it as an HTML response.

The PHP script is loaded and then transformed into machine code before its execution.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to start a PHP script?

{php} … {/php}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correct method to end a PHP statement:

. (dot)

, (comma)

; (semicolon)

: (colon)

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?