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:

problem solving and programming concepts book

Cover: Problem Solving and Programming Concepts

Problem Solving and Programming Concepts, 9th edition

Published by Pearson (July 14th 2021) - Copyright © 2012

Pearson+ subscription

Price Reduced From: $179.99

Need help? Get in touch

Now available on

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.

problem solving and programming concepts book

problem solving and programming concepts book

problem solving and programming concepts book

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.

QR code for Problem Solving and Programming Concepts

Goodreads Celebrates Women's History Month

Problem Solving and Programming Concepts

Maureen sprankle.

504 pages, Paperback

First published January 1, 1989

About the author

Profile Image for Maureen Sprankle.

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.

9780132492645: Problem Solving and Programming Concepts

This specific ISBN edition is currently not available.

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

ACM Digital Library home

Problem Solving and Programming Concepts

ACM Digital Library

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

Published in

Copyright © 1997

In-Cooperation

Prentice Hall PTR

United States

Publication History

Funding Sources

Other metrics.

Article Metrics

This publication has not been cited yet

Share this Publication link

https://dl.acm.org/doi/abs/10.5555/523112

Share on Social Media

Export Citations

We use cookies to ensure that we give you the best experience on our website.

VitalSource Store

Problem Solving and Programming Concepts 9th Edition

Cover image: Problem Solving and Programming Concepts 9th edition 9780132492645

Print ISBN 9780132492645, 0132492644

Etext isbn 9780133464849, 0133464849.

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

  1. Programming for Problem Solving

    problem solving and programming concepts book

  2. Java Programming Fundamentals: Problem Solving Through Object Oriented Analysis and Design, 1st

    problem solving and programming concepts book

  3. Problem Solving and Program-Design in C 8th edition ( Global Edition )ISBN13

    problem solving and programming concepts book

  4. Problem Solving and Programming Concepts, 7th Edition

    problem solving and programming concepts book

  5. Problem Solving And Programming Concepts Book Pdf Download

    problem solving and programming concepts book

  6. How to improve programming problem-solving skills

    problem solving and programming concepts book

VIDEO

  1. Problem Solving Techniques

  2. Programming for Problem Solving

  3. Problem Solving

  4. 14- Practice

  5. Computer Algorithm & Complexity : Lecture

  6. Integer programming Problem Video lecture 20

COMMENTS

  1. Problem Solving and Programming Concepts

    Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by

  2. Problem Solving and Programming Concepts

    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

  3. Problem Solving and Programming Concepts, 9th edition

    Problem Solving and Programming Concepts, 9th edition. Published by Pearson (July 13th 2021) - Copyright © 2012. Maureen Sprankle College of the Redwoods

  4. Problem Solving and Programming Concepts

    A core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by programming majors in Problem Solving for Programmers

  5. Problem Solving and Programming Concepts

    A core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by programing majors in Problem Solving for Programmers

  6. Problem Solving and Programming Concepts by Maureen Sprankle

    ... Problem Solving for Applications, any Computer Language Course, or Introduction to Programming, this book emphasizes that problem solving is the same in

  7. 9780132492645: Problem Solving and Programming Concepts

    Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by

  8. Problem Solving and Programming Concepts

    ... Solving for Applications, or any computer language course, the book is ... ... to Problem Solving and Programming Basic concepts of problem solving

  9. Problem Solving and Programming Concepts

    Problem Solving and Programming Concepts, 9/e, is a core or supplementary text for one-semester, freshman/sophomore-level introductory courses taken by

  10. Problem Solving and Programming Concepts 9th edition

    Problem Solving and Programming Concepts 9th Edition is written by Maureen Sprankle; Jim Hubbard and published by Pearson. The Digital and eTextbook ISBNs