Dr. Clincy Professor of CS

Slides:



Advertisements
Similar presentations
Project title Team Members. Project Title Brief description of the project in bullet form.
Advertisements

CS4500 Final Project Objective: Research & Teach A “CS4500 Related “ Subject at a high-level using existing knowledge Teams will teach the class about.
Test slide upload.
Math 120: Pre-calculus 2 Instructor: Mike Panitz
February 28 Assignments HW #8, 9, and 10 assigned Implementation plan
CPS : Information Management and Mining
Today’s Agenda Exam 2 Part 2 (11:15am-12:30pm)
CS 3501 Final Project Instructions
Dr. Clincy Professor of CS
CS6020 Advanced Architecture Project:
Software Requirements
Lab Introduction Installing Python
Instructor: Mike Panitz
CS6027 Final Project Objective: Research & Present a “CS6027 Related “ Subject at a high-level using existing knowledge Teams will teach the class about.
Lab #3, CS 112 Please sign your name at the back Quiz 2 (15 minutes)
Review for Dept Final Review Exam 4
CS 301 Fall 2001 – Chapter 3 Slides by Prof. Hartman, following “IBM PC Assembly Language Programming” by Peter Abel 9/17/2018.
Finish Monday’s Lecture (Lecture 12) Roll out Project 2 Go over Exam 2
Review for Dept Final Review Exam 4
Dr. Clincy Professor of CS
Welcome to CS 1010! Algorithmic Problem Solving.
CS 6021 Advance Architecture Project
Dr. Clincy Professor of CS
CS4622 Final Project Objective: Research & Teach a “CS4622 Related “ Subject at a high-level using existing knowledge Teams will teach the class about.
CS 6020 Advanced Computer Architecture
CS 6021 Advanced Computer Architecture
Chapter 12 – Part 3 Dr. Clincy Lecture.
CS6020 Final Project Objective: Research & Overview A “CS6020 Related “ Topic STEP 1: Student decides by October 14th (5pm) which topic or problem he or.
CS6021 Final Project – Team Part
(Winter 2017) Instructor: Craig Duckett
CS 3501 Final Project Instructions
ECO day Thursday 1st November
Welcome to CS 1301! Principles of Programming I.
CS4622 Final Project Objective: Research & Teach a “CS4622 Related “ Subject at a high-level using existing knowledge Teams will teach the class about.
Dr. Clincy Professor of CS
Dr. Clincy Professor of CS
CS Chapter 3 (3A and ) Part 3 of 8
Dr. Clincy Professor of CS
Dr. Clincy Professor of CS
Gateway To Space T-32 ASEN / ASTR 2500 Class #13
Informatics 121 Software Design I
Today’s Agenda Go over exam #2 Go over exam #3 Lab 8 for 1 hour
Last Lecture Hal Perkins Winter 2008
Lesson 02: Introduction to Programming
CS Chapter 3 (3A and ) Review
SCHEDULE WEEKDAY LESSONS:
Locations for CS 115 Activities
(Winter 2017) Instructor: Craig Duckett
Dr. Clincy Professor of CS
CS Chapter 3 (3A and ) Review
CS Chapter 4 Dr. Clincy Professor of CS TODAY’S AGENDA
CS 336/536: Computer Network Security Fall 2014 Nitesh Saxena
CS6020 Advanced Assembler Project
Dr. Clincy Professor of CS
Lecture 1a- Introduction
CS Chapter 3 (3A and ) Review
Project Presentation 8 minutes min, 10 minutes max
CS 250, Discrete Structures, Fall 2014 Nitesh Saxena
(Spring 2016) Instructor: Craig Duckett Lecture 20: Thursday, June 2nd
CS4622 Final Project Objective: Research & Teach a “CS4622 Related “ Subject at a high-level using existing knowledge Teams will teach the class about.
Dr. Clincy Professor of CS
Dr. Clincy Professor of CS
Course Overview CSE5319/7319 Software Architecture and Design
CS 410 Professional Workforce Development I Spring 2019
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
Studio & AP.
(Winter 2017) Instructor: Craig Duckett Lecture 18: Tuesday, March 7th
(Winter 2017) Instructor: Craig Duckett
Dr. Clincy Professor of CS
Presentation transcript:

Dr. Clincy Professor of CS CS 3503 - Chapter 4 Dr. Clincy Professor of CS TODAY: Demonstration of the use of MARIE (online, Lecture 18 Part 1) TODAY: Rollout Assembly Project Assembly project work day on November 1st Dr. Clincy Lecture Slide 1 1

CS3503 Assembly Project Step 1 (10%): Part 1: On paper, list the hexadecimal code for each instruction (upload to D2L by 11/26/18 5pm). Part 2: Via tracing the code by hand, determine the value stored in the AC when the program terminates (no need to upload this). Part 3: Implement the above program in MARIE, run the program, and determine what value is stored in the AC when the program terminates. Is it the same value as indicated in part 2 ? (no need to upload this) Dr. Clincy 2

CS3503 Assembly Project Step 2 (90%): Write an assembly program using MARIE that outputs all team members’ first names and last names. Your team’s first names should be outputted on one line (row) separated by a single space. Your team’s last names should be outputted on one line (row) separated by a single space beneath the row of first names. I.E. Firstname1 Firstname2 Firstname3 Lastname1 Lastname2 Lastname3 Per the syllabus, you will get November 1st to work on the assembly projects – no class. Upload D2L by November 26th (5pm). 5% penalty per hour late. Only one person from the team should upload. Each team must be prepared to run their assembly program the day of their presentation. We will have only 8 minutes per team to explain your assembly program (and code) and run the program Your presentations will need to be in powerpoint – upload by 11/26/18 5pm. Presentations will be graded based on clarity, flow and thoroughness, and slide quality. There will be a 5-point penalty levied for every minute the presentation goes over or under time (8 minutes). You can come on the day your team present – you don’t have to come on the other presentation day. If you are late to the presentation, your project grade will be docked individually (1% per minute) – you could cause the team to start late November 27th (Tuesday) – Teams 1, 3, 5, 7 November 29th (Thursday) – Teams 2, 4, 6, 8 Dr. Clincy 3

TEAMS 1-4 November 27th (Tuesday) – Teams 1, 3, 5, 7 (Team 4) R. Sijapati rsijapat@students.kennesaw.edu November 27th (Tuesday) – Teams 1, 3, 5, 7 November 29th (Thursday) – Teams 2, 4, 6, 8 You only need to come on the day your team presents Dr. Clincy Lecture Slide 4 4

TEAMS 5-8 November 27th (Tuesday) – Teams 1, 3, 5, 7 November 29th (Thursday) – Teams 2, 4, 6, 8 You only need to come on the day your team presents Dr. Clincy Lecture Slide 5 5