CS 3843 Midterm Two Review Fall 2013 Prof. Qi Tian.

Slides:



Advertisements
Similar presentations
Lecture 13: 10/8/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Advertisements

Lecture 20: 11/12/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
E-2020 Science Classes New Year 2012 Procedures. Vocabulary Write each vocabulary word Each definition, in your own words if possible Draw a picture to.
Princess Sumaya Univ. Computer Engineering Dept. د. بســام كحـالــه Dr. Bassam Kahhaleh.
Computer Organization & Assembly Language
Princess Sumaya University
Announcements DS-533 Fall Week 1: August 25 Read: –Business Forecasting Chapter 2 Do problems: –3, 5, 7, 9, 12, Hand-in assignments –4, 8, 14.
ITC242 – Introduction to Data Communications ITC431 – Computer Networks Week 13 Exam Preparation.
Parallel & Distributed Computing Fall 2004 Comments About Final.
Administrative Issues ICS 151 Fall 2007 Instructor: Eli Bozorgzadeh.
Exam Preparation Fall 2008 CSCE 235 Introduction to Discrete Structures Course web-page: cse.unl.edu/~cse235 Questions:
CS2422 Assembly Language & System Programming September 26, 2006.
Math Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus.
ECE 265 – LECTURE 4 The M68HC11 Address Modes 8/14/ ECE265.
Quiz (Representative of what might appear on a test, see posted sample tests.) Instruction formats and addressing modes.
CS 3843 Final Exam Review Fall 2013 December 5, 2013.
Faculty of Engineering, Electrical Department,
CS 232: Computer Architecture II Prof. Laxmikant (Sanjay) Kale.
ECE 265 Midterm Review 12/1/ ECE265. Administrivia  The grade for quiz 3 was not entered into to Carmen before I handed them back.  I realize.
Registering for MyEnvironmentPlace. Go to Click Books Available.
CS 232: Computer Architecture II Prof. Laxmikant (Sanjay) Kale.
ECEG-3202 Computer Architecture and Organization Chapter 6 Instruction Sets: Addressing Modes and Formats.
Click to add Title Comunicación y Gerencia Click To add Subtitle Click to add Text Fundamentals of Assembly Language.
Carnegie Mellon 1 Midterm Review : Introduction to Computer Systems Recitation 8: Monday, Oct. 19, 2015 Ben Spinelli.
TODAY IN GEOMETRY…  Review for Ch.3 Quiz  CH.3 QUIZ - TODAY!
Carnegie Mellon 1 Midterm Review : Introduction to Computer Systems Recitation 8: Monday, Oct. 14, 2013 Marjorie Carlson Section A.
Carnegie Mellon 1 Midterm Review : Introduction to Computer Systems Recitation 8: Monday, Oct. 13, 2014 Lou Clark.
CS 3843 Computer Organization Prof. Qi Tian Fall 2013
Parallel & Distributed Computing Fall 2006 Comments About Final.
CompSci 101 Introduction to Computer Science November 11, 2014 Prof. Rodger CompSci 101 Fall Review for exam.
CMPT 354 Database Management Systems Oliver Schulte
Physics 2048: Meet the Professors Tue/Thu lectures: Prof. Wiedenhöver
Secret Code Activity Directions: 1)Problem sheets are posted around the room – you will be assigned a place to start and will complete all of the problems.
Homework Tutorials Help ECO 410 TEST BANK
William Stallings Computer Organization and Architecture 6th Edition
More GDB, Intro to x86 Calling Conventions, Control Flow, & Lab 2
ID 234 Building Codes Fall 2008 Fire Suppression Chapter 5.
Agenda Phys 121 Final Exam Review Fall 2017
Computer Architecture
Assembly IA-32.
ECE265 ECE 265 Final Exam Review 9/14/2018.
CS 301 Fall 2001 – Chapter 3 Slides by Prof. Hartman, following “IBM PC Assembly Language Programming” by Peter Abel 9/17/2018.
LA Load Address.
The fetch-execute cycle
CS170 Computer Organization and Architecture I
L Load Fullword.
Review for Test1.
Interactive Notebook Setup
CS 153 Design of Operating Systems Winter 2016
ECEG-3202 Computer Architecture and Organization
University of Gujrat Department of Computer Science
Architecture Overview
Parallel & Distributed Computing Fall 2008
Administration, Coverage, Review
Business Communications
Under Address Modes Source: under
CS-401 Assembly Language Programming
CC410: System Programming
Lecture 11 Z80 Instruction Hong DGU.
Chapter 6 Programming the basic computer
Announcements DS-203 Fall 2008.
Carnegie Mellon Ithaca College
William Stallings Computer Organization and Architecture 8 th Edition Chapter 11 Instruction Sets: Addressing Modes and Formats.
EE 422C Exam 1 Review.
Parallel & Distributed Computing Fall 2006
CS 336/536: Computer Network Security Fall 2015 Nitesh Saxena
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
Students should choose nine answers from the grid and place them
CS a-spring-midterm2-survey
Prof. Qi Tian Fall 2013 CS 3843 Midterm Review Prof. Qi Tian Fall 2013.
Presentation transcript:

CS 3843 Midterm Two Review Fall 2013 Prof. Qi Tian

Topics What to cover? What is allowed? What is not allowed? All lectures for Chapter 3 Check the Chapter 3 slides online What is allowed? Scientific calculator One sheet of note (both sides, standard 11’×8.5’ letter size) What is not allowed? Talking to each other Other notes and book materials

Tips Study Solutions are available under Lecture Slides Chapter 3 and its practice problems Assignments 4 and 5 Sections 3.7.4 and 3.7.5 Procedure Problems Quiz 3 and 4 Recitation and practice problems Solutions are available under http://www.cs.utsa.edu/~qitian/CS3843/

Sample Problems Understand all the IA32 assembly instructions, different operands and memory addressing modes; Examples in Quiz 3 and examples on lecture slides Understand Assembly Codes and Write Correct Comments Examples in Chapter 3 lecture slide and Assignment 4 Quiz 4 Understand Conditional Codes (ZF, SF, OF, and CF) Examples in Problem 1 in Assignment 5

Example Problems Write C codes from the given assembly codes and vice versa; Examples in Problem 2 and 3 Assignment 5 Problem 2 in Quiz 4 Trace the register values in given assembly procedure Examples in Practice Problem 3.7.4 and Problem 3.7.5 Identify and correct any mistakes in given assembly instructions Problem 1 in Quiz 4