Home
Current Affairs January 2024

What is the correct answer?

4

Which of the following ports resembles the coordinates from the real-world system?

A. Window port

B. View Port

C. Universal Port

D. None of the above

Correct Answer :

A. Window port


A world coordinate area selected for display is called a window port. A window defines a rectangular area in the world coordinates.

Related Questions

What is the correct answer?

4

Which of the following defines the mapping of points from some domain to bits?

A. Pix-map

B. Graph

C. Bitmap

D. All of the mentioned

What is the correct answer?

4

A video display device with the smallest height, lowest power usage, and lightest weight is -

A. LED display device

B. CRT display device

C. Flat panel display device

D. None of the above mentioned

What is the correct answer?

4

A two-dimensional point is transformed by inserting.

A. Translation vector

B. Shift vector

C. Translation distances

D. Both A and B

What is the correct answer?

4

The RGB image is known as the true color image. What does RGB stand for?

A. Real grey Black Image

B. Red greyed Background Image

C. Red Green Blue image

D. None of the above

What is the correct answer?

4

Which of the following options is correct in accordance with the cathode ray tube?

A. CRTs are brighter than LCDs.

B. CRTs can operate at any resolution and at any aspect ratio.

C. CRTs are the most expensive display device till current date.

D. None of the above

What is the correct answer?

4

Which of the following properties is followed by the Bresenham's algorithm?

A. It is an incremental method

B. It chooses points randomly

C. It uses floating point operations

D. All of the above

What is the correct answer?

4

With reference to Random Scan Display, which of the following options is correct?

A. It has an electron beam that directed only to the screen areas where any picture has to be displayed.

B. It has a good pixel amount.

C. It's ideal for line drawing.

D. All of the above mentioned.

What is the correct answer?

4

The main role of a frame buffer is the ___ of the video signals that drive the display device.

A. Storage, conditioning, and output

B. Same speed

C. Different speed

D. None of the mentioned above

What is the correct answer?

4

Which of the following ports resembles the coordinates from the real-world system?

A. Window port

B. View Port

C. Universal Port

D. None of the above

What is the correct answer?

4

Which of the following line-generating algorithms is the most effective and efficient?

A. Midpoint algorithm

B. Bresenham's Line algorithm

C. DDA algorithm

D. None of the mentioned above

What is the correct answer?

4

In which of the following transformation methods of Computer Graphics is the Shape of the Object not deformed?

A. Translation

B. Shearing

C. Both a. and b.

D. None of the above

What is the correct answer?

4

The ___ between the strong regions equal to the duration of the dashed lines.

A. Very short dashes

B. Inter dash spacing

C. Both A and B

D. None of these

What is the correct answer?

4

Which of the following does not represent a line pattern?

A. Dark line

B. Dotted line

C. Dashed line

D. None of the mentioned above

What is the correct answer?

4

A 900 rotation can be done using the raster scan technique for transformation ___

A. Using coping every row of a block into a column in a new frame buffer location

B. Using drawing a line

C. Using refresh a frame buffer

D. None of the above mentioned

What is the correct answer?

4

Which among the following are the types of scanning or travelling of beam in a raster scan display technique?

A. Interlaced Scanning

B. Non- Interlaced Scanning

C. Spiral Scanning

D. All of the Above

What is the correct answer?

4

Which among the following objects can be scan converted?

A. Point, Line, Sector, Arc

B. Characters

C. Ellipse, Rectangle, Polygons

D. All of the above

What is the correct answer?

4

A display controller converts 0s and 1s to the ...

A. Display Devices

B. Video signal

C. Text wrapping

D. None of the above mentioned

What is the correct answer?

4

In ___ a beam of an electron is moved across the screen. It moves from top to bottom considering one row at a time.

A. Raster Scan Display

B. Random Scan Display

C. Both A and B

D. None of the above mentioned

What is the correct answer?

4

A line can be seen by,

A. Two points

B. One point

C. Four points

D. Three points

What is the correct answer?

4

Which of the following is true with respect to the Bresenham's line drawing algorithm?

A. It overcomes the drawbacks of DDA line drawing algorithm

B. The DDA algorithm was proposed to overcome the limitations of Bresenham's line drawing algorithm

C. Both a. and b.

D. None of the above

What is the correct answer?

4

What are the fundamental characteristics of a straight line?

A. Width

B. Color

C. Type

D. All of the mentioned above

What is the correct answer?

4

The term transformation refers to the process of applying a translation to an entity.

A. It's being repositioned around a circle lane

B. Repositioning it along with straight line path

C. Only A

D. None of these

What is the correct answer?

4

Which of the following sentence used in application software to specify line-type attributes?

A. SETLINE ()

B. SETLINE TYPE (lt)

C. Both of the above mentioned

D. None of the above mentioned

What is the correct answer?

4

What are Random scan and Raster scan techniques?

A. Techniques to display an image on the screen

B. Line Drawing Techniques

C. Polygon Drawing Techniques

D. None of the above

What is the correct answer?

4

An efficient transformation method which produces a parallel mirror image of an object is also referred as,

A. Rotation

B. Reflection

C. Shear

D. All of the mentioned above

What is the correct answer?

4

Which of the following line algorithms best balances the processing load among all the processers?

A. Parallel line algorithm

B. DDA line algorithm

C. Both a. and b. balances the load equally

D. None of the above

What is the correct answer?

4

Can a dotted line be seen by generation using,

A. Short dash spacing

B. Long dash spacing

C. Inter dash spacing

D. Dots

What is the correct answer?

4

Fill in the blank:Each pixel has some intensity value which is represented in memory of the computer. This memory part is known as the ____________.

A. Frame Buffer

B. Random Access Memory (RAM)

C. Picture Memory

D. None of the above

What is the correct answer?

4

Why is the complexity of Bresenham's line drawing algorithm less than that of DDA line drawing algorithm?

A. It uses floating point operations over integer addition and subtraction

B. It considers only selected ranged inputs

C. It uses integer addition and subtraction over floating point operations

D. None of the above

What is the correct answer?

4

Which of the following methods is the fastest pixel position calculating method?

A. Bressenham's line algorithm

B. DDA line algorithm

C. Mid-point algorithm

D. None of the above