How to Prepare a Good Written Presentation Sule Yildirim 21-Oct-05, HIHM.

Slides:



Advertisements
Similar presentations
Critical Reading Strategies: Overview of Research Process
Advertisements

Draft Online Course Template Development Nnannah C. James
Taavi Tamberg What is screen? Device User Interface Information Service Innovation.
Compiler Construction by Muhammad Bilal Zafar (AP)
Simple Machines What Makes them Simple??.
1 Commissioned by PAMSA and German Technical Co-Operation National Certificate in Paper & Pulp Manufacturing NQF Level 4 Write a technical report.
M. George Physics Dept. Southwestern College
Introduction to Computer Programming in C
Writing the report.
1 CENG 707 Data Structures and Algorithms Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University Fall 2010.
1 CS1001 Lecture Overview Java Programming Java Programming Midterm Review Midterm Review.
Lecture 14 Go over midterm results Algorithms Efficiency More on prime numbers.
[BA3750 PRODUCT or SERVICE] Your Logo Here Insert Product Photograph Here.
WBL Project: State of Illinois Mike Rogers ETT 536 3/14/04.
Guidelines to Publishing in IO Journals: A US perspective Lois Tetrick, Editor Journal of Occupational Health Psychology.
9/24/11 - Technical WritingCopyright Joanne DeGroat, ECE, OSU1 Technical Writing basics Technical Definitions Ethical considerations.
Creating Research proposal. What is a Marketing or Business Research Proposal? “A plan that offers ideas for conducting research”. “A marketing research.
LEARNING STYLES THE TRIO- STUDENT SUPPORT SERVICES WAY.
SE 320 – Introduction to Game Development Lecture 4: Programming in Unity & Project Presentations Lecturer: Gazihan Alankuş Please look at the last two.
Moodle (Course Management Systems). Assignments 1 Assignments are a refreshingly simple method for collecting student work. They are a simple and flexible.
1 OM2, Supplementary Ch. D Simulation ©2010 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible.
21st Century Skills – The 4 C’s
ACCELERATED ALGEBRA II HONORS Mrs. Sanchez
Directions for Final Assignment: Epigrams.  Today, we will be starting our final project of the year. It will be worth one hundred points and will be.
The Creative Problem Solving Pack. The following pages provide separate packs that you can use in the following situations. * Creative problem solving.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
How to Conduct a Group Study. Earlier in the course you chose a group with which to work during the semester. You will be responsible for conducting a.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
Fig. 1-CO, p. 2. Study guide for Exams Be able to answer the questions from the study guide for the exam. I will not collect the answers. I usually answer.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
Insert Graphic Presentation Title Name Title Location.
Introduction of Geoprocessing Lecture 9. Geoprocessing  Geoprocessing is any GIS operation used to manipulate data. A typical geoprocessing operation.
Video Game Storyboards Advanced Programming Ms. Castiglia.
Prototype 3 Prototype 2 Prototype 1 PROTOTYPIN G
Writing. Academic Writing Allow about 20 minutes In TASK 1 candidates are presented with a graph, table,chart or diagram and are asked to describe, summarise.
Evaluative Response Directions: Complete one of the following written responses. Your response should be a minimum of two paragraphs,
UELSU Programme Representatives Using your experience to demonstrate key skills Wed 25 th Nov 2015.
You Must… Gather answers to the following questions: Decide what your website will be about. Identify who your audience would be for this site. Outlined.
INTRODUCTION: WELCOME TO STAT 200 January 5 th, 2009.
ICS124 Session 9 Flowcharting 1. By the end of this section the student will be able to:  Name the three structures of the Structure Theorem  Identify.
Photo and Video Technology and Human Rights Advocacy.
Analysis and Critical Thinking in Assessment 1. What is the problem? Gathering information Using information to inform decisions/ judgment Synthesising.
Somerset Berkley Regional High School Robotics Engineering with LabView.
A Collection of Writing Frames
Prototype 3 Prototype 2 Prototype What is prototyping? Types of prototyping: – Evolutionary – Throw-away Good and Bad points to prototyping.
GRASP – Designing Objects with Responsibilities
Topic: Introduction to Computing Science and Programming + Algorithm
Creating Animations in Alice
Topic: Introduction to Computing Science and Programming + Algorithm
5 STEPS TO PREPARE A GOOD PRESENTATION
In-Service Teacher Training
Insert Product Photograph Here
Dr. Maureen O’Brien, Ph.D. Duquesne University
CPSC 441: Computer Communications
Product Name.
CLINICAL INFORMATION SYSTEM
Problem Solving Skill Area 305.1
Programming.
Writing: essay.
Student names and numbers
Non-Fiction Text Structure
Product Name.
Include your personal presentation if necessary.
Include your personal presentation if necessary.
Include your personal presentation if necessary.
Somerset Berkley Regional High School
What are text structures?
TECHNICAL REPORTS WRITING
The Poultry Research Centre
Presentation transcript:

How to Prepare a Good Written Presentation Sule Yildirim 21-Oct-05, HIHM

Our interests change in time For the first assignment, our main interest was to get the code to run. This is a necessary part of getting godkjent. From now on, we need to start forcing our imagination to figure out what we can do with the running code.

Common issues for all assignments A general outline of what you have in the report. Your design. What is your architecture? What are your components? How do components interact with each other? What are the inputs and outputs of your components? Which part(s) of this architecture were given and which part(s) you have modified/implemented? Have you made any interesting design decisions and if so what are they including fundamental data structures? What possible architectures could there be? How good/bad is yours compared to the other possible architectures? (Self code/design/architecture evaluation)

Cont’d Basic classes and their important methods together with descriptions of them. A picture sometimes worth a thousand words.

Read the assignment text again and again when you are in doubt relevant to coding and writing a report. Contact the lecturer when you decided that what you are looking for is not in the assignment text and in the supplied links. The lecturer wants to see that you are doing what is on your part, you are reading what you are given as instructions, however also knows that things are not always obvious and there can be confusions. I am here to help you after all. What to do when you are in doubt?

Note down what you will include in your report while you are working with code and when you are finished with the code. Think if this code can be useful in any means and refer to the assignment text to find hints about how the code can be useful. It is always good to make use of the running code to be well prepared for the exams if you find any hints about how to do it in the assignment text. Coding is running: what to do now?

Assignment 2 reports Apply the points I have described in earlier slides. Be enthusiastic to collect statistics on packet loss rate and video data rate. Can you think about any other statistics?

Issues in general on written presentations Convince the person(s) to read your report that you have been creatively and critically thinking while working on your code and report. Represent the report in a neat way. Show the reader that you have been considering various types of reasoning. Show the reader what kind of challenges you have come across and how you solved them. Your principles of design are important. Graphs, figures can be easier to read/understand than text. Show that you give importance to technical details.