Sunday, October 28, 2018

Assignment 10.2

Assignment 10.2

1.  What is meant by White Balancing a camera?
Basically balancing the color contrast to help make an image look better.
2. What is considered the "golden hour"?
The time before sunset and the time after sunrise.
3.  What is the color temperature of daylight, and what is its general hue?
The color temperature is 5600 Kelvin Units. This varies due to weather and time periods in the day. It's general hue is a white/blue.
4.  What is the color temperature of an interior fluorescent light, and what is its general hue?
The temperature is 3500 Kelvin Units. The hue is white.
5.  Embed an image of incorrect white balance. 
Image result for Incorrect photos of white balance

Assignment 10.1

Assignment 10.1

1.  Explain the Exposure Triangle.
The Exposure Triangle is a term which is widely used by photographers to refer to the three main components of a camera system that a photographer adjusts to control exposure. The three components are aperture, ISO, and shutter speed. The use of these components determine how the photo will turn out.
2.  List the 3 components and what each controls. 
1.) Aperture- The hole in a lens that controls how much light is allowed to enter the camera body. This affects the brightness of the photo because of the aperture being small or large.
2.) ISO- A setting used on a camera to darken or lighten a photo. 
3.) Shutter Speed- The speed of how fast a camera's shutter shuts. Can be used to control the motion of subject and can be used to add a blur effect. 

Sunday, October 21, 2018

Assignment 9.2

1.  Define Aspect Ratio
Aspect Ratio is an indicator of the proportional relationship of the width to the height of the screen and is depicted with the expression x:y, where x equals the number of units wide and y equals the number of units high.
2.  List the aspect ratios for the following formats:
    • 10" tablet (9.7" display): 4:3
    • Smartphone (4.7" display): 667:375
    • Leaderboard Ad: 364:45
    • HDTV: 16:9
3.  Explain the difference between Interlaced & Progressive scanning.  Embed an image(s) that illustrate each. 
Interlaced scanning scans each frame of an image which is captured in two parts and is transmitted separately, one field at a time. Progressive scanning scans the lines of an image from top to bottom. Interlaced is used mainly for TV while Progressive is used mainly for computers.

Image result for examples of interlaced scanning

Assignment 9.1

1.  Define Graphic & Image.  What is the difference in the two? 
Graphic is a type of visual presentation that can be seen on a physical surface like a drawing, illustration, symbol, etc. Image is a 2D or 3D representation of a person, animal, object, or in the real world that can be still or in motion.
2.  Explain the difference between Raster & Vector images.  
Raster images are made up of pixels while Vector images are made up of mathematical paths and lines. Vector images can be scaled to make the image larger and it will not lose it's quality; while Raster images would come out messy.

Image result for examples of raster images
3.  Why should you avoid upscaling whenever possible?
Upscaling can possibly ruin the image because when you upscale you don't redefine the pixel count or structure of the image.  
4.  What is the difference between Aliased and Anti-Aliased text? 
Aliased text has that stair step/ jagged-edge effect to it due to it being made from squared pixels; while anti-aliased smooths out that effect.
 Image result for examples of aliased text

Sunday, October 14, 2018

Assignment 8.1




The difference between Kerning and Leading is as follows on the next sentence. Kerning is the space between letters while Leading is the space between lines of text.

Here is a bad example of Kerning
Related image

Sunday, October 7, 2018

Assignment 7.2

Target Audience- People of all ages but especially those 20 and above. We would cater for all occasions but mostly weddings and parties.

Home Screen- Contains Pictures of the store's location and the interior. As well as a photo of the owners and staff. At the bottom of screen is the store's contact info and link to social media page on Facebook.


About Screen- Contains the store's Mission Statement (basically a small speech how they dedicate themselves to high standards), information about the owners, info about what ingredients they use, and contact information and link to Facebook page.

Services Screen- On the left side is a list of types of events the store caters to with a photo of an event the store had catered. On the right is a list of in-store services and a photo of the inside of the store during business hours. Also the contact info and Facebook link on the bottom.


Menu Screen- List of drinks with pictures of them on the left column, list of cakes with pictures of them in the middle column, list of pastries with pictures of them on the right column. Also the contact info and link to the Facebook page at the bottom.

Assignment 7.1

                                      What Is A HTML?

HTML is short for Hypertext Markup Language. It describes the structure of Web Pages.
HTML files are essentially text files that can used to create Web Pages that use tags around text at certain points. 

                        What are the sections of an HTML document?

The HTML documents are made up of three sections: Declarations, Head, and Body.
Declarations tells you what HTML you are using. The Head shows you what the Body is doing.
The Body is full of information and code that controls where the information shows up.

                           What is found in the HTML head content?

It holds the information used to help the computer find what it needs to interpret the HTML document and how it should use it.