You can add or delete shapes in a SmartArt graphic

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

To demote an item in an outline, you can press ________

A) Tab B) Alt+Tab C) Shift+Tab D) Ctrl+Tab

Computer Science & Information Technology

What numbers are displayed in the list box by the following program segment?

``` Dim numbers() As Integer = {4, 7, 9, 3, 1} Dim query = From number in numbers Where number > 6 Select number lstBox.Items.Add(query.Count) lstBox.Items.Add(query.Average) ``` (A) 5 and 12 (B) 2 and 12 (C) 2 and 8 (D) 5 and 8

Computer Science & Information Technology