Skip to content

C Topic

Liz Howard edited this page Nov 28, 2017 · 1 revision

Proposed Standards (goals of the topic):

Core course

  • Recognize and write C++ syntax
  • Recognize and use C++ types and their respective operations
    • Recognize and use Relational operators
    • Recognize and use Logical operators
    • C++Recognize and use Arithmetic operators
    • Use native C++ types to store data in a variable
    • Choose an appropriate data type to store data in a C++ variable
    • Accurately predict the data type of an evaluated expression
  • Use control structures to control the order of execution of C++ statements
  • Choose an appropriate control structure/flow to solve a problem in C++
Clone this wiki locally