1 Final Review. 2 Final Exam  30% of your grade for the course  December 9 at 7:00 p.m., the regular class time  No makeup exam or alternate times.

Slides:



Advertisements
Similar presentations
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
Advertisements

CIS101 Introduction to Computing Week 08. Agenda Your questions JavaScript text Resume project HTML Project Six This week online Next class.
Some Introductory Programming 1. Structured Query Language (SQL) - used for queries. - a standard database product. 2. Visual Basic for Applications -
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Computing Concepts Advanced HTML: Tables and Forms.
CIS101 Introduction to Computing Week 11. Agenda Your questions Copy and Paste Assignment Practice Test JavaScript: Functions and Selection Lesson 06,
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
Chapter 9 Introduction to the Document Object Model (DOM) JavaScript, Third Edition.
CIS101 Introduction to Computing Week 12 Spring 2004.
Creating Databases applications for the Web Reprise. Basic HTML review, forms Preview: Server side vs client side Classwork: create HTML forms and check.
PHP and SQL Server: Queries IST2101. Project Report 4 SQL Queries Due Sunday, 4/5 at 11:59pm Instructions on how to access team webspace and SQL database.
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
Lesson 8 Creating Forms with JavaScript
+ Connecting to the Web Week 7, Lecture A. + Midterm Basics Thursday February 28 during Class The lab Tuesday, February 26 is optional review Class on.
CGS – 4854 Summer 2012 Web Site Construction and Management Instructor: Francisco R. Ortega Date: May 5 th,2012.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials. Today’s daily quiz will be given at the.
Tutorial: Introduction to ASP.NET Internet Technologies and Web Application 4 th February 2010.
JavaScript Form Validation
JavaScript & jQuery the missing manual Chapter 11
1 HTML and CGI Scripting CSC8304 – Computing Environments for Bioinformatics - Lecture 10.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
Review and Practice for Final exam. Final exam Date: December 20, 3:15 – 5:15pm Format: Two parts: First part: multiple-choice questions (15 questions.
Server-side Scripting Powering the webs favourite services.
Introduction and Course Information. Content Course Presentation Muzaffer DOĞAN - Anadolu University2.
IT Introduction to Website Development Welcome!
CS 638 Web Programming Introducing the web Lecture 1.
Copyright ©2005  Department of Computer & Information Science Introducing DHTML & DOM: JavaScript & Forms.
JavaScript Lecture 6 Rachel A Ober
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
Creating a Web Site to Gather Data and Conduct Research.
PHP meets MySQL.
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
TUTORIAL 10: PROGRAMMING WITH JAVASCRIPT Session 2: What is JavaScript?
ASP.NET Event Handlers Database -> Browser ->Shopping Basket Validators.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
ASP.NET The Clock Project. The ASP.NET Clock Project The ASP.NET Clock Project is the topic of Chapter 23. By completing the clock project, you will learn.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. HTML5 Evolving Standards JavaScript.
1 CAP 4063 Web Application Design Summer 2012 TR 9:30 – 11:40 PM CHE 102 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB 336.
1 Sacramento City College- Jo-Ann Foley D2L Orientation.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Module 4: Creating a Web Application with Web Forms
MGS 351 Introduction to Management Information Systems Recitation 4.
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
Teachers: If you hand back Test 4 today, tell your class you will review it with them in class on Thursday when you do the review lecture on Chapters 6,
Sergey Sidorov PhD student, computer software chair Computer Science department.
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
JavaScript and Ajax (Ajax Tutorial)
Unit M Programming Web Pages with
Web-Technology Exam preparation.
Session Variables and Post Back
© 2015, Mike Murach & Associates, Inc.
Exam3 Review CSE111 B.Ramamurthy 7/28/2018 B.Ramamurthy.
Important Each team needs to submit their part of the Final Project Rubric to me in . Log into and send the powerpoint slide to
Web Programming– UFCFB Lecture 17
RIS619 – Advanced Internet Programming
WEB 240 Education for Service-- snaptutorial.com
CIS 111 Education for Service-- tutorialrank.com
Introduction to Internet Programming
FINAL EXAM INFORMATION
JavaScript Form Validation
Today’s Objectives Week 2 Announcements HTML Bonus Lab 1
Administration, Coverage, Review
Today’s Objectives Week 12 Announcements ASP.NET
Agenda Phys 121 Final Exam Review Spring 2018
Tutorial 10: Programming with javascript
Presentation transcript:

1 Final Review

2 Final Exam  30% of your grade for the course  December 9 at 7:00 p.m., the regular class time  No makeup exam or alternate times  Closed book  Closed notes  No computers Final Review

3 Material Covered  Comprehensive  All material covered in our classroom lectures, the bonus labs, the handouts, and our homework  I may ask a question about anything that we have covered in class, however the majority of the questions will be about what we covered starting in week 7 and continuing through the end of the semester. Final Review

4 Material Covered  The most important topics to study ADO.NET –Interacting with a database ASP.NET with C# –Web controls –Properties of the Page class, such as Request, Session, and IsPostBack –State management, especially the Session –AutoPostBack –Validation –Data binding JavaScript –Regular expressions –Events and event handling –Writing a function HTTP Cookies  Some other topics that you still need to understand The Internet and the World Wide Web; HTML, XHTML, and HTML Forms; CSS; XML; the DOM Final Review

5 Test Format Approximately 20–25 questions Multiple choice – approximately 25% Short answers (not code) – approximately 5% Short code (1 line) – approximately 20% Longer code – approximately 50% Possibly an extra credit question for 5 points Final Review

6 Examples Short code (1 or 2 lines) Given a diagram showing the location of the files and directories in your Web site, write the code for inserting an image, using a relative path Given the HTML code for a simple form that uses a GET method, write the HTTP request that is submitted Longer code (approximately 5–25 lines of code) Given a requirements description and a screen shot of a simple HTML page, write a JavaScript function that gets input from a text field, uses a regular expression to test it, and puts the result into the value of a text field on the page Given a connection string, a SQL query, and an empty Page_Load method, write the code for the Page_Load method that adds the query results to a Label control on the first time the page is viewed Final Review

7 Suggestions for Studying  Look at the Learning Objectives on the course syllabus  Study the review document, “StudyGuide2.docx”, which will be posted on the class discussion page  Concentrate your study time on the major topics that we have covered in class  Make sure that you know the syntax for the most common types of code that we studied Can you write a simple JavaScript function? Do you know how to use regular expressions in JavaScript? Are you familiar with some simple ASP.NET web controls such as Label, Button, TextBox, etc. Are you familiar with the important properties of the Page class? Can you write the C# code for a simple event handler for the button click? Can you write the C# code to add data to a Session? Given a connection string, can you write the C# code to interact with a database?  Consider meeting with your team for a study session  Review the bonus labs and handouts distributed in class Final Review

8 Sample Regular Expression Question Write the regular expression that is missing from the code below. Your regular expression must be valid only for the years, 2008, 2009, and No other characters are allowed, not even white spaces. function validateExpireYear() { var result = document.getElementById("result"); var input = document.getElementById("input"); if (input.value.match(______________________)) { result.innerHTML = "valid"; } else { result.innerHTML = "NOT valid"; } /^2008$|^2009$|^2010$/ Some possible answers: Final Review /^20(08|09|10)$/ /^((2008)|(2009)|(2010))$/ /^20(0[89]|10)$/

9 References MacDonald, Matthew, Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition. Apress, Schultz, David and Craig Cook, Beginning HTML with CSS and XHTML: Modern Guide and Reference. Apress, 2007.