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

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #30 on: May 23, 2009, 08:19:30 pm »
oh..cool!

then i may edit my previous post..
lol

« Last Edit: September 12, 2009, 12:06:28 pm by eddie_adi619 »
divine intervention!

Offline godfather93

  • SF Senior Citizen
  • *****
  • Posts: 720
  • Reputation: 799
  • Gender: Male
  • Tomorrow is a day that changes everyday
Re: Computer studies help HERE only !!
« Reply #31 on: May 23, 2009, 08:21:20 pm »
no probs!

Offline Igcseboy

  • SF Citizen
  • ***
  • Posts: 183
  • Reputation: 191
Re: Computer studies help HERE only !!
« Reply #32 on: May 23, 2009, 08:42:12 pm »
The psuedo code questions at the last at quite tough any sort of help on tht will be appreciated

Thanxx in advance

Offline ~Mimi~

  • SF Citizen
  • ***
  • Posts: 237
  • Reputation: 204
  • Gender: Female
Re: Computer studies help HERE only !!
« Reply #33 on: May 23, 2009, 08:51:24 pm »
Salaam ppl. Hope the washing machine question was answered. If not , hope this helps :

Input : Washing time, Temperature, Load size, number of cycles.

Process: Opening inner valves (water), adjusting heater/cooler, Time decrease counting (decrementation!?!), signals to the motor.

Output: Clothes are washed, temperature is maintained, water level in machine reavches level required for the load.
« Last Edit: May 23, 2009, 08:52:55 pm by ~~Muslimah93~~ »

Offline godfather93

  • SF Senior Citizen
  • *****
  • Posts: 720
  • Reputation: 799
  • Gender: Male
  • Tomorrow is a day that changes everyday
Re: Computer studies help HERE only !!
« Reply #34 on: May 23, 2009, 09:02:33 pm »
i'm not sure if the processes r right.

Offline sarsam

  • SF Immigrant
  • **
  • Posts: 59
  • Reputation: -1
Re: Computer studies help HERE only !!
« Reply #35 on: May 23, 2009, 10:42:20 pm »
ya, muslimah tht is correct i think
so anyone has given cousework already? so wht was the cousework name?
mine was CD rental system.....boring!!!

Offline astarmathsandchemistry

  • SF Citizen
  • ***
  • Posts: 293
  • Reputation: 1135
  • Gender: Male
  • 10/06/09---> BEST DAY EVER <3
Re: Computer studies help HERE only !!
« Reply #36 on: May 24, 2009, 06:08:32 am »
mine was hospital
Eddie, u didnt answer the question i set, June07 q19, thanks
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 #37 on: May 24, 2009, 07:12:07 am »
i am starting to improve significantly in algorithms, i finished studying the syllabus (only few simple stuff left), i am doiing all algorithm questions sice MAY/JUNE 2000 till NOV 2008,
How About you guys? :)
THERE ARE ABSOLUTELY NO BOUNDARIES FOR ANYTHING

Offline CrEaTuRe_X

  • SF Immigrant
  • **
  • Posts: 63
  • Reputation: 117
Re: Computer studies help HERE only !!
« Reply #38 on: May 24, 2009, 07:24:15 am »
i agree wid godfatgher...temp reading is definately is an input..

So by that logic, when you enter commands in the computer, and the computer reads those commands, its an input? ::)

Input would be you PUTTING in those commands, and processing would be when the computer READS them.
Similarly when you are reading this information, you are not inputting it, but this information is being processed by your brain, think logically, that goes for you too godfather.

Input:Whatever goes into the computer. Input can take a variety of forms, from commands you enter from the keyboard to data from another computer or device. A device that feeds data into a computer, such as a keyboard or mouse, is called an input device.
(v.) The act of entering data into a computer.




Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #39 on: May 24, 2009, 07:36:01 am »
hey rekomeko heres your answer


#include<stdio.h>
#include<conio.h>
void main()
{
int c,d,v,b,x;
clrscr();
c=0;
d=0;
v=0;
b=0;
count=0;
for(count=0; count<=5000; ++count)
 {
scanf("%d",&x);
if
       {
        10000<=x<20000; c=c+1
   else if, 20000<=x<30000; d=d+1
   else if, 30000<=x<40000; v=v+1
   else if, 40000<=x<50000; b=b+1
               }
  count = count +1

  }

print c,d,v,b,x,count'

getch();
}
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 #40 on: May 24, 2009, 07:38:02 am »
i hope u understood now...

the logic is simple

int the end u get to know the no. of cds, dvds, books and videos
divine intervention!

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 #41 on: May 24, 2009, 07:40:14 am »
hey rekomeko heres your answer


#include<stdio.h>
#include<conio.h>
void main()
{
int c,d,v,b,x;
clrscr();
c=0;
d=0;
v=0;
b=0;
count=0;
for(count=0; count<=5000; ++count)
 {
scanf("%d",&x);
if
       {
        10000<=x<20000; c=c+1
   else if, 20000<=x<30000; d=d+1
   else if, 30000<=x<40000; v=v+1
   else if, 40000<=x<50000; b=b+1
               }
  count = count +1

  }

print c,d,v,b,x,count'

getch();
}

wat da hell is this!!!!!!!!

do u rite algo like this cuz this is in no way a  pseudo code
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 Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Computer studies help HERE only !!
« Reply #42 on: May 24, 2009, 07:41:28 am »
welcome..rekomeko....but don't paste this in turbo c+++..

its not totally a coding...

its logic + coding..
@creature_x--- i guess your right..maybe i'm confused...but thats how u learn..
thanks...any idea which past paper it was??
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 #43 on: May 24, 2009, 07:42:36 am »
hey rekomeko heres your answer


#include<stdio.h>
#include<conio.h>
void main()
{
int c,d,v,b,x;
clrscr();
c=0;
d=0;
v=0;
b=0;
count=0;
for(count=0; count<=5000; ++count)
 {
scanf("%d",&x);
if
       {
        10000<=x<20000; c=c+1
   else if, 20000<=x<30000; d=d+1
   else if, 30000<=x<40000; v=v+1
   else if, 40000<=x<50000; b=b+1
               }
  count = count +1

  }

print c,d,v,b,x,count'

getch();
}

wat da hell is this!!!!!!!!

do u rite algo like this cuz this is in no way a  pseudo code
dude really WHAT THE HELL IS THIS, it was J07 last question
thats very confusing and totally not an puesdocode
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 #44 on: May 24, 2009, 07:43:41 am »
this is wat rekomeko asked for..

the algo. question always says..

"Write an algorithm, using pseudocode or otherwise, ..."


divine intervention!