Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science Edexcel
  3. Question bank

Computational thinking

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
Question 49

An automated medical delivery drone's control interface displays a 'Cleared for Takeoff' status only when its GPS signal is not lost (L L\,L is false), its battery warning is not active (B B\,B is false), and the high-wind alert is not triggered (W W\,W is false).

Construct a Boolean logic expression using LLL, BBB, and W W\,W to represent the conditions required for the drone to show 'Cleared for Takeoff'.

[2]

Computational thinking Questions

  1. GCSE
  2. /Computer Science
  3. /Computational thinking