Community Baptist Church                                                                                                               Community Christian Academy
Inside Community
  • Home
  • Computer Programming Final

2016 Computer Programming Final Exam


    2016 - Computer Programming Final Exam


     Remember, you may use your tablet to program in BASIC and use
    www.w3schools.com
    as a reference for HTML programming.








    Question 8: What would the result be, if you ran a basic program that looked like this:
                          For i = 1 to 10
                          PRINT i
                          Next i

    Question 9: What would the result be, if you ran a basic program that looked like this:
                          For i = 1 to 10
                          if i = 5 then goto skip
                          PRINT i
                          skip:
                          Next i

    Question 10: What would the result be, if you ran a basic program that looked like this:
                          input "What is your name:" , name$



    REM this is not going to do anything




    Picture

    Use the HTML code below to answer questions 18 - 20

    <form>
      First name:<br>
      <input type="text" name="firstname"><br>
      Last name:<br>
      <input type="text" name="lastname">
    </form>


    If the above code produces the output below:
    Picture
    To make to the HTML code to produce this output:
    Picture


Submit Exam

Web Hosting by iPage