Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1305 / 1621
Problem: Consider a system with three smoker processes and one agent process (mu
Problem: Consider a system with three smoker processes and one agent process (multiple threads problem). Each smoker continuously rolls a cigarette and then smokes it. But to roll…
Problem: Consider the differential equation: y\' = 2y - (y^2) , (E) (i) Find the
Problem: Consider the differential equation: y' = 2y - (y^2) , (E) (i) Find the critical (equilibrium points; (ii) Sketch the graph of the solutions; (iii) Solve the initial va…
Problem: Consider the following program in which the statements are in the incor
Problem: Consider the following program in which the statements are in the incorrect order. Rearrange the statements so that the program prompts the user to input: The height of t…
Problem: Consider the following protocol used by two parties A (Alice) and B (Bo
Problem: Consider the following protocol used by two parties A (Alice) and B (Bob) to send a message from A to B. 1. A to B : M1 = M (XOR) NA where NA is A’s nonc…
Problem: Consider the initial value problem = 2 - x 5 - x x = 0 when t = 0 Do th
Problem: Consider the initial value problem = 2 - x5 - x x = 0 when t = 0 Do the following. 1. Read section 2.5.2 (Nume…
Problem: Conway\'s Game of Life adding a stats feature When you press , depen
Problem: Conway's Game of Life adding a stats feature When you press <s>, depending in how the current state evolved, you will see how many times a cell has been birthed, ‘.…
Problem: Create a Car class with the following characteristics: It has data memb
Problem: Create a Car class with the following characteristics: It has data members to hold its maximum speed (int), its mpg rating (oat), and its make and model (each maximum of …
Problem: Create a MIPS asm program that requests for three numbers from the user
Problem: Create a MIPS asm program that requests for three numbers from the user. Month, Day, and Year. You may assume that a valid date is given. Your program will return the DAY…
Problem: Create a template class that has one call it myList. The class has one
Problem: Create a template class that has one call it myList. The class has one datatype T1. It has four variables: size and CAP of type int, pointer *p and dynamic array *A of ty…
Problem: Create a web proxy server that can be connected by a single client and
Problem: Create a web proxy server that can be connected by a single client and would only allow http requests. The proxy server should be able to cache up to five recent websites…
Problem: Create a web proxy server that can be connected by a single client and
Problem: Create a web proxy server that can be connected by a single client and would only allow http requests. The proxy server should be able to cache up to five recent websites…
Problem: Create a web proxy server that can be connected by a single client and
Problem: Create a web proxy server that can be connected by a single client and would only allow http requests. The proxy server should be able to cache up to five recent websites…
Problem: Cumberland Furniture wishes to establish a prearranged borrowing agreem
Problem: Cumberland Furniture wishes to establish a prearranged borrowing agreement with a local commercial bank. The bank's terms for a line of credit are 2.80% over the prime ra…
Problem: Cumberland Furniture wishes to establish a prearranged borrowing agreem
Problem: Cumberland Furniture wishes to establish a prearranged borrowing agreement with a local commercial bank. The bank's terms for a line of credit are 2.80% over the prime ra…
Problem: Cystic Fibrosis (read about it here http://www.ncbi.nlm.nih.gov/pubmedh
Problem: Cystic Fibrosis (read about it here http://www.ncbi.nlm.nih.gov/pubmedhealth/PMH0001167/) Joe and Mary have a son named Billy. He is only 2-years-old, and has been experi…
Problem: Darth Vader wants to check that his TIE fighter pilots are patrolling a
Problem: Darth Vader wants to check that his TIE fighter pilots are patrolling adequately-sized regions of the galaxy. He has files of data that contain the patrol coordinates for…
Problem: Data Analysis +---------------------+ This project involves working wit
Problem: Data Analysis +---------------------+ This project involves working with a set of discrete data and determining their average (arithmetic mean), median, mode, and range. …
Problem: Deadlocks Problem Domain: You are a software developer at a software en
Problem: Deadlocks Problem Domain: You are a software developer at a software engineering company that creates operating systems for use on various hardware platforms. Lately that…
Problem: Declare a 2-D array that willcontain up to 20 rows and 15 columns. The
Problem: Declare a 2-D array that willcontain up to 20 rows and 15 columns. The template for thislab that has been posted on ANGEL contains code to prompt the userto enter the num…
Problem: Design a voltage amplifier with an input impedance greater than 1MQ, an
Problem: Design a voltage amplifier with an input impedance greater than 1MQ, an output impedance less than 100 and a voltage gain of +50 V/V You must demonstrate (via LTSpice) th…
Problem: Design an employee class that stores the following members: Idnum: empl
Problem: Design an employee class that stores the following members: Idnum: employee id number Name: employee name Salary: employee salary Get_employee gets info of the employee U…
Problem: Design an employee class that stores the following members: employee id
Problem: Design an employee class that stores the following members: employee id number Idnum: employee name Name: Salary: employee salary Get employee gets info of the employee U…
Problem: Design an employee class that stores the following members: employee id
Problem: Design an employee class that stores the following members: employee id number Idnum: employee name Name: Salary: employee salary Get employee gets info of the employee U…
Problem: Design the DFA machine for a simple calculator, where ? = {0, 1, 2, 3,
Problem: Design the DFA machine for a simple calculator, where ? = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, ., =, , , , , [, ] }. “[ ]” is used for only one operation each time (e.g, [3.1 4…
Problem: Design, develop, implement, and test the following: A two-dimensional n
Problem: Design, develop, implement, and test the following: A two-dimensional numeric array having m rows andn columns is called an m x n matrix.Youare to build a class MATRIX th…
Problem: Determine the carburizing time necessary to achieve a carbon concentrat
Problem: Determine the carburizing time necessary to achieve a carbon concentration listed below at a position listed below into an iron-carbon alloy that initially contains 0.11 …
Problem: Determining Cash Flow Statement Effects of Transactions (E12-5) Hewlett
Problem: Determining Cash Flow Statement Effects of Transactions (E12-5) Hewlett-Packard is a leading manufacturer of computer equipment for the business and home markets. For eac…
Problem: Develop a Web site that simulates a casino craps game using 2 php web p
Problem: Develop a Web site that simulates a casino craps game using 2 php web pages and html within those 2 php's. Use two web pages (php) to allow the user to play simple craps …
Problem: Develop a program which allows the user to enter numbers into an array
Problem: Develop a program which allows the user to enter numbers into an array Input will be as follows The user will enter the total number of integers to be entered into the ar…
Problem: Develop the \'Shape\' application such that: * \'Rectangle\', \'Ellispe
Problem: Develop the 'Shape' application such that: * 'Rectangle', 'Ellispe', and 'Triangle' classes inherit from the 'Shape' class. * Develop the 'Square' and 'Circle' class wher…
Problem: Develop the \'Shape\' application such that: * \'Rectangle\', \'Ellispe
Problem: Develop the 'Shape' application such that: * 'Rectangle', 'Ellispe', and 'Triangle' classes inherit from the 'Shape' class. * Develop the 'Square' and 'Circle' class wher…
Problem: Develop the \'Shape\' application such that: - Implement an array of ob
Problem: Develop the 'Shape' application such that: - Implement an array of objects of various types ( all SIX classes), in anyorder. - In some type of a looping structure, demost…
Problem: Develop the ‘Shape’ application such that: • Implement an array of obje
Problem: Develop the ‘Shape’ application such that: • Implement an array of objects of various types (all five classes), in any order. • In some type of a looping structure, demon…
Problem: Divisibility and Divisibility Rules There are many rules to determine i
Problem: Divisibility and Divisibility Rules There are many rules to determine if a number is divisible by other smaller numbers. In basic arithmetic courses, you learned divisibi…
Problem: During the year, Karen, a single taxpayer, reports the following income
Problem: During the year, Karen, a single taxpayer, reports the following income and expense items relating to her interior design business: Revenues $52,000 Cost of goods sold 41…
Problem: Electric Field and Potential for a ChargedSphere An insulating sphere o
Problem: Electric Field and Potential for a ChargedSphere An insulating sphere of radius R has non-uniform charge density given by(1) (r) = 0(1 r/R) . a) Determine the total charg…
Problem: Engineers are designing a concrete channel which will bring water to th
Problem: Engineers are designing a concrete channel which will bring water to the city reservoir from a near-by lake. The channel will have vertical walls and it will be 15 feet w…
Problem: Exercise 3-9 Contrast ABC and Conventional Product Costs [LO2, LO3, LO4
Problem: Exercise 3-9 Contrast ABC and Conventional Product Costs [LO2, LO3, LO4] Harrison Company makes two products and uses a conventional costing system in which a single plan…
Problem: FAST Computer Repair Shop started business in June of the current year
Problem: FAST Computer Repair Shop started business in June of the current year and had the following transactions during the month as follows: June 2-Mr. BB Que, the owner invest…
Problem: Fill a list of ints (list) called nlist with 10 random numbers in
Problem: Fill a list of ints (list<int>) called nlist with 10 random numbers in the range [-10,10]. Find all numbers in nlist that add up to 0. That is your program should p…
Problem: Fill in the missing code in Problem4.c (in the designated areas). All t
Problem: Fill in the missing code in Problem4.c (in the designated areas). All the files are located below. Will rate positively if complete. Take screenshot of compiled output on…
Problem: Find vector components, given a magnitude and direction, and vice Versa
Problem: Find vector components, given a magnitude and direction, and vice Versa.(A) Find the horizontal and vertical components of the r = 1.08 X 10 (to the second power) m displ…
Problem: Find vector components, given a magnitude and direction, and vice Versa
Problem: Find vector components, given a magnitude and direction, and vice Versa.(A) Find the horizontal and vertical components of the r = 1.08 X 10 (to the second power) m displ…
Problem: Flywheels are large, massive wheels used to store energy. They can be s
Problem: Flywheels are large, massive wheels used to store energy. They can be spun up slowly, then the wheel's energy can be released quickly to accomplish a task that demands hi…
Problem: Flywheels are large, massive wheels used to store energy. They can be s
Problem: Flywheels are large, massive wheels used to store energy. They can be spun up slowly, then the wheel's energy can be released quickly to accomplish a task that demands hi…
Problem: For a RC slab with uniform thickness, select thickness and area of flex
Problem: For a RC slab with uniform thickness, select thickness and area of flexural reinforcement required to resist factored bending moment M Determine the thickness h and requi…
Problem: For this lab you should declarea 2-D array that will contain up to 20 r
Problem: For this lab you should declarea 2-D array that will contain up to 20 rows and 15 columns. The template for this lab that has been posted on ANGEL containscode to prompt …
Problem: Generate a grade report, given a list of students and their scores, and
Problem: Generate a grade report, given a list of students and their scores, and a grading scheme. USE ARRAYS, IOMANIP AND FSTREAM step 1:read a text file with the students grades…
Problem: Given a range of values determine how many integers within that range,
Problem: Given a range of values determine how many integers within that range, including the end points, are multiples of a third value entered by the user. The user should be pe…
Problem: Given a range of values determine how many integers within that range,
Problem: Given a range of values determine how many integers within that range, including the end points, are multiples of a third value entered by the user. The user should be pe…