1. What is the byte capacity of a drum which is 5 inch high, 10 inch diameter, and which has 60 tracks per inch and bit density of 800 bits per inch?






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->In computing there are 8 bits to a byte, what are 4 bits called?....
QA->One byte is equal to how many bits?....
QA->As per the revised Goods and Services Tax (GST) norms, the GST on Haj and Kailash Mansarovar Yatra has been reduced from 18 per cent to how much per cent?....
QA->Temperature at which water has least volume and high density?....
QA->കൃഷ്ണൻ അവന്റെ വീട്ടിൽനിന്നും ആദ്യം 500 മീറ്റർ വടക്കോട്ട് നടന്നു. പിന്നീട് വലത്തോട്ട് തിരിഞ്ഞ് 800 മീറ്ററും ഇടത്തോട്ട് തിരിഞ്ഞ് 800 മീറ്ററും നടന്നു. എ ങ്കിൽ പുറപ്പെട്ട സ്ഥലത്തുനിന്നും നേരെ അയാളി ലേക്കുള്ള ദൂരം എത്ര? ....
MCQ->What is the byte capacity of a drum which is 5 inch high, 10 inch diameter, and which has 60 tracks per inch and bit density of 800 bits per inch?....
MCQ->What will be the output of the C#.NET code snippet given below? byte b1 = 0xAB; byte b2 = 0x99; byte temp; temp = (byte)~b2; Console.Write(temp + " "); temp = (byte)(b1 << b2); Console.Write (temp + " "); temp = (byte) (b2 >> 2); Console.WriteLine(temp);....
MCQ->Which of the following are legal lines of code? int w = (int)888.8; byte x = (byte)1000L; long y = (byte)100; byte z = (byte)100L;....
MCQ->What will be the output of the C#.NET code snippet given below? byte b1 = 0xF7; byte b2 = 0xAB; byte temp; temp = (byte)(b1 & b2); Console.Write (temp + " "); temp = (byte)(b1^b2); Console.WriteLine(temp);....
MCQ->The "flying car" is a ride at an amusement park, which consists of a car having wheels that roll along a track mounted on a drum. Motion of the car is created by applying the car's brake, thereby gripping the car to the track and allowing it to move with a speed of vt = 3m/s. If the rider applies the brake when going from B to A and then releases it at the top of the drum, A, so that the car coasts freely down along the track to B ( = rad), determine the speed of the car at B and the normal reaction which the drum exerts on the car at B. The rider and car have a total mass of m = 250 kg and the center of mass of the car and rider moves along a circular path of radius r = 8 m.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution