понедельник, 28 сентября 2015 г.

CS372 Programming Assignment 3

DOWNLOAD
Please answer the attached file ProgAssn3. Structured programing must be used (OOP is NOT allowed). The program must be able to compile and run on The DEV-C++ compilier:
2. The Orwell Dev-C++ IDE is a newer Windows 8 compliant version of Dev-C++ (recommended).

Advantages of the newer version:

Implemented using more stable version of the debugger.
Does not require using a system("pause") to keep the console window open at the end of program execution.
If you did not already download and install Orwell Dev-C++ for CS361, you can download the latest version of Orwell Dev-C++ (free) at:

http://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/

Download the most recent version: 
Dev-Cpp x.x.x MinGW x.x.x Setup.exe (32-bit version)
or
Dev-Cpp x.x.x TDM-GCC x64 x.x.x Setup.exe (64-bit version)

CS372 Programming Assignment 5

DOWNLOAD
Please answer the attached file ProgAssn5. Structured programing must be used (OOP is NOT allowed). The program must be able to compile and run on The DEV-C++ compilier:
2. The Orwell Dev-C++ IDE is a newer Windows 8 compliant version of Dev-C++ (recommended).

Advantages of the newer version:

Implemented using more stable version of the debugger.
Does not require using a system("pause") to keep the console window open at the end of program execution.
If you did not already download and install Orwell Dev-C++ for CS361, you can download the latest version of Orwell Dev-C++ (free) at:

http://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/

Download the most recent version: 
Dev-Cpp x.x.x MinGW x.x.x Setup.exe (32-bit version)
or
Dev-Cpp x.x.x TDM-GCC x64 x.x.x Setup.exe (64-bit version)

CSE205 Object Oriented Programming and Data Structures

DOWNLOAD
CSE205 Object Oriented Programming and Data Structures

Homework 1 :: 25 pts

1 Submission Instructions
Create a document using your favorite word processor and type your exercise solutions. At the top of the document be
sure to include your name and the homework assignment number, e.g. HW1. Convert this document into Adobe PDF
format and name the PDF file <asuriteid>.pdf where <asuriteid> is your ASURITE user id (for example, my ASURITE
user id is kburger2 so my file would be named kburger2.pdf). To convert your document into PDF format, Microsoft Office
versions 2008 and newer will export the document into PDF format by selecting the proper menu item from the File
menu. The same is true of Open Office and Libre Office. Otherwise, you may use a freeware PDF converter program, e.g.,
CutePDF is one such program.
Next, create a folder named <asuriteid> and copy <asuriteid>.pdf to that folder. Copy any Java source code files to this
folder (note: Java source code files are the files with a .java file name extension; do not copy the .class files as we do not
need those).
Next, compress the <asuriteid> folder creating a zip archive file named <asuriteid>.zip. Upload <asuriteid>.zip to the
Homework Assignment 1 dropbox by the assignment deadline. The deadline is 11:59pm Wed 26 Mar. Consult the online
syllabus for the late and academic integrity policies.
Note: not all of these exercises will be graded, i.e., random ones will be selected for grading.

2 Learning Objectives
1.
2.
3.
4.
5.
6.
7.

Use the Integer and Double wrapper classes.
Declare and use ArrayList class objects.
Write code to read from, and write to, text files.
Write an exception handler for an I/O exception.
Write Java classes and instantiate objects of those classes.
Read UML class diagrams and convert the diagram into Java classes.
Identify and implement dependency, aggregation, inheritance, and composition relationships.

3 ArrayLists
3.1

Write code that creates an ArrayList<Integer> object named list and fills list with these numbers (using one or a
pair of for or while loops):
0

3.2

1

2

3

4

0

1

2

3

4

Consider the ArrayList<Integer> object named list containing these Integers:
list = { 1, 2, 3, 4, 5, 4, 3, 2, 1, 0 }
What are the contents of list after this loop completes?
for (int i = 1; i < 10; ++i) {

Database transparencies

DOWNLOAD
In your own words, define both replication transparency and location transparency, and then answer the following questions:

How is transparency alike in these two effects on a database?
How is it different?
Give an example of a database that would potentially use each one. Please note that your answer should be at least two paragraphs in length. Additionally, please remember to cite your sources.

Design Data warehouse

DOWNLOAD
Design Data warehouse
An organization has several operational systems: Customer Relationship Management (CRM) for marketing and sales, Enterprise Resource Planning (ERP), and Supply Chain Management (SCM). They also have external customer data. A wide variety of departments utilize this data: sales, marketing, procurement, human resources, R&D, and senior management.

Design a high-level conceptual view of a data warehouse using Microsoft® Visio® that shows the following:

Integration layers

The data warehouse

Recommended data marts

Include arrows to show ETL (extract, transform, and load) locations and direction.

Determine the amount of translation adjustment that Alliance will report on its December 31, Year 1, balance sheet.

DOWNLOAD
Determine the amount of translation adjustment that Alliance will report on its December 31, Year 1, balance sheet.

Develop a working database in Microsoft Access.

DOWNLOAD
1.Develop a working database in Microsoft Access. 
2.The database needs to include at minimum the following: ◦Two tables
◦Two queries
◦Two joins
◦Two forms
◦Two reports