1026). In which part does the form validation occur?

[A]Client
[B]Server
[C]Both Client and Server
[D]User side

Show Answer

1027). What would happen if the data in the client had been wrong?

[A]Sends back the data
[B]Waits for correction
[C]Sends back the data and Waits for correction
[D]Returns the data instantly

Show Answer

1028). What is the purpose of the basic validation?

[A]Data correctness
[B]Mere data existence
[C] Both Data correctness and Mere data existence
[D]Data modification

Show Answer

1029). What is the purpose of data format validation?

[A]Data correctness
[B] Mere data existence
[C]Both Data correctness and Mere data existence
[D]Data modification

Show Answer

1030). Which is the function that is called to validate a data?

[A]validate()
[B] valid()
[C]validation()
[D] no predefined function for data validation

Show Answer

1031). How to find the index of a particular string?

[A]position()
[B]index()
[C]indexOf()
[D]positionof()

Show Answer

1032). How do you focus a particular part of the HTML page in JavaScript?

[A]hover()
[B]focus()
[C]on()
[D] focuson()

Show Answer

1033). Which of the following is the child object of the JavaScript navigator?

[A]Navicat
[B]Plugins
[C]NetRight
[D]Plugs

Show Answer

1034). Which of the following is not the properties of a plug-in entry?

[A]name
[B]filename
[C]mimeTypes
[D]value

Show Answer

1035). What is the purpose of the mimeTypes property of a plug-in entry?

[A]Contains MIME properties
[B]Contains MIME sizes
[C]Contains MIME types
[D]Contains MIME methods

Show Answer