A ____________________ image is a smaller version of a larger image, and is often used to conserve space on a website.

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


thumbnail

Computer Science & Information Technology

You might also like to view...

The __________ method determines whether a String ends with a particular substring.

a) checkEnd b) stringEnd c) endsWith d) endIs

Computer Science & Information Technology

Find the error(s) and show how to correct it (them) in each of the following.

a) File payables.txt referred to by ofstream object outPayable has not been opened. outPayable << account << company << amount << endl; b) The following statement should read a record from the file payables.txt. The if-stream object inPayable refers to this file, and istream object inReceivable refers to the file receivables.txt. inReceivable >> account >> company >> amount; c) The file tools.txt should be opened to add data to the file without discarding the current data. ofstream outTools( "tools.txt", ios::out );

Computer Science & Information Technology

The iPad view formats a telephone number as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case WDX 2-1Stephen is creating a chart that displays the sales data for the past year. Stephen found an error in the chart data. How can he fix it?

A. On the Chart Tools Design tab, click the Edit Data button B. On the Chart Tools Layout tab, click the Legend button C. On the Chart Tools Layout tab, click the Data Labels button D. On the Chart Tools Design tab, click the Change Chart Type button

Computer Science & Information Technology