Answered step by step
Verified Expert Solution
Question
1 Approved Answer
True / False Indicate whether the statement is true or false. _ _ _ _ 1 . OpenGL is used in movies in Hollywood, scientific
TrueFalse Indicate whether the statement is true or false.
OpenGL is used in movies in Hollywood, scientific research, and games, on all platforms.
DirectX means Windows or Xbox and no movies.
Every program we wrote was preceded with:
#include
To make a screen of sayx pixels more manageable in terms of graphics, one principle we use in some programs in our class coding in C is to just treat it as cells of say x or x or xor upto x and then use discrete rather than continuous motion.
Single buffering improves smooth continious motion rendering and reduces flick.
By having fewer buffers, you can focus on the screen state and appearance, rather than wasting compute time on many buffers all over the place. Taking care of two buffers cuts the time you have on the screen buffer in half. For quality animation, a single buffer streamlines the rendering and focusses on that single screen. Double buffering was only needed in the past.
VGA graphics modes provide all the screen resolution we need. The human eye cannot see higher resolution than VGA from henceVGA is the standard even now.
True color bit color pixels provides the maximal color needed for all human vision.
The human eye can only see a subset of the
So more bits per pixels would be a waste for a computer screen. This remains the standard to this day.
Multiple Choice Identify the choice that best completes the statement or answers the question.
To move a car sprite one pixel to the left, the command to move it is
Pick the answer closest to what we did in class.
a carx e leftcar
b carx f carleft
c cary g carleft
d cary h carright
In a fish tank game, you killed the dangerous shark and the dead fish must go down.
To move a fish sprite one pixel downward, the command to move it is
Pick the answer closest to what we did in class.
a fishx e downfish
b fishx f fishdown
c fishy g fishdown
d fishy h sleepwiththefishes
For combat realism, captures the suspense, graphics, and feel of modern warfare in D
a Tank Wars in the Harboure book e Pacman
b Battlefield f Frogger
c Doom g Sim City
d Kings Quest h Starship Battles
Sprites and bitmaps are least needed in where geometric primitive D functions like rectfill are sufficient for every image rendering.
a GTA e Pacman
b Battlefield f Call of Duty
c Doom g Sim City
d Kings Quest h Starship Battles
and are cross platform for graphics and opensource while is very limiting
a DirectX, OpenGL, Allegro e OpenGL, Borland, DirectX
b DirectX, Allegro, OpenGL f OpenGL, DirectX, Allegro
c Allegro, OpenGL, DirectX g None of the other answers
d Allegro, DirectX, OpenGL h Borland, DirectX, Allegro
In class, for sprite editing, we used
a Photoshop e Sprites v
b GIMP f Notepad
c Deluxe Paint and Deluxe Animation g Illustrator
d Irfanview h Windows Paint
What programming language did we use, based on the Harbour book?
a C C e DirectX
b Pascal f Python
c Assembly Language g Java
d Fortran h JavaScript
Which of the following is a popular strategy game for the PC
a CounterStrike e Pacman
b Splinter Cell f Frogger
c Civilization IV g Doom
d Advance Wars h Rex Nebular
To make random numbers, we need:
a #include e #include
b #include f #include
c #include g #include
d #include h #include
To get a redcircle to appear in the southeast corner of a x screen, we need:
a circlefillscreen color;
b circlefillscreen color;
c circlefillscreen color;
d circlefillscreen color;
e circlefillscreen color;
f circlefillscreen color;
g circlefillscreen color;
h circlefillscreen color;
What is the term used to describe scalable linebased graphics?
a Vector e Linear
b Bitmap f Raster
c Polygon g CRT
d Pixel h LCD
What function is used to create a custom or bit color?
a rgb e fill
b color f pallette
c floodfill g gencol
d paint h makecol
What function is used to draw filled rectangles?
a Dzozers pyrimid e floodfillrect
b rectfill f rectify
c fillrect g colorize
d fillrectangle h constipate
What functio
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started