Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 40 / 3837

(15) (15 marks) Write a MATLAB script and function. wnlrt loop The script: The u
(15) (15 marks) Write a MATLAB script and function. wnlrt loop The script: The user can enter an arbitrary number of temperatures in Fahrenheit. After the user has entered the fin…
(1500 words) Choose three (3) software testing techniques. Describe the purpose
(1500 words) Choose three (3) software testing techniques. Describe the purpose and capabilities of each, being sure to explain their relative differences, similarities, shortcomi…
(15p) Minimum spanning trees (MSTs). 3.1 (5p) The notion of a minimum spanning t
(15p) Minimum spanning trees (MSTs). 3.1 (5p) The notion of a minimum spanning tree is applicable to a connected weighted graph. Do we have to check a graph’s connectivity before …
(15pt) Consider the function below, where you get a pointer pi to the first and
(15pt) Consider the function below, where you get a pointer pi to the first and a pointer p2 to the last character of the same string. The function should return a pointer to the …
(15pt) Suppose we are dealing with very large integers, so a variable with int t
(15pt) Suppose we are dealing with very large integers, so a variable with int type is not enough to store such big numbers. So we decided to use double linked list to store the d…
(15pts) Toward a contradiction assume there exists a Turing machine H which when
(15pts) Toward a contradiction assume there exists a Turing machine H which when given as input the encoding for an arbitrary Turing machine, M, and an arbitrary imput string, s, …
(15pts) we prove that a digraph G=(V, E) has a directed cycle if and only if DFS
(15pts) we prove that a digraph G=(V, E) has a directed cycle if and only if DFS(G) detects a back edge. The proof follows the coloring convention given in class. 1, If-part: Supp…
(16 marks) Consider the initial value problem (a) Without using pre-built comman
(16 marks) Consider the initial value problem (a) Without using pre-built commands write an m-file function that uses the fourth-order Runge-Kutta method to estimate the value of …
(16 marks) Consider the initial value problem dy (a) Without using pre-built com
(16 marks) Consider the initial value problem dy (a) Without using pre-built commands write an m-file function that uses the fourth-order Runge-Kutta method to estimate the value …
(16 points) Write the code f the array of Vendltem structures which is also t am
(16 points) Write the code f the array of Vendltem structures which is also t amount offered to pay for the item) and produce the following results or the following procSale funct…
(16) 1.The following Intel x86 assembly then traced using the Visual Studio exit
(16) 1.The following Intel x86 assembly then traced using the Visual Studio exit statement is reached), wh Assume that variable data are loaded unknown register or memory contents…
(17 pts) In this problem you will be working with a dynamically linked binary se
(17 pts) In this problem you will be working with a dynamically linked binary search tree (BST). Glven a class ESTNode with the following private data members: BSTNode mpLeft BSTN…
(18 pt) Suppose you have analyzed a benchmark that runs on your company\'s compu
(18 pt) Suppose you have analyzed a benchmark that runs on your company's computer and it has the following characteristics in the table with 500MHz processor Cycles Instruction T…
(18 pts, 2x9) A 12-bit Hamming code word containing 8 bits of data and 4 parity
(18 pts, 2x9) A 12-bit Hamming code word containing 8 bits of data and 4 parity bits is read from memory. What was the original 8-bit data word that was written into memory if the…
(18) Multiple Choice(3 points for each): 1) Which of the following statement is
(18) Multiple Choice(3 points for each): 1) Which of the following statement is true for DMA: 1. A In DMA, Processor checks sta B. In DMA, Processor is interrupt when 1/O module r…
(18) User Defined Function-a-funei on defned e s 2) Write a \'for\' loop to prin
(18) User Defined Function-a-funei on defned e s 2) Write a 'for' loop to print the numbers from 75 to 50, in descending order with each number in a separate line (10 Points). e.g…
(1a) (4 pts) The domain is integers. Write the following using logical connectiv
(1a) (4 pts) The domain is integers. Write the following using logical connectives, quantifiers, and required mathematical symbols: The difference between the square of an even in…
(1a) DESCRIPITION Write a Java program that will compute and display the final g
(1a) DESCRIPITION Write a Java program that will compute and display the final grades for students in a class. A student's final grade is determined from the scores obtained in th…
(1a) DESCRIPITION Write a Java program that will compute and display the final g
(1a) DESCRIPITION Write a Java program that will compute and display the final grades for students in a class. A student's final grade is determined from the scores obtained in th…
(1st java file) Write a Java program that will prompt the user for their name an
(1st java file) Write a Java program that will prompt the user for their name and then roll the dice for the player and the computer. Display a message with the point values and a…
(2 Marks) Question 1: An ISP has a block of addresses with the starting address
(2 Marks) Question 1: An ISP has a block of addresses with the starting address 117.5.12.0/24. This ISP has to assign IP addresses to four small ISPs in subblocks such as: a) one …
(2 marks) Question2: Convert the Previous ER diagram into tables. write Question
(2 marks) Question2: Convert the Previous ER diagram into tables. write Question3: (2 marks) Use SQL Commands to create the customer table in the previous questions (Add the prima…
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to di
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to display the menu looked like MAIN MENU 0. Exit 1. Search for a student 2. List students enrolled in a…
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to di
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to display the menu looked like MAIN MENU 0. Exit 1. Search for a student 2. List students enrolled in a…
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to di
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to display the menu looked like MAIN MENU 0. Exit 1. Search for a student 2. List students enrolled in a…
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to di
(2 marks) The program studentRecord.cpp should be menu-driven, and be able to display the menu looked like MAIN MENU 0. Exit 1. Search for a student 2. List students enrolled in a…
(2 points) Consider a datagram network using 32-bit host addresses. Suppose a ro
(2 points) Consider a datagram network using 32-bit host addresses. Suppose a router has four links, numbered 0 through 3, and packets are to be forwarded to the link interfaces a…
(2 points) True or False: int array[]; is a valid array declaration. (2 points)
(2 points)True or False: int array[]; is a valid array declaration. (2 points)What values are contained in ar if it's defined: int ar[10] = { 2, 4, 6, 8, 10 }; (2 points)Write a f…
(2 points) Write a function called changeLetter that can directly alter the valu
(2 points) Write a function called changeLetter that can directly alter the value of a character variable. It takes one argument: a reference to a character. It returns nothing. I…
(2 points) Write a function called changeLetter that can directly alter the valu
(2 points) Write a function called changeLetter that can directly alter the value of a character variable. It takes one argument: a reference to a character. It returns nothing. I…
(2 points) Write a function prototype for a function called findLarge. It takes
(2 points) Write a function prototype for a function called findLarge. It takes two integers as its arguments and returns an integer. (2 points) Write a function header for a func…
(2 points) Write the constructor for the Time class. It takes three integer argu
(2 points) Write the constructor for the Time class. It takes three integer arguments: the potential hour, minute, and second values for the Time object. The constructor should pa…
(2 points) Write the constructor for the Time class. It takes three integer argu
(2 points)Write the constructor for the Time class. It takes three integer arguments: the potential hour, minute, and second values for the Time object. The constructor should pas…
(2 points) Write the constructor for the Time class. It takes three integer argu
(2 points) Write the constructor for the Time class. It takes three integer arguments: the potential hour, minute, and second values for the Time object. The constructor should pa…
(2 points) main() is a function. (2 points) A function knows _______ about the c
(2 points)main()is a function. (2 points)A function knows _______ about the calling code. (2 points)Every function must return a value. (2 points)It is legal and acceptable to hav…
(2 pts) A music playing application stores a sequence of 1000 four-minute music
(2 pts) A music playing application stores a sequence of 1000 four-minute music files for playback. (All songs are the same length of time for this problem.) The music files can b…
(2 pts) We return to our original state: assume that for a program, compiler A r
(2 pts) We return to our original state: assume that for a program, compiler A results in a dynamic instruction count of 1.0E9 and has an execution time of 1.1 s, while compiler B…
(2) (16 points) Given the arrival time and CPU-burst of 5 processes shown in the
(2) (16 points) Given the arrival time and CPU-burst of 5 processes shown in the following diagram 41 Process Arrival Time (ms) Brst Ti 0 18 2 10 21 30 P2 P3 P4 P5 P6 25 10 42 35 …
(2) (20 pts) Cocktail-shaker sort is a variant of bubblesort. On odd num- bered
(2) (20 pts) Cocktail-shaker sort is a variant of bubblesort. On odd num- bered passes through the list, you run a standard pass of bubblesort (as in bubble the smallest from righ…
(2) (8 points) Show the resulting table when the following operation has been pe
(2) (8 points) Show the resulting table when the following operation has been performed on table 5 on page 588: Select Department=Physics Table 5 Professor Department Course Numbe…
(2) Histogram Program Write a program called HistogramProgram that creates an ar
(2) Histogram Program Write a program called HistogramProgram that creates an array of 100 randomly-generated byte0 values ranging from 0 to 9. The program should1********* then d…
(2) Often times, loops are not as simple as the following code: for i = [1:5] Co
(2) Often times, loops are not as simple as the following code: for i = [1:5] Consider the following example, we have three variables: a lower bound (a), an upper bound (b), and a…
(2) Set operation: Union, Intersection and difference ?Problem description? Writ
(2) Set operation: Union, Intersection and difference ?Problem description? Write a program to demonstrate the union, intersection and difference operation of set. ?Basic requirem…
(2) The GroceryBag Class Implement a class called Groce that represents a bag wh
(2) The GroceryBag Class Implement a class called Groce that represents a bag which will hold Groceryltem objects. The class has the following private static constants: MAXWEIGHT …
(2) The GroceryBag Class Implement a class called GroceryBag that represents a b
(2) The GroceryBag Class Implement a class called GroceryBag that represents a bag which will hold Groceryltem objects. The class has the following private static constants: MAXWE…
(2) The Walking Drunkard (or Random Walk) Problem – focus on Encapsulation and p
(2) The Walking Drunkard (or Random Walk) Problem – focus on Encapsulation and putting Java Collections to work (80 pts): Imagine an infinite grid of streets where locations/inter…
(2) When the Window First Opens When the window first opens, it should appear (1
(2) When the Window First Opens When the window first opens, it should appear (1)with all buttons disabled, (2) the Products list populated with items, (3) the Shopping Cart and C…
(2). Using Matlab generate a 100-by-100 matrix, each element in this matrix is a
(2). Using Matlab generate a 100-by-100 matrix, each element in this matrix is a random integer from 10 to 20. (3). Using Matlab write the matrix in problem (2) to a txt file call…
(2). Using Matlab generate a 100-by-100 matrix, each element in this matrix is a
(2). Using Matlab generate a 100-by-100 matrix, each element in this matrix is a random integer from 10 to 20. (3). Using Matlab write the matrix in problem (2) to a txt file call…
(2). [5 points] Write an intersection predicate, RayLineIntersectProp, in C (or
(2). [5 points] Write an intersection predicate, RayLineIntersectProp, in C (or Java or pseudocode) which takes four points, a, b, c, d, which define a ray, ab (with endpoint a an…