Quiz 1 Prep

Office:

  1. A(n) ____________ consists of a group of frequently used styles formatted so they look pleasing when used together. style set
  2. ______________________ is the process of changing the appearance of a paragraph. Paragraph formatting
  3. What key do you hold down to click several nonadjacent items?control
  4. If you click at the left edge of a cell, what are you selecting? the cell
  5. What is the default typing mode in Word? insert

Office 2:

  1. Which of the following is not true about a drawing canvas?B
    a. When you insert shapes, it is recommended you insert them in a drawing canvas.
    b. A drawing canvas is a graphic that you create using Word.
    c. A drawing canvas is a rectangular boundary between your shape and the rest of the document.
    d. A drawing canvas is a container that helps you to resize and arrange shapes on a page.
  2. The options for zooming pages in a document are available on the ____ tab.View
  3. The ____________________ allows you to display formatting applied to text. Reveal Formatting Task Pane
  4. A container for text that allows the text to be positioned anywhere on the page is a(n) _________________________; this is placed around a letter when you drop cap that letter. frame
  5. Columns in which the text consumes the same amount of vertical space are said to be _________________________. balanced

Office 3:

  1. If an illustration is identified with a number, the caption may include the word, Figure, along with the illustration number.WD 508
  2. The named set of instructions associated with a macro is called a(n) procedure.WD680
  3. Word uses the URI, also called a(n) namespace, to refer to the schema.WD699
  4. Every Word document you create is based on a template. WD573
  5. You can run a macro by clicking the View Macros button on the Developer tab or by pressing ALT+F8 to display the Macros dialog box, selecting the macro name in the list, and then clicking the Run button in the dialog box.WD 674

Dreamweaver:

  1. Dreamweaver's Web-safe color palettes contain _______ web-safe colors. 216
  2. Meta tags are read by screen readers and are also used to provide the server information such as the __PICS___ rating for the page.
  3. _________________ colors are colors that may not be displayed uniformly across computer platforms. Non-Websafe
  4. ___________ style sheets are embedded in the code on an individual page. Internal CSS
  5. You can create comments in any Dreamweaver view, but you must turn on ____________________ to see them in Design view. invisible elements

Flash 1:

  1. A(n) _______________ describes the contents and illustrates how text, graphics, animation, and other screen elements will be positioned. storyboard
  2. What are the 4 button states and what is each for? Up-represents how the button shows when the mouse is not over it, over- shows how the button shows when the mouse is over it, down- is how the button shows when it is clicked, Hit- defines the area on the screen that responds to the button
  3. A basic motion animation requires ______________ keyframes. two
  4. The ___________ layer contains an animated object, linked to a Motion Guide layer. Guided
  5. When objects are placed on the stage, they are automatically placed in a layer and in the currently selected frame of the ____________________. timeline

Game Flash:Answers not given as there are only 10 questions on the quiz

  1. What are 5 items that determine whether a game is good or not.
  2. What are the steps involved in the game creation process?
  3. How do you create motion in a game?
  4. How do you create a simple timer?
  5. How do you end a game using a timer?

HTML

  1. An XHTML coding practice is to require that the HTML file include a ____ statement. DOCTYPE
  2. A(n) _________________________ is a program that allows a user to enter, change, save, and print text, such as HTML. text editor
  3. _________________________ tags properly means that you always must enter end tags in an order opposite from the start tags. Nesting
  4. A(n) _________________________ path specifies the exact address for the file to which you are linking or displaying a graphic. absolute
  5. The <_________________________> tag is often used for text in column format in another document pasted into HTML code. pre

Alice 2.0

  1. A class of objects is a set of objects that each have the same _____________. properties and methods
  2. _____________ means moving the camera in to get a tighter shot of an item. Zooming in
  3. How many parts does the full name of each Alice method have? two parts separated by a period
  4. If a program is designed to make the ice skater spin when the s key is pressed, the method that makes the skater spin would be the__________________. event handler
  5. The Export Code for Printing feature exports the file to a(n) _____________________. Web page

Alice 2.0 Advanced

  1. In the context of a storyboard-sketch, an object’s ____ indicates which direction it is facing. 7 orientation
  2. To alter the style in which Alice displays a program, click the ____ menu, followed by the Preferences choice, and Alice will display the Preferences window.10 edit
  3. Every object in a 3D world has ____ attributes that determine its position and orientation in the world.58 six
  4. The____ function returns the distance from the center of one object to the center of the other object.70 distanceTo()
  5. The value the function produces is whatever value appears in the function’s ____.96 return statement

Flash Game Graphics:Answers not given as there are only 10 questions on the quiz

  1. What is an isometric game?
  2. What is the polystar tool used to create?
  3. What are the different genres of games?
  4. Why should you use a game pitch before coding the game?
  5. Why should you use Flash to develop games?

A+ Certification Prep:

  1. A board with PCIe slots might have a 4-pin Molex power connector to provide additional power to some types of PCIe boards.62
  2. Sandy Bridge processors house the memory controller and graphics controller.128
  3. Which unit of electricity measures electrical force and 115 is a common value? 24 Volt
  4. Which material is a cooler that sits atop the CPU most likely made of? 68 Copper
  5. What unit is used to measure the frequency of memory, FSB, and the processor? 132 Hz

Flash 2: Answers not given as there are only 10 questions on the quiz

  1. What steps are involved in the site constuction process?
  2. What is a Master SWF file?
  3. What are classes, objects, methods, and properties?
  4. What is a Function?
  5. What is LoadVars?

Java Programming:

  1. ____ are insertions within the code that explain the purpose of the code statements. A
    a. Comments c. Requirements
    b. Algorithms d. Solutions
  2. In programming, an action is ____ if it takes place without any visible effect other than the desired output. D
    a. efficient c. robust
    b. parsimonious d. transparent
  3. The System class extends methods from its superclass, which is the ____ class. C
    a. Array c. Object
    b. Exception d.JavaBean
  4. Which of the following is not an advantage of using Applet Viewer rather than a browser? D
    a. Applet Viewer ignores irrelevant HTML code
    b. Applet Viewer does not have to be Java-enabled
    c. Applet Viewer uses less memory than a browser
    d. Applet Viewer catches incorrect references to an applet
  5. The _____________, or trigger, that causes a message to be sent to an object. impetus

Visual Basic:

  1. You can display the Properties window by pressing the ____________ key. F4
  2. Identifying the objects to which you will assign a specific tasks is step _____ in the planning of an OOED application. 2
  3. A ________________ is used to measure the location of an object from the edges of a form. twip
  4. When a command button has the focus, its border is highlighted and a dotted rectangle appears around ____________________. its caption
  5. You can use the _________________________ function to tell Visual Basic to treat the contents of a text box as a numeric instead of a character string. Val