ECE-1021

Reading Matrix

(Last Mod: 27 November 2010 21:38:37 )

ECE-1021 Home


P - Pre-requisite Reading Material - You should read this material prior to reading the lesson.

C - Co-requisite Reading Material - You can probably read this material as it is reached in the lesson.


READING MATERIAL AND QUIZ LINKS LESSON #
QUIZ

Reading Module

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  Course Policies C                            
  Style Standards C                            
 Q Structured Programming C                            
  Algorithm Representation C                            
Q Intro to TurboC/C++ v4.5 C                            
Q Bits, Bytes, and Binary   P                          
Q ASCII   P                          
 Q Symbolic ASCII   P                          
  Strings                P              
  Boolean Logic         P                    
  Bit Banging           P                  
  Comments in C   C                          
  The Preprocessor   C                          
  The #include Directive   C                          
  The #define Directive     C                        
  The #if Directive                              
                                 
  Standard Output   C                          
  Standard Input                              
  Basic Function Format   C                          
  The main() Function   C                          
  Argument Passing   C                          
  Data Types and Type Casting       P                      
  Operators       P                      
  Order of Operations in C       P                      
  Arithmetic Operators       P                      
  Relational Operators       P                      
  Logical Operators         P                    
  Bitwise Operators           P                  
  Indirection Operators           P                  
  Miscellaneous Operators       P                      
  Expressions       P                      
  Selection Structures                              
  Iteration Structures       P                      
                                 
                                 
                                 
                                 
  while()       C                      
  for()       C                      
  do/while()       C