Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Problems on Introduction to System Software - Assignment 3 | COE 0449, Assignments of Engineering

Material Type: Assignment; Class: INTRO TO SYSTEMS SOFTWARE; Subject: Computer Engineering; University: University of Pittsburgh; Term: Unknown 1989;

Typology: Assignments

Pre 2010

Uploaded on 09/02/2009

koofers-user-fae-1
koofers-user-fae-1 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS/COE 0449 Introduction to System Software and Programming
Programming Assignment -3
Build your Simpletron Computer
Grading Sheet
Due Friday March 2 by 11:59pm
(5-bonus points if turned in by 11:59pm Feb 27th—scoring 95% or more)
Name:__ _ __ __________________ Score:
Time submitted:__________________
Class meeting time:_____________________
Assign-3 evaluation:
1 Program-compiles and generates executable (35)
2
Program- provides options for the user to choose between:
1. Interactively, enter one instruction at a time at the command line. (8pts)
2. By reading the SML instructions-code from a file. (7pts)
The program should read all instructions from the file and proceeds
execution.
_(15)
3Program uses a sentinel-controlled loop to read 10 positive integers and compute and
print their sum (10)
4Program uses a counter-controlled loop to read seven numbers, some positive and
some negative, and compute and print their average. (10)
5Program reads a series of numbers and determine and print the smallest number. The
first number read indicates how many numbers should be processed. (10)
6Comments in code
How well the comments are included on most of the code-lines (5)
7
Create a report stating what was most challenging in this assignment and most beneficial
to you programming in C. The report document should be made with minimal writing
and maximal figures of captured windows showing how the program runs.
Keep this document to as less number of pages as possible (1-2 pages is ideal).
(5)
Total Score = 100 Points
Extra Credit (10-points)
I encourage creativity! If you have an idea in mind and you would like to add to the basic
requirements, please send your instructor email (khalifa@cs.pitt.edu) for the go ahead.

Partial preview of the text

Download Problems on Introduction to System Software - Assignment 3 | COE 0449 and more Assignments Engineering in PDF only on Docsity!

CS/COE 0449 Introduction to System Software and Programming

Programming Assignment -

Build your Simpletron Computer

Grading Sheet

Due Friday March 2 by 11:59pm (5-bonus points if turned in by 11:59pm Feb 27th—scoring 95% or more)

Name:__ _ __ __________________ Score:

Time submitted:__________________

Class meeting time:_____________________

Assign-3 evaluation:

1 Program-compiles and generates executable (35) 2 Program- provides options for the user to choose between:

  1. Interactively, enter one instruction at a time at the command line. (8pts)
  2. By reading the SML instructions-code from a file. (7pts) The program should read all instructions from the file and proceeds execution.

_(15)

Program uses a sentinel-controlled loop to read 10 positive integers and compute and print their sum

Program uses a counter-controlled loop to read seven numbers, some positive and some negative, and compute and print their average.

Program reads a series of numbers and determine and print the smallest number. The first number read indicates how many numbers should be processed.

Comments in code How well the comments are included on most of the code-lines

Create a report stating what was most challenging in this assignment and most beneficial to you programming in C. The report document should be made with minimal writing and maximal figures of captured windows showing how the program runs. Keep this document to as less number of pages as possible (1-2 pages is ideal).

Total Score = 100 Points

Extra Credit (10-points)

I encourage creativity! If you have an idea in mind and you would like to add to the basic

requirements, please send your instructor email (khalifa@cs.pitt.edu) for the go ahead.