Question
A rectangular piece of copper foil of length 21 cm and
area 462 cm2 is folded along its width to form a cylinder such that there is only one layer of copper foil on any part of the cylinder. What is the volume (in cm3) of the cylinder so formed?Solution
Width of the rectangular piece of copper foil = 462/21 = 22 cm Since the foil is folded along its width to form a cylinder without any double layer, circumference of the cylinder formed = width of the rectangular foil Also, height of the cylinder so formed = length of the rectangular copper foil So, 2 × π × radius = 22 Radius of cylinder = 22 ÷ (2 × 22/7) = (22/44) × 7 = 3.5 cm So, volume of the cylinder so formed = π × (radius)2 × height = (22/7) × 3.5 × 3.5 × 21 = 808.5 cm³
Which of one the below options are the two different types of bus topology ?
Which of the following is a NoSQL database commonly used in Big Data?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') Â for element in MyLis...
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
What does the term "code optimization" refer to in the context of software development?
Which statement is FALSE regarding Programmable Logic Controller?
In a digital communication system, let the encoding scheme be “Add 1 at the end of the bit stream if number of 1 bits is odd, else add 0 at the end of...
What is the backbone of MIS?
Linux uses a time-sharing algorithm ___________
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)Â