SDLC Flashcards

1
Q

Trojan horse

A

Looks like innocent and helpful program but in background carry out some type of malicious activity

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

Polyinstantiation

A

Instantiation is what happens when object is created from the class. Polyinstantiation is when more than one object is made and the other copy is
modified to have different attributes.

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

Database Inference Attack ountermeasure

A

Cell Suppression, Partitioning, Noise and Pertuburation

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

Garbage Collector

A

automated way for software to carry out part of its

memory management tasks.

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

EICAR test

A

Done with antivirus software by introducing a
string that all antivirus products recognize as hostile so that testing can be conducted. Antivirus software products have an EICAR.com file and a
signature that matches this file. After software configurations are completed, you then put this file on the system to test the antivirus product’s reactions to
a virus.

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

Benefits of Object Oriented Programming

A

• Modularity
Autonomous objects, cooperation through exchanges of messages.
• Deferred commitment
The internal components of an object can be redefined without changing other parts of the system.
• Reusability
Refining classes through inheritance. Other programs using the same objects.
• Naturalness
Object-oriented analysis, design, and modeling map to business needs and
solutions.

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

Directory traversal

A

Directory traversal is an HTTP exploit which allows attackers to access restricted directories and execute commands outside of the web server’s root directory.

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

RAID - Redundant Array of Inexpensive Disk

A

Provide Fault tolerance or performance gains.

Raid 0 - Multiple disk Striping
Raid 1 - Disk Mirroring (parity)
Raid 3 - Single parity drive (parity and striping)
Raid 5 - Distributed Parity Information

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