Dynamic Web Page Development (3350702) MCQs

MCQs of Working with PHP Arrays and functions

Showing 51 to 59 out of 59 Questions
51.

What will be the output of the following PHP code?

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

(a)

-6

(b)

-7

(c)

6

(d)

6.7

Answer:

Option (d)

52.

What will be the output of the following PHP code?

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

(a)

6

(b)

7

(c)

5

(d)

6.9

Answer:

Option (a)

53.

Which of the following variable is used to generate random numbers using PHP?

(નીચેનામાંથી કયા વેરીએબલનો ઉપયોગ PHP નો ઉપયોગ કરીને random numbers બનાવવા માટે થાય છે?)

(a)

srand()

(b)

rand()

(c)

random()

(d)

random_number()

Answer:

Option (b)

54.

What will be the output of the following PHP code?

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

(a)

25

(b)

15

(c)

18

(d)

20

Answer:

Option (b)

55.

The getdate() function returns _______.

(getdate() ફંક્શન _______ રિટર્ન આપે છે.)

(a)

An integer

(b)

A string

(c)

An array

(d)

A Boolean

Answer:

Option (c)

56.

Which function is used to return date information?

(તારીખની માહિતી રિટર્ન કરવા માટે કયા ફંક્શનનો ઉપયોગ થાય છે?)

(a)

date()

(b)

time_date()

(c)

getdate()

(d)

timestamp()

Answer:

Option (c)

57.

What will be the output of the following PHP code?

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

(a)

TRUE

(b)

FALSE

(c)

Valid

(d)

Invalid

Answer:

Option (c)

58.

Which one of the following function is useful for producing a timestamp based on a given date and time?

(આપેલ તારીખ અને સમયના આધારે ટાઇમસ્ટેમ્પ બનાવવા માટે નીચેનામાંથી કયું ફંકશન ઉપયોગી છે?)

(a)

time()

(b)

mrtime()

(c)

mtime()

(d)

mktime()

Answer:

Option (d)

59.

The _______ writes to an open file.

(_______ ઓપન ફાઇલમાં write કરે છે.)

(a)

fread()

(b)

fwrite()

(c)

fopen()

(d)

fclose()

Answer:

Option (b)

Showing 51 to 59 out of 59 Questions