Skip to Main Content

CSC430

Module 3 Required Resources

Textbook

Your course textbook can be accessed via the DART eBook link in the Getting Started module.

Text:

Sebesta, R. (2018). Concepts of programming languages (12th ed.). Pearson Education. ISBN: 978-0-13-668075-8

Read:

  • Chapter 8: Focus your reading on selection statements, iterative statements, and unconditional branching.
  • Chapter 9: Focus your reading on the fundamentals of the subprogram, local referencing environment, parameter passing method, parameters that are subprogram, calling subprogram indirectly, and design issues for function. 
  • Chapter 10: Keep deeper attention on the semantics of call and returns, implementing simple subprogram and subprogram with stack dynamic local variable and nested subprogram