Monday, March 12, 2012
Monday, February 27, 2012
HCSD Data Structures Case Study 7
Determine the advantages and disadvantages of each sorting algorithm once it will be applied in a program or an application:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Shell Sort
- Bucket Sort
- Merge Sort
- Quicksort
Sunday, June 19, 2011
HCSD IT314 DBMS Assignment 1: Designing an ERD
- The university keeps track of each student's name, student number, social security number, current address and phone number, permanent address and phone number, birthdate, sex, class (freshman, graduate), major department, minor department (if any), degree program (B.A., B.S., ... Ph.D.). Some user applications need to refer to the city, state, and zip code of the student's permanent address and to the student's last name. Both social security number and student number are unique for each student. All students will have at least a major department.
- Each department is described by a name, department code, office number, office phone, and college. Both the name and code have unique values for each department.
- Each course has a course name, description, course number, number of credits, level and offering department. The course number is unique for each course.
- Each section has an instructor, semester, year, course, and section number. The section number distinguishes sections of the same course that are taught during the same semester/year; its value is an integer (1, 2, 3, ... up to the number of sections taught during each semester).
- A grade report must be generated for each student that lists the section, letter grade, and numeric grade (0,1,2,3, or 4) for each student and calculates his or her average GPA.
- Printed, Short
- Use Chen's Notation
- To be submitted next Saturday June 25, 2011
Saturday, May 21, 2011
CS323: Case Study 4
Using the process state diagram, explain why there is no transition:
• From the READY to WAITING.
• From the WAITING to RUNNING.
Instructions:
• Your answers should reach in not less than 300 words.
• Post your answers to your electronic journal.
• Date of submission: May 22, 2011 12:00 midnight
• Once I found out that you have a duplicated answer from a classmate, automatic 50 grade.
Saturday, May 14, 2011
CS323: Case Study 3
Load the following jobs into memory using fixed partition following a certain memory allocation method (a. best-fit, b. first-fit, c. worst-fit).
Memory Block | Size |
Block 1 | 50K |
Block 2 | 200K |
Block 3 | 70K |
Block 4 | 115K |
Block 5 | 15K |
a. Job1 (100k) f. Job6 (6k)
turnaround: 3 turnaround: 1
b. Job2 (10k) g. Job7 (25k)
turnaround: 1 turnaround: 1
c. Job3 (35k) h. Job8 (55k)
turnaround: 2 turnaround: 2
d. Job4 (15k) i. Job9 (88k)
turnaround: 1 turnaround: 3
e. Job5 (23k) j. Job10 (100k)
turnaround: 2 turnaround: 3
*turnaround – how long it will stay in the memory.
Instructions:- Post your answers to your electronic journal.
- Date of submission: Today (May 15, 2011) 12:00 midnight.
- Once I found out that you have a duplicated answer from a classmate, automatic 50 grade.
Saturday, May 7, 2011
IT111: Intro to IT Case Study
Case Study 2
Select two of the following professionals:
- An insurance adjuster
- A delivery person for a courier service
- A newspaper reporter
- A doctor (general practitioner)
- Manager in a supermarket
Put forward a theory about how that person might use a hand held computer in their work
Instructions:
- Your answers should reach in not less than 300 words.
- Post your answers to your electronic journal.
- Date of submission: Today (May 8, 2011)
- Once I found out that you have a duplicated answer from a classmate, automatic 50 grade.
CS323: Case Study 2
Computer Architecture Case Study 2 In a multiprogramming and time-sharing environment, several users share the system simultaneously. This situation can result in various security problems. Name at least two of these problems. Can we ensure the same degree of security in a time-share machine as we have in a dedicated machine? Explain your answer Instructions: · Your answers should reach in not less than 500 words. · Post your answers to your electronic journal. · Date of submission: Today (May 8, 2011) · Once I found out that you have a duplicated answer from a classmate, automatic 50 grade.
Saturday, April 16, 2011
CS323: Case Study 1
Computer Architecture Case Study 1
Explain why we need to study Computer Architecture? What is its significance with your field as an IT or CS student? Differentiate Computer Architecture and Computer Organization?
Instructions:
- Your answers should not be less than 250 words.
- Due: April 17, 2011 4pm
- DONT COPY AND PASTE!
CS323: Blogs
CS323 Students:
Post your Name, blog url as a comment.
Saturday, January 8, 2011
IT311 OOP SampleFrame Example
//SampleFrame.java
Saturday, December 11, 2010
IT311 - OOP Laboratory Exercise 5
Java Laboratory Exercise 5
Instructions:
- Due: December 15, 2010 11:59 pm.
- Send the class file and the main program (Household.java and TestHousehold.java)
- Attach and email the files in celticguardiandancingelf@yahoo.com
- Subject: Lastname__it311_labexer5
IT311 OOP Calculator Class (Modified)
Calculator.java
Saturday, December 4, 2010
IT311 OOP Calculator Class files

