Cameras with a built-in lens are referred to as ____ cameras.

A. SLR
B. compact
C. smartphone
D. digital video


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following function:

```Function Power(K, M) As Float Set Power = M^K End Function``` What is displayed when the following statement in the main program is executed? ```Write Power(3, 4)``` a. 27 b. 256 c. 64 d. 81

Computer Science & Information Technology

I have an algorithm that runs in O(N1/2), where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?

a) Same time b) About 3 minutes c) About 10 minutes d) About 30 minutes e) You haven’t given enough information. I can’t tell.

Computer Science & Information Technology

What type of access is granted if you log on to a computer remotely as administrator with no password?

A. Administrator B. Standard user C. Power user D. Guest

Computer Science & Information Technology

One problem with the ____ algorithm is the computational overload for encryption/decryption.

DES Triple DES RSA AES

Computer Science & Information Technology