0% found this document useful (0 votes)
9 views9 pages

cs602-quiz-1-by-attiq-kundi-updated-on-24-05-2023

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views9 pages

cs602-quiz-1-by-attiq-kundi-updated-on-24-05-2023

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

lOMoARcPSD|56234510

CS602 Quiz 1 by Attiq Kundi Updated on 24-05-2023

Computer Sciences (Virtual University of Pakistan)

Scan to open on Studocu

Studocu is not sponsored or endorsed by any college or university


Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])
lOMoARcPSD|56234510

CS-602
Quiz 1
by Attiq Kundi

SUBSCRIBE “Knowledge For Us” ON YOU TUBE


To get more 100 % CORRECT MCSQ PDF files
CS-602

Also Added Today Quiz 24-May-2023

A scaling transformation alters the ___________ of an object.

Size

An improvement in the speed of line-drawing will result in an overall improvement of most


graphical applications.

True

A _______ transformation involves changes the size (increase or decrease in size) of an


object.

Scaling

An ellipse in standard position is symmetric between ___________.

Quadrants

Hercules adapter can display__________.

Only Graphics

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

____________ are a super-set of convex polygons having fewer restritions than convex
polygons.

Concave Polygons
Matrix multiplication is __________.

Associative

A unit vector has zero magnitude.

False

__________ is the annoying tendency of the text to flash as it moves up or down.

Flicker

_______________ was first person who studied the ellipse.

Menaechmus

________ is an area fill algorithm that replaces all connected pixels of selected color with
fill color.

Flood-fill
EGA and VGA __________ have a character generator ROM.

Do not
In Display mode 3, out of two bytes of each character on screen, one contains ASCII value
while other contains _______.

Attribute
Bresencham’s algorithm finds the closest integer coordinates to the actual line, using only
________-.

Integer math
The line passing through the vertex and parabola is called ___.

Axis

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

According to the architecture of raster graphic system, display processor memory will act
as ________-.

Video controller

If |m|>1,then “incremental line algorithm” will __________ by 1 in y= mx+b till it reaches


ending point.

Increment y

If the value of scaling factors sx andsy greater than 1, then size of objects will be
_____________.

Enlarged

In midpoint circle drawing function, if circle (x,y)>0, then (x,y) point lies ______ circle
boundry .

Outside

_________ test is used to locate the point in polygon.

Parity

A two dimensional __________ is applied to an object by responding it along a circle path


in the xy plane.

Rotation

Which of the following is not example of geometric transformation?

Inverse

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

__________i is a type of monitors that use CRT.

RASTER-SCAN system

Two different lines can intersect in at most one point,; whereas two different planes can
intersect in at most ____.

One line

The points on both perimeter and interior of ________ polygon must be considered when
rendered.

Unfilled

A line, or straight line, roughly speaking, an (infinitely) thin, (infinitely)long, straight


geometrical object.

True

__________ Is a transformation that produces a mirror imageof an ibject.

Reflection

Drawing circle using Cartesian coordinates is inefficient as it creates large gaps in circle for
values of x _______.

Close to radius

A two dimensional ________ is applied to an object by repositioning it along a circle path


in the xy plane.

Rotation

_____________ is a rigid-body transformation that moves objects without deformation.

Translation

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

_____________ is a collection of numbers arranged into a fixed number of rows and


columns.

Matrix

A ___________ is the set of all points (x,y) that are the same distance from the directrix and
focus not on the directrix.

Hyperbola

Raster-Scan system use __________ number of bit(s) to store a ‘block and white’ image in
the frame buffer.

Flash, Maya and Keen Artistic eye are software packages used for _________.

Simulation

These are computer graphics packages for art and design except

Link paint editor

A resolution of 200 scan lines, each containing 320 pixels is often referred as ___________-.

320*200

In 2D transformation, two successive rotations can be performed in any order (rotation 1


then 2 or rotation 2 then rotation 1).

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

True
A limitation of flood-fill algorithm is that _________ color must be read before it is
revoked.

Old
In _____________, the user can reach into the virtual world and handle object but cannot
feel them.

HMD
A column matrix is also known as ____________.

Column Vector
For a circle translation the _________ is translated and redraw using new_____.

Center point, Center point

Rotation performed around a fixed point called _______.

Pivot Point rotation


The ________ tests are performed for the midpoints between pixels near the circle path at
each sampling step.

Circle Function
Various curve function are useful in ____________.

Object modeling
If a line has two pointsp1 (10,10) and p2 (20,18), then dy will be _______.

8
Boundary filling algorithm can work for complex polygons.

False
Graphic images on the screen are built up from tinydots called ___.

Picture elements
DDA abbreviated for _________.

Digital differential analyzer


The process of digitizing a ‘picture’ into ‘pixel’ intensity value’ by Raster-Scan graphic

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

controller is known as __________.

Scan conversion
Various curve functions are useful in _______

All of the given


Graphic applications
Animation path specifications
Object modeling
For two matrices to be equal, they must have same _____- and corresponding elements.

Dimensions
In an area-fill algorithm, the ______ and ______ of neighborhood of given pixel are
important.

Size, connectivity
Both boundary filling and flood filling algorithm are __________ as compared to scan line
filling algorithm.

Better
In ________ polygon filling method, straight lines are drawn between the edge of polygon.

Scan-line
Monochrome adapter can display ____.

Only text
Identify algorithm that checks and sets pixel for fill color and runs process for neighbors?

Boundary fill

______ Changes the size of an object.

Scaling

In Raster-Scan system, the bitmap buffer can store ________ image.

Bitmap

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])


lOMoARcPSD|56234510

Parity is a concept used to determine which ______ lie within a polygon.

Pixels

The boundary-fill method requires the coordinates of ____ , fill color, and boundary color
as arguments.

Starting Point

Computer Graphics is very helpful in producing graphical representations for scientific


visualization.

True

CS-602
MID-Term
by Attiq Kundi

SUBSCRIBE “Knowledge For Us” ON YOU TUBE


To get more 100 % CORRECT MCSQ PDF files
CS-602

Downloaded by bc190404578 NIDA ARSHAD CHOUDHRY ([email protected])

You might also like