Programming Fundementals

The difference between an Arduino and  Raspberry Pi is that the Arduino is a Micro-controller, and the Raspberry Pi is a microprocessor. It is basically a mini computer. A function is anything that comes before brackets in a code such as “Size” in the following code: size(244, 144). And the parameters would be 244 and 144 in that code. Int stands for integer, floats makes things able to be decimals. Boolean is a weird and complicated way of saying yes and no. And char stands for character. = sign sets a value, and == compares two values. A variable is a symbolic name that is stored to help assign numbers to letters. Using loops in programming is a better way repeat objects a certain amount. Three more things that I have learned is why computers need to record speak in machine language, how high level language gets to machine language, and more about how to use high level languages.

d8b8cf5e20a49cf11e6c6060531db658.media.300x243

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s