Day 1 PHP

Day 1 PHP

Professional Development

15 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

KG - Professional Development

13 Qs

JavaScript - Introduction

JavaScript - Introduction

Professional Development

13 Qs

PHP TEST 2

PHP TEST 2

1st Grade - Professional Development

20 Qs

JavaScript

JavaScript

Professional Development

15 Qs

Révision HTML, CSS et JavaScript

Révision HTML, CSS et JavaScript

Professional Development

20 Qs

Functions and JavaScript

Functions and JavaScript

Professional Development

12 Qs

JavaScript Pass by value, Pass by Reference, Scope Hoisting

JavaScript Pass by value, Pass by Reference, Scope Hoisting

Professional Development

15 Qs

Progate Technical Drill PHP

Progate Technical Drill PHP

Professional Development

15 Qs

Day 1 PHP

Day 1 PHP

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Viswathika K

Used 4+ 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?