Card 1
HintThink of it as a way to quickly total values.Memory TipSUM = adding things up
Card 2
HintCounts how many values are present.Memory TipCOUNT = number of things
Card 3
HintCounts something if a certain value is true.Memory TipCOUNTIF = count with if-condition
Card 4
HintThe pieces you can see and touch in a computer.Memory TipParts - CPU, RAM, Harddrive
Card 5
HintThe brain of the computer.Memory TipCPU-Central Processing Unit.
Card 6
HintChange from 0s and 1s to numbers we use everyday.Memory TipBinary to Denary conversion
Card 7
HintChanging normal numbers to 0s and 1s.Memory TipDenary to Binary conversion
Card 8
HintLaws for computer crimes.Memory TipComputer crime law
Card 9
HintThink of it like the number of shades a painter has in their palette.Memory TipDepth of colours
Card 10
HintImagine a grid of tiny squares making up the image.Memory TipPixel grid
Card 11
HintThink of it like a label attached to a picture, describing its features.Memory TipData about the data
Card 12
HintThink of it as a language with only two words.Memory TipZeroes and Ones
Card 13
HintThink of it as a shortcut for binary.Memory TipHex for Binary
Card 14
HintThink of it as a small bite of binary code.Memory TipSmall Binary Bite
Card 15
HintThink of the difference between a painting with many colours vs. a black and white drawing.Memory TipMore colours, better image
Card 16
HintThink of a picture on a small screen vs. a large screen.Memory TipMore pixels, bigger image
Card 17
HintUse place values and powers of 16 to convert each hex digit.Memory TipHex to Denary: Remember those powers of 16!
Card 18
HintFind the largest power of 16 that fits into the denary number. Repeat for the remainder.Memory TipDenary to Hex: Think powers of 16 and remainders.
Card 19
HintThink of counting whole objects.Memory TipInteger - whole numbers only, like counting apples.
Card 20
HintThink of measuring things precisely.Memory TipReal - numbers with decimals, like measuring with a ruler.
Card 21
HintThink of words or text.Memory TipString - like a chain of characters, enclosed in quotes.
Card 22
HintThink of yes/no questions.Memory TipBoolean - only true or false, like a switch.
Card 23
HintThink of comparing numbers or making logical statements.Memory TipBoolean Operators - like comparing and connecting logic.