Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 206 / 602
Description: Develop a program that calculates basic statistics on a one-dimensi
Description: Develop a program that calculates basic statistics on a one-dimensional array of doubles. Your program should first prompt the user for the size of the array followed…
Description: Encryption is the process of converting ordinary text into a form t
Description: Encryption is the process of converting ordinary text into a form that cannot be read. In assignment 1 you implemented Caesar cipher encryption algorithm. Decryption …
Description: Exercise 22.45 A body of mass M , carrying charge Q , falls from re
Description: Exercise 22.45 A body of mass M, carrying charge Q, falls from rest from a height h (above the ground) near the surface of the Earth, where the gravitational accelera…
Description: Exercise 23.60 Three charges, q 1 , q 2 , and q 3 , are located at
Description: Exercise 23.60 Three charges, q1, q2, and q3, are located at the corners of an equilateral triangle with side length of 1.29m. a) Find the work done to bring the firs…
Description: Exercise 28.36 Find the magnetic field in the center of a wire semi
Description: Exercise 28.36 Find the magnetic field in the center of a wire semicircle like that shown in the figure, with radius R=8.50cm, if the current in the wire is i=10.0A.…
Description: Exercise 28.42 A hairpin configuration is formed of two semi-infini
Description: Exercise 28.42 A hairpin configuration is formed of two semi-infinite straight wires that are 5.00cm apart and joined by a semicircular piece of wire (whose radius m…
Description: Exercise 29.35 The conducting loop in the shape of a quarter-circle
Description: Exercise 29.35 The conducting loop in the shape of a quarter-circle shown in the figure has a radius of 10.7cm and a resistance of 0.177?. The magnetic field strengt…
Description: Exercise 29.38 An elastic circular conducting loop expands at a con
Description: Exercise 29.38 An elastic circular conducting loop expands at a constant rate over time such that its radius is given by r(t)=r0+vt, where r0=0.251m and v=0.0253m/s.…
Description: Exercise 29.75 A conducting rod of length 54.3cm slides over two pa
Description: Exercise 29.75 A conducting rod of length 54.3cm slides over two parallel metal bars placed in a magnetic field with a magnitude of 1.23kG, as shown in the figure. T…
Description: For a given integer n > 1, the smallest integer d > 1 that divides
Description: For a given integer n > 1, the smallest integer d > 1 that divides n is a prime factor. We can find the prime factorization of n if we find d and then replace n…
Description: For practice, we will examine some real-world earthquake data. This
Description: For practice, we will examine some real-world earthquake data. This data is the report of earthquakes from around the world for the last 7 days. First, you will need …
Description: For the lab assignment you are given information about students in
Description: For the lab assignment you are given information about students in a class (name, ID and GPA) and you need to compute a few statistics (max, min and average GPA) abou…
Description: For this question, you will write a (very) simplified calendar appl
Description: For this question, you will write a (very) simplified calendar application. Your program will allow the user to schedule appointments for one full year. Part 1 First,…
Description: For this week\'s lab you will program a simple finite state machine
Description: For this week's lab you will program a simple finite state machine using structures. The FSM will model a rudimentary vending machine algorithm which will add nickels…
Description: For this week\'s lab you will program a simple finite state machine
Description: For this week's lab you will program a simple finite state machine using structures. The FSM will model a rudimentary vending machine algorithm which will add nickels…
Description: Given a list of numbers modify it so that you exchange contiguous e
Description: Given a list of numbers modify it so that you exchange contiguous elements one by one, starting to exchange the first element wiht the second element, in general exch…
Description: Given a list of numbers modify it so that you exchange contiguous e
Description: Given a list of numbers modify it so that you exchange contiguous elements one by one, starting to exchange the first element wiht the second element, in general exch…
Description: Given an array and a number, return a new array, with the value app
Description: Given an array and a number, return a new array, with the value appended to the end. Unlike yesterday's drill, the array you're appending to can be any size even empt…
Description: Here is the ERD, I have several relation schema, staff(eno, ename,
Description: Here is the ERD, I have several relation schema, staff(eno, ename, title) specialty(scode, sname) patient(ssn, pname, dob, address, icode) diagnosis(scode, dcode, cha…
Description: If you could see both the Sun and the other stars during the day, t
Description: If you could see both the Sun and the other stars during the day, this is what the sky would look like looking south at noon on January 1 for an observer in the north…
Description: Imagine you are comparing the five electric hot plates (A - E) of d
Description: Imagine you are comparing the five electric hot plates (A - E) of different sizes and temperatures. The temperature of each hot plate is indicated by a shade of gray …
Description: Implement Programing Challenges #12 on page 967 of your text. 1. Mu
Description: Implement Programing Challenges #12 on page 967 of your text. 1. Must overload the operator to enter the information for a CruiseShip. 3. Must overload the operator+ …
Description: In designing interactive application like shopping activities, it i
Description: In designing interactive application like shopping activities, it is desirable to have the test data stored in a file to speed up the testing time. So, to prep…
Description: In this assignment you are going to display numbers as roman numera
Description: In this assignment you are going to display numbers as roman numerals, as described in this article . Create a jGrasp project called A4 that includes two java files: …
Description: In this assignment you are to implement a simple queue data type. Y
Description: In this assignment you are to implement a simple queue data type. You have been given a starting programming template. You task is to dene a queue data type, and impl…
Description: In this assignment you have toMake a project in Dev c++ in which yo
Description: In this assignment you have toMake a project in Dev c++ in which you will add header (.h) andimplementation files (.cpp) against each class in your finalsolution of o…
Description: In this assignment, we will learn about Object Oriented Programming
Description: In this assignment, we will learn about Object Oriented Programming by creating an application that uses Java classes to manage multiple cars and their gas mileage. R…
Description: In this assignment, you need to implement a recursive descent parse
Description: In this assignment, you need to implement a recursive descent parser in C++ for the following CFG: 1. exps --> exp | exp NEWLINE exps 2. exp --> term {addop ter…
Description: In this assignment, you will design and implement a service to eval
Description: In this assignment, you will design and implement a service to evaluate arithmetic expressions, as well as a testing client. Protocol Spec Request format 1. Number of…
Description: In this assignment, you will write a program that will contain two
Description: In this assignment, you will write a program that will contain two functions, setlsbs() and getlsbs(). These functions will use bitwise operators to embed and extract…
Description: In this homework, you will generate a more complex solution that co
Description: In this homework, you will generate a more complex solution that contains a class structure used to store the location of an employee, and check his location with a l…
Description: In this homework, you will implement reading & writing to files and
Description: In this homework, you will implement reading & writing to files and passing by reference. Problem: You will be given a list of words in a file. You must then repl…
Description: In this homework, you will implement reading & writing to files and
Description: In this homework, you will implement reading & writing to files and passing by reference Problem: You will be given a list of words in a file. You must then repla…
Description: In this project you are to write a Body Mass Index calculator in C+
Description: In this project you are to write a Body Mass Index calculator in C++. Input will be a person's height in feet and inches as well as their weight in pounds and ounces.…
Description: In this project you will implement a binary tree to hold informatio
Description: In this project you will implement a binary tree to hold information on movies. Each movie will hold a title, a year released, an optional MPAA rating, a length (in m…
Description: In this project, you are required to write an assembly program to f
Description: In this project, you are required to write an assembly program to find the maximum of an array of integers by doing the following: 1. Prompt user to input array size …
Description: Modify following string. h and string.cpp by using dynamic array an
Description: Modify following string. h and string.cpp by using dynamic array and add the "big three"( destructor, copy constructor, and assignment operator overloading). --------…
Description: Modify following string. h and string.cpp by using dynamic array an
Description: Modify following string. h and string.cpp by using dynamic array and add the "big three"( destructor, copy constructor, and assignment operator overloading). --------…
Description: Multi-Version Exercise 28.85 The loop shown in the figure is carryi
Description: Multi-Version Exercise 28.85 The loop shown in the figure is carrying a current of 4.899A, and the distance r=1.723m. What is the magnitude of the magnetic field at …
Description: Multi-Version Exercise 28.85 The loop shown in the figure is carryi
Description: Multi-Version Exercise 28.85 The loop shown in the figure is carrying a current of 2.343A, and the distance r=2.775m. What is the magnitude of the magnetic field at …
Description: Mutations are a relatively rare phenomenon, and individual mutation
Description: Mutations are a relatively rare phenomenon, and individual mutations often have rather small effects. For these reasons, measuring mutational effects on fitness and o…
Description: Please read through: https://www.gnu.org/philosophy/free-software-f
Description: Please read through: https://www.gnu.org/philosophy/free-software-for-freedom.en.html https://en.wikipedia.org/wiki/Free_and_open-source_software http://www.fsf.org/a…
Description: So far, in working with numbers we have worked with ints and double
Description: So far, in working with numbers we have worked with ints and doubles, where we have learned that doubles are inherently inexact. Since we know a rational number can b…
Description: Standard telephone keypads containe the digits zero through nine. T
Description: Standard telephone keypads containe the digits zero through nine. The numbers two through nine each have three letters associated with them. Many people find it diffi…
Description: SwenConstruction has seen its business slowly wind down. It recentl
Description: SwenConstruction has seen its business slowly wind down. It recently paid a dividend of $1.80 per share, but analysts expect the dividend to decrease by 6% per year. …
Description: Testing Variations on Quicksort (Using The Module Two and Three Rea
Description: Testing Variations on Quicksort (Using The Module Two and Three Readings) Following up on our Module 2 assignment where we examined the performance of three sorting a…
Description: The Homework page contains a partial implementation of a linked lis
Description: The Homework page contains a partial implementation of a linked list class, NodeSLList. (I commended out each sections, lengthy, but explains well) NodeSLList.h /////…
Description: The algorithm detailed below will have you calculating different ty
Description: The algorithm detailed below will have you calculating different types of summations, and then comparing each answer to find the greatest summation. Here are the four…
Description: The car rental company allows customers to reserve rental cars over
Description: The car rental company allows customers to reserve rental cars over the internet, the company also allows customers to rent cars by calling up car rental personnel or…
Description: The classic “HelloWorld” program is a simple program used to illust
Description: The classic “HelloWorld” program is a simple program used to illustrate the basic syntax of a programming language. In its simplest form, the program displays the tex…