A hyperlink can be clicked to connect to a web page in ________ view

A) Normal
B) Outline
C) Slide Show
D) Notes


C

Computer Science & Information Technology

You might also like to view...

Here are several different initializations of a structure variable. State what happens in each initialization.

``` struct WeatherData {int temperature; int windChill; int windSpeed; ``` a) WeatherData prediction ={ }; b) WeatherData prediction ={40}; c) WeatherData prediction ={40, -10, }; d) x WeatherData prediction ={40, -10, 20 };

Computer Science & Information Technology

After using the Database Splitter tool, the tables are found in the back-end file

Indicate whether the statement is true or false

Computer Science & Information Technology

All Excel formulas begin with ________

A) @ B) # C) = D) *

Computer Science & Information Technology

Which interior intrusion detection system (IIDS) sensor uses heat radiation to detect intruders?

a. Ultrasonic. b. Microwave. c. Passive infrared. d. Dual-phenomenology.

Computer Science & Information Technology