This is a book that will most likely be used in an introductory programming class. It is really an introduction to the method of problem-solving that programmers face and how to solve those problems without getting bogged down with complicated programming code. Basically, this involves writing simple code to move a robot around a screen, avoid walls, and pick up, or put down beepers, which are something like location beacons. You essentially program the robot to move around the world, avoiding walls, going into rooms, etc., and either placing beepers or picking up beepers. The instructions are written in computer code which tells the robot how to move when to pick up a beeper, and where to put a beeper down.
The book is a very good introduction to programming and computer science as a whole. The material in it is nowhere near as complex as what you will be exposed to if you decide to take classes beyond an intro class, but if you learn this it will give you a good idea of whether you want to continue on learning more complicated material.
No comments:
Post a Comment