function and array &conditionalstatements

function and array &conditionalstatements

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Lab Quiz - 1

Python Lab Quiz - 1

12th Grade

15 Qs

PHP VOŠ

PHP VOŠ

12th Grade

18 Qs

แบบทดสอบกลางภาคเรียน 1/2566

แบบทดสอบกลางภาคเรียน 1/2566

9th - 12th Grade

20 Qs

VPS

VPS

12th Grade

20 Qs

Python revision

Python revision

10th Grade - University

15 Qs

Intro to PHP

Intro to PHP

12th Grade - University

15 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

php-Array And Statements

php-Array And Statements

12th Grade

15 Qs

function and array &conditionalstatements

function and array &conditionalstatements

Assessment

Quiz

Computers

12th Grade

Medium

Created by

sheela xavier

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which one of the following is the right way of defining a function in PHP?

function { function body }

data type functionName(parameters) { function body }

functionName(parameters) { function body }

function functionName(parameters) { function body }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function in PHP starts with __.

function

__ def

def

__ function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP’s indexed array begins with position ___________

1

2

0

-1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the parameter in the function.

< ?php function abc ($x) {$y=10;} abc (5); ?>

$x

$y

10

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ stores more than one value of same data type in single array variable.

Array

Function

Indexed array

Multidimensional array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Associative arrays are a ____ pair data structure.

single value

key value

double value

string value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In parameterized, the parameters are like___

variables

constants

string

Null value

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?