Multimedia, PLC/PLA, Microchip and Robots Flashcards
What is multimedia
On a computer means video plus sound.
Multimedia means using other ways of presenting information to users.
It means using sound, video and other media together in a single presentation. Often videos, animations and sound clips are included together with text and pictures.
What are the charateristics of Video?
A three dimensional (3D) image displayed on a two dimensional (2D) VDU
The 3D to 2D conversion process is called rendering
3D graphics are frequently used in games, to give you the impression of moving through rooms and corridors.
What are the two different ways of rendering?
Software: achieved by CPU (i.e. MMX CPU), cheap and slow
Hardware: achieved by 3D graphics accelerator (i.e. special 3D graphics card that supports rendering), more expensive but much faster. Some graphics accelerator cards can use up to three GPUs to perform the rendering process.
What are the seven steps in the rendering process?
The objects are first constructed as a bare wire frame.
Z-sorting: the objects drawn are placed in order from front to back. An alternative is z-buffering, where only the pixels that will be visible are drawn.
Lines in the wire-frame that will not be visible are deleted.
The surfaces are shaded or covered in textures/colours.
Perspective correction: the image is adjusted to provide the illusion of perspective.
Shading is adjusted for various light conditions. This is called alpha-blending.
Fogging or depth-cueing is used to enhance the illusion of distance.
Describe how objects are constructed using the bare wire frame?
3D word represents objects in 3D space, each having co-ordinates in X, Y, and Z axes
Objects are first constructed as a bare wire frame
Wire frame makes up polygons (i.e. flat surfaces joined together)
Describe Z-sorting?
The next step is called z-sorting. In this step, the computer figures out what order the objects are.
The rendering engine then draws each object, from the back to the front.
An alternative is z-buffering, in which only the visible pixels are drawn.
Describe wireframe coloring?
Next, the surfaces of the wireframe are filled in with colour or textures to make the surfaces look real. The process of colouring is called shading.
Describe perspective correction.
Perspective correction: the image is adjusted to provide the illusion of perspective.
Describe fogging or depth cueing?
Fogging or depth-cueing is used to enhance the illusion of distance.
Describe alpha blending?
6-Alpha blending is used to create lighter areas on a surface. It can be used to create the appearance of fog, mist, steam or pools of light.
What are the two different types of sound files?
Wave files
Midi
What is the difference between Wave files and MIDI files?
Wave files store information about the actual sound waves, so that these waves can be reproduced later. The sound card plays a wave file by reproducing the sound wave described by the file. Examples include Windows *.wav files.
Musical instrument digital interface (MIDI) files store information about what each instrument is playing. These were originally created for computer-controlled musical instruments, but many sound cards are now able to reproduce the sounds as specified in the MIDI file.
MIDI files are recorded by connecting musical instruments, such as organs, to the computer.
Sound cards create music using one of two methods: FM synthesis and wave tables
What is FM Synthesis?
Uses mathematical formulae to generate sound of different instruments
Poor quality (particularly Brass instruments)
Cheaper
Less ROM storage required
What are wave tables?
Shorthand / compressed versions of actual recordings stored in ROM on sound card
Larger ROM wave tables = more accurate sound
Note: All modern sound cards use wave tables
What does a soundcard contain?
A sound card contains a:
Digital Signal Processor (DSP)
Analogue to Digital Converter (ADC)
Digital to Analogue Converter (DAC)