Chapter 6 Flashcards

1
Q

What is meant by computer graphics?

A

The representation of image data by a computer by the help of:

1) hardware (graphics card, cameras, motion sensors)

2) software (adobe photoshop, unity, blender)

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

What is meant by pixels?

A

It is the smallest element in an image, that has a square shape

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

What is a image dimension?

A

The width*height of a digital image

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

What are the types of graphics?

A

1) bitmap graphics (raster graphics):

-Painting pixels on the screen with a pointing device (mouse, stylus)
-Images captured with a digital camera
- It is a rectangular grid of pixels, each pixel color is specified by a number of bits
- it has a file format of (JPG, BMP, PNG, GIF)
- Some of the painting software example are (MS paint, Adobe photoshop, GIMP)
- the factors that determines the quality of the image are the color depth (number of bits per each pixel) & resolution

2) vector graphics (object oriented graphics):

-Pointer movements are translated into lines and patterns on the screen using mathematical formulas
- they can be resized without losing the image quality
- softwares are (Adobe illustrator or Inkscape)
- file format is SVG (scalable vector graphic)

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

How to calculate the file size of a bitmap image?

A

So if the image has a dimension of 250 * 200 * pixel/bit = 50,000 pixel it will be 50,000 bit

1 byte = 8 bits

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

What is meant by resolution?

A

It is a measurement of the pixel density (pixel per inch ppi, or dots per inch dpi)

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

What is the difference between bitmap and vector?

A

1) Bitmap stores the data as dots while vector as objects

2) bitmap has more memory

3) bitmap has a shading and finer detail, while vector has smoother shapes

4) bitmap is good for painting and photographs while vector is good for graphs, charts, logos, drawings, & 3D graphics

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

What is image processing and where can it be applied in our lives?

A

It helps in filtering and cleaning an image, it is more powerful than photo retouching, it is used in the medical field as in x-ray’s

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

What is meant by computer vision?

A

A method used for acquiring, processing, analyzing, and understanding images (object detection, tracking, action recognition, facial recognition)

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

What are the 3D modeling softwares?

A

It is the mathematical representation of any surface of an object in three dimension via specialized software, having the ability to rotate and view it like in (Blender, 3D Max, AutoCad, Sweet home, Unity)

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

What is meant by CAD (Computer aided design)?

A

The use of a computer system to assist in the creation, modification, analysis, and optimization of a design

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

What is meant by CAM?

A

Computer aided manufacturing, use of software to control machine tools to help manufacture products, it translates the design of a product created on computer with CAD tools into manufacturing instruction for machine tools

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

What is meant by CIM (computer integrated manufacturing)?

A

A combination of CAD & CAM using computers to control the entire production process, it is a major step towards fully automated factories which will increase the productivity, quality and enhance its felxibility

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

What are some of the examples of presentation graphics?

A

MS PowerPoint, Prezi

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

What is Animation?

A

The manipulation of images to appear moving by a rapid succession of sequential images which differs minimally from each other, the frame is one of the pictures, the frame rate is the rate by which consecutive images appear and display the standard is 30fps, computer animations creates effects that are difficult to achieve without a computer using computer generated imagery (CGI)

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

What is meant by tweening?

A

The process of generating intermediate frames between two images giving an appearance that the first evolves to the second

17
Q

What is a video in terms of IT?

A

A series of bitmap images that creates the illusion of movement, the quality and overall size of a video is determined by:

1) frame size (Width * height)
2) bit depth
3) frames per second

18
Q

What is data compression and its types?

A

Its the encoding of information using fewer bits than the original representation:

1) lossless (the original copy can be retrieved, WinZip, WinRar, it not good for multimedia data)

2) Lossy (recovers a similar representation to the original data, it throws away the non-relevant data, MP3, JPEG, MPEG Video, it has a high completion ratio)

19
Q

What is a digital audio?

A

Using a microphone to capture sound in an analog form (electric waves), then inverting it to digital data by an audio digitizer (ADC), sound can be recorded (sampled) or generated (synthesized) using electronic instruments which produces sound via mathematical formulas

The quality of an audio is determined by:

1) sampling rate (number of samples taken by seconds “frequency”, measured in Hertz “Hz”)
2) sample size “Bit depth” (bits used to represent a sample)
3) number of channels (mono or stereo)

The formats of audio are:

1) WAV, AIFF (uncompressed audio for MAC & Windows)
2) MP3 (1/10 the size of the original file)
3) WMA (MP3 alternative in windows)
4) AAC (apples alternative to MP3)
4)OGG (Similar to MP3, it open sourced and freely available)

20
Q

What is a hyper text?

A

Texts which contains links to other texts, linking information in a non sequential way

21
Q

What is hyper media?

A

Similar to hyper text but not only for texts it combines ext, numbers, graphics, animation, sound & music

22
Q

What is meant by interactive multimedia?

A

The integration of digital media into a structured digitally computerized environment which allows people to interact with the data for a purpose like (interactive ear, the funky forest, theater of digital art in Dubai, interactive sliding screen in expo 2020)