Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Draw an ER diagram that models the information in the following scenario: A manufacturing company has several assembly plants in different cities. Each plant produces one product which requires certai
Draw a ERD model A manufacturing company has several assembly plants in different cities. Each plant produces one product which requires certain parts in its assembly. The parts are from appropriate s
Describe how to decide what is the best hashing algorithm to use. Examine the strengths and weaknesses of the various strategies to handle any collisions that may occur
If there are parts of a problem that E/R diagrams cannot model, state these as "notes". Make sure you follow all the rules and conventions discussed in class to correctly denote all aspects of the E/R
Compression algorithms are frequently used in forensics. Assume you are involved in a case and have been asked by the lawyer to explain, in general terms what they are and how they could potentially a
Produce an E-R diagram, which documents the entities and relationships involved in the Retail outlet of a Stationary Shop which includes sales, purchases and inventory of various stationary items etc.
Design an algorithm that will prompt the user for an exam score out of 100. Your program is to match the exam score to a letter grade and print the result.
Discuss their advantages and disadvantages as far as distributability is concerned of the data-flow model and the object model. Assume that both single machine and distributed versions of an
Give and implement a linear-time algorithm that takes as input a directed acyclic graph G = (V;E) and two vertices s and t, and returns the number of paths from s to t in G.
Draw a DFSA for identifiers that contain only letters and digits, where the identifier must have at least one letter, but it need not be the first character. Hint: everything to the left of the leftmo
As a system analyst, your latest project is to combine two systems used by American Financial. The loan application system is fairly new, but has no documentation.
Design a pseudocode program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red", "blue", or "yellow", the program should display an erro
What are some assumptions of a ER diagram with regards to customer records, vessel (ship) records, organization of cruises and organization of events for clients
Existence of a the path in undirected graph G=(V,E),when V is the set of vertices ?? and E is the set of edges , tow vertices is there a path from t to s
Write a pseudocode for a divide-and-conquer algorithm for finding the position of the largest element in an array of n numbers.
Differentiate btw Bubble ,merge,insertion and quick sort in terms of their running time and efficiency.
Suppose we are to design a registrar's database to store information about students, courses, the courses students have taken, and the grades students have gotten in these courses. Courses have a numb
High throughput (if we take averages of time intervals smaller than the sum of all processes'time)
Design a flowchart or pseudocode for: A program that accepts a students data as follows: ID number, first and last name, Major field of study, and grade point average. Display a students data if the s
Draw a flow chart to a program that generates the numbers from 1 to 60 then prints the sum of the even numbers and the sum of odd numbers.
Chocolate Delights Candy Company manufactures several types of candy. Design a fl owchart with pseudocode for the following: a. A program that accepts a candy name
Using MS Viso, flowchart a program that will prompt user to input a name and the number of credit hours taken towards their degree. You will calculate that number as a percentage of the total 65 hour
Draw a fl owchart or write pseudocode to represent the logic of a program that allows the user to enter three values. The values represent hourly pay rate, the number of hours worked this pay period,
Introduction, Search algorithm (Linear and Binary), Concept of sorting,Sorting algorithms (Bubble Sort, Insertion Sort, Quick Sort, Selection Sort,Merge Sort, Heap Sort) and their comparisons.