Domain 8: Software Development Security Deck 2 Flashcards

1
Q

Polyinstantiation

A

With DBs:

When two or more rows (tuples) in the same DB appear to have the identical primary key elements but contain different data for use at different classification levels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SQL - Stored Procedures

A

A stored procedure is a pre-programmed set of Structured Query Language (SQL) commands that are stored on the SQL server, not the client application.

Used to limit what commands can be used.

(if commands are stored in the application rather than the DB, then this is called “Parameterized Queries.”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parameterized Queries

A

SQL statement/command is pre-prepped in the application code and user input is then fed into this command/commands. Command is NOT stored on the SQL server (if it was, then this would be an example of “Stored Procedures.”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Expert System

A

Type of artificial intelligence: A system that seeks to embody the accumulated knowledge of humankind on a particular subject and apply it in a consistent fashion to future decisions. The application of computerbased artificial intelligence in areas of specialized knowledge.

Uses a series of if/then statements to come to a decision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly