logic error syntax error central processing unit constants i
       logic error  syntax error  central processing unit  constants  int  double  input  variables  output  compiler  caused by an error in your algorithm  hardware performing all arithmetic operations  data that travels from user to machine  C++ arithmetic data type that is always stored exactly  software to translate high level languages to binary  values that may be modified during execution  caused by error in C++ translation  C++ arithmetic data type often stored approximately  data that travels from machine to user  values that may not be modified during execution 
  
  Solution
Answers:
logic error: caused by an error in your algorithm
sysntax error: caused by error in c++ translation
central processing unit: hardware performing all arthimetic operations
constants: values that may not be modified during execution
int: c++ arithmetic datat type that is always stored exactly
double: c++ arithmetic datat type often stored approximately
input: data that travels from user to machine
output: data that travels from machine to user
compiler: sftware to translate high level languages to binary

