Pseudocode is like a set of instructions that tell us what to do in a computer. For example, if you wanted to have a computer draw a picture of a house, you could use pseudocode to tell the computer what to do. Pseudocode is a way of writing instructions that looks like plain English but also includes symbols to show that it’s a set of instructions. For example, you might write something like "IF (size of house = small) THEN DRAW CIRCLE ELSE DRAW RECTANGLE" to tell the computer what to do.