12/7/2015b.ramamurthy1 exam2 review cse111 b.ramamurthy

6
08/24/22 B.Ramamurthy 1 Exam2 Review CSE111 B.Ramamurthy

Upload: jessica-miles

Post on 17-Jan-2016

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

04/21/23 B.Ramamurthy 1

Exam2 Review

CSE111B.Ramamurthy

Page 2: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

04/21/23 B.Ramamurthy 2

Exam Date

April 8, 2015Please 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.

Page 3: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

04/21/23 B.Ramamurthy 3

TopicsCh.17, Ch.18, + functions without parametersHTML components: document, form, table, button, textbox: Look at bean counter exampleFunction onlclick, onchange.Javascript:

linking the script file Simple functions Variables If else statement

Javascript Functions Return value Computations Writing to document.forms[ ]

Page 4: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

04/21/23 B.Ramamurthy 4

Format

4 questions 25(+/-5) points each; Each question may have many subsections.The exam is for 100 points.

Page 5: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

How to study?

Review class notesPowerpoint notes posted on ublearnsRead the text book chapter 17,18Exercises at the end of the chapter

04/21/23 B.Ramamurthy 5

Page 6: 12/7/2015B.Ramamurthy1 Exam2 Review CSE111 B.Ramamurthy

Sample questions

Design html pageDesign Javascript functionStep through javascript functionHTML form components: button and textbox

B.Ramamurthy 6