'; var correctWin = window.open('', '', 'height=200,width=300,scrollbars=yes'); correctWin.document.write(correctPage); correctWin.document.close(); } // Create four Question objects var quiz = new Array(); quiz[0] = new Question( "How many views can you generate from a 3-D drawing?", 3, // Correct answer "One", // Choice 0 "Three", // Choice 1 "Up to 99", // Choice 2 "As many as you need"); // Choice 3 quiz[1] = new Question( "What is one advantage of 2-D over 3-D CAD drafting", 1, "You can get more detailed", "It is easier to learn", "You can print out 2D drawings", "2-D is more accurate"); quiz[2] = new Question( "What are the advantages of 3-D over 2-D CAD drafting?", 3, "You can generate realistic renderings", "It is easier to adjust one model instead of many drawings", "You can create protypes easier", "All of the above"); quiz[3] = new Question( "Which axis will you use in 3-D that you didn\'t use in 2-D?", 2, "X", "Y", "Z", "None of the above"); quiz[4] = new Question( "Is isometric drawing true 3-D drawing?", 0, // Correct answer "Never", // Choice 0 "Only in AutoCAD 2004", // Choice 1 "Always", // Choice 2 "Only after you press \"F4\""); // Choice 3 quiz[5] = new Question( "To switch isoplanes, you press:", 2, "\"F3\"", "\"F4\"", "\"F5\"", "\"F6\""); quiz[6] = new Question( "Which command do you use to draw a circle in isometric drafting?", 0, "The Ellipse command", "The circle command", "The Arc command", "None of the above"); quiz[7] = new Question( "Does the screen grid look the same in isometric mode as is regular drawing mode?", 1, "Yes", "No", "Only when you press \"F5\"", "Isometric mode has no grid"); quiz[8] = new Question( "In a new drawing, which direction is the Z axis pointing?", 2, // Correct answer "Up", // Choice 0 "Down", // Choice 1 "Towards you", // Choice 2 "Away from you"); // Choice 3 quiz[9] = new Question( "How long is a line from \'0,0,0\' to \'4,3,2\'?", 3, "2 units", "3 units", "4 units", "Over 5 units"); quiz[10] = new Question( "Do you have to turn on the Z axis?", 1, "Yes", "No", "Only in old versions of AutoCAD", "Only if you are drawing a house"); quiz[11] = new Question( "How can you check if a line is drawn in 3D?", 3, "You can\'t", "Dimension it", "Press \'F5\'", "Check the line\'s properties"); quiz[12] = new Question( "Tiled Viewports are used in...?", 0, // Correct answer "Model space", // Choice 0 "Paper space (or layouts)", // Choice 1 "In both", // Choice 2 "In neither"); // Choice 3 quiz[13] = new Question( "How many tiled viewports are in a new drawing?", 0, "One", "Two", "Three", "Four"); quiz[14] = new Question( "When changing views, should you be concerned about the orientation of the UCS/WCS icon?", 1, "Never", "Always", "No, because I don't need to know which way is up", "No, it will never change"); quiz[15] = new Question( "When you are using using multiple viewports, you can change to another by...", 3, "Pressing \'F1\'", "Using the Zoom command", "Pressing Control+Z", "Picking inside the viewport"); quiz[16] = new Question( "If you copy an object 2 units up in the Z axis, can you see it from the plan view?", 2, // Correct answer "Yes, it will look different than the original object", // Choice 0 "Yes, if you zoom in close enough", // Choice 1 "No, because it is directly on top of the original object", // Choice 2 "Only if it is a circle"); // Choice 3 quiz[17] = new Question( "Switching to a SW isometric view will...", 1, "Hide the bottom objects", "Allow you to see most 3-D objects", "Turn everything upside down", "Disable all drawing commands"); quiz[18] = new Question( "Why should you use multiple layers in 3-D?", 3, "Because it\'s more colorful", "Because more layers make the drawing bigger", "It\'s good practice", "Because if I don\'t, my drawing will soom be a jumbled mess"); quiz[19] = new Question( "Wireframes are the most complex form of 3D drawing", 1, "Yes", "No", "They can be", "Only if you are drawing bridges"); quiz[20] = new Question( "Is \'line thickness\' a true 3-D method of drawing?", 3, // Correct answer "Yes", // Choice 0 "Yes, but only in AutoCAD LT", // Choice 1 "Yes, but only if you use lots of layers", // Choice 2 "No, it is only a representation"); // Choice 3 quiz[21] = new Question( "Is line thickness the same a polyline width?", 2, "In most cases, yes", "Yes, but for 3-D", "No, they are not related", "Only on polylines"); quiz[22] = new Question( "How commands are needed for line thickness?", 3, "2", "3", "5", "You only change the object\'s properties"); quiz[23] = new Question( "Wireframes are just like isometric drawing", 1, "Yes", "No", "They can be", "Only when you view them from the SW isometrec view"); quiz[24] = new Question( "What shapes can you create a region from?", 2, // Correct answer "Arc", // Choice 0 "Line", // Choice 1 "Rectangle", // Choice 2 "Text"); // Choice 3 quiz[25] = new Question( "If a command to create a region fails, what might have been wrong?", 2, "You selected more than one object", "The object was not closed", "There was a gap or space in the shape", "You tried the command on a polyline"); quiz[26] = new Question( "The Extrude command creates a...?", 0, "Solid", "Wireframe model", "Region", "Thick line"); quiz[27] = new Question( "A 3d Face can be...", 1, "Based on any shape", "Based on any 4-sided shape", "Based on rectangles only", "Based on lines only"); quiz[28] = new Question( "Which command will give you a solid object?", 3, // Correct answer "Revsurf", // Choice 0 "Revolution", // Choice 1 "Revolver", // Choice 2 "Revolve"); // Choice 3 quiz[29] = new Question( "Surftab1 and surftab2 are used in conjunction with which command?", 0, "Revsurf", "Revolution", "Revolver", "Revolve"); quiz[30] = new Question( "You can use the Revolve command on...", 3, "Rectangles", "Regions", "Neither 1 nor 2", "Both 1 and 2"); quiz[31] = new Question( "To rotate an object in 3-D space, you use the...", 2, "Rotate command", "3Drotate command", "Rotate3D command", "Revolve"); quiz[32] = new Question( "Can you see the materials on your objects without rendering the drawing?", 1, // Correct answer "Yes", // Choice 0 "No", // Choice 1 "Only in 3-D", // Choice 2 "Yes, if you use the Hide command"); // Choice 3 quiz[33] = new Question( "Does the Materials Library allow you to add materials to your objects?", 2, "Yes", "Sometimes", "No, it only imports them into the drawing", "Only on solid objects"); quiz[34] = new Question( "Do you have the option to apply materials to all objects on a particular layer?", 3, "Only 3-D walls", "Only if the material is wood", "Never", "Always"); quiz[35] = new Question( "To see rendered materials, you must use which option(s) in the render dialog box", 2, "Photo Real", "Photo Raytrace", "Both", "Neither"); quiz[36] = new Question( "Which command is not a Boolean Operation?", 2, // Correct answer "Union", // Choice 0 "Subtract", // Choice 1 "Join", // Choice 2 "Intersect"); // Choice 3 quiz[37] = new Question( "After using the Union command, the resulting object will have the properties of...", 1, "The current layer", "The first object selected", "The last object selected", "You will be asked to create a new layer"); quiz[38] = new Question( "When using the Subtract command, which object do you select first?", 0, "The object to subtract from", "The object to subtract", "You select everything at once", "The largest one"); quiz[39] = new Question( "If you Intersect 2 objects what will you be left with?", 2, "Nothing", "The volume of both objects combined", "The volume where the two objects interfere with each other", "Nothing"); quiz[40] = new Question( "Does an object created with the Box command have 6 identical sides?", 3, // Correct answer "Always", // Choice 0 "Never", // Choice 1 "Only if you type the command in upper case", // Choice 2 "Only if you choose to draw it that way"); // Choice 3 quiz[41] = new Question( "How do you define the size of a Sphere?", 3, "With the Radius", "With the Diameter", "By Stretching it", "You have the option for either Radius or Diameter"); quiz[42] = new Question( "What shape best describes a Torus?", 2, "A helix", "A spiral", "A donut", "A black hole"); quiz[43] = new Question( "How many sides does a Wedge have?", 1, "4", "5", "6", "Depends on how you draw it"); quiz[44] = new Question( "Which is the default coordinate system when starting a new drawing?", 2, // Correct answer "UCS", // Choice 0 "XYZ", // Choice 1 "WCS", // Choice 2 "There isn't one"); // Choice 3 quiz[45] = new Question( "Which is not a valid option for the UCS command?", 2, "Next", "3 Point", "Random", "Save"); quiz[46] = new Question( "Which method of creating a UCS does myCADsite.com recommend?", 1, "View", "3 Point", "Origin", "World"); quiz[47] = new Question( "In older versions of AutoCAD, a broken pencil symbol means...?", 2, "That you cannot Save", "That you need to print the drawing", "That you cannot draw on that plane", "Your monitor needs adjusting"); quiz[48] = new Question( "What is the main advantage to manually mapping materials?", 1, // Correct answer "So you can see the North position", // Choice 0 "Your materials can look more natural", // Choice 1 "So that you can change the colour of the material", // Choice 2 "There is no advantage"); // Choice 3 quiz[49] = new Question( "Which is not a valid option for mapping Projection?", 2, "Cylindrical", "Spherical", "Resize", "Solid"); quiz[50] = new Question( "Can you resize the appearence of the material without adjusting the bitmap size?", 0, "Yes", "No", "Only on cylindrical objects", "Only on flat objects"); quiz[51] = new Question( "By default, which direction is the material projected?", 2, "From the back", "From the front", "From the top", "From the bottom");

LEVEL 3 QUIZ

Check your answers here