Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Which ones in the following file format list are lossless file formats?
Correct Answer:
FLAC
aiff
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What does the following statement describe?
It renders the scene from the light point of view, in a depth texture; then it renders the scene again from the camera point of view using the depth texture to determine if a pixel is in shadow or not.
Correct Answer:
Shadow mapping
Note: This Question is unanswered, help us to find answer for this one
What is RAMDAC?
Correct Answer:
A second video ram for 3D objects
Note: This Question is unanswered, help us to find answer for this one
What is VRAM?
Correct Answer:
A dual-ported variant of DRAM
A special memory once used to store the frame buffer
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following are multivariate interpolations?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
What is a quadric?
Correct Answer:
A D-dimensional hyper-surface defined as the locus of the zeros of a quadratic polynomial
Note: This Question is unanswered, help us to find answer for this one
Which one in the following list is the usual correct game design for sound?
Correct Answer:
Music is played in stereo and sound effects are mixed above it.
Note: This Question is unanswered, help us to find answer for this one
What is object oriented programming?
Correct Answer:
A programming paradigm that uses "objects" and their interactions to design applications and computer programs
Note: This Question is unanswered, help us to find answer for this one
What is true regarding DirectX and OpenGL?
Correct Answer:
DirectX is a collection of API for games programming.
OpenGL is an open standard.
OpenGL is multi-platform.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is a GPU?
Correct Answer:
A dedicated graphic processor
Note: This Question is unanswered, help us to find answer for this one
What is an event queue?
Correct Answer:
A message queue used for inter-process or inter-thread communication
Note: This Question is unanswered, help us to find answer for this one
What is HDRR?
Correct Answer:
The rendering of 3D scenes by using lighting calculations done in a larger dynamic range
Note: This Question is unanswered, help us to find answer for this one
What is the base component of a 3D model?
Correct Answer:
Vertices
Note: This Question is unanswered, help us to find answer for this one
What is a bones system?
Correct Answer:
A skeletal animation
Note: This Question is unanswered, help us to find answer for this one
What is a cross product?
Correct Answer:
The product of two vectors
Note: This Question is unanswered, help us to find answer for this one
What is a particle emitter?
Correct Answer:
The origin of the particles
Note: This Question is unanswered, help us to find answer for this one
What is true regarding lossy compression?
Correct Answer:
Compressing data and then decompressing it retrieves data that may well be different from the original
It removes most of the inaudible sounds to provide better compression
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
How many layers are there in the OSI model?
Correct Answer:
7
Note: This Question is unanswered, help us to find answer for this one
What is IEC 60559
Correct Answer:
A floating point standard
Note: This Question is unanswered, help us to find answer for this one
What is network endianess?
Correct Answer:
big endian
Note: This Question is unanswered, help us to find answer for this one
Which one of the following languages can easily be embedded into a game engine?
Correct Answer:
lua
Note: This Question is unanswered, help us to find answer for this one
What is texture mapping?
Correct Answer:
A method to apply textures to a 3D model
Note: This Question is unanswered, help us to find answer for this one
What is an audio sample?
Correct Answer:
A very short piece of sound samples which, when assembled together, represent a sound numerically
Note: This Question is unanswered, help us to find answer for this one
In a networked game, the client can be coded in C while the server is coded in Ruby.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
What are pbuffers?
Correct Answer:
Pixel buffer objects
Note: This Question is unanswered, help us to find answer for this one
What's an asset?
Correct Answer:
Everything that is used in a game (sounds, textures, sprites...).
Note: This Question is unanswered, help us to find answer for this one
What primitive is used to draw particles?
Correct Answer:
Any primitive may be used depending on the situation
Note: This Question is unanswered, help us to find answer for this one
A texture is composed of fragments.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
What is a resource manager?
Correct Answer:
A system to load and free resources in a game
A system to simplify access to various resources in a game
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is multitexturing?
Correct Answer:
An algorithm to apply many different textures to the same surface at the same time
Note: This Question is unanswered, help us to find answer for this one
What is the Gilbert-Johnson-Keerthi algorithm used for?
Correct Answer:
Collision detection
Note: This Question is unanswered, help us to find answer for this one
What is a data structure?
Correct Answer:
A list of values with names associated to them
Note: This Question is unanswered, help us to find answer for this one
A UDP client sends a packet to a server on port 80. The server responds using port 50'234 as source port. What will the result be?
Correct Answer:
It will always work.
Note: This Question is unanswered, help us to find answer for this one
What is double buffering?
Correct Answer:
A technique to minimize flickering
Note: This Question is unanswered, help us to find answer for this one
What is parallax mapping?
Correct Answer:
An enhancement of the bump mapping technique
Note: This Question is unanswered, help us to find answer for this one
What is the result of a dot product?
Correct Answer:
A scalar
Note: This Question is unanswered, help us to find answer for this one
What is a MIDI file?
Correct Answer:
A file containing instructions for instrument synthesizers
Note: This Question is unanswered, help us to find answer for this one
What is a hash table?
Correct Answer:
A data structure that associates keys with values
Note: This Question is unanswered, help us to find answer for this one
What is a vector?
Correct Answer:
A geometric object which has both a magnitude and a direction
Note: This Question is unanswered, help us to find answer for this one
What is back buffer?
Correct Answer:
It is the drawing target buffer in a double buffering system
Note: This Question is unanswered, help us to find answer for this one
While using RGBA, what is the color of #ff00ff80?
Correct Answer:
Semi-transparent magenta
Note: This Question is unanswered, help us to find answer for this one
What is framerate?
Correct Answer:
The number of times an image is rendered per second
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a good design?
Correct Answer:
Uploading the texture once,and then, if it changes, uploading it again
Note: This Question is unanswered, help us to find answer for this one
What is a sprite?
Correct Answer:
An image or animation that is integrated into a larger scene
Note: This Question is unanswered, help us to find answer for this one
How many 3 dimension vectors are needed to position and orient an object in space?
Correct Answer:
3
Note: This Question is unanswered, help us to find answer for this one
What is a quaternion?
Correct Answer:
Non-commutative extension of complex numbers
Note: This Question is unanswered, help us to find answer for this one
What is a particle system?
Correct Answer:
A technique to simulate certain phenomena like fire, smoke or dust
A rendering technique
A technique for generating particles
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is a vertex buffer object?
Correct Answer:
An OpenGL extension that provides methods for uploading data to a video device for non-immediate-mode rendering
Note: This Question is unanswered, help us to find answer for this one
What is UV Mapping?
Correct Answer:
A 3D modeling process to make a 2D image represent a 3D model
Note: This Question is unanswered, help us to find answer for this one
What's a timer?
Correct Answer:
An entity which represents a task to be executed at a regular interval
Note: This Question is unanswered, help us to find answer for this one
What is the utility of z-buffering?
Correct Answer:
Z-buffering is used to solve the problem of deciding which elements of a rendered scene are visible and which are hidden
Note: This Question is unanswered, help us to find answer for this one
What is rasterization?
Correct Answer:
The task of taking an image described in a vector graphics format and converting it into pixels
Note: This Question is unanswered, help us to find answer for this one
What is a shader?
Correct Answer:
A list of renderer instructions to produce certain visual effects
Note: This Question is unanswered, help us to find answer for this one
What is a physics engine?
Correct Answer:
A piece of code regulating 3D models
Note: This Question is unanswered, help us to find answer for this one
What is a garbage collector?
Correct Answer:
A form of automatic memory management
Note: This Question is unanswered, help us to find answer for this one
Shadow volumes use per-pixel lighting.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
What is the usual MTU for ethernet networks?
Correct Answer:
1500
Note: This Question is unanswered, help us to find answer for this one
What is 3D audio?
Correct Answer:
3D audio is a sound effect that creates the illusion of multiple sound sources placed anywhere in the 3D space.
Note: This Question is unanswered, help us to find answer for this one
What is mipmapping?
Correct Answer:
A technique that decreases or increases the resolution of a texture depending on the distance between the point of view and the textured object
A technique to resize textures
A technique to apply textures
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Why is the TCP protocol considered a reliable protocol?
Correct Answer:
Because it is acknowledged by both peers
Note: This Question is unanswered, help us to find answer for this one
The UDP is an acknowledged protocol.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
What are the differences between anisotropic filtering and trilinear filtering?
Correct Answer:
Anisotropic filtering gives a better quality than trilinear filtering
Trilinear filtering doesn't take the angle of vision into account
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What does dereferencing mean in C?
Correct Answer:
Accessing the value pointed by a pointer
Note: This Question is unanswered, help us to find answer for this one
What is Havok Physics?
Correct Answer:
A physics SDK created by Havok
Note: This Question is unanswered, help us to find answer for this one
What is pathfinding?
Correct Answer:
An algorithm used to find a route between A and B
Note: This Question is unanswered, help us to find answer for this one
The fundamental idea behind particles is that they are immune to physics laws (collisions, ...).
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
What is a singleton?
Correct Answer:
A design pattern that is used to restrict the instantiation of a class to one object
Note: This Question is unanswered, help us to find answer for this one
What is portal rendering?
Correct Answer:
A visibility determination algorithm
Note: This Question is unanswered, help us to find answer for this one
What is the following 4x4 matrix called?
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
Correct Answer:
Identity matrix
Note: This Question is unanswered, help us to find answer for this one
Which of the following are antialiasing techniques?
Correct Answer:
Supersampling
Multisampling
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What are shadow volumes?
Correct Answer:
Shadow volumes are a technique used in 3D computer graphics to add shadows to a rendered scene.
Shadow volumes are a fast way to add shadows to a 3D scene.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is a mesh?
Correct Answer:
The physical representation of a 3D model
Note: This Question is unanswered, help us to find answer for this one
What is a state machine?
Correct Answer:
A model of behavior composed of a finite number of states
Note: This Question is unanswered, help us to find answer for this one
What does bump mapping do?
Correct Answer:
It adds a relief effect to a texture
Note: This Question is unanswered, help us to find answer for this one
What is a lightmap?
Correct Answer:
A texture describing the brightness of a surface
Note: This Question is unanswered, help us to find answer for this one
What is a graphical projection?
Correct Answer:
A protocol by which an image of a 3D object is projected onto a planar surface
Note: This Question is unanswered, help us to find answer for this one
How much memory will an 8 bit per channel RGBA texture of 256x256 pixels take?
Correct Answer:
2Mbit
Note: This Question is unanswered, help us to find answer for this one
What is scanlines rendering?
Correct Answer:
An algorithm for visible surface determination
Note: This Question is unanswered, help us to find answer for this one
Game Programming Concepts MCQs | Topic-wise