What is an output stream?

It is a sequence of bytesIt flows from our program to our output deviceWe can only output information we have specifically inputIt can display to our screens or a printer

Nice one! Output streams are the opposite of input streams but very similar as they are both sequences of bytes.

We can output anything in our computer memory, it doesn't have to be something we have input.

Uh oh! Output streams are the opposite of input streams but very similar as they are both sequences of bytes.

We can output anything in our computer memory, it doesn't have to be something we have input.