Question
Length of a rectangle is equal to the side of a square.
If area of the square and rectangle is 784 m2 and 336 m2, respectively then find the perimeter of the rectangle.Solution
Side of square = √784 = 28 metres Area of rectangle = 336 m2 Breadth × 28 = 336 Or, Breadth of the rectangle = 12 metres Perimeter of the rectangle = 2 × (12 + 28) = 80 metres
Which logic gate operation is performed by an XOR gate?
DCL provides commands to perform which operations?
Which keyword is used to allocate dynamic memory in C++?
How many digits are there in the octal number system?
Which protocol is used to dynamically assign IP addresses to devices on a network?
What happens to the memory allocated to a local variable when the function exits?
A transformer has a primary coil with 300 turns and a secondary coil with 150 turns. If the primary voltage is 240V, calculate the secondary voltage.
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
The communication structure that we need in socket programming is called as _________.
Which of the following is a common programming technique to prevent SQL injection attacks?