Quiz 2 Prep

Office:

  1. When assigned to a cell, the ____ function returns a number that corresponds to the system date and time beginning with December 31, 1899. EX183
  2. The ____________________ preceding a formula is important because it alerts Excel that a formula or function is being entered and not text. EX91
  3. Formatting that appears only when the value in a cell meets specified conditions is called ____________________. EX118
  4. ____________________ is a technique that can be used to conceal data that might not be relevant to a particular report or sensitive data that others should not see. EX122
  5. When cell references are copied, each cell reference that Excel automatically adjusts for the new position is called a(n) __________. EX27

HTML:

  1. If you wanted five frame rows, the <frameset> tag could contain which of the following relative percentages? 263
    a. <frameset rows="20%, 20%, 20%, 20%, 20%">
    b. <frameset rows="10%, 10%, 10%, 10%, 10%">
    c. <frameset rows="30%, 10%, 20%, 40%, 50%">
    d. <frameset rows="20%, 20
  2. In a server-side image map, the _________________________ sends the x- and y- coordinates to the Web server for the position of the link on the image map. 201
  3. The _________________________ attribute indicates the Web page to be displayed in the frame. 251
  4. If you use an asterisk to take whatever space is left for the unspecified frames, as in ____, the first and third rows each would be 37.5 percent of the total screen size. 263
    a. rows="*,75,*" c. rows="*,33,*"
    b. rows="*,37.5,*" d. rows="*,25,*"
  5. When a hotspot on a server-side image map is clicked, additional software is run that is stored on __________________________? 201

Dreamweaver:

  1. Before you create a table, you should sketch a plan for it that shows its location on the Web page and the ____________________ of text and graphics in its cells. 5-5
  2. Using ____________________ in Web forms makes it possible to provide information to the Web server and form processing script without the viewer knowing that the information is being sent. 6-21
  3. How can you create an internal link to a named anchor in Dreamweaver? 4-11
  4. What is a hotspot? How can you create one? 4-27
  5. How can you format a table cell in Dreamweaver? 5-23

Flash 1:

  1. The ____ option, provided by the Property inspector when creating motion-tweened animations, ensures that the object loops properly. 4-15
  2. The ____________________ is also the point that snaps to a motion guide. 4-15
  3. What are the steps involved in using a motion guide to create an animation? 4-11
  4. List five guidelines for optimizing movies.6-10
  5. The ____________________ option, on the Property inspector for a shape tween, preserves the corners and straight lines and works only with objects that have these features.5-5

Game Flash:

Your quiz will be a basic game creation so there are no quiz questions.

Alice 2.0:

  1. A bounding box is ____. 74
  2. A selection sequence is also known as a(n) ____. 139
  3. In the ____________________ phase of the software development life cycle, each methods design and coding are corrected. 64
  4. ____________________ should have a clear starting and ending point. 139
  5. Every loop is either a count-controlled loop or a(n) ____________________ loop that is not count controlled.163

A+ PC Repair

  1. A memory module with pins on opposite sides of the circuit board that connect together to form a single set of contacts is known as a _____. 129
  2. Each entry in the file allocation table takes up a certain number of bits, which is why FAT file systems often are referred to as _____. 170
    a. 12-bit c. 32-bit
    b. 16-bit d. all of the above
  3. Newer DIMMs hold chips that use _________________________, which is DRAM that runs in sync with the system clock and thus runs faster than other types of DRAM. 131
  4. A(n) _________________________ error is a Windows error that occurs when a program attempts to access a memory address that is not available or no longer assigned to it. 147
  5. Early CPUs had only _________________________ lines on the bus available to handle addresses. 136

Java Programming

  1. When a method refers to an instance of an object with a variable, the variable is called a(n) ____________.96
  2. Which of the following is an equality operator? 154
    a. !=
    b. =
    c. >=
    d. <=
  3. The access modifier, ____________________, indicates that the code can be accessed by all objects in the program and can be extended, or used, as a basis for another class.64
  4. Adding the code, ____________________, to the end of the main() method header gives the program a way to acknowledge and handle potential input and output errors. 137
  5. In Java, the ____________________ is used to implement exponentiation.160