Question
Each side of square βAβ is 8 cm less than that of
square βBβ. The perimeter of a rectangle is 6 times the difference of the perimeters of the two square. If the length of the rectangle is 40 cm, then find its breadth.Solution
Let each side of the square βAβ be βaβ cm Therefore, each side of square βBβ = (a + 8) cm Difference between their perimeters = 4(a + 8) β 4a = 32 cm Therefore, perimeter of the rectangle = 6 Γ 32 = 192 cm Let the breadth of the rectangle be βbβ cm According to the question, 2 Γ (40 + b) = 96 Or, 40 + b = 96 Or, b = 56 cm
Which of the following conditions is NOT required for a deadlock to occur?
Data Frame are associated with which layer of OSI Model
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
Command to change the priority in LINUX
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
What will be the output of the following code snippet?
class Animal:
Β Β def sound(self):
Β Β Β Β return "Some sound"
...
In Big Data Analytics, what is the main function of the MapReduce programming model?
Truncate command in SQL
- Which software testing technique involves testing the internal structure or workings of an application?
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?Β