User Tools

Site Tools


haas:fall2019:discrete:projects:bdt0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

haas:fall2019:discrete:projects:bdt0 [2018/08/26 13:20] – external edit 127.0.0.1haas:fall2019:discrete:projects:bdt0 [2019/08/18 20:21] (current) – [Background] wedge
Line 10: Line 10:
  
 =====Background===== =====Background=====
-We've had a newfound exposure to data this semesterand how programming languages like C interpret different forms of data; we look at things like data type and corresponding storage allocated, and we use these as ingredients in our programmatic solutions.+When it comes to data, we look at things like data type and corresponding storage allocated, and we use these as ingredients in our programmatic solutions.
  
-Yet- we've also seen how that inserted layer of abstraction between us and the computer has provided an opportunity to omit and later properly learn what is actually going on: it isn't just about integers and floating point values and ASCII characters... and while each has its own unique ways of accessing and manipulating, they actually do share a common underlying foundation.+Yet- we can also insert a layer of abstraction between us and the computer, and that provides an opportunity to omit and later properly learn what is actually going on: it isn't just about integers and floating point values and ASCII characters... and while each has its own unique ways of accessing and manipulating, they actually do share a common underlying foundation.
  
 As the computer and all data is largely the same, it is important we increasingly see it as just sequences of 1s and 0s, accessed in units of bytes (these days, and likely for the foreseeable future, consisting of groupings of 8 bits). As the computer and all data is largely the same, it is important we increasingly see it as just sequences of 1s and 0s, accessed in units of bytes (these days, and likely for the foreseeable future, consisting of groupings of 8 bits).
haas/fall2019/discrete/projects/bdt0.1535289632.txt.gz · Last modified: 2018/08/26 13:20 by 127.0.0.1