Entries by admin

information technology project management question 2

Project Charter: Developing a Corporate Website This assignment is in continuation to the project discussed in the Submissions Area assignment in Week 1. In a 2- to 3-page Microsoft Word document, create a project charter for the project for developing a corporate Website. The project charter should consist of detailed description of different aspects in […]

Write a program called CourseMarks that reads data from a file called A1.txt.

Write a program called CourseMarks that reads data from a file called A1.txt. The file contains a list of students and their name, student number, 11 lab marks, 4 assignment marks and 2 exam marks (midterm and final). Store each of the name, student number and marks in parallel arrays, where each array is related. […]

Write a program called FindPath.java to solve the following problem.

Write a program called FindPath.java to solve the following problem. The program will be given an input consisting of a series of positive integers separated by white space representing a directed graph as follows. There will always be an even number of integers in the input, and you may assume that input will consist of […]

Write a program (in C, or Java, or C++, or C#) that creates three new threads (besides the already existing main thread) and synchronizes them in such a way that each thread displays it’s thread id in turn for 5 iterations. The output of the program s

Write a program (in C, or Java, or C++, or C#) that creates three new threads (besides the already existing main thread) and synchronizes them in such a way that each thread displays it’s thread id in turn for 5 iterations. The output of the program should look like this: Thread 1 – iteration no. […]