Help on pc studies

  • Thread starter Thread starter Imaan
  • Start date Start date
  • Replies Replies 7
  • Views Views 3K

Imaan

Esteemed Member
Messages
167
Reaction score
46
Gender
Female
Religion
Islam
Salaams

Any1 here doing the Cambridge IGCSE computer and IT course? The textbooks' name is 'Computer Studies and Information Technology' by Chris Leadbetter and Stewart Wainwright.

I need help please, with section 3 in the textbook. I hope sum1 here can help....:phew
 
Why don't you post the question and I'm sure someone can answer.
 
Yeah I don't have that text book, but if you tell me what problem you're having, I can try and help :)
 
Ok I'll scan it and post it here, thanks 4 all da replies, 'teachers!' LOL
 
Here's da page I want help with; can sum1 plz explain it to my in simple terms. :exhausted

Thanks 2 all my LI teachers......;D
 

Attachments

Is the book referring to binary and how the computer open a file from an external device etc? and what are the elements is it talking about?
 
Just use the example to base your answers on.

For example, problem 1:

Step 1. Understand the problem: A list of x many values will be entered and you have to display the total along with how many there are (x).

Step 2. Devise a solution - draw a similar diagram as seen in the book:

Initialise values -> total=0, count=total
Process numbers -> process element in list while current element is not equal to 0 -> read value, add to total, add to count
Display answers -> print total, print count

Initialise vals:
count = 0
total = 0
Process numbers:
while not value of element in list = 0, do:
read element;
add element to total val;
add 1 to count
end while
Display answer:
Print: total (gives total cost)
Print: count (gives number of items)​
 
Ohh I just saw ur answer 2day, thanks brother, hmmmm I don't know if i'm very stupid lol or what cos I don't seem to understand u...... :omg:
 

Similar Threads

Back
Top