Home
Current Affairs January 2024

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

Correct Answer :

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


The only drawback of DDA algorithm was that it produces floating point results which increases the overall complexity. This algorithm is used for calculating intermediate coordinate points between the given source and ending points by only using integer addition and subtraction.

Related Questions

What is the correct answer?

4

Which part of CRT monitor is responsible for clear picture on the screen?

A. Phosphorus Screen

B. Deflection Yoke

C. Focusing System

D. Colored Lights of the screen

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 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

What is the correct answer?

4

Consider the following statement:
The boundary is specified in a single color, and the algorithm proceeds pixel by pixel until the boundary color is encountered.
The above statement defines which of the following algorithms?

A. Scan-line fill algorithm

B. Boundary-fill algorithm

C. Entire fill algorithm

D. Slide curve algorithm

What is the correct answer?

4

What is a necessary to specify to generate rotation?

A. Specific distances between dx and dy

B. Rotation angle ?

C. Scaling

D. Repositioning

What is the correct answer?

4

In which of the following parts of the cathode ray tube, is a huge amount of heat released to the cathode by directing a current through a coil of wire?

A. Electron gun

B. Phosphorus coated tube

C. Filament

D. Anode and cathode

What is the correct answer?

4

An instrument that transforms electrical energy into light are referred to as,

A. Liquid Crystal Display

B. Light Crystal Display

C. Liquid Crystal Diode

D. None of the above mentioned

What is the correct answer?

4

A graphic systems core hardware components are,

A. Display Processor and CPU

B. Output device and Input

C. Display devices, recorder

D. None of above mentioned

What is the correct answer?

4

Which devices provide the graphics framework with positional data?

A. Output devices

B. Storage devices

C. Input devices

D. Both B and C

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

A most suitable feature of a Graphics Card is to,

A. Send graphical data to the output unit

B. Receive graphical data to the input unit

C. Send graphical data from output unit

D. Receive graphical data to the output device

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

CRT stands for,

A. Cathode Random Tunnel

B. Cathode Ray Tube

C. Cathode Random Tube

D. Cathode Ray Tunnel

What is the correct answer?

4

Which of the following is defined by the number of pixels present in the frame buffer?

A. Resolution

B. Depth

C. Both a. and b.

D. None of the above

What is the correct answer?

4

What is the range of the pixels in a Grayscale images?

A. 0 - 1

B. 0 - 255

C. 0 - 210

D. None of the above

What is the correct answer?

4

Who among the following developed the CRT (Cathode Ray Tube)?

A. Charles Darwin

B. Ferdinand Barun

C. Thomas Alva Edison

D. None of the above

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

The amount of pixels contained in a graphics system's frame buffer is referred to as,

A. Resolution

B. Screen Size

C. Screen Color

D. None of the above mentioned

What is the correct answer?

4

Which among the following is best suited for a realistic shaded image drawing on the screen?

A. Random Scan Display Algorithm

B. Raster Scan Display Algorithm

C. Both a. and b.

D. None of the above

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 part of the CRT contains cathode?

A. Focusing system

B. Electron Gun

C. Screen

D. Control Electrode

What is the correct answer?

4

RGB models are used for,

A. Graphical display

B. Graphical error

C. Graphical system

D. None of the above mentioned

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

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

Which of the following statements best define Scan conversion?

A. The process of digitizing a known picture definition into a set of pixel-intensity for storage in the frame buffer.

B. Encoding the pixels into bits

C. Converting the draw able image into a graphical image

D. None of the above

What is the correct answer?

4

The fundamental geometric transformations are as follows:

A. Scaling

B. Translation

C. Rotation

D. All of the Above

What is the correct answer?

4

Which among the following is a part of the Cathode Ray Tube?

A. Control Electrode

B. Electron Gun

C. Focusing System

D. All of the Above

What is the correct answer?

4

DVST stands for

A. Direct View Storage Tube

B. Digital View Storing Time

C. Direct Visual Storing Tube

D. Digital View Storage Tube

What is the correct answer?

4

With reference to Random Scan Display the beam of electron moves to the left top corner of the screen to move to another frame. This motion is referred to as ___

A. Vertical retrace

B. Horizontal retrace

C. Scan line

D. All of the above mentioned

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