Compute the surface area of a rectangular solid 2 by 4 by 6 meters.

What will be an ideal response?


Surface area of rectangular solid is sum of
area of top and bottom sides
area of 2 long sides
area of 2 short sides
Area of top and bottom are both = 2 * 4 = 8
Area of long side = 4 * 6 = 24
Area of short side = 2 * 6 = 12
Total area = (2 * 8) + (2 * 24) + (2 * 12) = 16 + 48 + 24
Total Area = 88 m2

Computer Science & Information Technology

You might also like to view...

Adding the services of one stream to another is known as ________.

a. chaining b. wrapping c. adding d. sequencing

Computer Science & Information Technology

If the final modifier is added to the definition of a method, this means:

(a) The method may be redefined in the derived class. (b) The method may be redefined in the sub class. (c) The method may not be redefined in the derived class. (d) None of the above.

Computer Science & Information Technology

Which one of the following file types is NOT an executable file?

A) COM B) EXE C) BAT D) OVL

Computer Science & Information Technology

An intrusion detection system (IDS) monitors network traffic, looking for signs of an intrusion.

a. true b. false

Computer Science & Information Technology