61.
Which of the following best describes a web application?
- A.Code designed to be run on the client/li>
- B.Code designed to be run on the server
- C.SQL code for databases
- D.Targeting of web services
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
A web application is code designed to be run on the server with the results sent to the client for presentation. |
62.
__________ is a client-side scripting language.
- A.JavaScript
- B.ASP
- C.ASP.NET
- D.PHP
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
JavaScript is a client-side scripting language as opposed to languages such as ASP and ASP.NET. |
63.
Which of the following is an example of a server-side scripting language?
- A.JavaScript
- B.PHP
- C.SQL
- D.HTML
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
PHP is a server-side language that has its actions handled by the server before delivering the results to the requester. |
64.
Which of the following is used to access content outside the root of a website?
- A.Brute force
- B.Port scanning
- C.SQL injection
- D.Directory traversal
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
Directory traversals are used to browse outside the root of the site or location and access files or directories that should otherwise be hidden. |
65.
Which of the following can prevent bad input from being presented to an application
through a form?
- A.Request filtering
- B.Input validation
- C.Input scanning
- D.Directory traversing
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
Input validation is the process of checking input for correctness prior to its being accepted by an application. Unlike filtering, which works on the server side, validation works on the client side and prevents bad input from making it to the server. |
- Pages
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40