by Mike EggerÂ
| ISBN | 9781806243419 |
|---|---|
| Publisher | Digital Drive Learning |
| Copyright Year | 2026 |
| Price | $259.00 |
Computers are everywhere in our daily lives. Between the desktop, laptop, phone, bank, and vehicle, it is difficult to completely get away from computers. It only makes sense to learn a little about how a computer really works .This text “Principles of Computer Programming Language” provides an introduction to programming and problem solving using programming languages. The primary focus is on an introduction to problem solving and algorithm development. The purpose of this text is to provide a simple and free reference for university level programming while teaching you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science. Like mathematicians, computer scientists use formal languages to denote ideas (specifically computations). Like engineers, they design things, assembling components into systems and evaluating trade offs among alternatives. Like scientists, they observe the behavior of complex systems, form hypotheses, and test predictions. The single most important skill for a computer scientist is problem-solving. By that I mean the ability to formulate problems, think creatively about solutions, and express a solution clearly and accurately. As it turns out, the process of learning to program is an excellent opportunity to practice problem-solving skills.