Maniframe computer 1, Manifarme computers is multi user computer that users several CPU for data processing. 2, Eg: IBM S/ 390, ICL 39, IBM 3081, CAX 884,etc. Mini computer 1, Mini computer is a multi user computer that supports more than dozens of a people at a time working in various terminals . 2, Eg: Prime 9755 , CDC 1700 IBM 9375 , HAP3000 series , etc.
CLS INPUT " Enter any number ";N C = 0 FOR I = 1 To N IF N MOD I = 0 THEN C= C + 1 NEXT I IF C =2 THEN PRINT " The given no is prime " ELSE PRINT " The given no is composite " END IF END
Comments
Post a Comment