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

1. If you want to align 2 DNA sequences you can use many different substitution
1. If you want to align 2 DNA sequences you can use many different substitution matrices. PAM 250 and Blosum 62 Matrices are two good choices. True False 2. In the case of closely…
1. If you want to produce a listing of the file contents by last name, area code
1. If you want to produce a listing of the file contents by last name, area code, city, state, or zip code, how would you alter the file structure? 2. What data redundancies do yo…
1. If you wanted, you could create a third Constructor with only one argument. a
1. If you wanted, you could create a third Constructor with only one argument. a) True b) False 2) Since there are two Human’s (constructors) the compiler ignores the first one.…
1. If your organization does become a victim of a cyber-crime or a security inci
1. If your organization does become a victim of a cyber-crime or a security incident, how will you respond? What types of evidence would be important to your investigation, and ho…
1. Imagine a publishing company that markets both book and audiocassette version
1. Imagine a publishing company that markets both book and audiocassette versions of its works. Create a class publication that stores the title (a string) and price (type float) …
1. Imagine data is being gathered from a number of sources, all at irregular int
1. Imagine data is being gathered from a number of sources, all at irregular intervals. Some data is visual, some audio, some electronic. All data have ID numbers and a time stamp…
1. Imagine that there are processes that are being generated at random intervals
1. Imagine that there are processes that are being generated at random intervals, each process has an id (0001 to 9999) and in addition each process has a complexity score that is…
1. Imagine that you are a prescription drug salesperson for a large pharmaceutic
1. Imagine that you are a prescription drug salesperson for a large pharmaceutical firm and that you make frequent sales calls on physicians and other primary care people in docto…
1. Imagine that you are targeting an instruction set architecture that does not
1. Imagine that you are targeting an instruction set architecture that does not have an integer division or modulus operation. 1. Write a function in C that takes two signed, 32-b…
1. Imagine that you have been hired to work as a database designer in an electri
1. Imagine that you have been hired to work as a database designer in an electricity company. Your manager asks you to design a database for the billing system. Billing system is …
1. Imagine you are a manager of three consultants and you want to keep a running
1. Imagine you are a manager of three consultants and you want to keep a running total of their value. You need a form where you can add brownie points to their running total whne…
1. Imagine you are implementing the consistency model for a site such as Faceboo
1.      Imagine you are implementing the consistency model for a site such as Facebook. a.       It’s important from a user’s point of view that any actions they do on their accou…
1. Imagine you are implementing the consistency model for a site such as Faceboo
1.      Imagine you are implementing the consistency model for a site such as Facebook. a.       It’s important from a user’s point of view that any actions they do on their accou…
1. Implement Gale-Shapley Algorithm for computing Stable Marriage Assignment in
1. Implement Gale-Shapley Algorithm for computing Stable Marriage Assignment in any language, such as Python, Java, C++ or MATLAB, using the approach and data structures described…
1. Implement IP router function, which does the following: - takes as an input:
1. Implement IP router function, which does the following: - takes as an input: - a 32 bit IP address - a routing table: a list of IP address - subnet mask - Interface (NIC card) …
1. Implement a Java application that has a border layout and labels for each reg
1. Implement a Java application that has a border layout and labels for each region in the layout. Now defined mouse event to act as the following: a. When mouse enters CENTER the…
1. Implement a Stack and Queue class using a vector •Only need to have Push, Pop
1. Implement a Stack and Queue class using a vector •Only need to have Push, Pop, and Print 2. Generate two lists containing 100 randomly generated numbers from 1 to 50 •Populate …
1. Implement a function that accepts two integer arrays and returns 1 if they ar
1. Implement a function that accepts two integer arrays and returns 1 if they are equal 0 otherwise. Write a program that accepts two arrays of integers from the user and checks f…
1. Implement a function to compute the Hamming Distance between two DNA sequence
1. Implement a function to compute the Hamming Distance between two DNA sequences. The function needs two DNA sequences as inputs. The output should be the Hamming distance betwee…
1. Implement a generic version of the binary search algorithm in the problem 4.
1. Implement a generic version of the binary search algorithm in the problem 4. /** A class for executing binary searches through an array. */ public class BinarySearcher { privat…
1. Implement a generic version of the binary search algorithm in the problem 4.
1. Implement a generic version of the binary search algorithm in the problem 4. /** A class for executing binary searches through an array. */ public class BinarySearcher { privat…
1. Implement a genetic algorithm to find a solution to the Traveling Salesman Pr
1. Implement a genetic algorithm to find a solution to the Traveling Salesman Problem for the following distance matrix 7 19715 18 105 4 1316 3 10 711 Instructions There are 15 ci…
1. Implement a method to sort a given array using the merge sort algorithm. Use
1. Implement a method to sort a given array using the merge sort algorithm. Use the algorithm provided (below) instead of the algorithm from the textbook. NOTE: You have to alloca…
1. Implement a program that contains the following functions: a) A function that
1.       Implement a program that contains the following functions: a) A function that reads a numeric matrix from the input. The function will first read the dimensions of the ma…
1. Implement a public method named initialize. It takes a two dimensional square
1. Implement a public method named initialize. It takes a two dimensional square array of integers named array as a parameter. It initializes all of the elements of the array to t…
1. Implement a rebalance() operation for BalancedBSTSet. 2. Modify the Node clas
1. Implement a rebalance() operation for BalancedBSTSet. 2. Modify the Node class and the add(), remove(), and Iterator.remove() methods to maintain counts at each node. The count…
1. Implement a “ping” program using raw socket. This “ping” program only needs t
1. Implement a “ping” program using raw socket. This “ping” program only needs to support IPv4 and ICMPv4, not IPv6 and ICMPv6. You may use the “ping” program from the “Unix Netwo…
1. Implement all challenges with the given file name a) Tree: Preorder Traversal
1. Implement all challenges with the given file name a) Tree: Preorder Traversal : preorder.cpp /* you only have to complete the function given below.   Node is defined as   struc…
1. Implement an ArrayList class that stores a list (of objects) using an array.
1. Implement an ArrayList class that stores a list (of objects) using an array. Your class should have an append method to add an element to the list. Your main method should demo…
1. Implement generic insertion sort public static void
1. Implement generic insertion sort public static <E extends Comparable<E>> void insertionSort(E[] list){ //implement body } 2. Implement generic bubble sort public st…
1. Implement in the language of your choice a function or method which takes in
1. Implement in the language of your choice a function or method which takes in a vector or list of integers and sorts the list using the heap sort algorithm. You can either modif…
1. Implement root finding method to determine the dew point pressure for the giv
1. Implement root finding method to determine the dew point pressure for the given fluid mixture phase behavior 2. Implement bilinear interpolation method to determine the fluid m…
1. Implement the Ballroom Dancers simulation based on the Semaphores Example bel
1. Implement the Ballroom Dancers simulation based on the Semaphores Example below : Ballroom Dancers Imagine that threads represent ballroom dancers and that two kinds of dancers…
1. Implement the Circle Class. Implement the following class: public class Circl
1. Implement the Circle Class. Implement the following class: public class Circle { /** The radius of this circle */ double radius = 1.0; /** Construct a circle object */ Circle()…
1. Implement the Depth First Search (DFS) traversal algorithm to find a solution
1.Implement the Depth First Search (DFS) traversal algorithm to find a solution through your maze a.Show the progression that the algorithm makes though the maze, including reachi…
1. Implement the binarySearch algorithm presented in this chapter for an array o
1. Implement the binarySearch algorithm presented in this chapter for an array of strings. 2. Implement kSmall, discussed in the section "Finding the k(th) Smallest Item in an Arr…
1. Implement the code. Note that the code on Figure 4.13.1 has some errors that
1. Implement the code. Note that the code on Figure 4.13.1 has some errors that you need to fix. 2. The code only supports the addition instructions. Add the code to support the s…
1. Implement the following expression in assembly language: Assume i, j and y ar
1. Implement the following expression in assembly language: Assume i, j and y are 32-bit registers. for (i = 6; i > 0; i--) { for(j = 3; j > 0; j--) { y = i + j ; } } 2. Wri…
1. Implement the following function to create a matrix of dimensionality numRows
1. Implement the following function to create a matrix of dimensionality numRows x numCols, where matrix starts with an initial size of 0. Furthermore, initialize the value at mat…
1. Implement the following static method that, given an XMLTree and a tag name (
1. Implement the following static method that, given an XMLTree and a tag name (a String), searches the children of the XMLTree for the given tag and returns the index of the firs…
1. Implement the methods specified for the unbounded stack (LinkedStack) • Add a
1. Implement the methods specified for the unbounded stack (LinkedStack) • Add an inspector method inspect(int loc). The method will return the element found at the location loc. …
1. Implement the methods specified for the unbounded stack (LinkedStack) • Add a
1. Implement the methods specified for the unbounded stack (LinkedStack) • Add an inspector method inspect(int loc). The method will return the element found at the location loc. …
1. Implement the verification algorithm for the Traveling Salesperson Decision p
1. Implement the verification algorithm for the Traveling Salesperson Decision problem discussed in class on your system, and study its polynomial-time performance. 2. Write a pol…
1. Implement this Paul\'s Bank Koester Bank Fort Worth, Texas 2. The End of Mont
1. Implement this Paul's Bank Koester Bank Fort Worth, Texas 2. The End of Month button causes each 240000 account to be updated as described above. Note Account ID Amount that Sa…
1. Implementation of a File containing the record structure for Books Title, Aut
1. Implementation of a File containing the record structure for Books Title, Author 2. Implementation of READ FILE code, that executes whenever user requests a LIST of Books. The …
1. Implementation of a File containing the record structure for Books Title, Aut
1. Implementation of a File containing the record structure for Books Title, Author 2. Implementation of READ FILE code, that executes whenever user requests a LIST of Books. The …
1. Improved SEO is a goal of every type of blog? (Points : 2) True False Questio
1. Improved SEO is a goal of every type of blog? (Points : 2)        True        False Question 2. 2. One benefit of being a Fashion Blogger is they sometimes get invited to atten…
1. In 802.11i ________, hosts must know a shared initial key. A. 802.1X mode B.
1. In 802.11i ________, hosts must know a shared initial key. A. 802.1X mode B. PSK mode C. both A and B D. neither A nor B 2. Which form of Bluetooth has a typical transmission s…
1. In ANSII standard C++, there is no library function to convert an integer to
1. In ANSII standard C++, there is no library function to convert an integer to a string. Your program should develop such a function. In other words complete the following progra…
1. In ARQ, a NAK is sent by the recipient if the message was received correctly.
1. In ARQ, a NAK is sent by the recipient if the message was received correctly. (True or False) 2. Ethernet is an example of an asynchronous data link layer protocol. (True or Fa…