A network formed by interconnecting a PC to a digital camera via a USB cable is considered what type of network?
a. WAN
b. CAN
c. PAN
d. MAN
Answer: c. PAN
You might also like to view...
We want a pointer called ptr to hold the address of a space in the heap large enough for an integer. We would use the line of code:
A. new ptr = new int; B. new ptr = int; C. ptr = int new; D. ptr = new int;
Jessie, a student, creates a PowerPoint presentation. She views her presentation in the Slide Sorter view and is unable to see more than two slides on her screen. Which of the following should Jessie do to see more slides on her screen??
A. ?Jessie should decrease the zoom level of the presentation. B. ?Jessie should click on the Normal button. C. ?Jessie should change the current theme of the presentation. D. ?Jessie should add more transition effects to her slides.
In Expression Web, HTML, CSS, and other types of code are ____ to make it easier to locate and edit specific bits of code.
A. bolded B. highlighted C. shown in red type D. shown in blue type
The index-based operations on linked lists run in ____ time.
A. constant B. consecutive C. linear D. analog