Dynamic Web Page Development (3350702) MCQs

MCQs of User data input through Forms

Showing 31 to 40 out of 46 Questions
31.

Which method has much large limit on the amount of data that can be passed to web server?

(વેબ સર્વર પર પસાર કરી શકાય તેવા ડેટાની amount પર કઈ મેથડની limit છે?)

(a)

GET method

(b)

POST method

(c)

PUT method

(d)

SET method

Answer:

Option (b)

32.

In query string, Name and value separated by _______  sign.

(Query stringમાં, name અને વેલ્યુ _______ sign દ્વારા અલગ પાડવામાં આવેલ છે.)

(a)

$

(b)

#

(c)

*

(d)

&

Answer:

Option (d)

33.

In GET mehod, Collection of names and value pairs is called _______ .

(GET મેથડમાં, name અને વેલ્યુની pairના કલેક્શનને _______ કહેવામાં આવે છે.)

(a)

Query String

(b)

SQL String

(c)

Character String

(d)

ASCII String

Answer:

Option (a)

34.

How to send data in get method?

(GET મેથડ માં ડેટા કેવી રીતે send થાય છે?)

(a)

We can't

(અમે કરી શકતા નથી)

(b)

Throught URL

(URL દ્વારા)

(c)

Throught payload

(payload દ્વારા)

(d)

Throught link

(link દ્વારા)

Answer:

Option (b)

35.

Which method is not suitable for logins because it stores the data in client browsers memory?

(કઈ મેથડ લોગિન્સ માટે યોગ્ય નથી કારણ કે તે ક્લાયંટ બ્રાઉઝર્સ મેમરીમાં ડેટા સ્ટોર કરે છે?)

(a)

Post method

(b)

Put method

(c)

Get method

(d)

Set method

Answer:

Option (c)

36.

How do you create a cookie in PHP?

(તમે PHP માં cookie કેવી રીતે બનાવો છો?)

(a)

setcookie()  

(b)

createcookie

(c)

makecookie()

(d)

cookie()  

Answer:

Option (a)

37.

What is the correct way to create a function in PHP?

(PHP માં ફંક્શન બનાવવાની સાચી રીત કઈ છે?)

(a)

create myFunction()

(b)

new_function myFunction()

(c)

function myFunction()  

(d)

function() myFunction()  

Answer:

Option (c)

38.

In PHP, Which cookies are set by using the

(PHP માં, શેનો ઉપયોગ કરીને cookie સેટ કરવામાં આવે છે?)

(a)

setcookie ( ) function

(b)

set ( ) function

(c)

cookie_set ( ) function

(d)

setcooky ( ) function

Answer:

Option (a)

39.

PHP sessions are created using the _______ function.

(PHP session _______ ફંકશનનો ઉપયોગ કરીને બનાવવામાં આવ્યા છે.)

(a)

session_starts()

(b)

sessions_start()

(c)

session_start()

(d)

session start()

Answer:

Option (c)

40.

Cookies are _______ files that contain user information.

(Cookie _______ ફાઇલો છે જેમાં યુઝરની માહિતી છે.)

(a)

server-side 

(b)

client-side 

(c)

internet-side 

(d)

server & client - side

Answer:

Option (b)

Showing 31 to 40 out of 46 Questions