Description and exemplification of pseudocode and one graphical design notation (structure diagram or other suitable) including data flow.
Category Archives: FAQ
FAQ – Network Operating Systems
Description of the following technical reasons for the increasingly widespread use of networks:
- improved network related software, including
- network operating systems
FAQ – Object Oriented Image File Types in Multimedia
Description of basic features and structures of vector graphic file types, including methods used to implement common attributes listed above for these file types:
- SVG
- VRML/WRL
Continue reading FAQ – Object Oriented Image File Types in Multimedia
FAQ – Top-down design with stepwise refinement
Description and exemplification of top-down design and stepwise refinement
Continue reading FAQ – Top-down design with stepwise refinement
FAQ – Dry Run / Structured Walk Through
Explanation of the importance of each stage of the development process
- testing
FAQ – Acceptance Testing (Beta Testing)
Explanation of the importance of each stage of the development process
- testing
FAQ – Language Types
Description and comparison of
- procedural
- declarative
- event-driven languages
FAQ – Audio Compression
Simple description of the techniques used within each file for compression and data storage, including:
- RAW (PCM)
- RIFF (ADPCM) (including WAV)
- MP3 (description of factors involved)
FAQ – sound related terms
Explanation of the following sound related terms:
fade clipping stereo surround sound
FAQ By Value or By Reference
Description and exemplification of
- parameter passing (in, out, in/out)
- call by reference/value