Qualification > Miscellaneous

Computer studies help HERE only !!

<< < (8/55) > >>

sarsam:
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!!!

astarmathsandchemistry:
mine was hospital
Eddie, u didnt answer the question i set, June07 q19, thanks

astarmathsandchemistry:
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? :)

CrEaTuRe_X:

--- Quote from: eddie_adi619 on May 23, 2009, 07:45:31 pm ---i agree wid godfatgher...temp reading is definately is an input..

--- End quote ---

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.



Ghost Of Highbury:
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();
}

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version