You are responsible for designing one of the following systems for your company:
Student Registration System
- Facility to allow students to register as a student for a University
- Students should be able to register for a programme in the University and pay by credit card (emulate this only!)
...
The aim of this assignment is to write a two pass assembler for an extended SIMPLE instruction set. Then write and test programs in SIMPLE assembly. A final part is to write an emulator for the SIMPLE machine (replacing the one provided).
Tasks
...
The aim of this assignment is to write a two pass assembler for an extended SIMPLE instruction set. Then write and test programs in SIMPLE assembly. A final part is to write an emulator for the SIMPLE machine (replacing the one provided).
Tasks
...
Marking Scheme:
The assignment is worth 10% of your overall CP2001 grade.
? Problem Solving: 13 marks
o Basic: setup & play single-player game with random AI selected (3 marks)
...
Marking Scheme:
The assignment is worth 10% of your overall CP2001 grade.
? Execution: 8 marks
o Testing the program with various valid and invalid user inputs (e.g. number of players, symbol placement, early game ending).
...
Project :Airways Information System
Overall description:
Your team is employed by an Airways company for the implementation and delivery of a computer system responsible for a large part of the operation of the company.
...
Examination II
Data Structures using C++, spring 2014
1. (4 pts)In C++, the arrow -> is called the member selection operator.
1). What is the other way to write the expression p->m?
2). In the expression p->m, p is (select the correct one)
...
Login
1. Overview
2. Undo/Redo (Stack)
Ex 1: A Simple Editor
Ex 2: The undo() Method
Ex 3: redo()
3. Job Processing (Queue)
Ex 4: Parallel Workers
Ex 5: Saving Results
...
INFO1103 Assignment 2
Due: Week 5 Lab, 2015
This assignment is worth 3% of your final assessment
Task description
In this assignment you will improve your vending machine program so that it can perform transactions
using coins, calculate and dispense the correct amount of change and coin denominations required.
...