A(n) ____________________ type is the specific category of information that a variable contains.

Fill in the blank(s) with the appropriate word(s).


data

Computer Science & Information Technology

You might also like to view...

When working with the text-shadow style, ____ shadows are applied from first to last, with the first shadow listed displayed on top of succeeding shadows.

A. single B. multiple C. double D. blurred

Computer Science & Information Technology

Given the following code snippet, what will be displayed on the web page if the user enters 5Guys! at the prompt?

``` var result = " "; var guys = prompt("How many guys are there?"); result = (parseInt(guys); document.write(result); ``` a. 5Guys! b. 5.0 c. NaN d. 5

Computer Science & Information Technology

A virtual private network is used to connect one device to another device through a public network such as the Internet

Indicate whether the statement is true or false

Computer Science & Information Technology

________ is included by default with Windows Server 2008 and is the sole location for managing all aspects of group policy

a. Active Directory Users and Computers b. Group Policy Server Manager c. Role Manager d. Group Policy Management Console

Computer Science & Information Technology