Skip to content

Course home

Algorithms

Algorithms

EasyMediumHard
12345678910111213141516
Question 16

A volcanology research group uses an automated system to log seismic activity. To analyze local activity, they need to calculate the cumulative energy released (in Megajoules, MJ) recorded by a specific sensor, from database logs stored in a table named tbl_SeismicEvents.

Construct a flowchart to represent an algorithm that calculates and outputs the total energy recorded for a single sensor.

The unique Sensor ID of interest is provided as an input at the beginning of the algorithm.

[6]
Markscheme

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms

159 exam-style questions on Edexcel GCSE Computer Science Algorithms, covering Constructs for solving problems, Variables, constants and data structures, Arithmetic, relational and logical operators, Tracing algorithm output with trace tables, Types of error and correcting logic errors, Standard algorithms (sorts and searches), and Evaluating algorithm fitness and efficiency. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank