Home
You may like this!
161.
Which of the following is a scripting language?
  • A.
    ActiveX
  • B.
    Java
  • C.
    CGI
  • D.
    ASP.NET
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
CGI is a scripting language that is designed to be processed on the server side before the results are provided to the client.
Report
Name Email  
162.
__________ is used to audit databases.
  • A.
    Ping
  • B.
    Ipconfig
  • C.
    SQLPing
  • D.
    Traceroute
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
SQLPing is used to audit databases and help identify issues that may be of concern or problematic.
Report
Name Email  
163.
Browsers do not display __________.
  • A.
    ActiveX
  • B.
    Hidden fields
  • C.
    Java
  • D.
    JavaScript
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
Browsers do not render hidden fields, but these fields can be viewed if you use the browser’s ability to view source code.
Report
Name Email  
164.
Proper input validation can prevent what from occurring?
  • A.
    Client-side issues
  • B.
    Operating system exploits
  • C.
    SQL injection attacks
  • D.
    Software failure
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
SQL injection attacks are made possible through improper input validation, thus allowing bogus commands to be issued to a database and processed.
Report
Name Email  
165.
__________ can be used to attack databases.
  • A.
    Buffer overflows
  • B.
    SQL injection
  • C.
    Buffer injection
  • D.
    Input validation
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
SQL injection can be used to attack databases.
Report
Name Email