The blinking vertical line that indicates where your text will appear when you type is called the ____.

A. cursor
B. pointer
C. insertion point
D. placeholder point

Answer: C

Computer Science & Information Technology

You might also like to view...

Choose indices for the following SELECT statement. Specify whether your choices are clustered or unclustered, hash index or B + tree.

``` SELECT C.CrsName, COUNT(*) FROM Course C, Transcript T WHERE T.CrsCode = C.CrsCode AND T.Semester = :sem GROUP BY T.CrsCode, C.CrsName HAVING COUNT(*) ? 100 ```

Computer Science & Information Technology

Every year, new tools and versions enter the market and older ones become obsolete or hard to find.

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

Computer Science & Information Technology