4CSO1

4CSO1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Strings and Arrays

Strings and Arrays

Professional Development

13 Qs

Connecting to a Database using PHP (Part 2)

Connecting to a Database using PHP (Part 2)

Professional Development

9 Qs

Unity Scripting Beginner (EN)

Unity Scripting Beginner (EN)

12th Grade - Professional Development

10 Qs

Horus Web I - Retour de formation

Horus Web I - Retour de formation

11th Grade - Professional Development

14 Qs

quizz-software

quizz-software

Professional Development

13 Qs

php-get,post,session ,cookie

php-get,post,session ,cookie

Professional Development

15 Qs

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

OOP Belitung

OOP Belitung

Professional Development

10 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?