Enter the characters you see below
Sorry, we just need to make sure you're not a robot. For best results, please make sure your browser is accepting cookies.

Type the characters you see in this image:

- Find my Pearson rep
- Technical Support
- Support for Students
- Support for Educators

Problem Solving and Programming Concepts, 9th edition
Published by Pearson (July 14th 2021) - Copyright © 2012
- Maureen Sprankle College of the Redwoods
- Jim Hubbard
Pearson+ subscription
Price Reduced From: $179.99
Need help? Get in touch
Now available on
- All-in-one subscriptions
- Learning simplified
- Made to fit your life
Get instant access to 1,500+ eTextbooks and study tools, all in one place, for one low monthly subscription. Make the most of study time with offline access, search, notes and flashcards — to get organized, get the work done quicker and get results. Learn more
Your questions answered
Introducing Pearson+. Reimagined learning, designed for you. Choose from one eTextbook or over 1,500 eTextbooks and study tools, all in one place, for one low monthly subscription. A new way to buy books that fits your budget. Make the most of your study time with offline access, enhanced search, notes and flashcards — to get organized, get the work done quicker and get results. Plus, with the app, put textbooks in your pocket and learn wherever. It's time to upgrade the textbook and simplify learning, so you can have time to live too.
Pearson eTextbook is an easy-to-use digital textbook available from Pearson+. Make it your own by adding notes and highlights. Download the Pearson+ mobile app to learn on the go, even offline. Listen on the go with our new audiobook feature, available for most titles.
When you choose a plan, you're signing up for a 4-month 'term'. We will charge your payment method each month until your 4-month term has ended. You can turn on auto-renew in My account at any time to continue your subscription before your 4-month term has ended.
When you purchase a Pearson+ subscription, it will last 4 months. Before your initial 4-month term ends, you can extend your subscription by turning auto-renew on in My account . If you turn auto-renew on, we’ll automatically renew your subscription and charge you every month until you turn off auto-renew. To avoid the next payment charge, make sure you turn auto renewal off 1 day before the auto renewal date. You can subscribe again after auto-renew has been turned off by purchasing another Pearson+ subscription. We use your credit card to renew your subscription automatically. To make sure your learning is uninterrupted, please check your card details before your first monthly payment.
With a Multi Pearson+ subscription plan, you can download up to 5 titles on the Pearson+ app from My list on each of your authorized devices every month. When you're using your Multi Pearson+ subscription plan in a browser, you can select and read from as many titles as you like.

- Try the new Google Books
- Advanced Book Search
- Barnes&Noble.com
- Books-A-Million
- Find in a library
- All sellers »

Get Textbooks on Google Play
Rent and save from the world's largest eBookstore. Read, highlight, and take notes, across web, tablet, and phone.
Go to Google Play Now »
From inside the book
What people are saying - write a review, other editions - view all, common terms and phrases, bibliographic information.

Problem Solving and Programming Concepts
Maureen sprankle.
504 pages, Paperback
First published January 1, 1989
About the author

Ratings & Reviews
What do you think? Rate this book Write a Review
Friends & Following
Community reviews, join the discussion, can't find what you're looking for.
Items related to Problem Solving and Programming Concepts
Isbn 13: 9780132492645, problem solving and programming concepts, sprankle, maureen ; hubbard, jim.

This specific ISBN edition is currently not available.
- About this title
Problem Solving and Programming Concepts, 9/e, is 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.
"synopsis" may belong to another edition of this title.
Maureen Sprankle is a Professor Emeritus at the College of the Redwoods, in Eureka, CA. She received her M.B.A. (emphasis in Computer Information Systems) and B.A. in Music from Humboldt State University, and her B.A. in Mathematics from Pepperdine University. In addition to teaching, Maureen has worked as a consultant in microcomputers for business and education, as a freelance Programmer/Analyst (business and scientific applications), and as a Scientific Programmer/Analyst Research Programmer in the space industry. After retiring from teaching, she and her husband of 43 years, Dr. Norman Sprankle, moved to the Oregon coast, where they both enjoy traveling, teaching, computers, the theater, and the out of doors. Her hobbies include music and reading.
Jim Hubbard is a software architect and the President of Healthware Solutions, LLC. Jim received his M.I.S. degree from Humboldt State University. He has held the position of CIO at Healthware Solutions, LLC. With 26 years of experience in the field of software development and implementation, Jim provides a valuable industry perspective to problem solving and programming.
"About this title" may belong to another edition of this title.
Convert currency
Shipping: US$ 4.25 Within U.S.A.
Add to Basket
Other Popular Editions of the Same Title
Featured edition.
ISBN 10: ISBN 13: 9780273752219 Publisher: Prentice Hall, 2011 Softcover
Customers who bought this item also bought
Top search results from the abebooks marketplace.
Book Description Condition: new. Seller Inventory # NewButterFly0132492644
More information about this seller | Contact this seller
Book Description Paperback. Condition: new. new. Seller Inventory # Wizard0132492644
Book Description Condition: new. Seller Inventory # NewCamp0132492644
Book Description Paperback. Condition: new. new. Seller Inventory # GoldenDragon0132492644
Book Description Condition: new. Seller Inventory # newport0132492644
Book Description Paperback. Condition: new. new. Seller Inventory # think0132492644
Book Description Paperback. Condition: new. new. Seller Inventory # Holz_New_0132492644
Book Description Condition: new. Seller Inventory # Hafa_fresh_0132492644
Book Description Condition: new. Seller Inventory # newMercantile_0132492644
Book Description Paperback. Condition: New. 9th Edition. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes). Seller Inventory # 001052216N

There are more copies of this book

- Advanced Search
Problem Solving and Programming Concepts

From the Publisher: Suitable for use in courses such as Introduction to Programming, Problem Solving for Programmers, Problem Solving for Applications, or any computer language course, the book is divided into six parts, with the topics organized as follows: UNIT 1: Introduction to Problem Solving and Programming Basic concepts of problem solving, an introduction to how problems are solved on computers, and steps in analyzing a problem and designing an appropriate solution UNIT 2: Structuring Programs for Languages and Applications Examination of how and when the various types of logic structures are appropriately used UNIT 3: Data Structures The use of various data structures such as arrays, stacks, linked lists, and binary trees to access and process data; sort methods and search methods are also included UNIT 4: Object Oriented Programming Elements of object oriented programming and scripting UNIT 5: File Processing File concepts, sequential file processing, and random access file processing UNIT 6: Problem Solving for Application Software Word processing, desktop publishing, graphics, spreadsheets, database management systems, and document processing Numerous helpful appendices and an extensive glossary are also included. This text is accompanied by an Instructor's Manual (ISBN 0-13-026727-9), which is available free of charge to instructors using the book for a course.
Login options
Check if you have access through your login credentials or your institution to get full access on this article.
Full Access
- Information
- Contributors
Published in
Copyright © 1997
In-Cooperation
Prentice Hall PTR
United States
Publication History
- Published: 1 August 1997
Funding Sources
Other metrics.
- Bibliometrics
- Citations 0
Article Metrics
- 0 Total Citations View Citations
- 0 Total Downloads
- Downloads (Last 12 months) 0
- Downloads (Last 6 weeks) 0
This publication has not been cited yet
Share this Publication link
https://dl.acm.org/doi/abs/10.5555/523112
Share on Social Media
- 0 References
Export Citations
- Preview is not available. By clicking download, a new tab will open to start the export process. The process may take a few minutes but once it finishes a file will be downloaded on your browser so please do not close the new tab. Download
- Download citation
- Copy citation
We use cookies to ensure that we give you the best experience on our website.

- Faculty Sampling
- Education & Business Solutions
Problem Solving and Programming Concepts 9th Edition
- Author(s) Maureen Sprankle; Jim Hubbard
- Publisher Pearson
Print ISBN 9780132492645, 0132492644
Etext isbn 9780133464849, 0133464849.
- Edition 9th
- Copyright 2012
- Available from $ 74.99 USD SKU: 9780133464849
This item is also available as part of a subscription.
The world’s #1 eTextbook reader for students. VitalSource is the leading provider of online textbooks and course materials. More than 15 million users have used our Bookshelf platform over the past year to improve their learning experience and outcomes. With anytime, anywhere access and built-in tools like highlighters, flashcards, and study groups, it’s easy to see why so many students are going digital with Bookshelf.
Over 2.7 million
titles available from more than 1,000 publishers
Over 65,000
customer reviews with an average rating of 9.5
Over 5 billion
digital pages viewed over the past 12 months
institutions using Bookshelf across 241 countries
Problem Solving and Programming Concepts 9th Edition is written by Maureen Sprankle; Jim Hubbard and published by Pearson. The Digital and eTextbook ISBNs for Problem Solving and Programming Concepts are 9780133464849, 0133464849 and the print ISBNs are 9780132492645, 0132492644. Save up to 80% versus print by going digital with VitalSource. Additional ISBNs for this eTextbook include 0133001784, 9780133001785.

IMAGES
VIDEO
COMMENTS
Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by
Covers topics ranging from the basics of mathematical functions and operators to the design and use of such techniques as code, arrays, pointers, other data
Problem Solving and Programming Concepts, 9th edition. Published by Pearson (July 13th 2021) - Copyright © 2012. Maureen Sprankle College of the Redwoods
A core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by programming majors in Problem Solving for Programmers
A core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by programing majors in Problem Solving for Programmers
... Problem Solving for Applications, any Computer Language Course, or Introduction to Programming, this book emphasizes that problem solving is the same in
Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by
... Solving for Applications, or any computer language course, the book is ... ... to Problem Solving and Programming Basic concepts of problem solving
Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by
Problem Solving and Programming Concepts 9th Edition is written by Maureen Sprankle; Jim Hubbard and published by Pearson. The Digital and eTextbook ISBNs