You use the ____ button to replace one picture for another.

A. Replace
B. Replace Picture
C. Change Picture
D. Substitute


Answer: C

Computer Science & Information Technology

You might also like to view...

StreamWriter method __________ writes a sequence of characters to a file and positions the output cursor to the beginning of the next line in the file.

a) WriteLine b) NewLine c) NextLine d) WriteMoveCursor

Computer Science & Information Technology

For each value read, your program should print the original value, the number rounded to the nearest integer, the number rounded to the nearest tenth, the number rounded to the nearest hun- dredth and the number rounded to the nearest thousandth.

Function floor can be used to round a number to a specific decimal place. The statement y = floor( x * 10 + .5 ) / 10; rounds x to the tenths position (the first position to the right of the decimal point). The statement y = floor( x * 100 + .5 ) / 100; rounds x to the hundredths position (the second position to the right of the decimal point). Write a program that defines four functions to round a number x in various ways: a) roundToInteger( number ) b) roundToTenths( number ) c) roundToHundredths( number ) d) roundToThousandths( number )

Computer Science & Information Technology

When using a split form, you can only print from the Datasheet view section of the screen

Indicate whether the statement is true or false

Computer Science & Information Technology

The range of entries that determines the size of the slices in a Pie chart is called the category names.

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

Computer Science & Information Technology