Standard Answers Flashcards

1
Q

Methods of

defining algorithms

A

Flow charts, Structured English, Pseudo-code

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

Steps of a Design Review

A

 Check the correspondence between a design and
its specification;
 Confirm that the most appropriate techniques have
been used;
 Confirm that the user interface is appropriate

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

The problem of
ambiguity in voice
recognition

A

 Different words sound the same (too, to, two)
 The same word can mean different things
(command vs vocabulary dictation)

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

Using XOR in

encryption

A

• Choose a key
• Apply XOR to the plain text with the key to obtain
cipher text
• To decode apply XOR to the cipher text to go back
to original plain text.

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