Download as pdf or txt
Download as pdf or txt
You are on page 1of 21

ENGG1810/9810

ENGG1810/9810
Introduction to Engineering Computing
Week 13: Revision and Exam Guide

Dr. Imdad Ullah


Faculty of Engineering
ENGG1810/9810

COMMONWEALTH OF AUSTRALIA

Copyright Regulations 1969

WARNING

This material has been reproduced and communicated to you by or on behalf of


the University of Sydney pursuant to Part VB of the Copyright Act 1968 (the Act).

The material in this communication may be subject to copyright under the Act.
Any further reproduction or communication of this material by you may be the
subject of copyright protection under the Act.

Do not remove this notice.


INTRODUCTION
ENGG1810/9810

What will you learn in this course?


Week 1: Introduction to Python

Week 2: Storing Data and Making Decisions Programming


Week 3: Repeating Actions I Basics

Week 4: Repeating Actions II

Week 5: Functions I
Week 6: Functions II Functions
Week 7: Libraries and Modules I
and Packages

Week 8: Libraries and Modules II

Week 9: Application I

Week 10: Application II Advanced


Week 11: Case Study I
Topics

Week 12: Case Study II

Week 13: Revision and Exam Guide


You are a survivor!!
ENGG1810/9810

Today’s Lecture

• Final Exam – Information Pack


• Final Exam Structure
• Final Exam Sample Questions
• Technical Issue during the Exam
• Study Tips
• Revision
ENGG1810/9810

Final Exam – Information Pack


https://edstem.org/au/courses/11229/lessons/36344/slides/254289
ENGG1810/9810

Final Exam – Information Pack (Remote Student ONLY)


https://edstem.org/au/courses/11229/lessons/36344/slides/254296

You would not be able to sit


for exam if you do not have
ProctorU installed
ENGG1810/9810

Closed Book Supervised Exam


ENGG1810/9810

Closed Book Supervised Exam

Exam Structure:
ENGG1810/9810

Sample Questions for Final Exam!!!


https://edstem.org/au/courses/11229/lessons/36345/slides/254291

Good News!!
Sample Questions!
ENGG1810/9810

On the day of the Exam: Special Consideration?


https://www.sydney.edu.au/students/special-consideration.html

• If a problem affects you completing your exam, describe it on a Student


Declaration and apply for Special Consideration
ENGG1810/9810

On the day of the Exam -- Remote Students ONLY


Technical Issue with ProctorU?
• Check if you have followed each instructions on the home page of the Final Exam Canvas site.
• Check if your issue is listed here:
https://canvas.sydney.edu.au/courses/23380/pages/help-centre#knownissues
• Live chat ProctorU within your student account (click on the 'chat icon' in the lower right corner of the
screen ProctorU chat icon) or call on them 1800 957 152.
• If you need help with USYD systems, for instance you can't log into Canvas or the VPN isn't working:
• Phone: 02 9351 2000 (option 2 for ICT) between 8am and 9pm
• Email: ict.support@sydney.edu.au
ENGG1810/9810

Study Tip!

• Lecture Recording: https://canvas.sydney.edu.au/courses/48632/pages/course-contents


• Lecture Note and Resource: https://canvas.sydney.edu.au/courses/48632/pages/course-contents
• Lab Material (Ed Lesson Page): https://edstem.org/au/courses/11229/lessons/
• Sample Questions for Final Exams: https://edstem.org/au/courses/11229/lessons/36345/slides/254291

You can check the Lab Test 1 - Practice and Lab Test 2 - Practice in Ed Lesson Page
ENGG1810/9810

More? Revision session & Live QA session

Week 14 Mon (29) Tue (30) Wed (31) Thu (1) Fri (2) Sat (3) Sun (4)

Revision There would be ONE LiveQA


6-8PM

Week 15 Mon (5) Tue (6) Wed (7) Thu (8) Fri (9) Sat (10) Sun (11)
Lecturer Exam Day!
Consultation There would be ONE LiveQA
4-6PM

There would be ONE LiveQA session on both week 14 and week 15. More details with
specific date, time, Zoom Link will be announced later via Ed announcement
ENGG1810/9810

Study Tip!

Prepare separate notes and Try to re-write the code yourself


Have a look at all the codes
summarise your understanding of without having a look at the actual
in the Lecture and Lesson
each code in bullet points code (solution).

Write a program marks_bar.py

1. Import Matplotlib using import matplotlib.pyplot as plt


2. Extract names from three dictionaries, btsv, emma,
sponge , and add those values to the new list name
3. Extract marks from three dictionaries, btsv, emma,
sponge , and add those values to the new list mark
4. With the bar() function, plot a bar with the list name as
the first argument (categories), and the list mark as the
second argument (values)
5. Display the figure using show() function
6. Use .savefig(figure_file_name) function to save the plot
as a file
ENGG1810/9810

Let’s Revise together!


ENGG1810/9810

THANKS FOR
WATCHING
Good luck in studying

You might also like