A programmer is writing software for a firewall. The following data is also stored about each website: • Access level needed (1-4) • If it is available all the time (true) or just lunch times and out of work hours (false). So a website which is available to users of access level 2 and above, all the time, would have the details [2, true] stored. A website accessible to users of access level 3 and above, only outside of work hours, would have the details [3, false] stored.