
Livro digital
Título:
Computer Science II
Autor:
Chris Bourke
Categoria:
Tecnologia > Backend
Doador:
Raffaello D. N.
Sinopse:
Computer Science II picks up where the introductory course leaves off and quickly moves from core programming habits into the structure of larger systems. Its table of contents shows a clear progression from Introduction to Object Oriented Programming, then into Relational Databases, List-Based Data Structures, and later topics that deepen the reader’s understanding of how software is organized and how data is managed.
The material is centered on practical computer science foundations: the four pillars of OOP, SOLID principles, database tables and keys, SQL for creating, retrieving, updating, and destroying data, plus normalization and design. That sequence makes the book feel like a bridge between coding basics and the design choices that make programs maintainable, reusable, and easier to reason about.
Readers get a course-style guide with broad scope and a strong conceptual spine, shaped by the way CSCE 156 is taught at the University of Nebraska–Lincoln. The result is a useful reference for students who need to connect object-oriented programming, data modeling, and fundamental data structures into one coherent picture.