Lecture 1: Computer Graphics Flashcards
Graphics Areas
? is defined as any sketch or a drawing or a special network that pictorially represents some meaningful information.
(fill in the blanks)
Graphics
Graphics Areas
? is used where a set of image needs to be manipulated or the creation of the image in the form of pixels and is drawn on the computer.
(fill in the blanks)
Computer Graphics
Graphics Areas
? is the part of the application where you create and modify drawing entities.
(fill in the blanks)
graphics area
Types of Computer Graphics
(enumerate)
- Raster Graphics
- Vector Graphics
Types of Computer Graphics
Pixels are used for an image to be drawn
(identify)
Raster Graphics
Types of Computer Graphics
First type: Raster Graphics
Also known as a ? in which a sequence of image is into smaller pixels
(fill in the blanks)
bitmap image
Types of Computer Graphics
First type: Raster Graphics
Basically a ? indicates a large number of pixels together
(fill in the blanks)
bitmap
Types of Computer Graphics
Mathematical formulae are used to draw different types of shapes, lines, objects and so on.
(identify)
Vector graphics
Application of Computer Graphics
(enumerate)
- Education and Training
- Use in Biology
- Computer-Generated Maps
- Architect
- Presentation Graphics
- Computer Art
- Entertainment
- Visualization
- Educational Software
- Printing Technology
Application of Computer Graphics
Computer-generated model of the physical, financial and economic system is often used as educational aids.
(identify)
Education and Training
Application of Computer Graphics
Model of physical systems, physiological system, population trends or equipment can help trainees to understand the operation of the system.
(identify)
Education and Training
Application of Computer Graphics
For some training applications, particular systems are designed.
(example only)
Flight Simulator
Application of Computer Graphics
Molecular biologist can display a picture of molecules and gain insight into their structure with the help of computer graphics
(identify)
Use in Biology
Application of Computer Graphics
Town planners and transportation engineers can use ? which display data useful to them in their planning work.
(fill in the blanks)
computer-generated maps
Application of Computer Graphics
? can explore an alternative solution to design problems at an interactive graphics terminal.
(fill in the blanks)
Architect
Application of Computer Graphics
In this way, they can test many more solutions that would not be possible without the computer.
(identify)
Architect
Application of Computer Graphics
are bar charts, line graphs, pie charts and other displays showing relationships between multiple parameters.
(identify)
Presentation Graphics
Application of Computer Graphics
is commonly used to summarize.
(identify)
Presentation Graphics
Application of Computer Graphics
Computer Graphics are also used in the field of commercial arts
(identify)
Computer Art
Application of Computer Graphics
It is used to generate television and advertising commercial.
(identify)
Computer Art
Application of Computer Graphics
Computer Graphics are now commonly used in making motion pictures, music videos, and television shows.
(identify)
Entertainment
Application of Computer Graphics
It is used for ? of scientists, engineers, medical personnel, business analysts for the study of a large amount of information.
(fill in the blanks)
visualization
Application of Computer Graphics
Computer Graphics is used in the development of ? for making computer-aided instruction.
(fill in the blanks)
educational software
Application of Computer Graphics
Computer Graphics is used for ? and textile design.
(fill in the blanks)
printing technology
INPUT Devices
(enumerate)
- Physical
- Logical
INPUT Devices
First Device: Physical
(give at least 5 examples)
- Keyboard
- mouse
- tablet
- touch pad
- touch screen
- data glove
- camera
- light pen
- wand
- joystick
- joyswitch
- trackball
- spaceball
- microphone
- speech recognizer
etc.
INPUT Devices
Second Device: Logical
(give at least 5 examples)
- String
- locator
- pick
- choice
- valuator
- stroke
OUTPUT Devices
(give at least 5 examples)
- CRT display
- LED display
- LCD display
- Plasma display
- printer
- plotter
- e-paper
- hologram generator
- film recorder
- sound recorder
- speaker
- robot arm
etc.
OUTPUT Devices
are either vector devices or raster devices.
(identify)
2-D output devices
OUTPUT Devices
2-D output devices
(enumerate: 2)
- Vector devices
- Raster devices
OUTPUT Devices
2-D output devices
which physically draw line segments (like a plotter)
(identify)
Vector devices
OUTPUT Devices
2-D output devices
which display a grid of colored pixels (picture elements).
(identify)
Raster devices
OUTPUT Devices
The ? of a raster display is written as width × height.
(fill in the blanks)
resolution
Graphics Primitives
(enumerate)
- Graphics Primitive
- Pixel
- Line
- Polygon
- Display file
- Frame buffer
- Display control
- Display processor
- Line generation
- Graphics Software
- Points
- Polygons
- Text Primitive
- Windowing and clipping
- Viewport
Graphics Primitives
? is a basic object that is essential for the creation or construction of complex images.
(identify)
Graphics Primitive