EE20084: Structured programming
[Page last updated: 02 August 2022]
Academic Year: | 2022/23 |
Owning Department/School: | Department of Electronic & Electrical Engineering |
Credits: | 6 [equivalent to 12 CATS credits] |
Notional Study Hours: | 120 |
Level: | Intermediate (FHEQ level 5) |
Period: |
|
Assessment Summary: | CW 50%, EX 50% |
Assessment Detail: |
|
Supplementary Assessment: |
|
Requisites: | Before taking this module you must take EE10134 or equivalent. |
Learning Outcomes: | After successfully completing the unit, students will be able to:
(i) design, implement, test and debug functions and programs according to a given specification, (ii) to locate and correct semantic and syntactic errors in a given program, (iii) to explain various aspects of the languages such as scope or type conversion rules and so on, (iv) to write well-structured software documented with appropriate comments, (v) to understand the basic concepts of the interaction of a program with the operating system. |
Aims: | To introduce students to structured programming using a structured programming language such as Python, C, C++, Java. To develop their skills in writing good quality software using the structured programming language. To provide an appreciation of the importance of good software structure and documentation. To enable students to gain practical experience with programming and its interaction with the operating system environment. |
Skills: | Writing and documentation of structured computer programs. Problem Solving. Taught, facilitated and assessed. |
Content: | Fundamentals: identifiers, keywords, fundamental data types, constants, variables, arrays, declarations, operators, expressions and statements. Conditional and looping controls. Functions: defining, accessing and passing arguments to functions, recursive funcions. Prototypes. Modular programming. Use of standard library functions for data input/output. Arrays: defining, processing and passing arrays to functions. Multidimensional arrays. Strings and string processing. Allocation of variables in memory and dynamic memory allocation. Structures: defining and accessing structures. Self-referential structures. User defined data types. Bit fields. Data structures: stacks, queues. Linked lists and trees. Code execution timing. Parallel and thread programming. Operating Systems: event driven programming. Comparisons between structured programming languages - low level and high level operations. |
Programme availability: |
EE20084 is Compulsory on the following programmes:Department of Electronic & Electrical Engineering
|
Notes:
|