The perimeter of a rectangle is 50% more than perimeter of a square of side 25 cm. If the length of rectangle is 100% more than side of square then find the difference between the area of square and the area of rectangle.
Perimeter of the square = 4 x 25 = 100 cm Perimeter of the rectangle = 100 x (150/100) = 150 cm Length of the rectangle = 25 x (200/100) = 50 cm Let the breadth of the rectangle be b cm. => 2 x (50 + b) = 150 => b = 75 – 50 => b = 25 cm Required difference = (25 x 50) - (25 x 25) = 625
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() {
    ...