Which of the following can be implemented with multiple bit strength?
A. AES
B. DES
C. SHA-1
D. MD5
E. MD4
Answer: A. AES
You might also like to view...
A file __________ is a small holding section of memory that file-bound information is first written to.
a. name b. number c. buffer d. segment e. None of these
What value would be returned by the function sum for this call?
``` sum ( 67.58, 50.94 ) ``` Definition of sum: ``` int sum( int num1, int num2 ) { return( num1 + num2 ); } ``` a. 118 b. 118.52 c. 119 d. 117
Which of the following for loop headers will cause the body of the loop to be executed 100 times?
a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times
PowerPoint provides only three picture effects.
Answer the following statement true (T) or false (F)