wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

TRACK_ELECTIVE F_SW1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The validation process is aimed at authorizing whether or not the type of input submitted by a user is allowed.

a)

True

b)

False

2.

Stored procedures can decapsulate the SQL statements and treat all input as parameters.

a)

True

b)

False

3.

Prepared statements works by creating the SQL statement first then treating all submitted user data as parameters. This has effect on the syntax of the SQL statement.

a)

True

b)

False

4.

Irregular expressions can be used to detect potential harmful code and remove it before executing the SQL statements.

a)

True

b)

False

5.

Database connection user access rights – only necessary access rights should be given to accounts used to connect to the database.

a)

True

b)

False

6.

"Please try again later” can be used instead of display the SQL statements that caused the error.

a)

True

b)

False

7.

Error messages should reveal sensitive information and where exactly an error occurred.

a)

True

b)

False

8.

SQL Injections can do more harm than just by passing the login algorithms. Such as, importing valuable data such as credit card details, email, and passwords to the attacker’s remote server.

a)

True

b)

False

9.

SQL Injections can do more harm than just by passing the login algorithms. Such as, importing valuable data such as deleting, updating, and inserting data.

a)

True

b)

False

10.

SQL injection takes advantage of the design flaws in well designed web applications to exploit SQL statements to execute malicious SQL code.

a)

True

b)

False