4CSO1

4CSO1

Professional Development

10 Qs

quiz-placeholder

Similar activities

PHP TEST

PHP TEST

Professional Development

10 Qs

PHP Tours meetup #30 Laravel, Selenium et Node.js

PHP Tours meetup #30 Laravel, Selenium et Node.js

University - Professional Development

10 Qs

Coding & Logic - Lesson 1

Coding & Logic - Lesson 1

Professional Development

15 Qs

AppsLab_Q3

AppsLab_Q3

1st Grade - Professional Development

12 Qs

Punto de partida

Punto de partida

Professional Development

10 Qs

Data Analytics Quiz-TMK DPA2022

Data Analytics Quiz-TMK DPA2022

Professional Development

10 Qs

Synthèse du web

Synthèse du web

Professional Development

12 Qs

Quiz PHP

Quiz PHP

Professional Development

9 Qs

4CSO1

4CSO1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

RAVIKANTH K

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Hypertext Preprocessor

Private home page

Personal Hypertext Processor

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP server scripts are surrounded by delimiters, which?

<? ?>

<?php ?>

<-? .... -?>

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to end a PHP statement?

;

.

:

!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?

$_GET[]

Request.QueryString

Request.Form

Sir did not tell about $_GET

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a function in PHP?


function myFunction()

new_function myFunction()

create myFunction()

none

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Whatis the output of below code?
<?php

$x = array(10,30,100,9);

foreach($x as $i)

echo $x;
?>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?