Dynamic Web Page Development (3350702) MCQs

MCQs of Working with PHP Arrays and functions

Showing 11 to 20 out of 59 Questions
11.

Which array cannot use for, while or do…while loop?

(for, while અથવા do…while loop માં ક્યાં એરેનો ઉપયોગ કરી શકતા નથી?)

(a)

numeric

(b)

associative

(c)

multidimensional

(d)

index

Answer:

Option (b)

12.

A function name always begins with the keyword _________.

(ફંકશન નામ હંમેશાં _________ કીવર્ડથી શરૂ થાય છે.)

(a)

fun

(b)

def

(c)

function

(d)

Name

Answer:

Option (c)

13.

What will be the output of the following PHP code?

(નીચેના PHP કોડનું આઉટપુટ શું હશે?)

(a)

1 2 3

(b)

1 1 1

(c)

0 0 0

(d)

0 1 2

Answer:

Option (d)

14.

Which of the following is not a Built-in String functions in php?

(નીચેનામાંથી કયા php માં બિલ્ટ-ઇન સ્ટ્રિંગ ફંકશન નથી?)

(a)

strlen()

(b)

str_replace()

(c)

strpos()

(d)

strreverse()

Answer:

Option (d)

15.

What will be the output of the following PHP code?

(નીચેના PHP કોડનું આઉટપુટ શું હશે?)

(a)

6

(b)

7

(c)

8

(d)

9

Answer:

Option (b)

16.

When string1 is greater than string2 in strcmp() then what  will be return?

(જ્યારે સ્ટ્રિંગ 1 એ સ્ટ્રિંગ 2 કરતા વધારે હોય તો strcmp () માં return શું થશે?)

(a)

returns a string

(b)

returns 0 

(c)

returns positive value

(d)

returns negative value

Answer:

Option (c)

17.

What will be the output of the following PHP code?

(નીચેના PHP કોડનું આઉટપુટ શું હશે?)

(a)

are

(b)

are you?

(c)

Hi how

(d)

Error

Answer:

Option (b)

18.

What will be the output of the following PHP code?

(નીચેના PHP કોડનું આઉટપુટ શું હશે?)

(a)

Hello worl

(b)

ello world

(c)

ello worl

(d)

Hello world

Answer:

Option (a)

19.

Which function is used to Convert a string to lowercase letters?

(Lowercase letters  માટે સ્ટ્રિંગ કન્વર્ટ કરવા માટે કયા ફંક્શનનો ઉપયોગ થાય છે?)

(a)

strlower

(b)

strtolower

(c)

strtolowercase

(d)

lowercase

Answer:

Option (b)

20.

What will be the output of the following PHP code?

(નીચેના PHP કોડનું આઉટપુટ શું હશે?)

(a)

15

(b)

16

(c)

17

(d)

18

Answer:

Option (d)

Showing 11 to 20 out of 59 Questions