
- English
- PDF
- Available on iOS & Android
About this book
This is an introduction to programming using Microsoft's Visual Basic.NET 2010, intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and 'fixing a program' sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying website, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Half-title
- Title
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- Preface
- 1 Fundamentals of Design and Programming β Starting from Scratch
- 2 Variables and Constants β A Place for Everything and Everything in Its Place
- 3 Writing Programs β First You Walk, Then You Run
- 4 Writing Programs II β More Controls and New Logic
- 5 Using If and Case β Decisions, Decisions, Decisions
- 6 Loops β Once Is Not Enough
- 7 Procedures and Functions β Divide and Conquer
- 8 Writing Programs III β Tying It All Together, So Far
- 9 File I/O β Files and Records and Fields, Oh My!
- 10 Arrays and Structures β Organizing Data
- 11 Events and More Controls β Tips and Tricks for Programming
- 12 Objects and Classes β Objects Are in a Class By Themselves
- 13 Graphics β The Visual (and Audio) Side of Visual Basic
- 14 LINQ to SQL β The World Runs on Databases
- 15 Crystal Reports β Tying Databases to Output
- Appendix A American Standard Code for Information Interchange (ASCII) Table
- Appendix B Flowchart Table
- Appendix C My Application
- Appendix D Customizing Your VB Environment
- Appendix E Using Help
- Appendix F Using Debug
- Appendix G Structured Query Language (SQL) Basics
- Appendix H Answers to Self-Check Questions
- Appendix I Control and Variable Naming Conventions
- Index