Metropolitan Community College

advertisement
Metropolitan Community College
Class Syllabus – 2010-11/Spring
CLASS IDENTIFICATION
TITLE:
PREFIX/SECTION:
CREDIT HOURS:
CLASS BEGINS|ENDS:
MEETING DAY(S)|TIME(S):
NO-CLASS DAYS:
SECTION CENSUS DATE:
WITHDRAWAL DATE:
CLASS LOCATION:
LAB LOCATION:
Intel Assembly Language II
INFO 2531/99
4.5
26 Apr 2011|24 May 2011
T|2:00 p.m. – 3:00 p.m.
n/a
22 Mar 2011
09 May 2011
SOC MHY 110F
Academic Resource Centers
(http://www.mccneb.edu/arc/locations.asp)
CONTACT INFORMATION
Instructor Name:
Alan R. Reinarz
METRO OFFICES
HOURS*
LOCATION
PHONE
FAX
T/Th
11:00a-12:00p
M/W…….1:30p-2:30p
T…………4:00p-5:00p
SOC MHY 110F
402-738-4089
(voice-mail)
402-738-4535
M
SRP A128
402-537-3800 or 3846
402-537-3834
4:00p-5:00p
*Stated office hours may need to be changed due to special circumstances or events. If the student wishes to meet with the instructor at a
time other than scheduled office hours, the student should make an appointment with the instructor.
Home phone:
402-556-3071
Email Address:
areinarz@mccneb.edu
Faculty Web Site(s):
http://faculty.mccneb.edu/AReinarz/ (also see
http://sharepoint.mccneb.edu/ctvacommons/Reinarz/)
Academic Program Area: Information Technology & E-Learning
Dean’s Office Telephone: 402-457-2660 (Tom Pensabene, tpensabene@mccneb.edu)
COURSE INFORMATION
COURSE DESCRIPTION:
This course is a continuation of INFO 2521 and extends those topics and skills. Additional topics
include writing and using macros; creating system-level software tools as well as more advanced
application programs; manipulating computer hardware via machine and assembly language code;
and employing interfaces between assembly language code and operating systems (MS Windows,
MS-DOS, and others), and between assembly language code and application programs developed in
C++ and other high-level languages.
Metropolitan Community College
1
Template Rev. 7/24/06
COURSE PREREQUISITES: INFO 2521 Intel Assembly Language I
COURSE OBJECTIVES: Upon successful completion of this course, the student will be able to:
1. Demonstrate knowledge and abilities in relation to common cross-platform data representations,
computer architectures, and machine and assembly language principles and techniques.
2. Demonstrate knowledge of more advanced assembly language directives, operators, and program
structure.
3. Approach programming problems with a machine-level mind set, and use assembly language to
create and develop (including plan, write, assemble, execute, and document) more advanced, 32bit Protected mode and 16-Bit Real-address mode application programs and system-level
software (without having to ask anyone for help).
4. Demonstrate improved machine-level debugging skills, including monitoring each of the CPU's
actions as directly as possible.
5. With regard to the relationship between fundamental high-level programming constructs (such as
statements, arithmetic expressions, loops, and logical structures; and data structures and
arrays) and lower-level (assembly language and (native and virtual) machine language) code:
demonstrate the use of lower-level code to implement high-level constructs, explain how highlevel languages implement their high-level constructs at the lower levels, and explain how highlevel language compilers (such as C++) translate from their high-level language into lower-level
code.
(See Study Guide handout for more detailed objectives.)
REQUIRED & SUPPLEMENTAL MATERIALS:
Title:
Assembly Language for Intel®-Based Computers
Edition:
6th ed. (2011)
Author:
Kip R. Irvine
Publisher: Prentice-Hall
ISBN:
ISBN: 6th ed.: 0-13-602212-X
Materials: “Removable” storage media for submittal to instructor, as needed
Students enrolled in this course may obtain a licensed copy of Microsoft Visual Studio .NET
2008/2010 Professional (includes C++ & MASM 9.0/10.0) and Microsoft Visio at no charge, for
use on their own computer. MCC is currently using VS .NET 2008/2010. See the following link for
details on using MSDNAA: http://sharepoint.mccneb.edu/msdnaa. This software is yours to keep.
Most older versions of MASM and Microsoft C/C++ are also acceptable. In addition, for 16-bit
software support, students may obtain Visual C++ 1.52, MASM 6.11, Windows 98 SE, and MSDOS 6.22 from MSDNAA via MCC or the instructor. See textbook and handouts for additional
discussion of software needed for this course.
CLASS STRUCTURE:
In each lecture during this course, the instructor will cover material the student needs to learn and
accomplish. In addition, written handouts will be provided from time to time. These will be used to
supplement the text material and expand the course.
Instruction will consist mainly of lecture material presented by the instructor. In some classes, group
discussion and demonstration will be utilized. In all meetings, discussion opportunities will be
Metropolitan Community College
2
Template Rev. 7/24/06
provided and the student is encouraged to ask questions and clarify information as the instructor is
lecturing and/or presenting material.
ASSESSMENT OF STUDENT WORK
TYPES OF ASSESSMENT/ASSIGNMENTS:
a. Types of student work (Quizzes/Exams/Papers/Projects/etc) that will be assessed
Student progress is measured against the course objectives listed earlier by means of in-class
participation, Intel assembly language computer programs, as well as periodic written and
hands-on skills testing. Assignments will be Intel assembly language programs, for the
student to work on either at home or in one of the computer labs. Programs are vital to
achieving the course objectives. Students will write Intel assembly language programs based
on material learned over the chapters in the textbook. Please retain copies of your submitted
work. Typical program submittals must include:
 design/format/layout documentation for all program input and output,
 a hierarchy diagram and/or UML (where appropriate),
 flowcharts (or pseudo-code or IPO charts),
 printed assembler, compiler and linker list files as successfully executed,
 printed output from a successful test execution,
 listings of all test input and output files, and,
 on a 3.5” floppy diskette or other submittable storage medium:
o source files for all printed documentation,
o the program source code as successfully compiled and executed, and
o all data files needed for testing program execution.
Programming assignments will be evaluated on:
 the adequacy of program planning;
 correctness of coding generated;
 usage of comments to describe and clarify program logic, variable usage, and
input/output requirements;
 adequacy of program testing procedures; and
 adequacy of program documentation.
 Of course, the program should also assemble/compile, link, and run correctly.
Full points are awarded for the inclusion of the specified item(s), with points being deducted
for notable problems. A typical point assignment for these various aspects of programming
for a 40 point program is as follows:
Planning & external
documentation:
1 input layout(s)
1 output layout(s)
1 hierarchy diagram/UML
4 flowcharts/pseudocode/
IPOs
Comments in source code:
2 general description of program
2 input/output requirements
2 purpose & use of each variable
(variable table)
2 program logic (for each
function/module)
Coding & implementation:
3 standard coding style & related issues
3 correct procedural logic/method
3 correct assembly/compile/link
16 correct run
--------40 total
The written exams may be a combination of fill-in the blanks, multiple choice, true/false, and
essay questions. The exams will test material presented in the reading and other assignments,
and during class meetings.
Metropolitan Community College
3
Template Rev. 7/24/06
b. Other assignments (Required reading, homework, and etc) and/or class participation
The student will have specific assignments to read and master. These assignments are
indicated in the course schedule and/or outlined by the instructor. The student should have
read the material prior to the class meeting date.
c. How assessments are measured, how students will receive assignments, and how assignments
will be submitted
See above. Assignments are announced verbally in class, with a recap on the instructor’s web
site for this course. Assignments should be submitted in printed form to facilitate the
assessment process. Assignment files should also be submitted to the instructor via
removable media or e-mail.
d. Make-up and late assignment policies
LATE ASSIGNMENTS:
Assignments turned in late MAY lose 10% per week. Late assignments MAY not be
accepted after two weeks overdue. Please contact instructor regarding the circumstances
of any late work.
MAKE-UP TEST PROCEDURES:
Students MUST be present on the day of an announced test. If the instructor is informed
BEFORE the test concerning a valid absence, other arrangements MAY be made. There
will be no retakes of tests. Test dates are not firm and are therefore subject to change.
e. How/when you will give student feedback on their progress
Grades will be reflected on the returned items. Students may obtain their current cumulative
grade from the instructor before or after class.
f. When papers/projects/tests/etc. will be returned
The programming assignments and exams will be returned in class one week after they are
turned in to the instructor. The exams will be reviewed in class but retained by the instructor.
GRADING POLICY:
Grading Scale
Letter Grade Percent Range
A
90–100
B
80-89
C
70-79
D
60-69
F
0-59
Course Requirements
Activity
Frequency
Written Homework
Programs
7
Exams
1
Final Exam
1
Final Project
Weight of Grade
280 points
150 points
150 points
ASSESSMENT OF STUDENT LEARNING PROGRAM:
Metropolitan Community College is committed to continuous improvement of teaching and learning. You may be asked to
help us to accomplish this objective. For example, you may be asked to respond to surveys or questionnaires. In other cases,
tests or assignments you are required to do for this course may be shared with faculty and used for assessment purposes.
USE OF STUDENT WORK:
By enrolling in classes offered by Metropolitan Community College, the student gives the College license to mark on,
modify, and retain the work as may be required by the process of instruction, as described in the course syllabus. The
institution shall not have the right to use the work in any other manner without the written consent of the student(s).
Please note: Nothing in the preceding paragraph overrides the restrictions on sharing or distribution of
solutions to assignments and tests discussed below under the Academic Honesty Statement.
Metropolitan Community College
4
Template Rev. 7/24/06
INSTRUCTOR’S EXPECTATIONS OF STUDENT
ATTENDANCE POLICY:
The course will be covered partially by assigned portions of the text and may be presented in a sequence different from the
text. Material will also be covered that is not in the text. Attendance is necessary to understand the course material. Each
student is expected to recognize the importance of class attendance and promptness. CHRONIC TARDINESS AND
ABSENCES MAY RESULT IN A REDUCTION IN THE FINAL GRADE BY 10%. If a student should miss a class for any
reason, he/she is expected to cover the material he/she missed on his/her own. All work must be made up to the satisfaction
of the instructor.
The following interprets (recent) college attendance policy and may be subject to adjustment.
 “WX” denotes an administrative withdrawal/disenrollment of a student who registered but never attended class. A
student who attends no class meetings up to and including the Section Census Date published in the Class Schedule
at www.mccneb.edu/schedule/default.asp will be disenrolled from the class should the instructor report a WX. There
is no appeal for this disenrollment. Any student who has been withdrawn from a class via the WX withdrawal and
wishes to be reinstated must obtain faculty approval to re-register for the course. The student will need to use the
CLOSED CLASS/LATE REGISTRATION form. (There is no late registration for online classes.) WX is not a
grade or other transcript mark; it is only a code used by the instructor or the College.
 A student who fails to meet class attendance expectations may receive either a final grade mark of “FX,” indicating
an absence-related failure, or a failing (F) grade. If an instructor issues a grade of “F,” the college will assume that
the student completed the course and “earned” the “F” grade. Students receiving financial aid and who receive an
“FX” grade are considered to have unofficially withdrawn from the class and may be required to return some or all
of the financial aid funds they received for taking a class or classes based on the date(s) of last attendance posted by
the instructor(s) in conjunction with the FX grade at the end of the quarter. “FX” grades appear on official
transcripts. The “FX” grade does affect GPA calculations in the same manner as “F.”
 Current policy of instructor: unless there is documented instructor assent to an alternative means to meet course
requirements, your grade will be reported as “FX”
o If your final grade computation is “F,” AND you have not attended class for two weeks or more,
cumulative; OR
o If you have not attended class for four weeks or more, cumulative, regardless of final grade computation;
OR
o If you fail to take either the mid-term OR the final exams or both.
 Avoiding the FX Grade: When a student has earned the FX grade prior to the end of the quarter, he or she may
avoid receiving the failing grade by withdrawing from the course before the Last Date to Withdraw from Class.
This date is posted under the Important Dates for the course on the official Class Schedule at
http://www.mccneb.edu/schedule/. It is the student’s responsibility to maintain contact with the instructor to know
if he or she may be subject to an FX grade and/or to drop the course in a timely manner.
 Also remember, to remain eligible for financial aid, students are responsible for meeting Satisfactory Academic
Progress standards (http://www.mccneb.edu/fa/standards_of_progress.asp,
http://www.mccneb.edu/catalog/financialaid.asp,
http://www.mccneb.edu/bogpolicies/policies/40000/40302_student_academic_progress_and_review_of_academic_s
tatus.htm, and http://www.mccneb.edu/catalog/academicinformation.asp#standardsacademicprogress).
COMMUNICATION EXPECTATIONS:
When you communicate with others in this course, you must follow the Student Code of Conduct
(http://www.mccneb.edu/catalog/studentinformation.asp), which calls for responsible and cooperative behavior. Please think
critically, ask questions, and challenge ideas, but also show respect for the opinions of others, respond to them politely, and
maintain the confidentiality of thoughts expressed in the class. You may also wish to review information at
http://www.albion.com/netiquette/.html.
ACADEMIC HONESTY STATEMENT:
Students are reminded that materials they use as sources for classwork may be subject to copyright
protection. Additional information about copyright is provided on the library website at
http://www.mccneb.edu/library or by your instructor.
Metropolitan Community College
5
Template Rev. 7/24/06
In response to incidents of student dishonesty (cheating, plagiarism, etc.), the College imposes specific
actions that may include receiving a failing grade on a test, failure in the course, suspension from the
College, or dismissal from the College. Disciplinary procedures are available in the
Advising/Counseling Centers or at http://www.mccneb.edu/procedures/V4_Student_Conduct_and_Discipline.pdf.
Instructor Policy:
Please note: ANY sharing or transfer of assigned work or test contents or answers
between a student and any other person or party; in part or in whole; whether by disk
exchange, E-mail, manual transcription, co-development of an assignment, or any other
means; unless authorized by the instructor in advance in accordance with the guidelines
in the following paragraph; will be considered academic misconduct and be sanctioned
with disciplinary action in accordance with the above paragraph. Both originating and
receiving parties will be liable to such sanction.
Sharing of class notes and handouts is authorized. Obtaining assistance from others
(including tutors or lab techs) for specific programming issues or debugging is authorized.
However, no further collaboration is authorized for any standard assignment. Students
wishing to collaborate further must contact the instructor for special assignments. Such
special assignments must clearly identify in advance which portions are the responsibility of
each individual student wishing to collaborate. The learning objectives, level of difficulty,
and typical work involved for each portion must be comparable to that for a single student
working alone on the corresponding standard assignment. Each portion will be graded
individually. Each portion must clearly represent the competency of the individual
responsible for it, and only that individual. The instructor reserves the right to refuse any
request for special assignments.
Indications of unauthorized collaboration and/or intent to defraud include, but are not
restricted to, assignments, submitted by students (not necessarily from the same section)
individually under each of their respective names; but which are essentially identical; are
essentially identical except for mechanical changes such as differing variable or module
names; are essentially identical except for differing comments; or exhibit essentially identical
idiosyncratic features such as errors in syntax, style, logic, output formatting, or spelling. The
same criteria apply to submissions, by one or more students, where those submissions bear
indications of copying from any other unauthorized source. Authorized sources are the
student textbook for the class, lecture notes, class handouts, and compiler/interpreter
documentation and help materials.
In summary, since the instructor must report an individual grade for each student, the work
you submit must be your work and only your work.
STUDENT WITHDRAWAL:
If you cannot participate in and complete this course, you should officially withdraw by calling Central Registration at 402457-5231 or 1-800-228-9553. Failure [to meet the attendance and participation requirements of the course and] to officially
withdraw will result in either an attendance-related failure (FX) or failing (F) grade, [unless there is documented instructor
assent to alternative means to meet course requirements]. [The former procedure for instructor withdrawal of a student
(“IW”) is no longer available.] The last date to withdraw is noted in the CLASS IDENTIFICATION section of this syllabus.
Metropolitan Community College
6
Template Rev. 7/24/06
LEARNING SUPPORT
MCC's Academic Resource Centers, Math Centers, and Writing Centers offer friendly, supportive
learning environments that can help students achieve educational success. Staff members in these
centers provide free drop-in assistance with basic computing, reading, math, and writing skills. Selfpaced, computer-assisted instructional support in reading, vocabulary, typing, English as a Second
Language, and online course orientation is also available.
Detailed information about the Academic Resource, Math, and Writing Centers is in the Student
Handbook, College Catalog, and online at http://www.mccneb.edu/arc/.
ACCOMMODATIONS FOR STUDENTS WITH DISABILITIES:
If you have a disability that may substantially limit your ability to participate in this class, please contact
a Disability Support Services Counselor located in the Student Services Office on each campus.
Metropolitan Community College will provide reasonable accommodations for persons with
documented qualifying disabilities. However, it is the student’s responsibility to request
accommodations. For further information, please visit http://www.mccneb.edu/dss/ and/or contact
Student Services.
TECHNOLOGY SUPPORT
For assistance with student email, passwords, and most other MCC technology, contact the Help Desk at
457-2900 or mcchelpdesk@mccneb.edu.
TECHNOLOGY RESOURCES:
By using the information technology systems at MCC (including the computer systems and phones), you
acknowledge and consent to the conditions of use as set forth in the Metropolitan Community College
Procedures Memorandum on Acceptable Use of Information Technology and Resources. It is your
responsibility as a student to be familiar with these procedures. The full text of the Procedures
Memorandum may be found at the following website: http://www.mccneb.edu/procedures/X15_Technology_Resources_Use.pdf.
Departmental Policy:
USE OF COLLEGE COMPUTERS
When you use computers in College academic resource centers, learning centers, libraries and many
classrooms, you will need to login using your student username and password. Your username is the
same as your WebAdvisor username and your initial password is your student ID with leading zeros to
make it seven digits. If you need assistance, please contact staff at any of the computer labs, learning
centers and libraries; your instructor may also be able to help.
It is recommended that students save their files to removable media often as they work. The College
reserves the right to take steps necessary to maintain the confidentiality of student identity information
through the use of automatic logouts and screensavers.
Metropolitan Community College
7
Template Rev. 7/24/06
SCHEDULE OF ASSIGNMENTS
NOTICE: This syllabus sets forth a tentative schedule of class topics, learning activities, and expected
learning outcomes. However, the instructor reserves the right to modify this schedule to enhance
learning for students. Any modifications will not substantially change the intent or objectives of this
course and will conform to the policies and guidelines of Metropolitan Community College. [In the
event the College closes classes for any reason, the dates of the scheduled activities will be followed as
outlined.]
WEEK/Days
DESCRIPTION
ASSIGNMENT [4th & 5th eds.]
Review of INFO 2521 and Course Introduction
Structures, Macros, and Conditional Assembly
Irvine Chapter 10
1.2
32-Bit Windows Programming
Irvine Chapter 11
1.4
Floating-Point Processing
Instruction Encoding
Irvine Chapter 12 [Ch. 17†] &
Handouts
1.6
High-Level Language Interface
Irvine Chapter 13 [Ch. 12]
1
4/26/2011
2
5/3
Midterm Exam (Chapters 10-13)
3
5/10
Basic 16-bit MS-DOS Programming
Irvine Chapter 14 [Ch. 13]
3.5
Disk Fundamentals
Irvine Chapter 15* [Ch. 14]
4
5/17
BIOS-Level Programming
Irvine Chapter 16* [Ch. 15]
4.5
Expert MS-DOS Programming & Advanced Topics
Irvine Chapter 17* [Ch. 16]
4.7
Advanced Topics & Project
5
5/24
Final Exam (Chapters 14-17)
* 6th ed.: Download from
Companion Website
† th
4 ed.: Download from 4th ed.
Companion Website
IMPORTANT DATES See attached or http://www.mccneb.edu/sos/enrollman.asp. Note:
Metro’s Academic Calendar is at http://www.mccneb.edu/academics/calendar.asp?Theme=2 )
Metropolitan Community College
8
Template Rev. 7/24/06
2011 Spring Quarter Important Dates
Classes begin ................................................................................................................. March 9 W
Spring recess (College closed) ........................................................................... April 23-24 SA-SU
Classes resume from Spring recess ..................................................................................April 25 M
Fall Priority for Current Students 50+ credits w/Webadvisor only ................................ April 27 W
Fall Current Student Webadvisor only registration begins ................................................ May 4 W
General Registration begins ............................................................................................. May 11 W
Student Withdrawal Deadline to drop a class ......................................................... Varies by class*
Winter Term Incomplete “I” Grades Due ........................................................................ May 18 W
Classes end ..................................................................................................................... May 24 Tu
Instructional work days ............................................................................................May 25-27 W-F
Memorial Day recess (college closed) .................................................................. May 28-30 SA-M
*To view the Last Day for a student to withdraw “drop” a class; go to the class schedule found on line at
http://www.mccneb.edu/schedule/classschedule.asp. Then, find the course section and click on the Important
Dates link on the same line as the course title. The refund/withdraw dates for each course section are
automatically calculated based on the start and end dates and the number of sessions for a course. A student
must withdraw by this date to avoid being assigned a grade of “F”.
REFUND POLICIES for Credit Courses
A student is responsible for withdrawing “dropping” from a course(s) if unable to attend. Non-attendance or
non-payment does not relieve a student from the obligation to pay. To withdraw “drop” from a course, log on
to WebAdvisor https://webadvisor.mccneb.edu and click “Register and Drop Sections”.
An official schedule change that reduces or terminates a student’s academic credit load may entitle the student
to a refund. The eligibility and amount of a refund is automatically calculated by the date of the withdrawal. A
student may see the refund percentage received through midnight of the same day by logging into WebAdvisor
and clicking on the Tuition Refund Calculator. Note: Schedule changes may have implications for students
on Financial Aid. Check with the Financial Aid Office prior to any schedule changes at 402-457-2330.
Metropolitan Community College
9
Template Rev. 7/24/06
Download