The oldest family of chat programs is based on the ______________ protocol.

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


IRC

correct

Computer Science & Information Technology

You might also like to view...

How many times will this for loop execute? (Note: i is an int.)

``` for(i = 0; i < 10; i = i+2) ``` A. 5 B. 10 C. The loop is not written correctly. It would not compile. D. It is an infinite loop.

Computer Science & Information Technology

JavaFX Scene Builder Document window’s _______________ section shows the structure of the GUI and allows you to select and reorganize controls.

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

Computer Science & Information Technology

Deleting a record might have unforeseen consequences, so should be done cautiously

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ defines what an authenticated person can do with data.

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

Computer Science & Information Technology