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 320 / 3837

2) Answer the following questions: NO COPY PASTE Describe the difference between
2) Answer the following questions: NO COPY PASTE Describe the difference between a U.S. customer & an International customer who each makes a purchase from a .......U.S. e-com…
2) Based on the Cloud Security Alliance Security Guidance material, answer the f
2) Based on the Cloud Security Alliance Security Guidance material, answer the following question: For the following areas: a. Domain 3: Legal and Electronic Discovery, b. Domain …
2) Ben wants to relate the queue at the Post Office to a scheduling policy, and
2) Ben wants to relate the queue at the Post Office to a scheduling policy, and claims that it is not following FIFO policy as it should. He says that from time to time a Post Off…
2) Blackjack Dice. Write a program (called q2.p) to simulate the game of Blackja
2) Blackjack Dice. Write a program (called q2.p) to simulate the game of Blackjack Dice. Blackjack Dice is based on two 11-sided dice, where each die represents the numbers from 1…
2) Coding exercises. Write pseudocode segments in the style of Cheney and Kincai
2) Coding exercises. Write pseudocode segments in the style of Cheney and Kincaid to solve the following problems: a) Assuming an integer variable n has already been initialized, …
2) Comparisons can easily be done between components of vectors. Assume we have
2) Comparisons can easily be done between components of vectors. Assume we have two vectors. X : [1 2 3], y = [6 4 2]. If we wanted to check if the first element of x is larger th…
2) Compiling andAssembling by Hand (a) The MIPS translation of the Csegment whil
2) Compiling andAssembling by Hand (a)The MIPS translation of the Csegment while (save[i] == k) i += 1; uses both a conditional branch and anunconditional jump each time through t…
2) Computing the Average time complexity for a real-world problem is difficult.
2) Computing the Average time complexity for a real-world problem is difficult. Explain why by referring back to the formula for computing A(n). *Why? ----------------------------…
2) Connect your accelerometer to your Arduino (Use the instructions given below)
2) Connect your accelerometer to your Arduino (Use the instructions given below). 3) Add this line to your setup () function: analogReference (EXTERNAL) 4) Connect your Arduino's …
2) Consider the Hilbert matrix, A, whose elements are given by i+j-1 Write a scr
2) Consider the Hilbert matrix, A, whose elements are given by i+j-1 Write a script m-file to do parts (a)-(e) below. You will use the function norm(x) for the norm (which is the …
2) Consider the code below: Employee class: class Employee { public: Employee(st
2) Consider the code below: Employee class: class Employee { public: Employee(string theName, float thePayRate); protected string getName0 const; float getPayRate() const; float p…
2) Consider the code below: Employee class: class Employee { public: Employee(st
2) Consider the code below: Employee class: class Employee { public: Employee(string theName, float thePayRate); protected string getName0 const; float getPayRate() const; float p…
2) Consider the code below: Employee class: class Employee { public: Employee(st
2) Consider the code below: Employee class: class Employee { public: Employee(string theName, float thePayRate); protected: string getName0 const; float getPayRate0 const; float p…
2) Consider the code below: Employee class: class Employee { public: Employee(st
2) Consider the code below: Employee class: class Employee { public: Employee(string theName, float thePayRate); protected: string getName0 const; float getPayRate0 const; float p…
2) Consider the table: STUDENT (Number, Name, Dorm, RoomType, DormCost, Club, Cl
2) Consider the table: STUDENT (Number, Name, Dorm, RoomType, DormCost, Club, ClubCost, Sibling, Nickname) Assume that students pay different dorm costs, depending on the type of …
2) Consider the table: STUDENT (Number, Name, Dorm, RoomType, DormCost, Club, Cl
2) Consider the table: STUDENT (Number, Name, Dorm, RoomType, DormCost, Club, ClubCost, Sibling, Nickname) Assume that students pay different dorm costs, depending on the type of …
2) Consider the vending machine controller digital system designed in class. Ass
2) Consider the vending machine controller digital system designed in class. Assume that it is modified so that it accepts quarters: 14 Amount Inputs Outputs Q: Quarter is inputAm…
2) Create a Matlab function called tridfun.nthat solves the tridiagonal system o
2) Create a Matlab function called tridfun.nthat solves the tridiagonal system of equations Au = k. It is important to understand tha h ll be both a main program tridmain.m and th…
2) Create these 3 arrays by using either commas or linspace: 9 10 11 12 13 13 14
2) Create these 3 arrays by using either commas or linspace: 9 10 11 12 13 13 14 15 16 17 17 18 19 20 21 21 22 23 24 25 5 11 17 23 29 35] B- 27 24 21 18 15 12 55 60 65 70 75 80 C=…
2) Develop an application using an array of structures that will determine the g
2) Develop an application using an array of structures that will determine the gross pay for any number of employees input. The company pays "straight-time" for the first 30 hours…
2) Develop the following derived class Cylinder using base class Circle, must us
2) Develop the following derived class Cylinder using base class Circle, must use base class methods when possible. Cylinder - height : double + setHeight (double ): void // Sets …
2) Download the paint.cpp file provided below and use recursion to solve the fol
2) Download the paint.cpp file provided below and use recursion to solve the following prompt: You are writing code for an image manipulation software. Your current goal is to cre…
2) For a direct-mapped cache design with a 32-bit address, the following bits of
2) For a direct-mapped cache design with a 32-bit address, the following bits of the address are used to access the cache. Complete the table for other parameters. Consider 16-bit…
2) For each question, circle True (T) or False (F) as appropriate. 1. A web filt
2) For each question, circle True (T) or False (F) as appropriate. 1. A web filter is a hardware device that prevents display of certain T F web pages. 2. According to cultural re…
2) For our MyStack class we created methods emptyCheck() which returns True if t
2) For our MyStack class we created methods emptyCheck() which returns True if the stack becomes empty; top), that returns the value of the top element in the stack; push(a1) that…
2) For the program shown below, draw a picture of the run-time environment at th
2) For the program shown below, draw a picture of the run-time environment at the point marked "HERE", and explain how variables x, y, and z, are accessed, for each of the followi…
2) Function descriptions: a) void printArray (int inputArr[], int size ) i) This
2) Function descriptions: a) void printArray (int inputArr[], int size ) i) This function will print the array contents, 10 numbers per line. Each number should be right justified…
2) Give short answers to the following: a) State the functions of each of the fo
2) Give short answers to the following: a) State the functions of each of the following LAN components and explain their key differences: hub, layer-2 switch. b) What are the bene…
2) Given a string of characters without any spaces between them and a dictionary
2) Given a string of characters without any spaces between them and a dictionary of valid English words, find all possible ways to break the string in individual dictionary words.…
2) Given the following definition for BagInterface and skeleton for an ArrayBag
2) Given the following definition for BagInterface and skeleton for an ArrayBag class, complete the add method and helper isArrayFull method. When the array is full, the add metho…
2) If p is a polynomial of degree n, and q is a polynomial of degree m, and n=m,
2) If p is a polynomial of degree n, and q is a polynomial of degree m, and n=m, then p is of order q. 3) There is a "largest order", i.e. there is some function g so that all oth…
2) Implement a SinglyLinkedList class that implements the interface List to stor
2) Implement a SinglyLinkedList class that implements the interface List to store elements of a generic type: (i.e., public class SinglyLinkedList > implements List). Just as i…
2) Implement a procedure in your favorite computer language that generates 100,0
2) Implement a procedure in your favorite computer language that generates 100,000 random integer numbers between 0 and 1000, and stores these numbers to 4 hash tables. The hash t…
2) In SQL I am trying to Create a view. I will give you my script first then the
2) In SQL I am trying to Create a view. I will give you my script first then the instructions. CREATE DATABASE Computer_Inventory_System CREATE TABLE Brands (    BrandKey int IDEN…
2) In parts a and b, for full credit, your algorithm must be as efficient as pos
2) In parts a and b, for full credit, your algorithm must be as efficient as possible. You may use already known algorithms as subroutines in your algorithm.----- a)Write a progra…
2) In the C Shell one can not do floating point operations. That is, you can not
2) In the C Shell one can not do floating point operations. That is, you can not do math with real numbers. However, it is sometimes necessary to do so. A quick work around is to …
2) In the following Java program, rewrite the getCoordinates method using factor
2)     In the following Java program, rewrite the getCoordinates method using factoring to eliminate redundancy.  Your method must still produce the same output and result under a…
2) In this exercise, you will be writing your own function, sineval,which will u
2) In this exercise, you will be writing your own function, sineval,which will use a quadratic spline to compute approximations for the sine function at any real number. You are t…
2) Indicate whether each of the following statements is true or false. In each c
2) Indicate whether each of the following statements is true or false. In each case justify your answer with no more than three sentences or examples. A) Given a set of attributes…
2) Initially both a small pith ball, with a conductive coating, that hangs from
2) Initially both a small pith ball, with a conductive coating, that hangs from a string and a plastic PVC rod are neutral. The pith ball is rubbed against the rod with enough fri…
2) Let color be the following structure: struct color int red; int green; int bl
2) Let color be the following structure: struct color int red; int green; int blue; write functions for question a) to ? a) struct color make_color (int red, int green, int blue) …
2) List Product Define a predicate list_prod/2 that takes a list of numbers as a
2) List Product Define a predicate list_prod/2 that takes a list of numbers as a first parameter and determines the product of all of the list elements in the second parameter. Yo…
2) MATLAB has a matrix function called magictn) which creates an nxn square matr
2) MATLAB has a matrix function called magictn) which creates an nxn square matrix where the sum of every element in every row, every column, and the two diagonals are al equal to…
2) Modify the append_to_list function so an equipment is inserted into an ordere
2) Modify the append_to_list function so an equipment is inserted into an ordered list (by type, then by description) and the list remains ordered after the insertion. For example…
2) Most effort on a project is spent in the ______________ phase. a) initiating
2) Most effort on a project is spent in the ______________ phase. a) initiating b) planning c) executing d) closing 3) Economic evaluation of a project should be done through: a) …
2) Most effort on a project is spent in the ______________ phase. a) initiating
2) Most effort on a project is spent in the ______________ phase. a) initiating b) planning c) executing d) closing 3) Economic evaluation of a project should be done through: a) …
2) Onc possblc application of tries is text auto-completion. Suppose that we wan
2) Onc possblc application of tries is text auto-completion. Suppose that we want to develop an application with auto-completion capabilities and we have decided to use tries. The…
2) Open index.html for editing in the editor and study it, and also open it in t
2) Open index.html for editing in the editor and study it, and also open it in the browser to see it does not show the 7 modern wonders of the world. You will fix this. Notice tha…
2) PE 08 02 (Strings to Number Conversions) Prompt the user to enter three integ
2) PE 08 02 (Strings to Number Conversions) Prompt the user to enter three integers and three floating-point values between -1000 and 1000. Use a single string to read each intege…
2) Password Cracking In these exercise you will download a password cracker. Dow
2) Password Cracking In these exercise you will download a password cracker. Download from sectools.org this tool and run them on your system. Cain and Abel and generate MD5 hash …