CompSci 1033

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/107

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

108 Terms

1
New cards

What should you set the dpi for an image you wish to print?

300 dpi

2
New cards

If you have an image that is 400 pixels by 600 pixels and the dpi is 200, what size will it print at?

2 inches by 3 inches (400/200 and 600/200)

3
New cards

If you want to print an image at 5" by 7", what is the minimum size it must be in pixels for it not to look pixelated?

1500 pixels by 2100 pixels (5 x 300 by 7 x 300)

4
New cards

If you have an image that is 600 pixels by 900 pixels and I print it at a resolution of 150 dpi, how big will the image by?

4 inches by 6 inches (600/150 by 900/150)

5
New cards

Which of the following images will print the largest?

a) 300 pixels by 300 pixels at 100dpi

b)300 pixels by 300 pixels at 50 dpi

c) 300 pixels by 300 pixels at 10 dpi

c) 300 pixels by 300 pixels at 10dpi

6
New cards

Which of the following images will have the largest file size (in kilobytes)?

a. 300 pixels by 300 pixels at 100dpi b. 300 pixels by 300 pixels at 50dpi

c. 300 pixels by 300 pixels at 10dpi

d. They will all be the same size

d) they will all be the same size

7
New cards

How many Megapixels is an image that is 2000 pixels by 3000 pixels?

6,000,000 pixels or 6 megapixels

8
New cards

To calculate the number of bytes an uncompressed true colour image will be, you multiply the width pixels by the height pixels by 3 bytes (1 byte for the red= 28 bits, 1 byte for the green = 28 bits, 1 byte for the blue = 28 bits,). This is called a .raw file. Based on the above formula, how many bytes would an image in .raw format be if it was 200 pixels by 300 pixels?

200 x 300 x 3 = 180,000 bytes

9
New cards

How many kilobytes would the above image be (a kilobyte is 1024 bytes, but to make the calculation easier, assume a kilobyte is 1000 bytes)

180,000/1024 = 175 kilobytes

180,000/1000 = about 180 kilobytes

10
New cards

The vertical spacing between lines of text is called

Leading

11
New cards

What type of compression guarantees that none of the quality is lost

lossless compression

12
New cards

how many different combinations can be made from a sequence of 4 bits

16

13
New cards

Sampling and quantizing are used to digitize

images, audio and video frames

14
New cards

the first page of any website should be named

index.html

15
New cards

what colour is represented as #00FF00

Green

16
New cards

What colour is represented as <255, 0, 255>?

Purple

17
New cards

Which protocol breaks data into pieces, sends them to different computers until they reach their destination and them reassembles the pieces?

TCP/IP

18
New cards

How many bytes are used for "true colour"?

3

19
New cards

Cinemagraphs can be made by

combining a video with a still frame

20
New cards

How many subdomains are in the url: http://www.london.menu.restaurant.com

2

21
New cards

What is the TLD of the url http://www.london.menu.restaurant.com

com

22
New cards

Indicate which IP address is invalid:

a. 0.53.200.8

b. 112.14.92.133

c. 72.209.15.77

d. 29.285.40.119

d) 29.285.40.119

23
New cards

Which image format(s) support true colour?

JPG

24
New cards

In CS1033, we made layouts with

tables

25
New cards

convert binary number 1011 to decimal

11

26
New cards

For SEO, it is better to add "Merry Christmas" together rather than "Merry' in one place and "Christmas" in another place. This is known as

Keyword proximity

27
New cards

Video uses which colour model

YUV

28
New cards

What is the sample rate of a CD

44.1 Hz

29
New cards

Calculate the filesize of an uncompressed true colour image that is 1000px by 500px

1,500,000 bytes

30
New cards

What is the advantage of vector graphics

smaller filesize than raster graphics, resizing does not cause blurriness

31
New cards

How many bits would be required to represent 30 items in binary

5

32
New cards

the 'C' in CRAP stands for

Contrast

33
New cards

The advantage of downloading it that you can play it quicker than if your streamed it (true or false)

false

34
New cards

Onion skinning is when an animator draws over live action video to create a sketched copy of the video (true or false)

False

35
New cards

Rollover button effects can be made by adding JavaScript code into the HTML (true or false)

True

36
New cards

MP3 files can compress a song up to 1/20 of its original size (true or false)

false

37
New cards

#DDDDDD is darker than #777777 (true or false)

false

38
New cards

Newspapers are traditionally printed with the CMYK colour model (true or false)

true

39
New cards

Google will give higher search rankings to sites that do keyword stuffing (true or false)

false

40
New cards

Hexadecimal codes represent many more different colours than RGB codes (true or false)

false

41
New cards

All packets travel the same route in TCP/IP (true or false)

false

42
New cards

Domain names can include letters and numbers but not spaces (true or false)

true

43
New cards

Stereo audio is typically 4 times the filesize as that of mono of the same clip (true or false)

false

44
New cards

Google was developed by Tim Berners-Lee (true or false)

false

45
New cards

Affinity Photo has options to export as vector gprahics or as raster graphics (true or false)

true

46
New cards

Softsubs are subtitles embedded in an MP4 file (true or false)

false

47
New cards

One disadvantage of animated GIFs is that they cannot include audio (true or false)

true

48
New cards

Websites that contain a lot of of links to other sites will by ranked high in the search results (true or false)

false

49
New cards

PowerPoint allows you to animate text by individual words or letters (true or false)

true

50
New cards

Filesize is not affected by an images DPI (true or false)

true

51
New cards

Arial and Times new Roman are called websafe fonts becuase they work on all platforms (true or false)

true

52
New cards

The binary number 11 is equal to decimal number 2 (true or false)

false

53
New cards

Dithering is a feature of JPGs and GIFs (true or false)

false

54
New cards

4:2:2 means no compression was done to the video (true or false)

false

55
New cards

Which file format would work best for an image of clouds if you wanted to show you website background partially showing through the clouds?

PNG

56
New cards

What colors are the following: a) #FF0000 b) <255,0,255> c) <255,255,255> d) #020202 e) <271, 271, 271>

a. red b. purple c. white d. dark gray e. N/A (numbers can only go to 255)

57
New cards

what is dithering

Adding different colour pixels in a checkerboard pattern so they blend together to create the illusion of a new colour. An important feature in GIFs that only support 256 colours.

58
New cards

What format should a picture of a sunset be stored as

jpg

59
New cards

what format should a cartoon picture be stored as

gif

60
New cards

what does the term 1080p mean?

1080 horizontal lines, progressively displayed

61
New cards

gif allows for: a) 2 bit color b) 8 bit color c) 24 bit color d) all of the above e) a and b only

e) a and b only

62
New cards

jpg compressions realizes that the human eye is better at detecting: a) differences in color than differences in brightness b) differences in brightness than differences in color

b) differenes in brightness than differences in colour

63
New cards

If you have a gif image it is better not to keep saving it as a gif repeatedly as it will lose some of its original information and thus degrade in quality (true or false)

false

64
New cards

Any font can be displayed on a website, as long as the person building the site has the font installed. (true or false)

false

65
New cards

There is always a one to one mapping between an IP address (128.22.3.45) and a domain name (www.csd.uwo.ca) (true or false)

false

66
New cards

Which of the following is an invalid IP address a) 33.44.55.66 b) www.uwo.ca c) 280.89.300.20 d) a and b e) b and c

e) b and c

67
New cards

Which of the follow are valid Top Level Domain Names: a) www b) com c) edu d) uk e) ca

b) c) d) e) are all valid

68
New cards

Which of the following is an html tag? a) b) (b) c) b d) [b]

a)

69
New cards

Where is the

In the browser header bar and tab

70
New cards

If you were viewing a web page and then clicked View Source, you would see: a) text consisting of content and html tags b) the actual images, links and content c) links and the actual images only

a) text consisting of content and html tags

71
New cards

What are the four fundamentals discussed in class of any good design

CRAP (Contrast, Repetition, Alignment, and Proximity)

72
New cards

In an audio wave plot, the horizontal distance between waves indicates which characteristic of the sound? a) volume b) pitch c) track length d a) and b)

b) pitch

73
New cards

A tween is: a) The frame that contains the last movement in your animation b) The computer generated frames between two positions in an animation c) The location where the music goes in an animation

b) The computer generated frames between two positions in an animation

74
New cards

Kerning is: a) The space between two lines of text b) The space between two characters c) The spacing across an entire row of text

b) the space between two characters

75
New cards

The lowest resolution you should have when creating an image to be printed is: a) 72 ppi b) 96 ppi c) 200 ppi d) 300 ppi e) 1200 ppi

d) 300 dpi

76
New cards

Ray tracing is adding skin and feathers and scales to animations (True or False)

false

77
New cards

What occurs when you type in a search term on Google? a) A web crawler/spider crawls the Internet b) Google builds a database of websites pertaining to your search c) Google looks in their index for the search term and then their everchanging database to get URLs that contain the search term

. c) Google looks in their pre-existing database to find which websites are listed under your search terms in there

78
New cards

24. Tim Berners Lee was instrumental in creating the internet in 1969. a True b False

false

79
New cards

What is the key idea behind the Page Rank algorithm of Google?

Popularity is the most important

80
New cards

How many bits are required for storing 16 possible colours?

4 bits

81
New cards

JPG compression is called lossless because pixel colours are removed to reduce filesize. (true or false)

false

82
New cards

What is the name of the software that transfers files to a webserver

FTP (FileZilla, WinSCP, etc.)

83
New cards

What is the name of the web server at Western

panther.uwo.ca

84
New cards

Lossy Compression

A way of reducing filesize by discarding pixel colours and setting them to nearby similar colours

85
New cards

PNG

Web graphic file format that supports variable transparency

86
New cards

.jpg

web graphic file format that is best used for continuous tone images such as photographs

87
New cards

colour resolution

measures the number of bits of stored info per pixel (or how many different tones every pixel can have)

88
New cards

gif

web graphic file format that can display animation

89
New cards

image resolution

the amount of information stored for each image

90
New cards

Calculate the decimal number value of the binary number 1010:

10

91
New cards

composed of tiny dots, each corresponding to one pixel on the computer's display?

bit-mapped graphics

92
New cards

What are the characteristics that define a cel-based animation. Within a scene

Background changes from one scene to another, and object changes from one frame to another

93
New cards

When using a table in KompoZer, to adjust the spacing around each cell so that text does not touch the grid cells, one would assign a value to the "cell spacing" or "cell padding".

padding

94
New cards

.jpg

web graphic file format that is best used for continuous tone images such as photographs

95
New cards

colour resolution

measures the number of bits of stored info per pixel (or how many different tones every pixel can have)

96
New cards

gif

web graphic file format that can display animation

97
New cards

image resolution

the amount of information stored for each image

98
New cards

Calculate the decimal number value of the binary number 1010:

10

99
New cards

composed of tiny dots, each corresponding to one pixel on the computer's display?

bit-mapped graphics

100
New cards

.jpg

web graphic file format that is best used for continuous tone images such as photographs