Right time to have your say.
I will keep the Questionnaire live till the end of the week.
Right time to have your say.
I will keep the Questionnaire live till the end of the week.
So this got the heart racing today for some of you 🙂
Another subprogram in the building management software is used to find the range of temperatures in a building in one day. The temperature is recorded every 15 minutes within a 24 hour period and stored in a list.Use pseudocode to design one algorithm to find both the highest and lowest temperatures in this list. (5Marks)
It was from the 2010 past paper, I asked you to code out the program. This program looks complicated but was a walk in the park for some people in the class, the rest of you need to go over the standard algorithms.
I gave you this snippet of code to create the data.
For counter = 1 To 96
temps(counter) = Int((Rnd() * 30) + 1)
Description and exemplification of
- parameter passing (in, out, in/out)
- call by reference/value
So where to next in programming?
[kml_flashembed movie="http://www.youtube.com/v/LR8fQiskYII" width="425" height="344" allowfullscreen="true" fvars="fs=1" /]
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
230 is a GigaByte so the answer is 32GB
Remember
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
You can find the answers for this book here.
Simple description of the techniques used within each file for compression and data storage, including:
- 24-bit bitmap and compressed bitmap (RLE)
This article summarizes the differences well.
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
Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.