Web development and programming
191828 questions • Page 63 / 3837
(Simple Addition)(2) Use the solution program from the preceding exercise as a s
(Simple Addition)(2) Use the solution program from the preceding exercise as a starting point. Let this new program repeat the same steps three times, using a loop. Clear the scre…
(Simple questions about sorting algorithms) Hey, I\'m working on a project where
(Simple questions about sorting algorithms) Hey, I'm working on a project where I have to run Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, a…
(Simpson\'s Rule). For each integral below, determine an appropriate number n of
(Simpson's Rule). For each integral below, determine an appropriate number n of subintervals such that the error in Simpson's Rule |S_{n}-?_{a}^{b}f(x)dx|<10??. (Note: For #3, …
(Simulation: The Tortoise and the Hare) In this exercise, you will re-create the
(Simulation: The Tortoise and the Hare) In this exercise, you will re-create the graphics version of classic race of the tortoise and the hare for a Two-lap race. You will use ran…
(Simulation: The Tortoise and the Hare) In this problem, you will re-create the
(Simulation: The Tortoise and the Hare) In this problem, you will re-create the classic race of the tortoise and the hare. You will use random-number generation to develop a simul…
(Simulation: The Tortoise and the Hare)In this exercise, you will re-create the
(Simulation: The Tortoise and the Hare)In this exercise, you will re-create the graphics version of classic race of the tortoise and the hare for a Two-lap race. You will use rand…
(Single-dimension Array) Write a C program that will allow the user to enter in
(Single-dimension Array) Write a C program that will allow the user to enter in twenty different numbers between 1 and 1000. The requirements for the program state that a user mus…
(Single-dimension Array) Write a C program that will create an integer array wit
(Single-dimension Array) Write a C program that will create an integer array with 1000 entries. After creating the array, initialize all values in the array to 0. Next, loop throu…
(SoC) System-on-a-Chip Consumer demand has motivated chip designers to develop n
(SoC) System-on-a-Chip Consumer demand has motivated chip designers to develop new technology to consume less power and to keep up with software and communication demands. That cr…
(SoC) System-on-a-Chip Consumer demand has motivated chip designers to develop n
(SoC) System-on-a-Chip Consumer demand has motivated chip designers to develop new technology to consume less power and to keep up with software and communication demands. That cr…
(Solution should not be too complicated) Programming Assignment (50pts) In this
(Solution should not be too complicated) Programming Assignment (50pts) In this homework, you will make a simualtion of the card game War. You can read more about war at here. War…
(Sorry,My explaining is bad) 1. Create a test file named bio.txt ////////////bio
(Sorry,My explaining is bad) 1. Create a test file named bio.txt ////////////bio.txt////////////// jones 84 michaels 16 fredrickson 22 (I already have this bio.txt created on my c…
(Sorting students on grades) Rewrite listing 7.2, GradeExam.java, to display stu
(Sorting students on grades) Rewrite listing 7.2, GradeExam.java, to display students in increasing order of the number of correct answers. public class GradeExam { // main methor…
(Statics) An annulus is a cylindrical rod with a hollow center. It\'s second mom
(Statics) An annulus is a cylindrical rod with a hollow center. It's second moment of inertia is given by: a.) Using this formula write a function called annulusMoment( ) that acc…
(Stock Market) Write a program to help a local stock trading company automate it
(Stock Market) Write a program to help a local stock trading company automate its systems. The company invests only in the stock market. At the end of each trading day, the compan…
(Strictly identical arrays) The two-dimensional arrays m1 and m2 are strictly id
(Strictly identical arrays) The two-dimensional arrays m1 and m2 are strictly identical if their corresponding elements are equal. Write a method that returns true if m1 and m2 ar…
(String Permutation) Write a recursive method to print all the permutations of a
(String Permutation) Write a recursive method to print all the permutations of a string. For example, for string abc, the permutation is abc acb bac bca cab cba (Hint: Define the …
(String permutation) Write a recursive method to print all the permutations of a
(String permutation) Write a recursive method to print all the permutations of a string. For example, for the string abc, the printout is abc acb bac bca cab cba (Hint: Define the…
(Student major and status) Write a program that prompts the user to enter two ch
(Student major and status) Write a program that prompts the user to enter two characters and displays the major and status represented in the characters. The first character indic…
(Student-ID, First-Name, Last-Name) (Courset, Course-Name, Department-ID) (Class
(Student-ID, First-Name, Last-Name) (Courset, Course-Name, Department-ID) (Class-Code, Course#, Section # , Grade) STUDENT COURSE CASS DEPARTMENT (Department-ID, Department-Name) …
(Subclasses of Account) In Exercise 7.3, the Account class was created to model
(Subclasses of Account) In Exercise 7.3, the Account class was created to model a bank account. An account has the properties account number, balance, annual interest rate, and da…
(Subclasses of Account) In Programming Exercise 9.7, the Account class was defin
(Subclasses of Account) In Programming Exercise 9.7, the Account class was defined to model a bank account. An account has the properties account number, balance, annual interest …
(Sum elements column by column) Write a method that returns the sum of all the e
(Sum elements column by column) Write a method that returns the sum of all the elements in a specified column of a matrix using the following header: public static double sumColum…
(Sum elements row by row ) Write a function that returns the sum of all the elem
(Sum elements row by row ) Write a function that returns the sum of all the elements in a specified column in a matrix using the following header: const int SIZE =4; double SumCol…
(Sum the digits in an integer ) Write a method that computes the sum of the digi
(Sum the digits in an integer ) Write a method that computes the sum of the digits in an integer . Use the following method header: public static int sumDigits(long n) For example…
(Swift 2.0) Create a simple IOS application that let user enter the data needed
(Swift 2.0) Create a simple IOS application that let user enter the data needed to calculate an amortization of a loan. Display the amortization (future value of the loan) on a gr…
(Symbolic Logic - Language Proof and Logic) Translate the sentences into English
(Symbolic Logic - Language Proof and Logic) Translate the sentences into English : Translate the sentences below into English. To do that, add a line after each sentence and start…
(Synchronize threads) Write a program that launches 1,000 threads. Each thread a
(Synchronize threads) Write a program that launches 1,000 threads. Each thread adds 1 to a variable sum that initially is 0. You need to pass sum by reference to each thread. In o…
(Systems and Networks) Assume host A sends a 1MB file to host B though a network
(Systems and Networks) Assume host A sends a 1MB file to host B though a network. The path from host A to host B has three links of rates R1 = 600 kbps, R2 = 0.7 Mbps, and R3 = 1.…
(Systems and Networks) Consider transferring a very large file of L bytes from h
(Systems and Networks) Consider transferring a very large file of L bytes from host A to host B. Assume an MSS of 1600 bytes. Is there any restriction on the file size that can be…
(T or F )assembly language questions , determine True or False and use simple wo
(T or F )assembly language questions , determine True or False and use simple words to explain why. 46. Signed-magnitude and two's complement both have two representations for zer…
(T, F) In Excel, the Goal seek feature is accessed through the What-if function
(T, F) In Excel, the Goal seek feature is accessed through the What-if function option. (T, F) The Function, "=FV(RATE, NPER, PMT') is an example of statistical function in Excel.…
(T, F) The function below returns the value of \"False\" \"=IF(10 > 9, \"True\",
(T, F) The function below returns the value of "False" "=IF(10 > 9, "True", "False")". (T, F) Goal-seeking analysis is the reverse of what -if -analysis. (T, F) Area charts emp…
(T/F) Questions. (a) (2 points) PCA and Spectral Clustering perform eigen- decom
(T/F) Questions. (a) (2 points) PCA and Spectral Clustering perform eigen- decomposition on two dierent matrices. However, the size of these two matrices are the same. (b) (2 poin…
(TCO 1) An information security policy is a document that states Flag this Quest
(TCO 1) An information security policy is a document that states Flag this Question Question 25 pts (TCO 2) Objectives, purpose, policy, exceptions, and disciplinary actions are t…
(TCO 1) Complete the following Java Applet program that will calculate the area
(TCO 1) Complete the following Java Applet program that will calculate the area of a circle. (hint: area = pi * radius square) import java.awt.*; import java.awt.event.*; import j…
(TCO 1) For the values given, what will c contain after executing the following?
(TCO 1) For the values given, what will c contain after executing the following? int a = 9, b = 4, c = -2; c *= ++a % b; Answer= -4 (TCO 2) Which statement outputs a double value …
(TCO 1) Which of the following would be the most appropriate choice for a method
(TCO 1) Which of the following would be the most appropriate choice for a method in a Book class? (Points : 5) Author() NumberChapters() Publish() Language() 2.2. (TCO 1) Object-o…
(TCO 1) Why is it important to prepare written policies? Flag this Question Ques
(TCO 1) Why is it important to prepare written policies? Flag this Question Question 24 pts (TCO 2) The goal of protecting confidentiality is to Flag this Question Question 34 pts…
(TCO 1) Write a simple Java application which calculates the area of a triangle.
(TCO 1) Write a simple Java application which calculates the area of a triangle. Your application should ask the user to enter the base and height values of the triangle. You must…
(TCO 2 and 4) Write the listenSocket method (server-side program) a - Write the
(TCO 2 and 4) Write the listenSocket method (server-side program) a - Write the required lines of code that will create a ServerSocket object with a port number 2431 on which the …
(TCO 2) Given the following list of classes, attributes and methods, - identify
(TCO 2) Given the following list of classes, attributes and methods, - identify which items are classes, which items are attributes and which items are methods; - identi…
(TCO 2) Given the following program description, - identify the required classes
(TCO 2) Given the following program description, - identify the required classes/objects necessary to achieve the program requirements; - briefly describe any relationships that m…
(TCO 2) Java, C#, and C++ all allow for the use of comments. Which of the follow
(TCO 2) Java, C#, and C++ all allow for the use of comments. Which of the following represent(s) valid comments in these three languages? (Points : 2) /* Comment */ …
(TCO 2) Look at the captured Wireshark string of ASCII characters for an HTTP GE
(TCO 2) Look at the captured Wireshark string of ASCII characters for an HTTP GET message. Looking at the provided text, what is the preferred language for the response? GET /cs45…
(TCO 3) A router is configured with the following commands. interface f0/2 no sh
(TCO 3) A router is configured with the following commands. interface f0/2 no shutdown interface f0/2.10 encapsulation dot1q 10 ip address 192.168.10.254 255.255.255.0 description…
(TCO 3) Write a complete C++ console mode program (#includes, etc., but no prolo
(TCO 3) Write a complete C++ console mode program (#includes, etc., but no prologue) that solves a simple DC circuit problem. Given a DC voltage source of some magnitude, find the…
(TCO 4) A Calls entity in a relational database for tracking a telemarketing cam
(TCO 4) A Calls entity in a relational database for tracking a telemarketing campaign has the following attributes: CallID (the primary key, an integer number, required), CalledNu…
(TCO 4) Consider the following class definition.class dClass: bClass{//class mem
(TCO 4) Consider the following class definition.class dClass: bClass{//class members list};The class dClass is derived from the class bClass using the ____ type of inheritance. (P…
(TCO 4) Consider the following class definitions.class bClass{public: void setX(
(TCO 4) Consider the following class definitions.class bClass{public: void setX(int); void print() const;private: int x;};class dClass: public bClass{public: void setXY(int, int);…
Subject
Web development and programming
Use Browse or pick another subject.