CS241: Implementing a game tree & a bit of bioinformatics
- The old, outgoing lab
- Education and accreditation (repris)
- Any implementation issues that I could help with? I coded a bit on Friday...
- Areas in computing
- Programming - learning to write programs (i.e. convert algorithms to code)
- Systems -- code that allows you to accomplish things
- Compilers - convert source code to executable code
- Operating systems - lowest level interface to hardware. Run apps.
- Networking - communication
- Databases - store info
- Computing as a tool for other fields
- A bit about bioinformatics
- Tech, nanotech, and biotech
- "All life on this planet is one thing"; or at least, has a common ancestor -- panspermia?
- DNA is the instructions for building organisms
- Can infer which organisms descended from which, and how long ago they split off by
looking at/computing similarities between their DNA (the code is A, T, G, and C). What causes changes?
- Deletion
- Insertion
- Mutation
- Etc... but this is more than we will take on here