Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1353 / 1758
In this exercise, you will create, if possible, an m by n matrix A, such that, a
In this exercise, you will create, if possible, an m by n matrix A, such that, an (i, j)-entry of the matrix A is the sum of the indexes i and j, where i runs from 1 to m and j ru…
In this exercise, you will define a complex data type complx , to manipulate com
In this exercise, you will define a complex data type complx, to manipulate complex numbers: a+bi. In complx class where you can declare complex data, input/output complex data an…
In this exercise, you will define a complex data type complx , to manipulate com
In this exercise, you will define a complex data type complx, to manipulate complex numbers: a+bi. In complx classwhere you can declare complex data, input/output complex data and…
In this exercise, you will define a complex data type complx, to manipulate comp
In this exercise, you will define a complex data type complx, to manipulate complex numbers: a + bi. In complx class where you can declare complex data, input/output complex data …
In this exercise, you will design a class member Type. Each object of member Typ
In this exercise, you will design a class member Type. Each object of member Type can hold the name of a person, member ID, number of books bought, and amount spent. Include the m…
In this exercise, you will design a class memberType. a.Each object of memberTyp
In this exercise, you will design a class memberType. a.Each object of memberType can hold the name of the person, memberID, number of books bought, and amount spent. b.Include th…
In this exercise, you will design a class memberType. a.Each object of memberTyp
In this exercise, you will design a class memberType. a.Each object of memberType can hold the name of the person, memberID, number of books bought, and amount spent. b.Include th…
In this exercise, you will design various classes and write a program to compute
In this exercise, you will design various classes and write a program to computerize the billing system of a hospital. a. Design the class doctorType, inherited from the class per…
In this exercise, you will develop your own encryption method. It may have some
In this exercise, you will develop your own encryption method. It may have some basis in one of the example methods from the lectures but should have some unique element that you …
In this exercise, you will discuss the impact of cash payment against the accoun
In this exercise, you will discuss the impact of cash payment against the accounts payable on the current ratio of a company. In addition, you will perform a vertical analysis aga…
In this exercise, you will discuss the impact of cash payment against the accoun
In this exercise, you will discuss the impact of cash payment against the accounts payable on the current ratio of a company. In addition, you will perform a vertical analysis aga…
In this exercise, you will discuss the impact of cash payment against the accoun
In this exercise, you will discuss the impact of cash payment against the accounts payable on the current ratio of a company. In addition, you will perform a vertical analysis aga…
In this exercise, you will examine the shorelines of South America and Africa (o
In this exercise, you will examine the shorelines of South America and Africa (or evidence of the theory of plate tectonics. (a) Sketch the shorelines of South America and Africa …
In this exercise, you will explore 32-bit constants in MIPS. For the following p
In this exercise, you will explore 32-bit constants in MIPS. For the following problems, you will be using the binary data in the table below: 1010 1101 0001 0000 0000 0000 0000 0…
In this exercise, you will find the present value of stock per share for 2 corpo
In this exercise, you will find the present value of stock per share for 2 corporations using non-constant Dividend Growth Model. Please go to Yahoo! Finance and get the most rece…
In this exercise, you will implement and experiment with covert channel communic
In this exercise, you will implement and experiment with covert channel communications using branch predictors. In computer security, a covert channel is a type of security and su…
In this exercise, you will investigate the relationship between a workers age an
In this exercise, you will investigate the relationship between a workers age and eamings. (Generally, older workers have more job experience, leading to higher productivity and e…
In this exercise, you will make a struct that contains x and y coordinates: stru
In this exercise, you will make a struct that contains x and y coordinates: struct point {int x; int y;}; The object of this exercise is to make a singly linked list of these poin…
In this exercise, you will modify the guessing game program from Figure 9-11 in
In this exercise, you will modify the guessing game program from Figure 9-11 in Chapter 9. Follow the instructions from starting C++ and viewing the Introductory15.cpp file, which…
In this exercise, you will practice developing a data-type using the specificati
In this exercise, you will practice developing a data-type using the specification of another data-type. Specifically, in this exercise you need to develop an implementation of qu…
In this exercise, you will practice developing a data-type using the specificati
In this exercise, you will practice developing a data-type using the specification of another data-type. Specifically, in this exercise you need to develop an implementation of qu…
In this exercise, you will practice the top-down approach to program design and
In this exercise, you will practice the top-down approach to program design and implementation. Recall that, with this approach, we assume that any other functions on which a part…
In this exercise, you will read the three given applications and propose the bes
In this exercise, you will read the three given applications and propose the best solution by applying creative thinking. Assessment Directions: Read the following three applicati…
In this exercise, you will solve numerically the 1-D Heat Equation. Consider a b
In this exercise, you will solve numerically the 1-D Heat Equation. Consider a beam that is heated up in the center: Beam heated up in the centre Uneven Temperature distribution a…
In this exercise, you will solve three questions, where you will be asked to cal
In this exercise, you will solve three questions, where you will be asked to calculate a linear correlation coefficient and determine whether there is a linear correlation between…
In this exercise, you will use Newton’s method to approximate a real zero of a g
In this exercise, you will use Newton’s method to approximate a real zero of a given function. Theory:A number x is a zero of a function f if f(x)=0. A real zero is an x-intercept…
In this exercise, you will use Newton’s method to approximate a real zero of a g
In this exercise, you will use Newton’s method to approximate a real zero of a given function. Theory: A number x is a zero of a function if . A real zero is an x-intercept of the…
In this exercise, you will use database software to develop an application that
In this exercise, you will use database software to develop an application that tracks customer service requests and analyzes customer data to identify customers meriting priority…
In this exercise, you will write a class that models a band booster and use your
In this exercise, you will write a class that models a band booster and use your class to update sales of band candy. 1. Write the BandBooster class assuming a band booster object…
In this exercise, you will write a class that models a band booster and use your
In this exercise, you will write a class that models a band booster and use your class to update sales of band candy. 1. Write the BandBooster class assuming a band booster object…
In this exercise, you will write a class that models a band booster and use your
In this exercise, you will write a class that models a band booster and use your class to update sales of band candy. 1. Write the BandBooster class assuming a band booster object…
In this exercise, you will write a function trough_create that creates the vecto
In this exercise, you will write a function trough_create that creates the vectors y and y0 that form the outline for the cross-section of a trough. Input variables: Func - Any ar…
In this exercise, you will write a while statement that displays all odd numbers
In this exercise, you will write a while statement that displays all odd numbers between 1 and 100 on the screen. Complete the steps below: 1. Open Notepad++ and create a new docu…
In this exercise, you will write a while statement that displays all odd numbers
In this exercise, you will write a while statement that displays all odd numbers between 1 and 100 on the screen. Complete the steps below: 1. Open Notepad++ and create a new docu…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers , each one less than fifty (50). Your code will print them in sorted order w…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers , each one less than fifty (50). Your code will print them in sorted order w…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order wit…
In this exercise, you will write some code that reads n unique (no duplicates!)
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers , each one less than fifty (50). Your code will print them in sorted order wi…
In this exercise, you\'ll create a form that accepts two operands and an operato
In this exercise, you'll create a form that accepts two operands and an operator from the user and then performs the requested operation Simple Calculator Operand 1: 8 Operator Op…
In this exercise, you\'ll create a form that accepts two operands and an operato
In this exercise, you'll create a form that accepts two operands and an operator from the user and then performs the requested operation Simple Calculator Operand 1: 8 Operator Op…
In this exercise, you\'ll create a page that uses a table to present a list of p
In this exercise, you'll create a page that uses a table to present a list of products. When you're through, the page should look similar to this: To create the product list page,…
In this exercise, your C program will read characters from keyboard (up to 80) a
In this exercise, your C program will read characters from keyboard (up to 80) and store the characters in a string. The characters could be letters, numbers, punctuations, and sp…
In this exercise, your program will read two sequences of characters (two c-stri
In this exercise, your program will read two sequences of characters (two c-strings) from a file (named input.txt) and print the matched leading characters of these two sequences …
In this exercise, you’ll add a class to an Inventory Maintenance application and
In this exercise, you’ll add a class to an Inventory Maintenance application and then add code to the two forms that use this class. Open the project and add an InvItem class: Dow…