4CSO1

4CSO1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Demo1

Demo1

Professional Development

6 Qs

PHP Tours Meetup #22 (Super Apéro)

PHP Tours Meetup #22 (Super Apéro)

University - Professional Development

10 Qs

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

1st Grade - Professional Development

13 Qs

SLG IPC144 Week 9

SLG IPC144 Week 9

Professional Development

14 Qs

everisCodeFest 2

everisCodeFest 2

Professional Development

10 Qs

Python Quiz

Python Quiz

Professional Development

6 Qs

Recuperação - Desenvolvimento de Sistemas - 4 bimestre

Recuperação - Desenvolvimento de Sistemas - 4 bimestre

Professional Development

7 Qs

JavaScript

JavaScript

Professional Development

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