Question
On a rectangular wall of length 22 metres and height 19
metres, there is a window in the shape of triangle surmounted on a square. If the base of triangle and square overlap and length of each side of the square is 10 metres and length of altitude of the triangle is 3 metres, then excluding the window, what is the surface area (in m2) of the wall?Solution
Surface area of the entire wall = length × height = 22 × 19 = 418 m2 Surface area of the window = Sum of surface area of the square part + surface area of the triangular part = 102 + (1/2) × 10 × 3 = 100 + 15 = 115 m2 So, desired surface area = 418 – 115 = 303 m2
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which of the following is the most accurate example of metadata?
In R, which operator is used for sequence?
Which of the following is the key difference between probability-based and non-probability-based sampling techniques?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
When analyzing customer buying behavior, which of the following metrics would be most critical in assessing customer loyalty and retention?
Which data storage system is most suitable for handling semi-structured data such as JSON and XML?
In time series forecasting, which method combines the concepts of autoregression and moving averages with differencing to make non-stationary data stati...
Which of the following is true regarding the use of pivot tables in Excel for data analysis?
In file systems, which allocation method results in the maximum random access performance?