Mark Dixon 1 08 – In-class test. Mark Dixon 2 In-class Test Date: Wednesday 16 th November 2011 Time: 09:05-10:55 Location: SMB109 Type: Individual 40%

Slides:



Advertisements
Similar presentations
HINARI – Accessing Articles: Problems and Solutions.
Advertisements

Introduction to computing and the Internet Part-B.
Student user guide Contents: 1.Logging in 2.Searching for a placement 3.Adding choices to your wish list 4.Changing your choices 5.Viewing the progress.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Muhammad Taimoor Khan
Website Development Process By Una Dooney. Slide 2Computer Applications Stage 1 Slide 2 The Website Development Process Involves the following Stages.
Write a program that allows a user to enter information relating to the name and salary details of an employee The user should be able to enter the name.
Mark Dixon, SoCCE SOFT 131Page 1 SOFT – Module Introduction.
Apache Tomcat Server – installation & use Server-side language-- use Java Server Pages Contrast Client-side languages HTML Forms Servers & Server-side.
DT211/3 Internet Development Application Internet Development Application.
Apache Tomcat Server Typical html Request/Response cycle
Mark Dixon Page 1 Tech – Module Introduction.
Designing Basic Web Sites II: Process Based on Web Style Guide, Lynch and Horton Technical Communication.
Web Technologies – CS381 Bogdan L. Vrusias 22 January 2004.
Mark Dixon, SoCCE SOFT 131Page 1 08 – Web applications: HTML and ActiveX controls.
Mark Dixon, SoCCE SOFT 131Page 1 20 – Web applications: Writing data to Databases using ASP.
Introduction to Web Technologies Module – CS381 Introduction to Web Technologies – CS th January 2007 Dr Bogdan L. Vrusias
PubMed/How to Search, Display, Download & (module 4.1)
Regal Web Booking Engine Group Booking User Guide.
Reasonable Sakai Widgets Aaron Zeckoski Gonzalo Silverio Antranig Basman
This guide demonstrates how to search for Dissertations and Theses from Aurora University and other institutions in the ProQuest database.
Introduction to Web Development in HTML Web module day 1 IS 201.
M1G Introduction to Programming 2 1. Designing a program.
Web Applications Harry R. Erwin, PhD University of Sunderland CIT304/CSE301.
Mark Dixon Page 1 5 – Persistent data storage: relational databases.
The Internet. What is the Internet?  The Internet is a network of networks.  It gives users access to a wide variety of information from millions of.
Dynamic Web Pages (Flash, JavaScript)
By Daniel Siassi.  XHTML  For Structure  CSS  For Stylization of Structure  SQL Database  Store Customer, Calendar, and Order Data  PHP  Server-side.
02 – Client-side code: JavaScript
Mark Dixon Page 1 23 – Web applications: Writing data to Databases using PhP.
M Dixon 1 Soft – Module Introduction and HTML.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Introducing.
Mark Dixon Page 1 3 – Web applications: Server-side code (JSP)
Introduction to Course MMIS 656 Web Design Technologies.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Guide To Sacrificial Giving
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
Mark Dixon Page 1 21 – Persistent data storage: relational databases and MySQL.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Mark Dixon 1 05 – JSP Databases: Multiple Tables.
Mark Dixon 1 06 – JSP Databases: Multiple Tables.
Inventory Management System for Department of Computer Science Group Number
Mark Dixon Page 1 Tech – Module Introduction.
Mark Dixon Page 1 Soft – Module Introduction and HTML.
This walkthrough demonstrates how to find out if the AU library has access to a journal either online or in print using the journal’s title.
Mark Dixon Page 1 21 – Web applications: Writing data to Databases using ASP.
Welcome! CSI 4118: Computer Networks and Protocols (3,0,0) Professor: Dr. Robert L. Probert Office: SITE 5098 Phone: x6709
Analysis. Solution Requirements 1. Identify the functions and attributes of the website. 2. Write a problem statement. (What is the problem? What will.
Chapter 16 The World Wide Web. FIGURE 16.0.F01: A very, very simple Web page. Courtesy of Dr. Richard Smith.
Mark Dixon 1 9 – Case Study. Mark Dixon 2 Session Aims and Objectives Aims –To give an overview of the development of a web-page from initial idea to.
Setting up google Adsense Account Please follow the instructions given in the slides to set up the google adsense account Please follow the instructions.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Mark Dixon Page 1 Tech – Module Introduction.
Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Mark Dixon 1 07 – In-class test. Mark Dixon 2 In-class Test Date: Monday 5 th November 2012 Time: 11:05-120:55 Location: SMB109 Type: Individual 40% of.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
Mark Plumbing Fantasy URL: Realistic URL:
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
Introduction to Web Technologies Module Introduction to Web Technologies – CS th January 2005 Dr Bogdan L. Vrusias
COM621 – Interactive Web Development 2015/2016 Module Co-Ordinator: Dr. Pratheepan Yogarajah Room:
Find us at Have you ever wanted to start your own website or blog?
Summon - HINARI Search (Module 3)
Introduction to ECT 7130 Hong Cheng 2009/10 First Term.
18 – Databases: Structured Query Language
DT211/3 Internet Development Application
Secure Web Programming
Steps in accessing E-journals (Emerald & Ebscohost)
Registration Online Book Codes
Presentation transcript:

Mark Dixon 1 08 – In-class test

Mark Dixon 2 In-class Test Date: Wednesday 16 th November 2011 Time: 09:05-10:55 Location: SMB109 Type: Individual 40% of module mark Open book: Web-site: mdixon.soc.plymouth.ac.uk Printed slides Robbins J (2006) HTML & XHTML Pocket Reference (3rd edition). O'Reilly. ISBN: Bergsten H (2001) JavaServer Pages Pocket Reference. O'Reilly. ISBN: Gennick J (2006) SQL Pocket Guide (2nd edition). O'Reilly. ISBN: Google Do not:  Communication with other people (students) by any means (i.e. face-to-face, phone, text, , chat rooms, forums, etc.)

Mark Dixon 3 Example: Blood Alcohol Level SPECIFICATION User Requirements –need to know blood alcohol content (BAC), given the number of pints of beer consumed, the strength of the beer, and the body weight of the person consuming the beer Software Requirements –Functional: –User should be able to enter the number of pints, strength (in %), and body weight (in kg) –the amount of alcohol consumed (in ml, units, and mg), and the BAC (in mg/100ml) should be calculated and displayed –Non-functional must use JSP server-side code (not JavaScript)

Mark Dixon 4 Example: Blood Alcohol Level 1.Calculate amount of alcohol consumed in ml = pints × 568 × (strength ÷ 100) 2.Calculate this in units = ml ÷ 10 3.Calculate this in mg = units × Calculate BAC = mg ÷ (weight × 7.5) 1 pint = 568ml 1 unit = 10ml (in UK) 1 unit = 7890 mg

Mark Dixon 5 Example: PACS SPECIFICATION User Requirements –Manage patient information Software Requirements –Functional: –Patient List page: should list all patients' surnames and forenames in the database (each item should be a link to the patient page). –Patient page: should list all details for specific patient. –Non-functional must use JSP server-side code (not JavaScript) PACS.mdb in Resources on web-site

Mark Dixon 6 Marking Scheme Total40 marks Blood Alcohol Level 20 marks –HTML (10 marks) –Java code (10 marks) PACS 20 marks –List page (10 marks) –Details page (10 marks)