Representing algorithms

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 41
Easy

An engineer is designing a simulation of a railway network. To simplify the model, they represent each station as a single node and each track as a line, ignoring details such as platform layouts and station architecture.

Define the term abstraction in the context of computational thinking.

[1]

Representing algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Representing algorithms