Description and exemplification of
- parameter passing (in, out, in/out)
- call by reference/value
Category Archives: 6. External Sites
5 Languages you should know?
So where to next in programming?
[kml_flashembed movie="http://www.youtube.com/v/LR8fQiskYII" width="425" height="344" allowfullscreen="true" fvars="fs=1" /]
Memory Calculations – in your head
Right then, after digging out my calculator and going back over everything, I have it again 🙂
I did miss out a step, here is the worked example
32 bit Address Bus – 64 bit Data Bus
- 2Address Bus * Data Bus
- 232 * 64 bits is equivalent to
- 232 * 8 Bytes
- 8 * 232 is equivalent to
- 8 * 22 * 230
- 8 * 4 * 230
- 32 * 230 Bytes
230 is a GigaByte so the answer is 32GB
Remember
- 210 = KiloBytes
- 220 = MegaBytes
- 230 = GigaBytes
- 240 = TerraBytes
- 250 = PetaBytes Continue reading Memory Calculations – in your head
FAQ – Functions of a single user Operating System
Description and exemplification of the main functions of a single user operating system :
- interpreting users commands
- file management
- memory management
- input/output management
- resource allocation
- managing processes
Continue reading FAQ – Functions of a single user Operating System
Answers to Higher Computing 2nd Edition
You can find the answers for this book here.
FAQ – Run Length Encoding
Simple description of the techniques used within each file for compression and data storage, including:
- 24-bit bitmap and compressed bitmap (RLE)
FAQ – LAN vs WAN
This article summarizes the differences well.
FAQ – Calculations
I have produced quite a few blog posts on calculations and I think that multimedia and computer systems posts have enough in them. Continue reading FAQ – Calculations
FAQ – Formatting and Defragmenting a disk
Description of utility programs including:
defragmenter
Airdrie’s Revision Material
There are loads of revision notes highlighted in this blog. Â They are listed in the links at the side of the page. Here is a couple of examples.