Thursday, April 19, 2007


The main difference between Hartley and Shannon's models is that Hartley takes the actual information and doesn't focus at all on probability or averages. Shannon takes probabilities and is able to better predict the future. Hartley uses logarithms to figure out the information.

Thursday, April 5, 2007

Lab 9

In lab 9, we learned more about using Excel, and utilizing its utilities to be able to easily calculate equations, and import text from an external source. This will be very useful in my future, getting to know Excel is one major goals of mine this year. Also, we were able to create and analyze graphs, and easily figure different characteristics of graphs, such as the slope. Redoing the lab on my own was helpful because everything wasn't as easily spelled out for me, and I was able to go through steps, but also recall information to help me figure out on my own, how to do such analysis.

Thursday, March 22, 2007

Thursday, March 1, 2007

Lab 7

















If A and B do not match each other, than the result is 0, if they do match each other, like show below, then the outcome is 1.

Thursday, February 22, 2007

How to convert Binary numbers

Every 1 or 0 means either yes or no, or on or off; and every binary number 1 represents 2 to the power of its place. So, for the number 110010101, you start with the unit on the far right. That number, 1, represents 2^0, the second number is a 0, which represents 2^1, but since it is a zero, we do not count that number. the third number from the left is 1, and represnts 2^2, which is 4. You will want to repeat this process until you get all the numbers, and add up all the "ones." This would end up being, 1+4+16+128+256 which is equal to 405.

To convert the number 529 into a binary number you do the following. Take the number given, and divide by 2, if that number does not have a remainder the number is 0, and if it does have a remainder, then the binary number is 1. 529 divided by 2 is 254.5, so this is going to be a "1" in the "ones place." After that you round down the number you got before, which was 254.5, rounded down to 254, and divide that number by 2 and get 127. This number does not have a remainder so you are going to want to put a "0" in the "tens place." repeat this process of rounding down when the number has a remainder and putting "0's" when there is a remainder, and "1's" when there is a remainder. The binary number would then be 1000010001.

A positional numbering system is when each position is related to the next by a constant multiplier.

A non-positional numbering system uses symbols or punctuations but do not necessarily need a spot for "0." "144 might be I.IV.IV. in decimal notation" (Wikipedia).

Thursday, February 15, 2007

lab 5

Unix is one of the first OS systems created. some commands are cd, ls, cal, and mkdir. cd brings you to home directory and it can also bring you to a specific directory if you wish by doing cd "directory". ls lists files in a directory. the ca> command shows a mini calendar but you can also get calendars from other years by doing cal [ [month] year ]. and another important command is mkdir , this creates a directory.
Chapter 6 from "Global Warming" concerns the idea that man and machine are becoming similar and they control each other. and also goes into search engines.

Thursday, February 8, 2007

Modeling The World

One of the more interesting thing we learned about in this lecture was the Fibonacci numbers and how they are used in the world. Somehow this mathematical concept is something that is used in nature, such as shells, plants and flowers. This Fibonacci Spiral and its relation to math is astonishing in my opinion. I read the DaVinci Code, so I knew something about it but it was fun to learn about it in a class. Also, I am excited to get started on the "Black Box" project, so we can observe the different patterns and sequences that are in the 'box'.