Skip to content
MathsGenie logo
Open app

Course home

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

Logic

EasyMedium
1234
Question 1

A development team is programming software for an automated greenhouse ventilation window.

The ventilation window must only open when standard cooling conditions are met:

  • The internal temperature sensor (T) must detect high temperature.
  • The air circulation fan (C) must be active.
  • The external rain sensor (R) must not detect rain.

Construct a Boolean expression, using the operators AND, OR, and NOT with the variables T, C, and R to show the conditions under which the window should open.

[2]

Logic Questions

  1. IGCSE
  2. /Computer Science
  3. /Logic