For the Web and other "on-screen" graphics, the standard resolution is ____________________ ppi.

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


72

Computer Science & Information Technology

You might also like to view...

Authentication defines which of the following? (Select all that apply.)

a. Who you are b. Where you are c. What you are d. None of the above

Computer Science & Information Technology

When you opened the Process Explorer, what did you see?

What will be an ideal response?

a. To access the Windows Registry, click Start > Search for regedit and select Registry Editor. Click Yes when asked to allow this app to make changes.

The Registry Editor has five hives. These hives are at the top level of the registry.
? HKEY_CLASSES_ROOT is actually the Classes subkey of HKEY_LOCAL_MACHINESoftware. It stores information used by registered applications like file extension association, as well as a programmatic identifier (ProgID), Class ID (CLSID), and Interface ID (IID) data.
? HKEY_CURRENT_USER contains the settings and configurations for the users who are currently logged in.
? HKEY_LOCAL_MACHINE stores configuration information specific to the local computer.
? HKEY_USERS contains the settings and configurations for all the users on the local computer. HKEY_CURRENT_USER is a subkey of HKEY_USERS.
? HKEY_CURRENT_CONFIG stores the hardware information that is used at bootup by the local computer.

b. In a prev

Computer Science & Information Technology

The default name of a Web site's home page is usually default.html or ________

A) main.html B) web.html C) index.html D) home.html

Computer Science & Information Technology

The peek operation on a queue returns the item at the back of the queue without removing it.

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

Computer Science & Information Technology