Answers

IK

Answered

Amy wants to make sure that at least two lines of a paragraph appear at the top and bottom of every page.What should she do?

A) Enable the widow and orphan control option.
B) Enable the page break before option.
C) Enable the keep with next option.
D) Enable the don't hyphenate option.

On Jul 11, 2024


A
IK

Answered

Files containing ____ are available from a variety of sources.

A) task panes
B) search terms
C) colors
D) graphics

On Jul 04, 2024


D
IK

Answered

How are arrays tested to see if they contain the same contents?

On Jun 06, 2024


The best way to test two arrays to see if the contents are the same is to write a method that accomplishes the task.This method would iterate through each array comparing indexed variables.If arrays are tested for equality using the == operator,you are only testing to see if the arrays reference the same memory location.It is quite common for two arrays to reference different memory locations,but contain the same elements.
IK

Answered

You can use a _____ to add, change, or delete table data based on conditions you specify.

A) conditional format
B) datasheet filter
C) data macro
D) macro program

On Jun 03, 2024


C