Browse Y
Alphabetical listing with fast deep pagination.
29588 items • Page 204 / 592
You are to assume the role of an assistant manager at SOUTHWEST EATS, a family-o
You are to assume the role of an assistant manager at SOUTHWEST EATS, a family-owned restaurant with three locations in a medium sized city. Another employee has learned that a me…
You are to build the oscillation transfer device shown in Fig. 15-25. It consist
You are to build the oscillation transfer device shown in Fig. 15-25. It consists of two spring–block systems hanging from a flexible rod. When the spring of system 1 is stretched…
You are to choose 2 different drugs that treat different diseases, disorders, or
You are to choose 2 different drugs that treat different diseases, disorders, or conditions. The drugs you choose also must be used to treat a condition, disorder, or disease that…
You are to choose 2 different drugs that treat different diseases, disorders, or
You are to choose 2 different drugs that treat different diseases, disorders, or conditions. The drugs you choose also must be used to treat a condition, disorder, or disease that…
You are to choose 2 different drugs that treat different diseases, disorders, or
You are to choose 2 different drugs that treat different diseases, disorders, or conditions. The drugs you choose also must be used to treat a condition, disorder, or disease that…
You are to choose 2 different drugs that treat different diseases, disorders, or
You are to choose 2 different drugs that treat different diseases, disorders, or conditions. The drugs you choose also must be used to treat a condition, disorder, or disease that…
You are to choose TWO goods/services or resources that you produce? Next identif
You are to choose TWO goods/services or resources that you produce? Next identify the unit of measure you will use to count your output (you cannot use time or money since you do …
You are to choose the pipe diameter for the system shown below. The flow rate is
You are to choose the pipe diameter for the system shown below. The flow rate is Q 1 ft3/s and the pipe is Schedule 40 commercial steel. The total length including an equivalent l…
You are to code the following three source files in C++: • MyString.h – In this
You are to code the following three source files in C++: • MyString.h – In this file, you declare a class named MyString. – This class contains 3 private attributes, str, size, an…
You are to code the function \'evaluate\' which evaluates an expression or indic
You are to code the function 'evaluate' which evaluates an expression or indicates that the expression was invalid. The expression is allowed to be composed of integers as well as…
You are to come up with a data model, utilizing an Entity Relationship Diagram,
You are to come up with a data model, utilizing an Entity Relationship Diagram, for tennis tournaments incorporating the following scenario. Versions must contain all entities and…
You are to compare banked versus pipelined implementation of an L1 data cache. A
You are to compare banked versus pipelined implementation of an L1 data cache. Assuming a 64 KB 2-way set associative cache with 64-B blocks, the pipelined cache has 3 pipe stages…
You are to complete the app that you have been working on for the past few weeks
You are to complete the app that you have been working on for the past few weeks. Your app should have an intuitive user interface, as well as substantial functionality. At a mini…
You are to complete the rewrite of your Lab 5B program so that it contains addit
You are to complete the rewrite of your Lab 5B program so that it contains additional methods which get the character to be used as well as methods that output the filled and unfi…
You are to complete three additional functions for the ClockType class and use a
You are to complete three additional functions for the ClockType class and use an array of ClockTypes as described below in Processing. …
You are to conduct an extensive sensitivity analysis on the problem described se
You are to conduct an extensive sensitivity analysis on the problem described sensitivity will consist of three parts: A range approach where the most optimistic, most likely, and…
You are to convert the following C quicksort program to ARM assembler. There are
You are to convert the following C quicksort program to ARM assembler. There are numerous websites that describe the quicksort algorithm. Your program must follow these conventio…
You are to convert the following C quicksort program to ARM assembler. There are
You are to convert the following C quicksort program to ARM assembler. There are numerous websites that describe the quicksort algorithm. Your program must follow these convention…
You are to create a C# Windows Forms (GUI) application that conforms to the foll
You are to create a C# Windows Forms (GUI) application that conforms to the following specifications: 1. Load a list box with information about library patrons. The each list box …
You are to create a C++ program that collects student information for your class
You are to create a C++ program that collects student information for your classmates. The program will require the following data to be gathered: -First Name (e.g., Mergim) -Last…
You are to create a C++ program that enables a person to make a reservation at t
You are to create a C++ program that enables a person to make a reservation at the Cancun Mexican Resort. 1. The program should be controlled by a main loop that lets the user ans…
You are to create a C++ program that opens an input file, reads and process the
You are to create a C++ program that opens an input file, reads and process the data in that file, and then writes the (possibly modified) data to a new output file. Your program …
You are to create a C++ program to help in the analysis of data obtained from an
You are to create a C++ program to help in the analysis of data obtained from an x-ray powder diffractometer used to characterize materials. In the diffractometer a sample is expo…
You are to create a CourseGrades application that simulates a grade book for a c
You are to create a CourseGrades application that simulates a grade book for a class with six students that each has 5 test scores. The CourseGrades application should use a Grade…
You are to create a House with 2 rooms in the house. The following is an example
You are to create a House with 2 rooms in the house. The following is an example of C++ code for the basic classes: **in C#, it may be written differently**. Must be written in C#…
You are to create a PHP code that wil interact with homework\'s 1 HTML form. An
You are to create a PHP code that wil interact with homework's 1 HTML form. An example of a form submitted is given below A1-part1 W Barack Obama - Wikipedxe PHP: isset - Manual x…
You are to create a Turing machine which is input two positive integers n, m and
You are to create a Turing machine which is input two positive integers n, m and determines if n is divisible by m. The input is coded in unary. The pair of integers in the inpu…
You are to create a Turing machine which is input two positive integers n, m and
You are to create a Turing machine which is input two positive integers n, m and determines if n is divisible by m. The input is coded in unary. The pair of integers in the inpu…
You are to create a Visual Basic 2010 application that will roll a pair of dice
You are to create a Visual Basic 2010 application that will roll a pair of dice one hundred times and compute the mean and standard deviation of the rolls (the total of the two di…
You are to create a blackjack hand class. This class will contain a \"hand\" (up
You are to create a blackjack hand class. This class will contain a "hand" (up to 11 cards). UML as follows: Blackjack Hand - Cards [] hand - numCards int +BlackjackHand() +getSco…
You are to create a class Appointment.java that will have the following: 5 Insta
You are to create a class Appointment.java that will have the following: 5 Instance variables: 1 default constructor public Appointment() 1 non-default constructor that accepts ar…
You are to create a class called zyMethod. It has one constructor, one class met
You are to create a class called zyMethod. It has one constructor, one class method ,and 3 versions of an instance method called function(). The class should store the double argu…
You are to create a class named BinaryTree. This will simulate a balanced and or
You are to create a class named BinaryTree. This will simulate a balanced and ordered binary tree. You also need to create a TreeNode class, which defines the data contained in ea…
You are to create a class with so-called BoundaryCells. Methods in the class thr
You are to create a class with so-called BoundaryCells. Methods in the class throw exceptions under certain conditions. A BoundaryCell object stores an array of double. The constr…
You are to create a class with so-called BoundaryCells. Methods in the class thr
You are to create a class with so-called BoundaryCells. Methods in the class throw exceptions under certain conditions. A BoundaryCell object stores an array of double. The constr…
You are to create a firewall rule set on your Ubuntu server. Make sure to use VA
You are to create a firewall rule set on your Ubuntu server. Make sure to use VARIABLES for the IP addresses in your firewall. DO NOT HARD CODE THEM. I want to be able to easily c…
You are to create a game where there are two players and a \"board\" consisting
You are to create a game where there are two players and a "board" consisting of 20 spaces. The spaces have a sequence of values consisting of 10. 20, 30 .... 190, 200. You are to…
You are to create a matlab function that has the following form: function [K y]
You are to create a matlab function that has the following form: function [K y] = FindMinJump1(x) where the lone input argument x is a vector of real numbers. Make sure your code …
You are to create a matlab function that has the following form: function [K y]
You are to create a matlab function that has the following form: function [K y] = FindMinJump1(x) where the lone input argument x is a vector of real numbers. Make sure your code …
You are to create a menu-driven application that supports multiple bank accounts
You are to create a menu-driven application that supports multiple bank accounts. You will need to implement functionality shown in the following menu: ***BANKING MENU*** 1- Creat…
You are to create a menu-driven program that will perform eachof these operation
You are to create a menu-driven program that will perform eachof these operations: q. Quit The following conditions must be met: Euclid's Algorithm to find the Greatest Comm…
You are to create a monthly payment schedule for a Compound Interest Car Loan us
You are to create a monthly payment schedule for a Compound Interest Car Loan using the amortization formula. Again, the loan will be for $5,200 at 4% interest for 60 months. The …
You are to create a password using 6 letters from the alphabet (repetition allow
You are to create a password using 6 letters from the alphabet (repetition allowed). What is the probability that no letter is repeated if the letters were randomly chosen to be i…
You are to create a program in Python that performs the following: Asks the user
You are to create a program in Python that performs the following: Asks the user for the number of cars(i.e. data instances) 2. For each car, asks the user to enter the following …
You are to create a program that can be used for keeping track of textbooks requ
You are to create a program that can be used for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be taken from stan…
You are to create a program that enables you to measure the execution times of v
You are to create a program that enables you to measure the execution times of various sorting algorithms to better understand their efficiency characteristics. For each sorting a…
You are to create a program that extends the Echo class to read in any external
You are to create a program that extends the Echo class to read in any external text file, and then report the relative frequencies of the letters of the English alphabet, plus th…
You are to create a program that will read 10 integers from afile and output the
You are to create a program that will read 10 integers from afile and output the numbers and whether the number is odd or even(zeros may be considered even). Your program should e…
You are to create a program that you use for keeping track of textbooks required
You are to create a program that you use for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be taken from standard…
You are to create a program that you use for keeping track of textbooks required
You are to create a program that you use for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be taken from standard…