The ratio of the height of a room and its semi-perimeter is 2:5. The cost of applying 50cm wide paper at the rate of Rs 8/meter on the remaining walls except 15 square meters of doors and windows is Rs 1040. What is the height of this room?Â
Let the height of room =2x meter and (l + b) =5x meter Length of paper =1040/8 =130meter width of paper =50cm =50/100=1/2meter Area of paper = 130×1/2 =65m2 Area of four walls= (65+15) =80m2 2(l+ b) ×h =80 2(5x) ×2x=80 20x2 =80 X=2 Height of room =2x=2×2=4meter.
Port number for data and control of FTP protocol
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text?     ...
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
Which all statements are correct about Sorting
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...Definition of 2NF
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Which of the following algorithm design techniques is characterized by breaking a problem into smaller sub-problems and solving each recursively? Â Â Â...
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...