Exam3 Review CSE111 B.Ramamurthy 11/24/2018 B.Ramamurthy
Exam Date May 12, 2017, during lecture time 12-12.50 Please bring Pencils, pens and erasers. This is a closed book exam. No make up exam will be given. We are going to assign your seat for the exam. In other words, you have to sit at the location we indicate. These seats are almost the same as in exam 1. 11/24/2018 B.Ramamurthy
Topics HTML components: document, form, table, button, textbox, div, radio button: Look survey (quiz) example and the grade example (with div) Function onlclick, onchange. Javascript: linking the script file Simple functions Variables If else statement For statement Arrays Javascript Functions parameters Return value Computations Document.getElementByID and return values to HTML Wiley Plus Chapter 16. 11/24/2018 B.Ramamurthy
Hoe to study? Study the labs 5,6 Study the grade calculation example Study the quiz example Forms, controls, text boxes, buttons Javascript functions Simple AngularJS function as explained in lecture on 5/5 Review WileyPlus Chapter 16: average, mean and mode. Review class recordings Powerpoint notes posted on ublearns 11/24/2018 B.Ramamurthy
Possible questions Write a HTML page with div Text box and button Write a function with parameters Write a function with for loop Write a javascript that uses an array in a function document.getEelementById(id).value document.innerHTML 11/24/2018 B.Ramamurthy
Format 5 questions 20(+/-5) points each; Each question may have many subsections. The exam is for 100 points. 11/24/2018 B.Ramamurthy
Sample questions Design html page Design Javascript function: using random number generation Step through javascript function HTML form components: button and textbox and other components Simple Angular implementation Wiley Plus chapter 16, simple computations. B.Ramamurthy