You use the Save As dialog box to create a copy of a document with a new name. _________________________

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


True

Computer Science & Information Technology

You might also like to view...

Consider the following function definition:

``` void tripler(int& n) { n = 3*n;} ``` a) Nothing is wrong with either bit of code. b) There are not enough initializers for the array. c) There is an illegal index in the loop. d) There are too many initializers in for the array. e) The call to the function requires different syntax.

Computer Science & Information Technology

What is wrong with overriding Object’s equals() method in the Circle class as follows?

``` public boolean equals ( Circle c ) { // body goes here } ```

Computer Science & Information Technology

When you create a table, all of the cells have black, solid line borders of which point size?

A) 1/2 point B) 1.5 pt C) 2 pt D) 1 pt

Computer Science & Information Technology

Why is the performance of a computer so dependent on a range of technologies such as semiconductor, magnetic, optical, chemical, and so on?

What will be an ideal response?

Computer Science & Information Technology