A file that has been assigned as ________ cannot be deleted or modified

Fill in the blank(s) with correct word


Read-Only

Computer Science & Information Technology

You might also like to view...

In memory, C++ automatically places a(n) __________ at the end of string literals which __________.

a. semicolon, indicates the end of the statement b. \n, indicates an escape sequence c. null terminator, marks the end of the string d. bracket, marks the end of the string e. None of these

Computer Science & Information Technology

Match the following parts of the PowerPoint screen to its meanings:

I. Notes pane II. Slides/Outline pane III. Slide pane IV. placeholder V. status bar A. preformatted area that define the information to place in each area B. on the left of the PowerPoint screen C. helps you focus on one topic at a time D. inserting comments while in Normal view E. contains the PowerPoint view buttons

Computer Science & Information Technology

Consider the following function definition:

``` void tripler(int& n) { n = 3*n; ``` a) tripler(a[2]); b) tripler(a[3]); c) tripler(a[number]); d) tripler(a); e) tripler(number);

Computer Science & Information Technology

When measuring a broken wire, the meter shows _____ resistance

Fill in the blank(s) with correct word

Computer Science & Information Technology