18
Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive http://www.csd.uwo.ca/courses/ CS1033/Fall/ There are 2 files: Lecture12Review.ppt SampleExam.pdf

Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive There are 2 files:

Embed Size (px)

Citation preview

Page 1: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Because you showed up!

YOUR REWARD….

Review LectureYou will find it at

URL is Case sensitive

http://www.csd.uwo.ca/courses/CS1033/Fall/

There are 2 files: Lecture12Review.ppt

SampleExam.pdf

Page 2: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Sample Practice Exam Handout…Just some ideas of stuff to study and know

Answers can be found:

http://www.csd.uwo.ca/courses/CS1033/Fall/SampleExam.pdf

Page 3: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

◦Bring: two soft pencils, a good eraser, your student card

◦Don’t bring: IPOD, hat, notes, electronic devices

Final Exam - 2-hour (worth 40%)

Sunday, April 22nd at 7:00 pmThames Hall Gym

2-hour ~150 questionsMultiple Choice, True or False

Mostly memorization

Page 4: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

NOTE: To be eligible to pass the course, a student must obtain:

• a weighted average of at least 45% on the major assignment and final exams

AND the weighted average of the assignment marks must be at least 45 %.

Here’s how to calculate it:Note that weighted average = (total of weighted marks / sum of weights)

and  weighted mark = (weight * mark)

For example, if you received 60% on the final exam (weighted at 40 % of your final mark) and 80% on the major assignment(weighted at 20% of your final mark), your weighted average would be ((60*.4)+(80*.2)) / (0.4+0.2) = (24+16) / 0.6 = 40/0.6 = 66% WHICH IS ABOVE THE REQUIRED 45% TO PASS.

NOTE though, if you did not hand in the major project and received 50% on the final exam, your weighted mark would be 33% and you would NOT pass the course, even if your overall grade for your labs, assignments and final exam was greater than 50%

 

Page 5: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

6. Text Attributes: Font Type, Font Size, Style(bold, italics),Color Special Effects (underline, Superscript, subscript), Kerning, Tracking, Leading

7. Differences: Pixel vs Points (don’t memorize table comparison- just understand trends)

8. Color and representation:hexadecimal

9. Design Considerations: • Do’s and Dont’s: body of text, # of fonts used, serif vs. sans serif• CRAP Principles

Lecture #2 - INTRO TO MULTIMEDIA

1. What is Multimedia• Describes any application or technology that can be used to present: text,

images, sound, video, animation

2. History: Arpanet, Internet, Google, WWW, Yahoo

3. No need to know statistics chart on Internet use

4. Multimedia Components: Text, images, sound, video, animation

5. Multimedia Features: Interactivity, Hyperlinking, Computer-based delivery

Page 6: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Text Attributes – Size

Comparison table of points and pixels

Do not memorize the chart..But notice trends between pixels and points

Page 7: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Lecture #3 - Using GRAPHICS in Multimedia

1. What is Sampling and Quantizing mean wrt images? 2. Digitization and bits, bytes: definition

21 = 2 values (0, 1)22 = 4 values (00,01,11,10)23 = 8 values

1. What is an Image? Pixels 2. Color Models: RGB vs CMYK, for web vs printer3. RGB vs Hexadecimal 4. Types of Graphics: Bitmapped vs Vector-Based

• What happens to file Size and Quality with bitmapped vs Vector-based

5. Resolution pertaining to Cameras vs Screen Monitors 7. Graphics Attributes: Resolution and Image Bit Depth

8. File Formats: • Universally Supported vs Proprietary• File extensions• Which file formats are bitmapped vs. vector-based (know a

couple of each)• File Formats to fit the Task (jpg- photorealistic; .gif-clipart)

9. Sources of Graphics (not much here)10. Graphics Software: Drawing Programs vs Paint Programs11. Design Considerations: File size, format, color resolution12. File Transfer (uploading, panther and publish area – syntax for urls,file

permission rights – what error will you get if permissions are not set)

Page 8: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Lecture #4 - Using GRAPHICS in Multimedia

1. Optimization Techniques: (a lot of information) • File Format – choosing .jpg or .gif why?• GIF Properties, .JPG Properties• Reduce File Size (resizing)• Reducing Color Resolution (24 bits, 16 bits, 8 bits) • Lossy (.jpg - data is discarded)

2. Gif Optimization: Dithering, Transparency, interlacing, compression , color resolution etc.

3. Jpg Optimization: Quality setting, compression ratio4. What is a browser safe pallette?5. Difference between: Lossless, Lossy6. When to use .jpg and .gif 7. Png attributes – adv, disadv.8. Animated gif attributes - advantages, disadvantages9. Capturing images by Scanning

- printing a scanned image – what size will it be? 10. Capturing images by digital camera

- what size print can you get from a camera?11. Displaying images on a screen – Amount of space the image

takes up on the screen is dependent on what?

Page 9: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Lecture #5 - Web Design

1. Understanding the Internet, ip address,TCP/IP, routers

2. Getting started with putting a website together:

• Domain Names and extensions (.com, .net, .org…etc)• Identify sections of:

http://www.uwo.ca/its/courses/spring.html• Subdomains, TLD, syntax

3. Web Hosting: selecting domain names, web hosting, ISP

• Criteria for choosing a web hosting company (top 10 reasons)• Will not ask: specifics on web hosting packages (prices etc)

Page 10: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam ReviewLecture #6 –

Web Site Creation Process

1.Stages of Creating a Website (what happens in each stage)

2.File Organization: folders, images, levels

3.Understanding how to reference a URL if uploaded to panther or on the P: drive if a file directory was provided (go back to your assignment 1,2,3 and how you had to give us the url of where your assignment was)

3.Recognizing html code (syntax not the html commands themselves)

4.Different web file formats

Page 11: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Lecture #6 – cont.Dreamweaver Related Slides and Understanding Concepts

(no need to know DW version differences)

1. Website Design: Effective Design vs Bad Design

2. Understanding of:• File names conventions, organizational layouts• Property Title• Alternative Text • Meta Tags• Linking types• Hotspots• Cell padding vs Cell spacing• Vertical/Horizontal Table alignment, • Table properties, cell properties• Target windows –when to use

3. Image Sizing and download time

4. Publishing (how does it work), filename organization, filename syntax

Page 12: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam ReviewLecture #7 – Publishing, Marketing, Search Engines

1.Publishing your Website

2.Finding things on the Internet –

3.Search Engines vs. Directories vs. Metacrawlers

4.Search Engine Ranking: meta tags/purpose

5.No need to know chart info about top engines and %

6.Know Google ranking algorithm 7.How Page Rank works

8.Search Engine Optimization: - 3 components: text, links, popularity (and study each one)

9.Usage Statistics- what do some of the key terms mean

10.World Wide Web History

Page 13: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Lecture #8 - Animation

1. Definition: Simulation of movement through a series of pictures that have objects in slightly different positions

2. Understand Frames (movies – 24 fps, TV-30fps, computer 12-15 fps)

3. Website Creation – stages4. Sampling and Frame Rate

5. Types of Animation: . • 2-Dimensional: cel-based vs path-based (motion path is actually drawn in for

the object to follow)• 3-Dimensional Modelling, animating, rendering• What to do to change motion

6. Termininology: Onion Skinning, Tweening, Keyframe, Ray Tracing,Rotoscoping

7. Animated Gifs: Characteristics (.gif)

8. Animation File Types9. Flash Software – popularity 10. Essential Flash Terminology + motion tween + shape tween

Page 14: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Lecture #9 - Video

1. Making a Video (Capturing, Editing, Output)2. Analog vs Digital – understanding it3. Digital Video Camcorders – DV25 specs, 4. YUV (YIQ) or YCbCr (for MPEG compression) and Color Sampling

5. Video Capture Devices: video capture card vs. Firewire vs. Thunderbolt6. Digital Video standards for TV7. Progressive vs Interlacing 8. Resolution Comparisons

9. Popular Digital Video Formats: advantages of each

Page 15: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam ReviewLecture #10 - Video

1. Compression Strategies: frame size vs frame rate,data rate

2. Codecs: computer program that both shrinks large movie files,how they work, most common codecs

3. Video File Formats – common ones4. Spatial vs Temporal compression – best used under which situtations 5. Container File Formats - definition6. Digital Media Players – which are they?

7. Video Transfer on the Web: differences between Progressive, Progressive Download Streaming

8. Streaming – web server vs real server, concept of creating a streaming file, what files are required and are they on the real server vs the web server

9. Unicast vs Multicast10. You Tube

Page 16: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam ReviewLecture #11 - Sound

1.Intro to Sound: sound wave.. Frequency, pitch)

2.Sound Representation– the Nyquist Limit

3.Digital format – concept• What is sample rate, Sample size, channels, codecs

4.Sound Editing – what can we do to sounds5.Sound Compression strategies: how? 6.Codecs - what is it and know lossy vs lossless7.Which files are compressed vs uncompressed, lossy vs lossless8.Audio File formats9.Midi music – what is it? Advantages, Disadvantages10.Downloadable vs Streamed Audio11.Embedding sound into a web page – two ways

Page 17: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Exam Review

Software Applications:

Questions on Concepts: (not step-by-step instructions)

Know the native filesWhat types of filenames can be generated with each programUnderstand what is on timeline vs storyboard, keyframes,

tweening... Won’t ask how to do it! (not a lot )

1.Photoshop ie. Layering, toolbars etc., file names (native vs jpg,.gif) 2.Dreamweaver: Understand Dreamweaver related topics covered during

the lectures...Cell padding, alternative. , Targets etc.3.Flash4.Audacity5.Movie Maker

Page 18: Because you showed up! YOUR REWARD…. Review Lecture You will find it at URL is Case sensitive  There are 2 files:

Final Exam - 2-hour (worth 40%) Sunday, April 22 at 7pmThames Hall gym

Powerpoint of this Review Lecture:

http://www.csd.uwo.ca/courses/CS1033/Fall

THANK YOU THANK YOU & Good luck