CompTIA's Network+ exam consists of two tests.

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


False

correct

Computer Science & Information Technology

You might also like to view...

You can create your own exceptions.

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

Computer Science & Information Technology

int x, y;if (x < 4)    y = 2;else if (x > 4){    if (x > 7)        y = 4;    else        y = 6;}else    y = 8;Based on the code above, what is the value of y if x = 1?

A. 2 B. 4 C. 6 D. 8

Computer Science & Information Technology

An intentional or unintentional act that can damage or otherwise compromise information and the systems that support it is known as a(n) __________.

A. threat B. attack  C. exploit D. vulnerability

Computer Science & Information Technology

A secret word or string of characters that allows you to log on to a remote computer is called a ________.

A. password B. website C. URL D. UserID

Computer Science & Information Technology