Author Topic: Computer studies help HERE only !!  (Read 31116 times)

Offline cactus_360

  • SF Citizen
  • ***
  • Posts: 275
  • Reputation: 61
  • if ......u r a BE........so.....be a.........BEE!!
Re: Computer studies help HERE only !!
« Reply #60 on: May 24, 2009, 11:29:16 am »
plz  post da the answer 4 algo  nov 2001
Newtons (pimped) Law: Every BOOK continues to be in a state of rest or uniform motion UNLESS and UNTIL  an External or Internal exams COME!!!!!!!!!!!!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #61 on: May 24, 2009, 11:30:47 am »
plz  post da the answer 4 algo  nov 2001
okayy............soon :D
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #62 on: May 24, 2009, 11:32:15 am »
hey cactus i don't have the paper..

cud u plz upload it...!!!
divine intervention!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #63 on: May 24, 2009, 11:34:56 am »
hey cactus i don't have the paper..

cud u plz upload it...!!!
no prob eddie i will handle this :D
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #64 on: May 24, 2009, 11:35:37 am »
k..u handle it..

but i need the paper for my reference..
don't worry..
-ADi
divine intervention!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #65 on: May 24, 2009, 11:36:13 am »
k..u handle it..

but i need the paper for my reference..
don't worry..
-ADi
sorry couldnt find it i got the hard copy
« Last Edit: May 24, 2009, 11:37:44 am by rekomeko »
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline Igcseboy

  • SF Citizen
  • ***
  • Posts: 183
  • Reputation: 191
Re: Computer studies help HERE only !!
« Reply #66 on: May 24, 2009, 11:46:41 am »
How to solve these algorithm questions in general like wat shud be the approach

and wat are the most important topics tht we shud concentrate on
!!!!!!

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #67 on: May 24, 2009, 11:49:43 am »
u have to look at the question very carefully...and identify wat type of algo. it might be
think abt wat to use...maybe a loop...if so ...which 1?

also, keep it simple...don't complicate ur algorithms using many loops...u maybe able to merge all the loops to from 1 loop

if u don't answer the algo. question correctly, still u have good chances of getting some marks...if ur logic, loop or any imp. statement is correct..

chk out the markscheme for more help..

hope it helped u
thanks :)
divine intervention!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #68 on: May 24, 2009, 11:57:17 am »
plz  post da the answer 4 algo  nov 2001
cactus here is your answer:

   IF customer is employee THEN
      check type of product
      IF product is electrical THEN
         discount is 10%
   else
        input number of years of work
        IF number of years of works is greater than or equal to 5 THEN
            discount is 20%
   else
            discount is only 10%
  end if
  end if
  else    NO discount (THIS IS FOR THE IF THAT SAYS IF IT IS AN EMPLOYEE BECAUSE ONLY THEM GAIN DISCOUNT)
  end if

HOPE THIS HELPED :D
  end if
:D
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline bebo26

  • Newbie
  • *
  • Posts: 16
  • Reputation: 2
Re: Computer studies help HERE only !!
« Reply #69 on: May 24, 2009, 12:08:49 pm »
hey rakan, thanks for the warm welcome man.. hehe ;D
nice answer up here (wonder who helped u out wid it???? :D)
any way.. i thout id just post in a more presentable way so that it is clear which commands belong to which if statment
.. here:

Check customer status
IF customer is employee THEN
         check type of product
         IF product is electrical THEN
                  discount is 10%
        else
                  input number of years of work
                  IF number of years of works is greater than or equal to 5 THEN
                            discount is 20%
                  else
                            discount is only 10%
                  end if
        end if
else   
        NO discount
end if

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #70 on: May 24, 2009, 12:11:24 pm »
hey rakan, thanks for the warm welcome man.. hehe ;D
nice answer up here (wonder who helped u out wid it???? :D)
any way.. i thout id just post in a more presentable way so that it is clear which commands belong to which if statment
.. here:

Check customer status
IF customer is employee THEN
         check type of product
         IF product is electrical THEN
                  discount is 10%
        else
                  input number of years of work
                  IF number of years of works is greater than or equal to 5 THEN
                            discount is 20%
                  else
                            discount is only 10%
                  end if
        end if
else   
        NO discount
end if

haha ur welcome
ya walla man i am confused with the spacing and arrangement :S
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #71 on: May 24, 2009, 01:26:32 pm »
can anyone help ME with JUNE04 q.15(b)
thanks in advance
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #72 on: May 24, 2009, 01:29:00 pm »
its easy u just have to substitute the values for C-temp and perform the formula

therefore...1 --> 33.8
and           5 --> 41
divine intervention!

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #73 on: May 24, 2009, 01:30:16 pm »
i'll try the b part now
divine intervention!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #74 on: May 24, 2009, 01:33:15 pm »
thanks for the help i know its easy
i asked for part b, (A) is easy i know :D:D
waiting.................:) thanks again
i dont get how ur gna time the hours
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING