Introduction to Programming with Greenfoot

Introduction to Programming with Greenfoot
Author: Michael Kölling
Publisher: Prentice Hall
Total Pages: 217
Release: 2010
Genre: Computer games
ISBN: 0136037534

Introduction to Programming with Greenfoot: Object-Oriented Programming in Java with games and Simulations is ideal for introductory courses in Java Programming or Introduction to Computer Science. The only textbook to teach Java programming using Greenfoot--this is "Serious Fun." Programming doesn't have to be dry and boring. This book teaches Java programming in an interactive and engaging way that is technically relevant, pedagogically sound, and highly motivational for students. Using the Greenfoot environment, and an extensive collection of compelling example projects, students are given a unique, graphical framework in which to learn programming.

Creative Greenfoot

Creative Greenfoot
Author: Michael Haungs
Publisher: Packt Publishing Ltd
Total Pages: 311
Release: 2015-04-27
Genre: Computers
ISBN: 1783980397

This book is for coding students and Java programmers of all levels interested in building engaging, interactive applications with Greenfoot. Familiarity with the very basics of Greenfoot is assumed.

Objects First with Java

Objects First with Java
Author: David J. Barnes
Publisher: Prentice Hall
Total Pages: 532
Release: 2006
Genre: Computers
ISBN:

"A CD-ROM containing the JDK and versions of BlueJ for a variety of operating systems"-- back cover

Flexible, Reliable Software

Flexible, Reliable Software
Author: Henrik B. Christensen
Publisher: CRC Press
Total Pages: 523
Release: 2011-06-21
Genre: Computers
ISBN: 1420093630

Flexible, Reliable Software: Using Patterns and Agile Development guides students through the software development process. By describing practical stories, explaining the design and programming process in detail, and using projects as a learning context, the text helps readers understand why a given technique is required and why techniques must be combined to overcome the challenges facing software developers. The presentation is pedagogically organized as a realistic development story in which customer requests require introducing new techniques to combat ever-increasing software complexity. After an overview and introduction of basic terminology, the book presents the core practices, concepts, tools, and analytic skills for designing flexible and reliable software, including test-driven development, refactoring, design patterns, test doubles, and responsibility driven and compositional design. It then provides a collection of design patterns leading to a thorough discussion of frameworks, exemplified by a graphical user interface frramework (MiniDraw). The author also discusses the important topics of configuration management and systematic testing. In the last chapter, projects lead students to design and implement their own frameworks, resulting in a reliable and usable implementation of a large and complex software system complete with a graphical user interface. This text teaches how to design, program, and maintain flexible and reliable software. Installation guides, source code for the examples, exercises, and projects can be found on the author’s website.

Objects First with Java

Objects First with Java
Author: David J. Barnes
Publisher: Pearson PTR Interactive
Total Pages: 516
Release: 2009
Genre: Computers
ISBN: 9780137005628

This introductory programming textbook integrates BlueJ with Java. It provides a thorough treatment of object-oriented principles.

Big Java

Big Java
Author: Cay S. Horstmann
Publisher: John Wiley & Sons
Total Pages: 1024
Release: 2019-08-06
Genre: Computers
ISBN: 1119635659

Big Java: Early Objects, 7th Edition focuses on the essentials of effective learning and is suitable for a two-semester introduction to programming sequence. This text requires no prior programming experience and only a modest amount of high school algebra. Objects and classes from the standard library are used where appropriate in early sections with coverage on object-oriented design starting in Chapter 8. This gradual approach allows students to use objects throughout their study of the core algorithmic topics, without teaching bad habits that must be un-learned later. The second half covers algorithms and data structures at a level suitable for beginning students. Choosing the enhanced eText format allows students to develop their coding skills using targeted, progressive interactivities designed to integrate with the eText. All sections include built-in activities, open-ended review exercises, programming exercises, and projects to help students practice programming and build confidence. These activities go far beyond simplistic multiple-choice questions and animations. They have been designed to guide students along a learning path for mastering the complexities of programming. Students demonstrate comprehension of programming structures, then practice programming with simple steps in scaffolded settings, and finally write complete, automatically graded programs. The perpetual access VitalSource Enhanced eText, when integrated with your school's learning management system, provides the capability to monitor student progress in VitalSource SCORECenter and track grades for homework or participation. *Enhanced eText and interactive functionality available through select vendors and may require LMS integration approval for SCORECenter.

The Guide to Computer Simulations and Games

The Guide to Computer Simulations and Games
Author: K. Becker
Publisher: John Wiley & Sons
Total Pages: 480
Release: 2011-11-30
Genre: Education
ISBN: 1118235592

The first computer simulation book for anyone designing or building a game Answering the growing demand for a book catered for those who design, develop, or use simulations and games this book teaches you exactly what you need to know in order to understand the simulations you build or use all without having to earn another degree. Organized into three parts, this informative book first defines computer simulations and describes how they are different from live-action and paper-based simulations. The second section builds upon the previous, with coverage of the technical details of simulations, a detailed description of how models are built, and an explanation of how those models are translated into simulations. Finally, the last section develops four examples that walk you through the process from model to finished and functional simulation, all of which are created using freely available software and all of which can be downloaded. Targets anyone interested in learning about the inner workings of a simulation or game, but may not necessarily be a programmer or scientist Offers technical details on what simulations are and how they are built without overwhelming you with intricate jargon Breaks down simulation vs. modeling and traditional vs. computer simulations Examines verification and validation and discusses simulation tools Whether you need to learn how simulations work or it's something you've always been curious about but couldn't find the right resource, look no further. The Guide to Computer Simulations and Games is the ideal book for getting a solid understanding of this fascinating subject.

iOS 12 Programming Fundamentals with Swift

iOS 12 Programming Fundamentals with Swift
Author: Matt Neuburg
Publisher: O'Reilly Media
Total Pages: 652
Release: 2018-09-26
Genre: Computers
ISBN: 1492044520

Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 9 IDE, Cocoa Touch, and the latest version of Apple’s acclaimed programming language, Swift 4. With this thoroughly updated guide, you’ll learn the Swift language, understand Apple’s Xcode development tools, and discover the Cocoa framework. Explore Swift’s object-oriented concepts Become familiar with built-in Swift types Dive deep into Swift objects, protocols, and generics Tour the lifecycle of an Xcode project Learn how nibs are loaded Understand Cocoa’s event-driven design Communicate with C and Objective-C Once you master the fundamentals, you’ll be ready to tackle the details of iOS app development with author Matt Neuburg’s companion guide, Programming iOS 12.

Big C++

Big C++
Author: Cay S. Horstmann
Publisher: John Wiley & Sons
Total Pages: 848
Release: 2020-08-04
Genre: Computers
ISBN: 1119739675

Big C++: Late Objects, 3rd Edition focuses on the essentials of effective learning and is suitable for a two-semester introduction to programming sequence. This text requires no prior programming experience and only a modest amount of high school algebra. It provides an approachable introduction to fundamental programming techniques and design skills, helping students master basic concepts and become competent coders. The second half covers algorithms and data structures at a level suitable for beginning students. Horstmann and Budd combine their professional and academic experience to guide the student from the basics to more advanced topics and contemporary applications such as GUIs and XML programming. More than a reference, Big C++ provides well-developed exercises, examples, and case studies that engage students in the details of useful C++ applications. Choosing the enhanced eText format allows students to develop their coding skills using targeted, progressive interactivities designed to integrate with the eText. All sections include built-in activities, open-ended review exercises, programming exercises, and projects to help students practice programming and build confidence. These activities go far beyond simplistic multiple-choice questions and animations. They have been designed to guide students along a learning path for mastering the complexities of programming. Students demonstrate comprehension of programming structures, then practice programming with simple steps in scaffolded settings, and finally write complete, automatically graded programs. The perpetual access VitalSource Enhanced eText, when integrated with your school’s learning management system, provides the capability to monitor student progress in VitalSource SCORECenter and track grades for homework or participation. *Enhanced eText and interactive functionality available through select vendors and may require LMS integration approval for SCORECenter.