3D Graphics

  Home  Designing  3D Graphics


“3D Graphics related Frequently Asked Questions by expert members with professional career as 3D Graphics. These list of interview questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts”



70 3D Graphics Questions And Answers

41⟩ Tell Me What Is Computer Graphics?

The term computer graphics include almost every thing on computer that is not text or sound. It is an art of drawing pictures, lines. charts, etc. using computers with the help of programming. Or we can say that graphics is the representation and manipulation of image data by computer with the help from specialized software and hardware. Graphic designing is done using the various available softwares for computers which can produce the 3D images in the required shape and dimension. Computer graphics help us in getting the real display experiences.

 163 views

43⟩ What Is Rotation?

A 2-D rotation is done by repositioning the coordinates along a circular path, in the x-y plane by making an angle with the axes. The transformation is given by:X| = r cos (q + f) and Y| = r sin (q + f).

 155 views

45⟩ What Is Filament?

In the CRT, heat is applied to the cathode by directing a current through a coil of wire, is called filament

 165 views

46⟩ What Is The Difference Between Impact And Non-impact Printers?

Impact printer press formed character faces against an inked ribbon on to the paper. A line printer and dot-matrix printer are examples. on-impact printer and plotters use Laser techniques, inkjet sprays, Xerographic process, electrostatic methods and electro thermal methods to get images onto the papers. Examples are: Inkjet/Laser printers.

 189 views

48⟩ Short Notes On Video Controller?

Video controller is used to control the operation of the display device. A fixed area of the system is reserved for the frame buffer, and the video controller is given direct access to the frame buffer memory.

 205 views

49⟩ Tell me what is Unity 3D?

Unity 3D is a powerful cross-platform and fully integrated development engine which gives out-of-box functionality to create games and other interactive 3D content.

 190 views

50⟩ What Is Meant By Scan Code?

When a key is pressed on the keyboard, the keyboard controller places a code carry to the key pressed into a part of the memory called as the keyboard buffer. This code is called as the scan code.

 201 views

51⟩ What Is Ant Aliasing?

The process of adjusting intensities of the pixels along the line to minimize the effect of aliasing is called ant aliasing.

 171 views

53⟩ Tell me what is an Unity3D file and how can you open a unity3d file?

A Unity3D files are scene web player files created by Unity; an application used to develop 3D games. These files consist of all assets and other game data in a single archive, and are used to enable gameplay within a browser that has the Unity Web Player Plugin. The assets within a 3D unity file are saved in a proprietary closed format.

 160 views

54⟩ Tell me what Is Scan Conversion?

A major task of the display processor is digitizing a picture definition given in an application program into a set of pixel-intensity values for storage in the frame buffer. This digitization process is called scan conversion.

 177 views

55⟩ List Out The Merits And Demerits Of Dvst?

The merits and demerits of direct view storage tubes[DVST] are as follows. It has a flat screen. Refreshing of screen is not required. Selective or part erasing of screen is not possible. It has poor contrast Performance is inferior to the refresh CRT.

 180 views

56⟩ Write Short Notes On Lines?

A line is of infinite extent can be defined by an angle of slope q and one point on the line P=P(x,y). This can also be defined as y=mx+C where C is the Y intercept.

 165 views

57⟩ Write The Difference Between Vector And Raster Graphics?

Following are the differences between vector and raster graphics-

☛ 1. Raster or Bitmap images are resolution dependent because of this its not possible to increase or decrease their size without sacrificing on image quality.

☛ While vector based image are not dependent on resolution. The size of vector image image can be increased or decreased without affecting image quality.

☛ 2. Raster or bitmap images are always rectangular in shape, Vector image, however, can have any shape.

☛ 3. Unlike raster image, vector image can’t be use for realistic images. This is because vector images are made up of solid color areas and mathematical gradients, so they can’t be used to show continuous tones of a colors in a natural photograph.

 162 views

59⟩ List Out The Merits And Demerits Of Penetration Techniques?

The merits and demerits of the Penetration techniques areas follows. It is an inexpensive technique. It has only four colors. The quality of the picture is not good when it is compared to other techniques. It can display color scans in monitors. Poor limitation etc.

 201 views