Programming Fundamentals/Data and Operators
Appearance
Overview
[edit | edit source]This chapter introduces constants and variables, data types, and operators.
Chapter Outline
[edit | edit source]- Constants and Variables
- Identifier Names
- Data Types
- Order of Operations
- Assignment
- Arithmetic Operators
- Integer Division and Modulus
- Unary Operations
- Lvalue and Rvalue
- Data Type Conversions
- Input-Process-Output Model
- Code Examples
- Practice: Data and Operators
Learning Objectives
[edit | edit source]- Understand key terms and definitions.
- Understand basic data types and how operators manipulate data.
- Given example pseudocode, flowcharts, and source code, create a program that uses appropriate data types and operators to solve a given problem.