The Change Chart Type option is in the ________ group

A) Chart Layouts B) Data C) Chart Styles D) Type


D

Computer Science & Information Technology

You might also like to view...

To access the cell at the 2nd row and 2nd column of Table tblBook, use ________.

a) tblBook.Cells[ 1 ].Rows[ 1 ] b) tblBook.Cells[ 2 ].Rows[ 2 ] c) tblBook.Rows[ 1 ].Cells[ 1 ] d) tblBook.Rows[ 2 ].Cells[ 2 ] e) tblBook.Rows[ 2 ].Cells[ 1 ]

Computer Science & Information Technology

A ________ is a program on an e-mail server that can send a message to be distributed to all addresses on the e-list

A) codec B) keylogger C) reflector D) backdoor

Computer Science & Information Technology

Where is the following data entity used?

class Node { private Node next; private Object content; } a. Linked list b. Double linked list c. Binary search tree d. Graph

Computer Science & Information Technology

________ validation can be used to apply multiple validation criteria to a cell

A) Compound B) Complex C) Detailed D) Custom

Computer Science & Information Technology