Standard Answers Flashcards
1
Q
Methods of
defining algorithms
A
Flow charts, Structured English, Pseudo-code
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
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)
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.