This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.

ScanSolve AI Answer
Answer
35 \text{ mm}$.
Here are the answers to question 21 and two other questions from the section.
20. Name three (3) types of projections used on drawing. • Orthographic Projection • Isometric Projection • Oblique Projection
21. A cast iron bearing block is shown in fig 1. Draw the following views using 1st angle projection (i) Front Elevation (ii) End Elevation (iii) Plan.
As an AI, I cannot physically draw the views, but I can describe how to construct them based on the provided isometric drawing and 1st angle projection principles.
Interpretation of Hole Dimensions: The two 5mm holes are located on the top surface of the lower block. The dimension "30mm" indicates the distance from the right edge to the center of the holes along the width. The dimension "40mm" indicates the distance from the front edge to the center of the front hole. The "40mm" between the holes indicates the distance between their centers along the depth. However, this would place the second hole outside the block's depth. A more common interpretation for such a layout is that the "40mm" between the holes is the distance between them, and the "40mm" from the front edge refers to the centerline of the two holes.
(i) Front Elevation (View from "FRONT" arrow):
(ii) End Elevation (View from "END" arrow - Right Side View):
(iii) Plan (View from "PLAN" arrow - Top View):
22. Construct an ellipse using the two circle method major axis 60 mm and minor axis 30 mm.
Step 1: Draw two concentric circles. Draw a horizontal line and a vertical line intersecting at the center. From the center, draw a circle with a radius equal to half the major axis (). Draw a second concentric circle with a radius equal to half the minor axis ().
Step 2: Divide the circles into equal parts. Divide both circles into a number of equal sectors (e.g., 12 or 24) by drawing radial lines from the center.
Step 3: Project points from the major circle. From each point where a radial line intersects the outer (major) circle, draw a vertical line towards the horizontal axis.
Step 4: Project points from the minor circle. From each point where the same radial line intersects the inner (minor) circle, draw a horizontal line towards the vertical axis.
Step 5: Mark intersection points. The points where the vertical lines from the major circle and the horizontal lines from the minor circle intersect are points on the ellipse.
Step 6: Draw the ellipse. Connect all the marked intersection points with a smooth, continuous curve to form the ellipse.
Drop the next question! 📸
Get instant step-by-step solutions to any question. Free to start.
Ask Your Question
Handwritten Step-by-Step Solution
Get this as a handwritten image on WhatsApp — like a tutor wrote it for you.
Try on WhatsAppStill have questions?
The two 5mm holes are located on the top surface of the lower block. The dimension "30mm" indicates the distance from the right edge to the center of the holes along the width.
This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.