Represent objects in 2 dimensions; discuss and reason about the advantages and disadvantages of different representations. Design and create algorithms involving a sequence of steps and decisions that will sort and classify sets of shapes according to their attributes, and describe how the algorithms work.
A solid object has to be shown on flat paper, and every way of doing that loses something. Sorting shapes reliably needs a set of yes-or-no questions asked in a fixed order.
Method
Front, side and top views
Three flat drawings that together describe one solid.
Every representation trades something away
A net shows all faces but hides the shape. A drawing shows the shape but hides the back.
An algorithm is yes-or-no questions in a fixed order
Same questions, same order, same answer every time.
Worked example
e.g.Write an algorithm that sorts any quadrilateral.
Start with the question that splits the group most evenly.Are both pairs of opposite sides parallel?
If no, ask the next distinguishing question.One pair parallel? → trapezium
If yes, narrow further.Are all angles 90∘?
Keep splitting until only one name is left.All sides equal? → square, else rectangle
Test it on a shape you know to check it terminates.a rhombus reaches exactly one answer✓
Practice
Think about what each view or question tells you.
1
Which view shows the height of a cylinder?
Answerfront or side
2
What does a top view of a cone look like?
Answera circle with a centre point
3
Why is one view not enough to identify a solid?
AnswerDifferent solids can share the same view.
4
First question to sort triangles by sides?
AnswerAre all three sides equal?
5
Why must the questions be in a fixed order?
AnswerSo the same shape always reaches the same name.
Next step
Practise Two-Dimensional Views and Sorting Algorithms with instant marking
A free 10-minute placement check finds which Year 7 topics to work on first, then Summit builds a weekly plan around them.