When scheduling an appointment, the ____ allows you to insert files, signatures, images and media.

A. Add tab
B. Actions group
C. Actions area
D. Insert tab


Answer: D

Computer Science & Information Technology

You might also like to view...

The prompt() command in JavaScript is actually a(n) ____.

A. variable B. parameter C. function D. argument

Computer Science & Information Technology

An Expression Web site consists of at least one ____ and file.

A. page B. image C. folder D. link

Computer Science & Information Technology

What is the six-phase problem-solving procedure for examining an information system and improving it?

A. prototyping B. SDLC C. DATA flow diagram D. System analysis and design

Computer Science & Information Technology

How does this type of a linked list help us to implement a queue?

Given the following diagram, a chain of linked nodes with head and tail pointers:



a. able to traverse the list from back to front
b. able to easily delete the node at the back/end of the chain
c. able to keep a sorted chain
d. able to easily add a node to the back/end of the chain

Computer Science & Information Technology