Problem Solving and Programming Concepts, 9th edition
$16.99per month
Minimum 4-month term, pay monthly or pay $67.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
- Expert video lessons and practice questions
- Videos, study help in multiple subjects. List in FAQs.
- Practice problems and study guides
- Q&A with experts and AI tutor
$10.99per month
Minimum 4-month term, pay monthly or pay $43.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
$16.99per month
Minimum 4-month term, pay monthly or pay $67.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
- Expert video lessons and practice questions
- Videos, study help in multiple subjects. List in FAQs.
- Practice problems and study guides
- Q&A with experts and AI tutor
$10.99per month
Minimum 4-month term, pay monthly or pay $43.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
$10.99per month
Minimum 4-month term, pay monthly or pay $43.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
$10.99per month
Minimum 4-month term, pay monthly or pay $43.96 upfront
Includes:
- Instant access to eTextbook
- Search, highlights, notes, and more
Access to this eTextbook title
Learn more, spend less
-
Study simpler and faster
Use flashcards and other study tools in your eTextbook
-
Listen on the go
Learn how you like with full eTextbook audio
-
Find it fast
Quickly navigate your eTextbook with search
-
Stay organized
Access all your eTextbooks in one place
-
Easily continue access
Keep learning with auto-renew
Overview
A core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by programming majors in Problem Solving for Programmers, Problem Solving for Applications, any Computer Language Course, or Introduction to Programming.
Revised to reflect the most current issues in the programming industry, this widely adopted text emphasizes that problem solving is the same in all computer languages, regardless of syntax. Sprankle and Hubbard use a generic, non-language-specific approach to present the tools and concepts required when using any programming language to develop computer applications. Designed for students with little or no computer experience — but useful to programmers at any level — the text provides step-by-step progression and consistent in-depth coverage of topics, with detailed explanations and many illustrations.
Instructor Supplements (see resources tab):
Instructor Manual with Solutions and Test Bank
Lecture Power Point Slides
Go to: www.prenhall.com/sprankle
Published by Pearson (July 14th 2021) - Copyright © 2012
ISBN-13: 9780137618125
Subject: Introduction to Computer Science
Category: Problem Solving and Programming Concepts
Overview
Table of Contents
- Preface
UNIT ONE INTRODUCTION TO PROBLEM SOLVING AND PROGRAMMING
- Chapter 1 General Problem-Solving Concepts
- Problem Solving in Everyday Life
- Types of Problems
- Problem Solving with Computers
- Difficulties with Problem Solving
- Summary
- New Terms
- Questions
- Problems
- Chapter 2 Beginning Problem-Solving Concepts for the Computer
- Constants and Variables
- Data Types
- How the Computer Stores Data
- Functions
- Operators
- Expressions and Equations
- Summary
- New Terms
- Questions
- Problems
- Chapter 3 Planning Your Solution
- Communicating with the Computer
- Organizing the Solution
- Introduction to UML (Unified Modeling Language)
- Using the Tools
- Testing the Solution
- Coding the Solution
- Software Development Cycle
- Summary
- New Terms
- Questions
- Problems
- UNIT ONE Supplementary Exercises
UNIT TWO LOGIC STRUCTURES
- Chapter 4 An Introduction to Programming Structure
- Pointers for Structuring a Solution
- The Modules and Their Functions
- Cohesion and Coupling
- Local and Global Variables
- Parameters
- Return Values
- Variable Names and the Data Dictionary
- The Three Logic Structures
- Summary
- New Terms
- Questions
- Problems
- Chapter 5 Problem Solving with the Sequential Logic Structure
- Algorithm Instructions, Flowchart Symbols
- The Sequential Logic Structure
- Solution Development
- Summary
- Questions
- Problems
- Chapter 6 Problem Solving with Decisions
- The Decision Logic Structure
- Multiple If/Then/Else Instructions
- Using Straight-Through Logic
- Using Positive Logic
- Using Negative Logic
- Logic Conversion
- Which Decision Logic?
- Decision Tables
- Putting It All Together
- The Case Logic Structure
- Codes
- Putting It All Together
- Another Putting It All Together
- Summary
- New Terms
- Questions
- Problems
- Chapter 7 Problem Solving with Loops
- The Loop Logic Structure
- lncrementing
- Accumulating
- While/WhileEnd
- Putting It All Together
- Repeat/Until
- Putting It All Together
- Automatic-Counter Loop
- Putting It All Together
- Nested Loops
- Indicators
- Algorithm Instructions and Flowchart Symbols
- Recursion
- Summary
- New Terms
- Questions
- Problems
- UNIT TWO Supplementary Exercises
UNIT THREE DATA STRUCTURES
- Chapter 8 Processing Arrays
- Arrays
- One-Dimensional Arrays
- Putting It All Together
- Two-Dimensional Arrays
- Putting It All Together
- Multidimensional Arrays
- Table Look-Up Technique
- The Pointer Technique
- Putting It All Together
- Summary
- New Terms
- Questions
- Problems
- Chapter 9 Sorting, Stacks, and Queues
- Sorting Techniques
- Stacks
- Queues
- Summary
- New Terms
- Questions
- Problems
- Chapter 10 File Concepts
- Beginning File Concepts
- Records as a Data Structure
- Primary and Secondary Keys
- Algorithm Instructions and Flowchart Symbols
- Systems Flowcharts
- Designing Records
- Summary
- New Terms
- Questions
- Problems
- Chapter 11 Linked Lists
- Creating Linked Lists
- Examples of Adding Data to/Deleting Data from Linked Lists
- Algorithms and Flowcharts to Add, Delete, and Access Data in a Linked List
- Summary
- New Terms
- Questions
- Problems
- Chapter 12 Binary Trees
- Creation of Binary Trees
- Accessing Data in a Binary Tree
- Traversal of Binary Trees
- Summary
- New Terms
- Questions
- Problems
- UNIT THREE Supplementary Exercises
UNIT FOUR DATABASE MANAGEMENT SYSTEMS
- Chapter 13 Database Management Systems
- Why a DBMS?
- DBMS Components
- DBMS Models
- Client-Server Model
- DBMS Tasks
- Summary
- New Terms
- Questions
- Chapter 14 Relational Database Management Systems
- Tables, Records, and Fields
- Normalizing Tables
- Entity Relation Model
- Schema
- Creating Tables
- Queries
- Interface Design
- Reports
- Planning a Solution Using an RDBMS
- Summary
- New Terms
- Questions
- Problems
UNIT FIVE OBJECT-ORIENTED PROGRAMMING
- Chapter 15 Concepts of Object-Oriented Programming
- Object-Oriented Programming
- Graphical User Interface (GUI)
- Event-Driven Object-Oriented Programming
- Interactivity
- Summary
- New Terms
- Questions
- Problems
- Chapter 16 Object-Oriented Program Design
- Designing an Object-Oriented Application
- Interface Design
- Designing an Event-Driven Object-Oriented Application
- Summary
- New Terms
- Questions
- Problems
UNIT SIX INTRODUCTION TO GAME DEVELOPMENT
- Chapter 17 Introduction to Concepts of Game Development Using Object-Oriented Programming
- Game Development
- Planning the Game
- Steps to Develop a Simple Game
- Summary
- New Terms
- Questions
- Problems
- Chapter 18 Introduction to Assembly Language
- Assembly Language versus High-Level Languages
- Assembly Language Concepts
- Some Basic Assembly Language Instructions
- Assembly Language Equivalents to the Four Logic Structures
- Summary
- New Terms
- Questions
- Problems
UNIT SEVEN FILE PROCESSING
- Chapter 19 Sequential-Access File Applications
- Processing Sequential-Access Files
- The Primer Read
- Designing Output Reports
- Headings and Line Counters
- Control-Breaks
- Multiple Control-Breaks
- Using Indicators for Program Control
- Error Handling
- Null Files
- Summary
- New Terms
- Questions
- Problems
- Chapter 20 Sequential-Access File Updating
- Creating Files
- The Master File
- Transaction Files
- Activity Files
- Backup Files
- Updating the Master File Using a Transaction File
- Putting It All Together
- A Useful Alternative Method
- Summary
- New Terms
- Questions
- Problems
- UNIT FIVE Supplementary Exercises
APPENDIX A Otto the Robot
APPENDIX B ASCII and EBCDIC Codes for Data Representation
APPENDIX C Forms to Use in Problem Solving
APPENDIX D Other Problem-Solving Tools
APPENDIX E Other Functions
GLOSSARY
INDEX
Your questions answered
When you purchase an eTextbook subscription, it will last 4 months. You can renew your subscription by selecting Extend subscription on the Manage subscription page in My account before your initial term ends.
If you extend your subscription, we'll automatically charge you every month. If you made a one‑time payment for your initial 4‑month term, you'll now pay monthly. To make sure your learning is uninterrupted, please check your card details.
To avoid the next payment charge, select Cancel subscription on the Manage subscription page in My account before the renewal date. You can subscribe again in the future by purchasing another eTextbook subscription.
When you purchase a Channels subscription it will last 1 month, 3 months or 12 months, depending on the plan you chose. Your subscription will automatically renew at the end of your term unless you cancel it.
We use your credit card to renew your subscription automatically. To make sure your learning is uninterrupted, please check your card details.
A Study & Exam Prep subscription includes video lessons, practice problems and other study tools. Get unlimited access to the full range of subjects:
Yes, the Study & Exam Prep Pack's feature is Channels, which can be purchased separately at any time. Simply go to Channels on the Pearson+ site and choose monthly, quarterly, or annual access, separate from your eTextbook subscription. Still deciding? Watch the first six videos free and buy it if you love it (we know you'll love it!).
Currently, they are the exact same offering. 'Study & Exam Prep Pack' is what we call 'Channels' when it is bundled with an eTextbook or bundled with MyLab & Mastering courseware. When purchased on its own, you will see it called Channels, still the same study & exam prep help you need.