% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("Projectiles_vectors_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(12) Dim arFormDBFields0(12) Dim arFormValues0(12) arFormFields0(0) = "horizontal_velocity_arrows" arFormDBFields0(0) = "horizontal_velocity_arrows" arFormValues0(0) = Request("horizontal_velocity_arrows") arFormFields0(1) = "length_of_vector" arFormDBFields0(1) = "length_of_vector" arFormValues0(1) = Request("length_of_vector") arFormFields0(2) = "vector_sum" arFormDBFields0(2) = "vector_sum" arFormValues0(2) = Request("vector_sum") arFormFields0(3) = "dvat_equations" arFormDBFields0(3) = "dvat_equations" arFormValues0(3) = Request("dvat_equations") arFormFields0(4) = "diagonal_arrows" arFormDBFields0(4) = "diagonal_arrows" arFormValues0(4) = Request("diagonal_arrows") arFormFields0(5) = "dvat_variable" arFormDBFields0(5) = "dvat_variable" arFormValues0(5) = Request("dvat_variable") arFormFields0(6) = "trajectory_shape" arFormDBFields0(6) = "trajectory_shape" arFormValues0(6) = Request("trajectory_shape") arFormFields0(7) = "Name" arFormDBFields0(7) = "Name" arFormValues0(7) = Request("Name") arFormFields0(8) = "ignored_force" arFormDBFields0(8) = "ignored_force" arFormValues0(8) = Request("ignored_force") arFormFields0(9) = "vertical_velocity_arrows" arFormDBFields0(9) = "vertical_velocity_arrows" arFormValues0(9) = Request("vertical_velocity_arrows") arFormFields0(10) = "Did_own_work" arFormDBFields0(10) = "Did_own_work" arFormValues0(10) = Request("Did_own_work") arFormFields0(11) = "velocity_direction" arFormDBFields0(11) = "velocity_direction" arFormValues0(11) = Request("velocity_direction") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close FP_FormConfirmation "text/html; charset=windows-1252",_ "Form Confirmation",_ "Thank you for submitting the following information:",_ "Projectiles_vectors.asp",_ "Return to the form." End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %>
Answers must be submitted by 10 am Wednesday, Dec 12.
Work on the reading quiz INDIVIDUALLY, (on your own).
Read P3 Chapter 4 - Section 1 up to "Subtracting Vectors" + Chapter 7 Section 2 up to "Projectiles Launched at an Angle." Then answer the following questions: