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

1) Determine the SNR (dBs) for a received signal power, Pr=-10dBm, and a receive
1) Determine the SNR (dBs) for a received signal power, Pr=-10dBm, and a receiver noise, N=-203dBm? a. Pr(dBm)*N(dBm)= 2.03E3 dBm b. Pr(dBm)/N(dBm)= 49.26 dBm c. Pr(dBm)+N(dBm)= -…
1) Determine the multiplicative inverse of x^3+x+1 in GF(16) with m(x) = x^4+x+1
1)  Determine the multiplicative inverse of x^3+x+1 in GF(16) with m(x) = x^4+x+1. (30 poitnts) 2) compute the greatest common divisor of x^8 + x^5 + x^4 + x + 1 and x^7 + x^6 + x…
1) Develop a Java application that plays a \"guess the number\" game as describe
1) Develop a Java application that plays a "guess the number" game as described below. a) The user interface is displayed and the user clicks the “Start Game” button to begin the …
1) Develop a simple class that represents a number guessing game. The game is pl
1)      Develop a simple class that represents a number guessing game. The game is played by the program randomly generating a number and the user attempting to guess that number.…
1) Develop an algorithm and write the html and JavaScript that displays a web pa
1) Develop an algorithm and write the html and JavaScript that displays a web page titled "Grade Calculator". This code will allow a student to enter a grade, in integer form (lik…
1) Develop an algorithm or program to implement the following function: insert_i
1) Develop an algorithm or program to implement the following function: insert_in_linked_list (element,after_pointer) The element parameter is a data item to be added to a linked …
1) Discuss important computer hardware developments that you expect to happen in
1) Discuss important computer hardware developments that you expect to happen in the next 10 years? How will these affect the business use of computers? 2) What trends are occurri…
1) Discuss the 3 outcomes packets can have flowing through a firewall. Give exam
1) Discuss the 3 outcomes packets can have flowing through a firewall. Give examples of type of packets that can have one of the three outcomes. 2) With the advent of object-orien…
1) Discuss the importance of Information Protection. What are the consequences f
1) Discuss the importance of Information Protection. What are the consequences for not protecting the organizational or personal data and information? In your opinion, has the imp…
1) Discuss the web enabled platform for the dynamic decisionmaking systems. I ne
1) Discuss the web enabled platform for the dynamic decisionmaking systems. I need a very detailed explanation for this question. 2) What are some technical implications of Moore'…
1) Display the book title and the number of books sold where the profit from the
1) Display the book title and the number of books sold where the profit from the book is more the 70%. The resulting list should display highest quantity of books title sold first…
1) Display the message, \" Welcometo C++\"; 2) Prompt the userto enter 2 integer
1) Display the message, "Welcometo C++"; 2) Prompt the userto enter 2 integer numbers; 3) Calculate anddisplay the sum, product, difference, and quotient of the 2numbers,    and i…
1) Divide and Conquer This problem has two options to answer, ONLY ANSWER ONE. I
1) Divide and Conquer This problem has two options to answer, ONLY ANSWER ONE. If you change your mind on which problem you want to attempt after you have written the solution to …
1) Do While loop to do while loop #include int racer1; int racer2; int
1) Do While loop to do while loop #include <stdio.h> int racer1; int racer2; int main() {     racer1 = 0;     racer2 = 0;     scanf("%d", &racer1);     scanf("%d", &…
1) Do loop. Write the code to calculate the average of series of numbers that th
1) Do loop. Write the code to calculate the average of series of numbers that the user enters using a do loop (also generically called a do-while loop). Prompt the user to enter a…
1) Does a TreeSet allow duplicate values to be added to the Set? For example, wh
1) Does a TreeSet allow duplicate values to be added to the Set? For example, what happens if you try to execute the following code? TreeSet myTree = new TreeSet(); myTree.add("al…
1) Does every line of code require a formal C comment? 2) What is the purpose of
1) Does every line of code require a formal C comment? 2) What is the purpose of data input? 3) If you want to input a single character from the keyboard what C statement might I …
1) Download and run. 2) Add the ability to push an integer array containing [8][
1) Download and run. 2) Add the ability to push an integer array containing [8][7][6][5][4][3][2][1] the stack at the ed of this operation. 2) Add the ability to push an integer a…
1) Download and run. 2) Add the ability to push an integer array containing [8][
1) Download and run. 2) Add the ability to push an integer array containing [8][7][6][5][4][3][2][1] when option 8 is selected. Element [1] should be at the top of the stack at th…
1) Download the dataset of handwritten digits collected by USPS and divide them
1) Download the dataset of handwritten digits collected by USPS and divide them into two sets of 5500 images: the training set and the testing set. The goal of this project is to …
1) Draw and label your own version of the memory hierarchy. • Where are faster e
1) Draw and label your own version of the memory hierarchy. • Where are faster elements located? • How do we illustrate relative capacity? Consider two machines with two different…
1) Draw the BINARY TREE that can result in the following two traversals [a] In-O
1) Draw the BINARY TREE that can result in the following two traversals [a] In-Order Traversal: 5,8,14,18,20,25 [b] Pre-Order Traversal: 20,5,14,8,18,25
1) Draw the Truth-Table for the majority-vote problem (assuming 3 inputs). 2) No
1) Draw the Truth-Table for the majority-vote problem (assuming 3 inputs). 2) Now, assuming our 8-to-1 multiplexer can be visualized like this: DO DI D2 D3 D4 DS D6 D7 We set the …
1) Drivers are concerned with the mileage obtained by their cars. One driver has
1) Drivers are concerned with the mileage obtained by their cars. One driver has kept track of several tankful of gasoline by recording miles driven and gallons used for each tank…
1) Dynamo is a NoSQL database developed by amazon. Which of the following about
1) Dynamo is a NoSQL database developed by amazon. Which of the following about Dynamo is correct? Select one or more a) Dynamo provides simple read and write operations to a data…
1) Echo the input: First, you should make sure you can write a program and have
1) Echo the input: First, you should make sure you can write a program and have it compile and run, take input and give output. So to start you should just echo the input. This me…
1) Edit your file in your IDE and make the following changes/additions: a. Name
1) Edit your file in your IDE and make the following changes/additions: a. Name the file to Lab13XXxx.java, where XXxx is your initials and the next 2 letters of your last name. b…
1) Encapsulation combines an ADT’s data with its operations to form a(n) ______.
1) Encapsulation combines an ADT’s data with its operations to form a(n) ______. exception method object variable 2)A(n) ______ is a C++ construct that enables a programmer to def…
1) Enter your name, student ID, platform and date Name: Chau Nguyen (0804707) Cl
1) Enter your name, student ID, platform and date Name: Chau Nguyen (0804707) Class: CIS054 C/C++ Programming Platform (Mac or PC): PC Date: 2) PROJECT DESCRIPTION Create an appli…
1) Enter your name, student ID, platform and date Name: Class: CIS054 C/C++ Prog
1) Enter your name, student ID, platform and date Name: Class: CIS054 C/C++ Programming Platform (Mac or PC): Date:   2) PROJECT DESCRIPTION Create an application that searches a …
1) Examine the following function header, the write an example call to the funct
1) Examine the following function header, the write an example call to the function. void showValue(int quantity) 2) The following statement calls a function named half. The half …
1) Explain how arrays are passed to methods as arguments. 2)Write the declaratio
1) Explain how arrays are passed to methods as arguments. 2)Write the declaration for an array of doubles called averages that is initialized with an initializer list. 3) Write th…
1) Explain how two-dimensional arrays are passed to functions. In your explanati
1) Explain how two-dimensional arrays are passed to functions. In your explanation, include a two-dimensional array declaration and initialization, a function prototype that recei…
1) Explain the use of trap in operating systems. 2) Suppose you have a multiproc
1) Explain the use of trap in operating systems. 2) Suppose you have a multiprocessor system with 4 equal capability processors. A special-purpose OS is installed in the system. T…
1) Explain three (3) approaches that network administrators can use in order to
1) Explain three (3) approaches that network administrators can use in order to ensure a fault tolerant network design without a single point of failure. Of the three (3) approach…
1) Explain what an “inline” function is, why it is used, and its advantages over
1) Explain what an “inline” function is, why it is used, and its advantages over the standard C macro created with a #define. 2) Explain what a “friend” function is and how it is …
1) Explain what is wrong with the following code fragment? (Find any errors and
1) Explain what is wrong with the following code fragment? (Find any errors and explain how would you fix it in the following code fragment In that vein, it has NOTHING to do with…
1) Explain why it is necessary to examine a number of alternative system concept
1) Explain why it is necessary to examine a number of alternative system concepts prior to finalizing a set of system performance requirements. What are the likely results of fail…
1) Explain why it\'s a good idea to have DROP TABLE statements at the beginning
1) Explain why it's a good idea to have DROP TABLE statements at the beginning of your DDL SQL script files that are used to create one or more tables. 2) How can you drop a table…
1) Explain why you picked that process. 2) Explain how you would go about improv
1) Explain why you picked that process. 2) Explain how you would go about improving it. 3) Who should be involved with you? 4) What are some of the questions you should ask about …
1) Express the meaning of binary and decimal number by denotational method.Use t
1) Express the meaning of binary and decimal number by denotational method.Use this meaning of decimal numbers in defining expression which may involve + And * operator between de…
1) Extend the Binary Search Tree ADT to include a public method leafCount that r
1) Extend the Binary Search Tree ADT to include a public method leafCount that returns the number of leaf nodes in the tree. 2) Extend the Binary Search Tree ADT to include a publ…
1) Extend the Binary Search Tree ADT to include a public method leafCount that r
1) Extend the Binary Search Tree ADT to include a public method leafCount that returns the number of leaf nodes in the tree. 2) Extend the Binary Search Tree ADT to include a publ…
1) Fill a two 12 element arrays < numbers> and with random numbers fro
1)Fill a two 12 element arrays &lt;numbers&gt; and &lt;compare&gt; with random numbers from1 to 50 using your defined method &lt;ranDom&gt;. Once filled pass array back to &lt;mai…
1) Find and discuss an interesting example of recursion - thus, an example other
1) Find and discuss an interesting example of recursion - thus, an example other than those presented in the readings. Your discussion should: give citations, make it clear that t…
1) Find buffer overflow bug(s) 2) fix the code by correcting all the vulnerable
1) Find buffer overflow bug(s) 2) fix the code by correcting all the vulnerable codes from buffer overflow #include #include int main(int argc, char *argv[]) { int i; char buf[100…
1) Find pilots by eid who are certified to fly all aircraft the airline owns wit
1) Find pilots by eid who are certified to fly all aircraft the airline owns with the exception of those on the "specialized" list, i.e. SAAB 340, Tupolev 154, the Airbus A320, Ai…
1) First we need to compute an ordered form of each word. In this case, the orde
1) First we need to compute an ordered form of each word. In this case, the ordered form of a word contains the same letters as the original, but in sorted order. So compose a sta…
1) Following information should be entered in an Excel Spreadsheet -------------
1) Following information should be entered in an Excel Spreadsheet ------------------------------------------------ Product Quantity Unit Price Book 10 12.5 Pencil 5 0.25 Notebook…
1) For a given time period(begin date and end date) compute 5 best customers(in
1) For a given time period(begin date and end date) compute 5 best customers(in terms of money spend in reservation) 2) ) For a given time period(begin date and end date) compute …