Which is another name for insertion point?

A) Cursor
B) Mouse
C) Marker
D) Pointer

A

Computer Science & Information Technology

You might also like to view...

The option bar displays options for the selected app

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the exact output of the following code?

double area = 3.5; System.out.print("area"); System.out.print(area); a. 3.53.5 b. 3.5 3.5 c. area3.5 d. area 3.5

Computer Science & Information Technology