For monitoring the physical locations of employees, video cameras can be used, but another possibility is the use of ____.
A. proximity cards
B. presence technology
C. face recognition
D. video cards
Answer: A
You might also like to view...
The operating system knows when input and output operations begin and end because these events are marked by __________.
a. control blocks b. interrupts c. commands d. The premise of this question is false.
At which layer of the OSI model does IPsec work?
A. Two B. Three C. Four D. Six
What is wrong with the following VBScript code?
``` 1 Select Case x 2 Case 1 3 Call MsgBox("1") 4 Case 2 5 Call MsgBox("2") 6 Case Else 7 Call MsgBox("?") 8 End Select ``` a) Nothing. b) Line 1 should read Switch Case x and Line 8 should read End Switch. c) There should be colons at the ends of lines 2, 4 and 6 d) There should be break statements after lines 3, 5 and 7.
When in Layout or Design view, which of the follow is NOT a form layout tab?
A) Design B) Edit C) Layout D) Format