Course Details in 2018/19 Session


If you find any data displayed on this website that should be amended, please contact the Curriculum Management Team.

Module Title Introduction to Computing for Engineers
SchoolSchool of Engineering
Department Elec, Elec & Sys Engineering
Module Code 04 28607
Module Lead Dr S Pammu
Level Certificate Level
Credits 10
Semester Semester 1
Pre-requisites
Co-requisites
Restrictions None
Exclusions
Description The aim of this module is to introduce engineers to computers and computer programming using an important modern programming language which has applications from small embedded systems to supercomputers.

Syllabus: Lecture material

1. Introduction to Computer Programming
a. Key definitions - components of a computer, operating system, embedded computers.
b. High-level programming languages - overview and examples
c. C programming language - history, current importance and applications
d. Compiling and Linking

2. Introduction to C programming
a. Variables & Data types
b. Assignment and initialisation
c. Operators & Input
d. Introduction to using the Math library

3. Program control (Iteration & Selection)
a. Loops - importance in programming
b. Iteration - "for" loops, The "while" loop, The "do - while" loop, and Comparison of for, while and do-while loops
c. Conditional statements - the "if" and "if else" statements
d. The switch statement
e. Logical and relational operators

4. Arrays
a. Introduction to arrays - rationale for using arrays in C
b. Declaring arrays, Initializing arrays, Multi-dimensional arrays, and Character arrays – strings.

5. Functions and procedural programming
a. Basic ideas about functions
b. Local, global and static variables
c. Function arguments and "call-by-value"
d. Function prototypes

6. Introduction to numerical methods and algorithms
a. Developing mathematical / numerical applications
b. Internal representation of data types and Variable precision - roundoff errors
c. Algorithm expression and design

7. Files
a. Files - the basics, Using files - the FILE data structure
b. String file i/o - fgets() and fputs() and Formatted file i/o - fprintf() and fscanf()

8. Pointers
a. Concept of pointers as memory addresses
b. Pointer and indirection operators, pointer arithmetic
c. Pointers and arrays, Pointers and functions - call by reference
d. Dynamic allocation of one-dimensional arrays

9. Real-world applications
a. Introduction to program design
b. Header files and libraries
c. Developing new data types - "structs" and "typedefs"
d. Programming on Embedded systems.
Learning Outcomes By the end of the module students should be able to:
  • Write programmes in C in order to help them solve problems in engineering.
Assessment 28607-01 : Examination : Exam (Centrally Timetabled) - Written Unseen (70%)
28607-02 : Coursework : Coursework (30%)
Assessment Methods & Exceptions One 2-hour formal written examination (70%) to be held during the University's main summer examination period and 30% by assessed laboratory examinations.
Other Duplicate of Dubai-based module 30329
Reading List