Multimedia part 1 Flashcards

1
Q

Computer Graphics ?

A

It’s representation of image data by a computer specifically with help from specialized
such as : Hardware: Graphics Cards and Cameras
Software: Adobe Photoshop and Unity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Graphics Terminology ?

A

Pixels ( smallest element in an image)
( square shape)
Image Dimensions ( Is measured by the Width x Height of a digital image )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are the types of graphics ?

A

Bitmap Graphics ( Raster graphics)
Vector Graphics ( object oriented graphics)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is bitmap Graphics ?

A

Painting pixels on the screen with a pointing device like mouse
Capturing an image with a digital camera

Is a rectangular grid of pixels , with each pixel being specified by number of bits ( like file formats) ( Painting software’s like MS paint)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is vector Graphics ?

A

Pointer movements translated into lines and patterns on screen using mathematical formulas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Color depth / bit depth ?

A

Is the number of bits devoted to each pixel

Simple bit mapped (monochrome) ?
Each pixel represented by 1 bit
Can be 0 or 1 -> Black or White

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to calculate the file size of a simple bitmap image with dimensions 250x 200 ?

A

Total Number of pixels in the image = 250 * 200 = 50,000 pixels
File size = 50,000 pixels * 1 bit/pixel = 50,000 bits
[1 byte = 8 bits]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Gray- scale graphics ?

A

Uses 8 bits per pixel ( ex allows up to 256 different shades )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to calculate the file size of a gray scale image with dimensions 250 x 200 ?

A

Total Number of pixels in the image = 250 * 200 = 50,000 pixels
File size = 50,000 pixels * 8 bit/pixel = 400,000 bits ~ 50,000 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Color depth ?

A

Modern PCs uses 24-bit (True Color) to display millions of colors at a time , photorealistic color such as RGB: (Red, Green, Blue)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is Resolution ?

A

Is a measurement of the pixel density of an image measured in ( inch ppi)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is object oriented Graphics / ( vector Graphics) ?

A

Are scalable graphics that are built using mathematical formulas
Advantage of it ?
That they can be resized without losing image quality like : Drawing software’s ( Inkscape)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Differences between Bitmap and vector ?

A

Bitmap ( stores as dots )
More memory / Good for paintings
Texture and shading

Vector ( stores as objects)
Less memory / Lines cleaner
Good for graphs , charts ( 3D)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Image processing ?

A

Filtering and cleaning : ( Eliminate red eye)
Enhancing and editing :
Can distort and merge photos as in tabloids
Can create fabricated images (which looks real)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are examples of image processing ?

A

Medical field help doctors clean x ray images
Natural language processing ?
Cleaning Captcha Phrases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What detects presence of any life- sustaining resources ?

A

Images from Moon and Mars missions

17
Q

Computer Vision ?

A

A field that includes methods for acquiring
processing, analyzing, and understanding images
Such as: Object detection , tracking , Action recognition and Facial Recognition

18
Q

3D modeling software ?

A

Is the process of developing a mathematical representation of any surface of an object
and
Ability to rotate it and view from different angles
such as : Blender, 3D Max, and Auto Cad

19
Q

What is CAD ? ( computer aided design)

A

Is the use of computer systems to assist in the
creation analysis or optimization of a
design
Cheaper and faster
Such as :
Architects build virtual plans
Design computer chips: PCB (Printed Circuit Boards)
Test product prototypes

20
Q

What is CAM ? ( computer aided manufacturing)

A

Is the use of software to control machine tools to help manufacture products
and
Translates the design of a product created on computer with CAD tools

21
Q

what is computer integrated manufacturing ?

A

It’s Combination of CAD/CAM
which is the manufacturing approach of using computers to control the entire production process

22
Q

what are the major steps towards fully automated factory ?

A

Increased productivity , Enhanced flexibility
and Improved quality

23
Q

What presentation graphics used for ?

A

Lectures , Sales demons and Projectors
Example : MS power point