CompSci 1033B Exam Hints/Practice Questions 1) ** “Quite possibly somewhere on the exam” ** History (the years/facts/major events) First band to appear live on the internet was really Severe Tire Damage because they mistakenly opened the act for the Rolling Stones (1994) 2) When was the first motion picture ever recorded? 1878 – was the first video: The Horse in Motion 3) What was the first full length movie with synchronized dialogue (i.e. the first talkie) The Jazz Singer 4) What was one of the first fulllength movies to use color? The Wizard of Oz 5) What was the name of the predecessor to the Internet? Arpanet 6) What is purple Western color? #660099 7) Name 4 things to watch for when doing any design Contrast, Repetition, Alignment, Proximity 8) 5 components that make up multimedia? Text, images, sound, video, animation 9) Measurement would you use for text in creating a word document? Points for WORD, Pixels for PICTURES 10) How many lines of text could you fit on a page given the following information: if you printed off an MS Word Page (8 ½ by 11 inches) Assume, 1 inch margins on the top, and ½ inch margins on bottom, the page contained a font size of 36, leading was 0 (no space between the lines Actual size of paper: 11” – 1.5” = 9.5”, 72pt = 1 inch high: then 36pt =.5 inches therefore # of lines: 9.5/.5 = 19 lines 11) ON EXAM know the base is always 3, and why, how etc. 12) Know RGB notation for the exam, and hexadecimal = difference Notation = no commas, no angle brackets, always wth a ‘#’ sign
They do not show the same color, even if same numbers = systems are operated differently BUT YOU CAN COVERT: RGB to Hexadecimal and vice versa
13) How many colors can the human eye detect? 10 million colors – thus storing more than 10 million is pointless that’s why we usually only use 24 bit color (2/24) 14) Know the difference between ‘paint’ and draw’ Illustration = Vector based is drawing, Photo/Image Editors = bitmapped is paint 15) Vector Bitmap = yes you can (bring into paint program, and convert to bitmap) HOWEVER, Bitmap Vector = no you can’t – once a bitmap always a bitmap 16) On the exam: Note the “www” 17) Web Addresses and URL’s have protocol’s – has to follow rules –
18) Will not be asked about rules of subdomains – BUT understand which one would be considered 1st, 2nd, 3rd, 4th level(s)
19) Choosing a Domain Name Domain name should be somewhat short so people remember it Doesn’t matter if its upper or lower case No space in the dash – cant start with it either No underscores or spaces 20) What are the chunks of data that are sent over the Internet called? Packets or datagrams 21) True or false, the Internet and the World Wide Web are the same thing? FALSE – (internet=hardware, WWW=software) 22) An example of a valid IP address is 0.0.255.255 (must be within 255 to be valid) 23) True or false, www.csd.uwo.ca/courses is a domain name? FALSE – not the entire thing 24) give 3 valid TLDs
top level domains .com .ca .org
25) www.homer.simpon.com is a valid domain name? FALSE – there are periods 26) Zack&Cody.Love.You.2.com is a valid domain name FALSE 27) What is a message (a webpage or an email message or a file) on the internet broken down into before it is sent over the net? It’s a datagram or packet 28) Are the following valid IP addresses? 1.1.1.1 Yes 126.265.13.10 – no 129.129.129 – no (must be 4 sets to be valid) 29) You shouldn’t have a link that’s more than ___ clicks to get to something from the top 3 30) TERMINOLOGY ON THE EXAM: Web Page, Web Site, Web Server, Web Browser Web page: HTML Hyper Text Marker Language Web Site: collection of web pages created and maintained by an organized individual Web Server: a computer that stores web pages and makes them available for people to see on the internet Web Browser: program that allows you to view the internet (i.e. Internet Explorer, Mozilla, Safari, Camino) 31) Know that HTML Tags always start off with a bracket xxxxx
32)
32) Know difference between publish area and science server 33) Are these the same? http://www.csd.uwo.ca and http://www.csd.uwo.ca/index.html Yes they are – the computer knows automatically to go to the csd file to find the “index” Are these the same? http://www.csd.uwo.ca/undergraduate and http://www.csd.uwo.ca/undergraduate /index.html NO they are not … it is at the same level as the “undergraduate” file 34) Input html’s to web browser, the output is what’s on the screen itself 35) What is the input we give a web browser? HTML Code 36) What is the output from the web browser? Webpage on the screen
37) Can you name 3 web browser programs? Internet Explorer, Safari, Firefox, Google Chrome, Camino 38) Does anyone know how you look at the html that was used to create the page currently displayed in the browser? VIEW SOURCE 39) Types of line break(s) PARAGRAPHY BREAK (press enter) LINE BREAK (shift, enter) 40) Understand setting page property rules/importance 41) Name the 5 types of links: anchor, target, bookmarks, email link, pointing to a site that’s not part of your own but to a site on the internet (targeting= _(link)), internal link, external website, image link, hotspots (associated with image spots). 42) What goes in the link field (www.) what precedes the www: http://www.uwo.ca à http:// 43) How many MAX clicks should it take a user to get to any page from the home page? = 3 CLICKS (no more) 3 may even be too much 44) What is the maximum time a webpage with graphics should take to download for a user with a 56k modem? 3035 seconds at most, but it has to be at a 56k modem speed!! 45) Which of the following is a tag? = this is (title) [title] 46) Which of the following would be a bad L tag when web developing? underline BAD BAD BAD BAD 47) Publishing your website – good exam question Downloading: process of receiving a program, document or file via a network from another computer Remote site (server) local computer Uploading: local computer remote site (server) 48) There are two basic types of searches you can perform on the World Wide Web, what are they? Directory vs. search engine
49) Know for EXAM: HITS Hits (each file sent to a client) 10 graphic files + html will be 11 hits for example total hits: 3,357 50) Remember # of files sent to a user after a page request includes graphic files 51) What is the PageRank algorithm? Google’s algorithm to decide what order to present the pages it found to you 52) Name the most popular search directory web site? Yahoo’s (subject directory) 53) Name the most popular search engine website? What % of the market does it have? Google – search engine – 77% (don’t need to know the percent though) 54) What are the 3 components you must address to get your page a higher ranking? Text, links, popularity 55) Who started yahoo, who started Google? Yahoo = David Filo, Jerry Young Google = Larry Page, Segey Brin know dates roughly 56) Name one search tool that predates Google and Yahoo Archie, Gopher 57) If you want a table in your webpage to automatically resize as the user resizes the window, then you should define it in terms of pixels not percentages False 58) Which of the following is the most important in terms of getting your website ranked highly in Google The number of links from other pages to your page 59) PageRank evalues two things How many links there are to a web page from other pages Quality of the linking sites 60) Which will rank you higher with Page Rank, having 1 link to your site from www.wikipedia.org or having 3 links to your site from www.uwo.ca? Wikipedia 61) If we search for the terms “Cattle”, “Ranch”, “Texas” and we only get pages back that have those words, what are some of the factors that will make one page show up ahead of another page?
Property title, alt tags, content, frequency of those words, if the words are closely in proximity to each other (in the content, rather then spastically)
62) Know Frames Per Second for Exam Movie on film – 24 fps TV 30fps Computer animation 1215 fps 63) What can we “sample” with motion? Sample the temporal dimensions of the video, sampling=frames Higher frame rate means more accurate motion is sampled – also means larger file size 64) What else can we ‘sample’ with motion? Frame rate 65) Know where ‘cel’ comes from Celluloid – clean sheet material on which images were drawn by movie animators (they are hand drawn) 66) Know what the characteristics are of a celluloid Celluloid images placed on a stationary background Background remains ___ (until you change the scene) Object changes from frame to frame (one drawing per cel ____) 67) What name do we give to the start frame and the end frame? Key frame 68) Why is the act of generating the frames in between the first frame and the last frame called tweening? 69) The path the object follows have to be a straight line? False 70) What software allows us to do pathbased animation? Flash 71) What does a bigger FPS imply? Larger file size, more realistic motion 72) Some terminology to know for the exam: Keyframe, Tweening, Onion Skinning Keyframe: animating a graphical object by creating smooth transitions between various keyframes, the frames that indicate the beginning and end of an objects motion path
72)
73)
Tweening: short for inbetweening, the process of generating intermediate frames between two images to give the appearance that the first image evolves smoothly into the second image Onion Skinning: is a 2D computer graphics term for a technique used in creating animated cartoons and editing movies to see several frames at once
74)
75) The term ‘timeline’ Series of frames in a row and stacks of layers. Indicates key frames, regular frames and empty frames 76) Name two types of 2D animation Cel animation, path animation 77) What is the term for the computer generated frames between the starting frame and ending frame? Tweening 78) When working with one image what’s it called? Warping 79) Know how to slow down an animation 80) Black and white TV only used the signal? Y Luminance
81) Which one will the human eye detect changes in more easily? How does this help us with compression? human eye is more sensitive to variations in brightness (our eyes have more rods which detect brightness. Cones detect color but we have fewer of them) THUS video compression works on reducing color so compress and get rid of color information and keep the brightness 82) USB—FIREWIRE difference physically look different transfer rate 83) Know that another name for firewire is (I.LINK – IEE1394) Transfer data from camcorder to another medium Faster rates 84) know what FIREWIRE was transmitted originally at 400m BPS 85) Know definition of ‘analog’ records electrical signals/pulses directly onto a medium(like a tape) with a magnetic encoding 86) Know definition of ‘digital’ Records a binary code (string of 1s and 0s) compressed on magnetic tape or other media 87) “MEMORIZE FOR THE EXAM” in order to accommodate the color they went from 30 to 29.97 FPS (digital video)
88)
81)
82)
``
`