In the accompanying figure, item 1 displays a list of ____.

A. brush sources
B. brush tip options
C. brush tip sizes
D. brush locations


Answer: B

Computer Science & Information Technology

You might also like to view...

The data type field specifies the database fields and their characteristics.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Specify which of the following decisions were made during requirements or system design:

• “The ticket distributor is composed of a user interface subsystem, a subsystem for computing tariff, and a network subsystem managing communication with the central computer.” • “The ticket distributor will use PowerPC processor chips.” • “The ticket distributor provides the traveler with an on-line help.”

Computer Science & Information Technology

What does the following code do? Assume this method is invoked by using Mystery ( 70, 80 ).

double dblY;

intX = intNumber1 + intNumber2;
dblY = intX / 2;

if ( dblY <= 60 )
{
lblResult.Text = "<= 60 ";
}
else
{
lblResult.Text = " Result is " + dblY;
}

} // end method Mystery

Computer Science & Information Technology

Internet Explorer's ________ makes it difficult for malicious software to be installed on your computer by preventing a downloaded program from making any direct changes to your system

A) SmartScreen Filter B) Certification Authorities C) Do Not Track D) Protected mode

Computer Science & Information Technology