________ are electronic markers that, when clicked, do one of several actions

Fill in the blank(s) with correct word


Hyperlinks

Computer Science & Information Technology

You might also like to view...

Refering to the accompanying figure, which callout points to the column that alerts you to any printing problems?

A. A B. B C. C D. D

Computer Science & Information Technology

What value is assigned to lblSum.Text by the following code ?

``` Dim intTotal As Integer = 0 For intOuter = 1 To 3 For intInner = intOuter To 3 intTotal += intOuter * intInner Next Next lblSum.Text = intTotal.ToString() ``` a. 9 b. 16 c. 25 d. 36

Computer Science & Information Technology

Files deleted from your Windows computer's hard drive are stored in the ________ until they are permanently deleted

A) Recycle Bin B) Computer icon C) Trash Can D) System tray

Computer Science & Information Technology

Which of the following is not a Layer 2 technology?

a. Ethernet b. DSL c. T1 d. AMT

Computer Science & Information Technology