Introduction to Multimedia Computing

Size: px
Start display at page:

Download "Introduction to Multimedia Computing"

Transcription

1 COMP 319 Lecture 01 Introduction to Multimedia Computing Fiona Yan Liu Department of Computing The Hong Kong Polytechnic University

2 Outline of Lecture 01 Introduction ti to multimedia technology Definition of multimedia History of multimedia Technology of multimedia Introduction to COMP 319 General information Subject learning outcomes Course arrangement Introduction to HTML Consulting time for the course add/drop Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 2

3 Outline of Lecture 01 Introduction ti to multimedia technology Definition of multimedia History of multimedia Technology of multimedia Introduction to COMP 319 General information Subject learning outcomes Course arrangement Introduction to HTML Consulting time for the course add/drop Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 3

4 Motivation of Study Multimedia Consistent twith ithh human s perception We perceive the world through all the senses we have at once The integration of media is natural Multimedia technology intends to imitate the human s communication with the world Drama is an typical example of multimedia The separation of media is artificial i and may often unsatisfactory Multimedia is not only the reversion of the real life but also the creation Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 4

5 Definition of Multimedia Different people have different viewpoints Multimedia has pervaded the world of entertainment, education, and business Multimedia from the user s perspective Enables information to be represented through text, audio, graphics, image, animation, and video Multimedia in computer science Computer based processing of the data includes at least two of the following elements: text, audio, graphic, image, animation, and video Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 5

6 History of Multimedia Technology Newspapers (First) Mass communication medium using text, images, and graphics The connection between computer and multimedia is a short period Memex from Vannevar Bush (1945) CD ROM specification was published (1985) and then appear on desktop in 1989 Hypertext markup language (HTML) was invented (1990) MPEG 1 was approved (1991) JPEG was approved (1992) World Wide Web (WWW) became publicly available (1992) Netscape program was created (1994) Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 6

7 Technology of Multimedia From the data Text and hypertext Audio Graphics and animation Image and video From the target Multimedia data generation Multimedia data management Multimedia data transmission From the system Hardware Software Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 7

8 Outline of Lecture 01 Introduction ti to multimedia technology Definition of multimedia History of multimedia Technology of multimedia Introduction to COMP 319 General information Subject learning outcomes Course arrangement Introduction to HTML Consulting time for the course add/drop Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 8

9 Fiona Yan Liu Associate professor in Department t of fcomputing Director of cognitive computing lab PhD from Columbia University in USA in 2005 Brain modeling, multimedia computing, artificial intelligence Lecturer Subject design Lecture teaching Course presentation grading Final examination grading Overall performance evaluation Contact with me csyliu@comp.polyu.edu.hk Sep. 4, 2014 Introduction to Multimedia Computing 9

10 Dennis Yang Liu Research hfellow in Department tof fcomputing Coordinator of cognitive computing lab PhD from The Polytechnic University in HK in 2011 Postdoc fellow at Yale University Teaching assistant Course project design Lab teaching Course project grading Quiz grading Contact twith ithdennis Sep. 4, 2014 Introduction to Multimedia Computing 10

11 General Information Lecture Lab Thu. 8:30 10:20 R601 Thu. 16:30 17:20 PQ604B Tue. 9:30 10:20 QT402 Text book Z. N. Li and M.S. Drew, "Fundamentals of Multimedia", Prentice Hall, 2003 Course web page The notes for lectures and labs will be available online by Wed. ml Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 11

12 Schedule Week Date Schedule 1 Sept. 4 Lecture 1 2 Sept. 11 Lecture 2 3 Sept. 18 Quiz 1 + Lecture 3 4 Sept. 25 Lecture 4 5 Oct. 2 Public holiday 6 Oct. 9 Quiz 2 + Lecture 5 7 Oct. 16 Lecture 6 8 Oct. 23 Quiz 3 + Lecture 7 9 Oct. 30 Lecture 8 10 Nov. 6 International conference 11 Nov. 13 Course presentation 12 Nov. 20 Lecture 9 13 Nov. 27 Quiz 4 + Lecture Dec. 1-4 Revision days Sep. 4, 2014 Introduction to Multimedia Computing 12

13 Subject Learning Outcomes Basic knowledge of multimedia computing Learned from lecture Assessment methods Individual work Four quizzes 20% Final examination 45% Basic skill of multimedia programming g Learned from lab Assessment methods Group work with 1 4 person(s) each group Course project 20% Basic ability of multimedia learning Self study Assessment methods Group work with 1 4 person(s) each group Course presentation 15% Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 13

14 Syllabus of the Lecture Basic part Hypertext representation Text compression Image data representation Image data compression Video data representation Video data compression Audio data representation Audio data compression Optional part Multimedia data management Challenges in multimedia computing Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 14

15 Outline of Lecture 01 Introduction ti to multimedia technology Definition of multimedia History of multimedia Technology of multimedia Introduction to COMP 319 General information Subject learning outcomes Course arrangement Introduction to HTML Consulting time for the course add/drop Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 15

16 Definition of HTML HTML Hypertext Markup Language Markup language Allow regular text to be marked with special symbols, that tell a program, how to display the text Example: <l><b>hello</b></l> Hypertext Normal text: to be linear Hypertext: not constrained to be linear Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 16

17 Hypertext and Normal Text Hypertext is text, which contains links to other texts. Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 17

18 Web Generation HTML documents are plain text (also known as ASCII) files that can be created using any text editor WYSIWYG editors What You See Is What You Get Microsoft FrontPage The difference between the htm and html extensions Depends on author s personal preference Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 18

19 A Example of HTML Document <html> <head> <TITLE>A SimpleHTMLExample</TITLE> </head> <body> <H1>HTML is Easy To Learn</H1> <P>Welcome to the world of HTML. This is the first paragraph. While short it is still a paragraph!</p> <P Align = center >This is the second paragraph.</p> </body> </html> Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 19

20 Web Generation using HTML Document Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 20

21 The Minimal HTML Document Each hhtml ldocument consists of head and body text Components of html document Elements content Tags Consist of: <tag name> Tags are usually paired: <P> </P> Attribute For more information, please check the tutorial Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 21

22 Outline of Lecture 01 Introduction ti to multimedia technology Definition of multimedia History of multimedia Technology of multimedia Introduction to COMP 319 General information Subject learning outcomes Course arrangement Introduction to HTML Consulting time for the course add/drop Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 22

23 2D DCT and IDCT with 8*8 Numbers Consider an image of (8*8) 2D DCT 2D IDCT Sep. 4, 2014 Lecture 01: Introduction to Multimedia Computing 23

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY) CHAPTER 1: GETTING STARTED WITH HTML EXPLORING THE HISTORY OF THE WORLD WIDE WEB Network: a structure that allows devices known as nodes or hosts to be linked together to share information and services.

More information

Multimedia Systems. Part 1. Mahdi Vasighi

Multimedia Systems. Part 1. Mahdi Vasighi Multimedia Systems Part 1 Mahdi Vasighi www.iasbs.ac.ir/~vasighi Department of Computer Science and Information Technology, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran Teaching Plan

More information

ITT Technical Institute. TB143 Introduction to Personal Computers Onsite and Online Course SYLLABUS

ITT Technical Institute. TB143 Introduction to Personal Computers Onsite and Online Course SYLLABUS ITT Technical Institute TB143 Onsite and Online Course SYLLABUS Credit hours: 4 Contact/Instructional hours: 50 (30 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s): None. Course Description:

More information

Multimedia Systems Giorgio Leonardi A.A Lecture 1: General information and Introduction

Multimedia Systems Giorgio Leonardi A.A Lecture 1: General information and Introduction Multimedia Systems Giorgio Leonardi A.A.2014-2015 Lecture 1: General information and Introduction Overview Course page (D.I.R.): https://disit.dir.unipmn.it/course/view.php?id=639 Consulting: Office hours

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Application Software: Tools for Productivity 2006 Prentice-Hall, Inc Slide 2 You Will Learn... ü How system software

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

CS 3030 Scripting Languages Syllabus

CS 3030 Scripting Languages Syllabus General Information CS 3030 Scripting Languages Semester: Fall 2017 Textbook: Location: Instructor Info: None. We will use freely available resources from the Internet. Online Ted Cowan tedcowan@weber.edu

More information

Ministry of Higher Education and Scientific Research

Ministry of Higher Education and Scientific Research Morning Study Department of information technology Institute of Technical - Duhok. University of Polytechnic Duhok. Subject: Web Technology Course book for 2nd year. Lecturer s name: MSc. Ayman Nashwan

More information

Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule

Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule Instructor: Vishal Sachdev Office Location: # 7 Wohlers Hall E-mail : Use Compass e-mail for communication, vishal@illinois.edu

More information

Texas Gateway CMDS: Content Editor Guide

Texas Gateway CMDS: Content Editor Guide Texas Gateway CMDS: Content Editor Guide Introduction Content providers within the Texas Gateway CMDS have access to the Content Editor, which is the interface they use to create, edit, and manage their

More information

Web Design Course Syllabus and Course Outline

Web Design Course Syllabus and Course Outline Web Design Course Syllabus and Course Outline COURSE OVERVIEW AND GOALS In today's world, web pages are the most common medium for sharing ideas and information. Learning to design websites is an incredibly

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

ITNW 1425 Fundamentals of Networking Technologies Course Syllabus fall 2012

ITNW 1425 Fundamentals of Networking Technologies Course Syllabus fall 2012 ITNW 1425 Fundamentals of Networking Technologies Course Syllabus fall 2012 Instructor Course Reference Number (CRN) Course Description: Course Prerequisite(s) Course Semester Credit Hours (SCH) (Lecture,

More information

Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies. Course Outline

Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies. Course Outline Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies Course Outline COURSE IMPLEMENTATION DATE: Pre 1998 OUTLINE EFFECTIVE DATE: September 2016 COURSE OUTLINE

More information

Philadelphia University FACULTY OF ADMINISTRATIVE & FINANCIAL SCIENCES Department of Accounting 0000 Semester

Philadelphia University FACULTY OF ADMINISTRATIVE & FINANCIAL SCIENCES Department of Accounting 0000 Semester Philadelphia University FACULTY OF ADMINISTRATIVE & FINANCIAL SCIENCES Department of Accounting 0000 Semester000000 Course Syllabus Course Title: Accounting Information Systems Course Level: fourth year

More information

IT 341 Fall 2017 Syllabus. Department of Information Sciences and Technology Volgenau School of Engineering George Mason University

IT 341 Fall 2017 Syllabus. Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2017 IT 341 Data Communications and Networking Principles Syllabus (Revised 08/14/2017) Section

More information

Programming 2. Outline (112) Lecture 0. Important Information. Lecture Protocol. Subject Overview. General Overview.

Programming 2. Outline (112) Lecture 0. Important Information. Lecture Protocol. Subject Overview. General Overview. Programming 2 (112) Lecture 0 College of Computer Science and Engineering Taibah University S2, 1439 Outline Important Information Lecture Protocol Subject Overview General Overview Course Objectives Studying

More information

An Introduction to MATLAB. Lab tutor : Dennis Yang LIU Lab 1: Sept. 11, 2014

An Introduction to MATLAB. Lab tutor : Dennis Yang LIU   Lab 1: Sept. 11, 2014 Lab 1 of COMP 319 An Introduction to MATLAB Lab tutor : Dennis Yang LIU Email: csygliu@comp.polyu.edu.hk Lab 1: Sept. 11, 2014 1 Outline of Lab 1 Introduction to the Lab Matlab overview Basic manipulation

More information

Intermediate Programming Section 03 Introduction. Department of Computer Science Johns Hopkins University. Course Overview.

Intermediate Programming Section 03 Introduction. Department of Computer Science Johns Hopkins University. Course Overview. Intermediate Programming 601.220 Section 03 Introduction Department of Computer Science Johns Hopkins University 1 Course Overview Week 1 http://www.dsn.jhu.edu/courses/cs220/ cs220-help@dsn.jhu.edu 2

More information

Course Form Revision

Course Form Revision 26 Course Form Revision For help filling out the form press F1 or look at the bottom of the screen. For additional instructions, see Course Form Instructions. Type of Action Revision Major revision of

More information

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software CIS - Survey of Computer Information Systems FALL 014-16-Week Course Professor: JON P. RAGER Weekly Schedule Note: This schedule is subjected to BE CHANGED at your instructor's discretion. Please check

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE. Wil DeBruyne, modified by Stan Pratt

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE. Wil DeBruyne, modified by Stan Pratt SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: 1 or 2 PROGRAM: AUTHOR: Various Wil DeBruyne, modified by Stan Pratt

More information

CSC9B1: Essential Skills WWW 1

CSC9B1: Essential Skills WWW 1 CSC9B1: Essential Skills WWW 1 Lecture WWW 1/Slide 1 A short history of hypertext The visionary: Vannevar Bush: As We May Think, 1945: The MEMEX machine ( memory extender ) Linked information, trails,

More information

CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007

CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007 CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007 Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 Class Time: Saturday 8:30 AM - 12:00 PM Room: BU

More information

INSTRUCTIONAL OBJECTIVES

INSTRUCTIONAL OBJECTIVES New York City College of Technology The City University of New York Department of Communication Design COMD 2450 - Web Design I Course Description : A required course for all Advertising Design and Graphic

More information

ITT Technical Institute. SD1240T Creating Websites Using HTML and CSS Onsite and Online Course SYLLABUS

ITT Technical Institute. SD1240T Creating Websites Using HTML and CSS Onsite and Online Course SYLLABUS ITT Technical Institute SD1240T Creating Websites Using HTML and CSS Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 67 (41 Theory Hours, 26 Lab Hours Prerequisite(s and/or

More information

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910 Co. Louth VEC & Co. Monaghan VEC Programme Module for Web Authoring leading to Level 5 FETAC Web Authoring 5N1910 Web Authoring 5N1910 1 Introduction This programme module may be delivered as a standalone

More information

COURSE SYLLABUS. COURSE NUMBER AND TITLE: ARTV 1351 Digital Video

COURSE SYLLABUS. COURSE NUMBER AND TITLE: ARTV 1351 Digital Video COURSE SYLLABUS COURSE NUMBER AND TITLE: ARTV 1351 Digital Video COURSE (CATALOG) DESCRIPTION: Skill development in producing and editing video and sound for multimedia productions. Emphasis on the capture,

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18 City University of Hong Kong offered by Department of Computer Science with effect from Semester A 2017/18 Part I Course Overview Course Title: Computer Networks Course Code: CS3201 Course Duration: 1

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

COURSE OUTLINE. Faculty of Computing, Universiti Teknologi Malaysia

COURSE OUTLINE. Faculty of Computing, Universiti Teknologi Malaysia Page : 1 of 5 Lecturer : Dr. Norsham binti Idris Room No. : Software Engineering Department, Telephone No. : 07-5532348/013-7261920 E-mail : norsham@utm.my Course Synopsis : This course presents the concepts

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN I: INTRODUCTION TO WEB TECHNOLOGY WEB 1600

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN I: INTRODUCTION TO WEB TECHNOLOGY WEB 1600 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN I: INTRODUCTION TO WEB TECHNOLOGY WEB 1600 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Fall 2013 Catalog Course Description:

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN FOR MOBILE DEVICES WEB Laboratory Hours: 0.0 Date Revised: Fall 2011

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN FOR MOBILE DEVICES WEB Laboratory Hours: 0.0 Date Revised: Fall 2011 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN FOR MOBILE DEVICES WEB 2700 Class Hours: 2.0 Credit Hours: 2.0 Laboratory Hours: 0.0 Date Revised: Fall 2011 Catalog Course Description: This

More information

Syllabus. 1. Program information. 2. Course information Instructors. 3. Total estimated time. 4. Prerequisites. Page 1/5

Syllabus. 1. Program information. 2. Course information Instructors. 3. Total estimated time. 4. Prerequisites. Page 1/5 Syllabus 1. Program information 1.1. Institution ACADEMY OF ECONOMIC STUDIES 1.2. Faculty Economic Cybernetics, Statistics and Informatics 1.3. Departments (Departament) INFORMATICA SI CIBERNETICA ECONOMICA

More information

EE3315 Internet Technology EE3315 Internet Technology Overview Slide 1

EE3315 Internet Technology   EE3315 Internet Technology Overview Slide 1 EE3315 Internet Technology http://www.cityu.edu.hk/ug/current/course/ee3315.htm EE3315 Internet Technology Overview Slide 1 Course Aim This course aims to provide students with the knowledge of key protocols

More information

Ministry of Higher Education and Scientific research

Ministry of Higher Education and Scientific research Department of Statistics & Information Duhok Polytechnic University Technical Institute of Amedi Subject: Computer Applications Course Book year 1 (first year ) Lecturer's name: Sarkaft I. Mohammed MSc

More information

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver Coffeyville Community College COURSE SYLLABUS FOR COMP-297 Web Page Design: Adobe Dreamweaver Mrs. Darla Thornburg Spring 2017 Page 1 of 8 COURSE NUMBER: COURSE TITLE: COMP-297 Web Page Design: Adobe Dreamweaver

More information

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics Zarqa University Faculty: Information Technology Department: Computer Science Course title: Programming LAB 1 (1501111) Instructor: Lecture s time: Semester: Office Hours: Course description: This introductory

More information

Ursuline College Accelerated Program

Ursuline College Accelerated Program Ursuline College Accelerated Program CRITICAL INFORMATION! DO NOT SKIP THIS LINK BELOW... BEFORE PROCEEDING TO READ THE UCAP MODULE, YOU ARE EXPECTED TO READ AND ADHERE TO ALL UCAP POLICY INFORMATION CONTAINED

More information

ECE 156A - Syllabus. Description

ECE 156A - Syllabus. Description ECE 156A - Syllabus Lecture 0 ECE 156A 1 Description Introduction to HDL (Hardware Description Language) basic elements, HDL simulation concepts, HDL concurrent statements with examples and applications,

More information

Georgia Competency-Based Curriculum Frameworks, Career & Technical Education Information Technology, Web Page Design, Course 11.

Georgia Competency-Based Curriculum Frameworks, Career & Technical Education Information Technology, Web Page Design, Course 11. Georgia Competency-Based Curriculum Frameworks, Career & Technical Education, Information Technology, Web Page Design (Grades 9-12) Information Technology, Web Page Design, Course 11.43100 WEB SITE BASICS

More information

WEB APPLICATION DEVELOPMENT. How the Web Works

WEB APPLICATION DEVELOPMENT. How the Web Works WEB APPLICATION DEVELOPMENT How the Web Works What Is Hypertext Markup Language? Web pages are created using Hypertext Markup Language (HTML), which is an authoring language used to create documents for

More information

Syllabus Revised 08/21/17

Syllabus Revised 08/21/17 Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2017 IT 445 Advanced Networking Principles II Syllabus Revised 08/21/17 Instructor: Pouyan

More information

Introduction Add Item Add Folder Add External Link Add Course Link Add Test Add Selection Text Editing...

Introduction Add Item Add Folder Add External Link Add Course Link Add Test Add Selection Text Editing... Table of Contents Introduction... 2 Add Item... 3 Add Folder... 3 Add External Link... 4 Add Course Link... 4 Add Test... 4 Add Selection... 5 Text Editing... 8 Manage... 9 Instructional Media and Design

More information

CS 4230 Java Application Development Syllabus

CS 4230 Java Application Development Syllabus General Information CS 4230 Java Application Development Semester: Fall 2016 Textbook: Core Java Volume II, 9th Edition, by Horstmann & Cornell, 2013, Prentice Hall, ISBN 978 0 1370 8160 8 Location: SLCC

More information

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: COURSE NUMBER: HTML Web Page Development CIST-0137 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

CS 4230 Java Application Development Syllabus

CS 4230 Java Application Development Syllabus General Information Semester: Fall 2018 Textbook: Core Java Volume II, 9th Edition, by Horstmann & Cornell, 2013, Prentice Hall, ISBN 978-0-1370-8160-8 Location: SLCC BB 330 Instructor Info: Website: Trevor

More information

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver Coffeyville Community College COURSE SYLLABUS FOR COMP-297 Web Page Design: Adobe Dreamweaver Mrs. Darla Thornburg Spring 2018 Page 1 of 8 COURSE NUMBER: COURSE TITLE: CREDIT HOURS: INSTRUCTOR: OFFICE

More information

Course Outline. TERM EFFECTIVE: Summer 2016 CURRICULUM APPROVAL DATE: 11/23/2015

Course Outline. TERM EFFECTIVE: Summer 2016 CURRICULUM APPROVAL DATE: 11/23/2015 5055 Santa Teresa Blvd Gilroy, CA 95023 Course Outline COURSE: DM 6 DIVISION: 50 ALSO LISTED AS: CSIS 6 TERM EFFECTIVE: Summer 2016 CURRICULUM APPROVAL DATE: 11/23/2015 SHORT TITLE: WEBPAGE AUTHORING LONG

More information

ITT Technical Institute. SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS

ITT Technical Institute. SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS ITT Technical Institute SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 67 (41 Theory Hours, 26 Lab Hours) Prerequisite(s)

More information

HOUSTON COMMUNITY COLLEGE SOUTHWEST. INet+ ITNW Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number:

HOUSTON COMMUNITY COLLEGE SOUTHWEST. INet+ ITNW Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST INet+ ITNW 1091 Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST COURSE SYLLABUS inet+ ITNW 1091

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

ET285 Digital Electronics II [Onsite]

ET285 Digital Electronics II [Onsite] ET285 Digital Electronics II [Onsite] Course Description: This course continues the study of digital electronics. The focus in this course is on sequential logic. In lab, students construct, test and troubleshoot

More information

Course Syllabus Web Page Design I IMED 1316

Course Syllabus Web Page Design I IMED 1316 Course Syllabus Web Page Design I IMED 1316 Semester with Course Reference Number (CRN Instructor contact information (phone number and email address) Office Location and Hours Course Location/Times Course

More information

ITT Technical Institute. SD3120T Programming in Open Source with LAMP Onsite and Online Course SYLLABUS

ITT Technical Institute. SD3120T Programming in Open Source with LAMP Onsite and Online Course SYLLABUS ITT Technical Institute SD3120T Programming in Open Source with LAMP Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 67 (41 Theory Hours, 26 Lab Hours Prerequisite(s and/or

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18 City University of Hong Kong offered by Department of Computer Science with effect from Semester A 2017/18 Part I Course Overview Course Title: Database Systems Course Code: CS3402 Course Duration: 1 semester

More information

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS Chapter Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key

More information

Software Reliability and Reusability CS614

Software Reliability and Reusability CS614 Software Reliability and Reusability CS614 Assiut University Faculty of Computers & Information Quality Assurance Unit Software Reliability and Reusability Course Specifications2011-2012 Relevant program

More information

Multimedia on Web. a RILW 2001 tutorial

Multimedia on Web. a RILW 2001 tutorial Multimedia on Web RILW 2001 Sabin Corneliu Buraga - [1] a RILW 2001 tutorial Sabin-Corneliu Buraga Faculty of Computer Science Al.I.Cuza University of Iasi, Romania busaco@infoiasi.ro http://www.infoiasi.ro/~busaco/

More information

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018 City University of Hong Kong Course Syllabus offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018 Part I Course Overview Course Title: Cloud Computing

More information

Course Design Document: IS202 Data Management. Version 4.5

Course Design Document: IS202 Data Management. Version 4.5 Course Design Document: IS202 Data Management Version 4.5 Friday, October 1, 2010 Table of Content 1. Versions History... 4 2. Overview of the Data Management... 5 3. Output and Assessment Summary... 6

More information

The University of Jordan. Accreditation & Quality Assurance Center. COURSE Syllabus

The University of Jordan. Accreditation & Quality Assurance Center. COURSE Syllabus The University of Jordan Accreditation & Quality Assurance Center COURSE Syllabus 1 Course title Computer Networks-1 2 Course number 1931361 Credit hours (theory, practical) 3 3 Contact hours (theory,

More information

The University of Jordan. Accreditation & Quality Assurance Center. COURSE Syllabus

The University of Jordan. Accreditation & Quality Assurance Center. COURSE Syllabus The University of Jordan Accreditation & Quality Assurance Center COURSE Syllabus 1 Course title Introduction to Web Pages Development 2 Course number 807413 Credit hours (theory, practical) 3 3 Contact

More information

Programming 1. Outline (111) Lecture 0. Important Information. Lecture Protocol. Subject Overview. General Overview.

Programming 1. Outline (111) Lecture 0. Important Information. Lecture Protocol. Subject Overview. General Overview. Programming 1 (111) Lecture 0 College of Computer Science and Engineering Taibah University S1, 1439 Outline Important Information Lecture Protocol Subject Overview General Overview Course Objectives Studying

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Fall 2011 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

ITT Technical Institute. DT2630 3D Modeling and Visualization Onsite and Online Course SYLLABUS

ITT Technical Institute. DT2630 3D Modeling and Visualization Onsite and Online Course SYLLABUS ITT Technical Institute DT2630 3D Modeling and Visualization Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

LATIHAN Identify the use of multimedia in various fields.

LATIHAN Identify the use of multimedia in various fields. LATIHAN 4.1 1. Define multimedia. Multimedia is the presentation of information by using a combination of text, audio, graphic, video and animation. Multimedia has played an important role in other fields,

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS 3D MODELING & ANIMATION CGT 2160

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS 3D MODELING & ANIMATION CGT 2160 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS 3D MODELING & ANIMATION CGT 2160 Class Hours: 3.0 Credit Hours: 3.0 Lab Hours: 0.0 Revised: Spring 2011 NOTE: This course is not designed for transfer

More information

Computer Networks IT321

Computer Networks IT321 Computer Networks IT321 CS Program 3 rd Year (2 nd Semester) Page 1 Assiut University Faculty of Computers & Information Computer Science Department Quality Assurance Unit Computer Networks Course Specifications

More information

CSCO 120 CCNA Internetworking Fundamentals Spring 2018

CSCO 120 CCNA Internetworking Fundamentals Spring 2018 CSCO 120 CCNA Internetworking Fundamentals Spring 2018 Instructor: Joseph Cheung Email: joseph.cheung@gbcnv.edu Phone: 775-753-2307 Office: HTC 132 Office Hours: Fri. and Saturday, 4:00 8:00 pm, Monday

More information

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS Course Code : 6WEBTECH1 Prerequisite : N/A Course Credit : 3 Units (2 hours LEC,3 hours LAB)

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Programming Concepts & Algorithms Course Syllabus Course Title Course Code Computer Department Pre-requisites Course Code Course Instructor Programming Concepts & Algorithms + lab CPE 405C Computer Department

More information

Web Technologies. Course Outline, Administrivia, Getting Started at CSSE An introduction to the Internet and the WWW. Dr Wei Liu

Web Technologies. Course Outline, Administrivia, Getting Started at CSSE An introduction to the Internet and the WWW. Dr Wei Liu Web Technologies Course Outline, Administrivia, Getting Started at CSSE An introduction to the Internet and the WWW 1 Dr Wei Liu Lecture Overview Unit Outline Administrivia What is the Internet What is

More information

Web Graphics (Photoshop/ImageReady)

Web Graphics (Photoshop/ImageReady) COURSE NUMBER: COMP 256 01 COURSE TITLE: Web Graphics (Photoshop/ImageReady) CREDIT HOURS: Three (3) INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: Shari Hurlbutt Office 124, Weinberg Hall Posted Outside Office

More information

Information and Communication Technology BCcampus Online Collaborative Program

Information and Communication Technology BCcampus Online Collaborative Program Information and Communication Technology BCcampus Online Collaborative Program Computer Support Technician Certificate (CST) Computer Hardware ICT 102 Course Outline COURSE IMPLEMENTATION DATE: September

More information

Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA

Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA MULTIMEDIA SYSTEMS BITM 1113 SEMESTER 1 SESI 2015/ 2016 BITM 1113 MULTIMEDIA SYSTEMS [3, 2, 2] TYPE OF

More information

Engl 482: Writing Technologies

Engl 482: Writing Technologies Engl 482: Writing Technologies mon & wed 2-3:15 engl bldg 304 Spencer Schaffner, Assistant Professor im: metaspencer email: spencers@uiuc.edu web: metaspencer.com office hours: mon 1-2 / wed 1-2 (engl

More information

MCOM 6336 Digital Media Spring 2014

MCOM 6336 Digital Media Spring 2014 MCOM 6336 Digital Media Spring 2014 Dr. Kelly Kaufhold Media & Communication MCOM 405 (806) 834-1766 Office Hours: Tu / Th: 12:30 2 p.m. kelly.kaufhold@ttu.edu W: 1 2 p.m. and by appointment Class: Tu

More information

Design of Graphical User Interfaces

Design of Graphical User Interfaces Design of Graphical User Interfaces Graduate School Course IT 2 Prof. Astrid Beck 1 1 Contact information Mail: WWW: Astrid.Beck@fht-esslingen.de http://www.it.fht-esslingen.de/~asbeck Office: F1.353 Level

More information

Syllabus CSCI 405 Operating Systems Fall 2018

Syllabus CSCI 405 Operating Systems Fall 2018 Syllabus CSCI 405 Operating Systems Fall 2018 1.0 General Information Class Time: Monday/Wednesday/Friday 11:00 AM - 11:50 AM Class Location: 317 Thompson Instructor: Dr. Deepti Joshi; Office: 224 Thompson;

More information

Texas Gateway CMDS: Course Creation Guide

Texas Gateway CMDS: Course Creation Guide Texas Gateway CMDS: Course Creation Guide About Gateway Courses The Gateway CMDS employs a COPE (Create Once, Publish Everywhere) model in which content is created once and is distributed to and repurposed

More information

Syllabus Revised 08/15/2018

Syllabus Revised 08/15/2018 Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2018 IT 445 Advanced Networking Principles II Syllabus Revised 08/15/2018 Section DL1: Instructor:

More information

COSC 115A: Introduction to Web Authoring Fall 2014

COSC 115A: Introduction to Web Authoring Fall 2014 COSC 115A: Introduction to Web Authoring Fall 2014 Instructor: David. A. Sykes Class meetings: TR 1:00-2:20PM in Daniel Building, Room 102 Office / Hours: Olin 204E / TR 8:00-10:45AM, MWF 9:00 10:20AM,

More information

GRAPHIC WEB DESIGNER PROGRAM

GRAPHIC WEB DESIGNER PROGRAM NH128 HTML Level 1 24 Total Hours COURSE TITLE: HTML Level 1 COURSE OVERVIEW: This course introduces web designers to the nuts and bolts of HTML (HyperText Markup Language), the programming language used

More information

Course Syllabus. Website Multimedia Systems, Overview

Course Syllabus. Website   Multimedia Systems, Overview Course Syllabus Website http://ce.sharif.edu/courses/93-94/2/ce342-1/ Page 1 Course Syllabus Textbook Z-N. Li, M.S. Drew, Fundamentals of Multimedia, Pearson Prentice Hall Upper Saddle River, NJ, 2004.*

More information

Agenda. My Introduction. CIS 154 Javascript Programming

Agenda. My Introduction. CIS 154 Javascript Programming CIS 154 Javascript Programming Brad Rippe brippe@fullcoll.edu Agenda Brief Javascript Introduction Course Requirements Brief HTML review On to JavaScript Assignment 1 Due Next week Helpful Tools Questions/Comments

More information

Government of Karnataka Department of Technical Education Bengaluru

Government of Karnataka Department of Technical Education Bengaluru CIE- 25 Marks Government of Karnataka Department of Technical Education Bengaluru Course Title: Basic Web Design Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Type of Course: Tutorial and Practical

More information

UCD School of Information and Library Studies. IS30020: Web Publishing

UCD School of Information and Library Studies. IS30020: Web Publishing UCD School of Information and Library Studies IS30020: Web Publishing Module Coordinator: Dr Judith Wusteman Office: SILS 110, Email: judith.wusteman@ucd.ie, Tel: 716 7612 Office hour Semester 1 (Sept

More information

Identify how the use of different browsers and devices affects the look of a webpage. Competencies

Identify how the use of different browsers and devices affects the look of a webpage. Competencies 1 Strand 2. IT Fundamentals Learners apply fundamental principles of IT, including the history of IT and its impact on society, common industry terms, systems theory, information storage and retrieval,

More information

Internet Client-Server Systems 4020 A

Internet Client-Server Systems 4020 A Internet Client-Server Systems 4020 A Instructor: Jimmy Huang jhuang@yorku.ca http://www.yorku.ca/jhuang/4020a.html Motivation Web-based Knowledge & Data Management A huge amount of Web data how to organize,

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Fall 2015 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

m ac romed ia D r e a mw e av e r Curriculum Guide

m ac romed ia D r e a mw e av e r Curriculum Guide m ac romed ia D r e a mw e av e r Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and

More information

Quick start guide to Blackboard at Keele

Quick start guide to Blackboard at Keele Quick start guide to Blackboard at Keele Table of Contents What is the KLE and why do we use it?... 3 Sign-in to the KLE... 3 Tabs and Sub-Tabs... 3 Panels and Customising the Home Tab... 3 Tools in the

More information

Computer Networking Background

Computer Networking Background Computer Networking Background Yanmin Zhu Department of Computer Science and Engineering Shanghai Jiao Tong University Computer Networking: A Top Down Approach, 4 th edition. Jim Kurose, Keith Ross Addison-Wesley

More information

Grande Prairie Regional College

Grande Prairie Regional College Grande Prairie Regional College Department of Office Administration COURSE OUTLINE OA 2280 M2, Microsoft Word 2007 Expert Level (3) (0-0-4) 60 hours Monday Friday 10 11:30 am. A313 Instructor Sharron Barr

More information

DEREE COLLEGE SYLLABUS FOR: 3/0/3 CN 4535 EDITING THEORY AND PRACTICE LEVEL 6 UK CREDITS: 15

DEREE COLLEGE SYLLABUS FOR: 3/0/3 CN 4535 EDITING THEORY AND PRACTICE LEVEL 6 UK CREDITS: 15 DEREE COLLEGE SYLLABUS FOR: 3/0/3 CN 4535 EDITING THEORY AND PRACTICE LEVEL 6 UK CREDITS: 15 (Updated: Fall 2015) PREREQUISITES: CN 2227 Introduction to Film and Television Studies CS 1070 Introduction

More information

Network Fundamentals and Design Fall Semester 2014

Network Fundamentals and Design Fall Semester 2014 CS 2705 22573 Network Fundamentals and Design Fall Semester 2014 Instructor Kyle Feuz Office: TE 111C Phone: 801-626-7864 E-mail: kylefeuz@weber.edu Office Hours: T,TH:8:00-9:30 am Office Hours @ D2 314:

More information

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University Course Profile Course Name:- Elective Profession Course 1 Course Code:- IT 250 Academic

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 20 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

Course Name: Computer Graphics - 2 Course Code: IT332

Course Name: Computer Graphics - 2 Course Code: IT332 Course Name: Computer Graphics - 2 Course Code: IT332 I. Basic Course Information Major or minor element of program:major Department offering the course:information Technology Department Academic level:400

More information