Edexcel curriculum (2015)
AlgorithmsApplication sof'wreAsciiBinaryCacheClient-ServerCloudCompressionComputational thinkCPUCyber securityDatabaseFetch-d-e cycleEmbedded systemEncryptionEnvironmentEthicsFile sizeFlow chartHexadecimalHigh Level languageISP/InternetLaw & LegislationLogicMagnetic HDDNetworkingOpen sourceOperating systemOptical storagePeer to peerPictures (data rep)ProtocolsRun length encodingRAMROMSimulation softwareSolid state HDSoundStored programUtility Sof'wre |
Truth tablesAND gateBoolean expressionsAnswer
A logic statement that includes: • Correct use of ‘OR’ (1) • Correct use of ‘AND’ (1) • Correct use of brackets or order of precedence if brackets not used (1) Examples: • (O OR M) AND P • P AND (M OR O) • (O AND P) OR (P AND M) • O AND P OR P AND M? Logic statement
Answer
Alarm = (Heart Rate AND Temperature) OR (Heart Rate AND Movement) OR (Temperature AND Movement) Truth tableTruth table |