About 50 results
Open links in new tab
  1. Programming Fundamentals – Simple Book Publishing

    Dec 15, 2018 · Programming Fundamentals A Modular Structured Approach, 2nd Edition by Kenneth Leroy Busbee and Dave Braunschweig Download this book Creative Commons …

  2. About this Book – Programming Fundamentals

    Programming fundamentals are often divided into three college courses: Modular/Structured, Object Oriented and Data Structures. This textbook/collection covers the first of those three …

  3. Introduction to Programming – Programming Fundamentals

    This chapter introduces programming, the software development process, tools and methods used to develop and test programs. These include integrated development environments …

  4. Arrays – Programming Fundamentals

    This chapter introduces arrays, which may be referred to as lists in some programming languages. Chapter Outline Arrays and Lists Index Notation Displaying Array Members Arrays …

  5. Practice: Introduction to Programming – Programming …

    The following activities focus on selecting a programming language and testing integrated development environments. Research different programming languages and select a …

  6. Hello World – Programming Fundamentals

    The following pages provide examples of “Hello, world!” programs in different programming languages. Each page includes an explanation of the code elements that comprise the …

  7. Data Types – Programming Fundamentals

    The common data types usually exist in most programming languages and act or behave similarly from language to language. Additional complex and/or composite data types may exist and …

  8. Programming fundamentals are often divided into three college courses: Modular/Structured, Object Oriented and Data Structures. This textbook/collection covers the first of those three …

  9. Constants and Variables – Programming Fundamentals

    In addition to literal constants, most textbooks refer to symbolic constants or named constants as a constant represented by a name. Many programming languages use ALL CAPS to define …

  10. String Functions – Programming Fundamentals

    Most current programming languages include built-in or library functions to process strings. Common examples include case conversion, comparison, concatenation, find, join, length, …