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

2.5 points GRRPhys2 24.P.004. My Notes | Question Part Points Submissions Used A
2.5 pointsGRRPhys2 24.P.004.My Notes  | Question Part Points Submissions Used A converging lens with a focal length of 14.5 cm and a diverging lens are placed 25.5 cm apart, with …
2.5 points GRRPhys2 24.P.004. My Notes | Question Part Points Submissions Used A
2.5 pointsGRRPhys2 24.P.004.My Notes  | Question Part Points Submissions Used A converging lens with a focal length of 14.5 cm and a diverging lens are placed 25.5 cm apart, with …
2.5.1 D) Product(maker, model, type) PC(model, speed, ram, hd, price) Laptop(mod
2.5.1 D) Product(maker, model, type) PC(model, speed, ram, hd, price) Laptop(model, speed, ram, hd, screen, price) Printer(model, color, type, price) 1) Show the Tuples that don't…
2.56 Write an SQL statement to display the SKU, SKU_Description, and Department
2.56 Write an SQL statement to display the SKU, SKU_Description, and Department of all SKUs that appear in either the Cape Codd 2013 catalog (either in the printed catalog or on t…
2.6 The table below shows 32-bit values of an array stored in memory For the mem
2.6 The table below shows 32-bit values of an array stored in memory For the memory locations in the table below, write pseudocode to move the array locations around so that they …
2.6. A multiprocessor with eight processors has 16 attached tape drives. There i
2.6. A multiprocessor with eight processors has 16 attached tape drives. There is a large number of jobs submitted to the system that each require a maximum of four tape drives to…
2.6. Assume we have a stream cipher whose period is quite short. We happen to kn
2.6. Assume we have a stream cipher whose period is quite short. We happen to know that the period is 150–200 bit in length. We assume that we do not know anything else about the …
2.6.2 Reading and Understanding Code 4. What is the output of this code sequence
2.6.2 Reading and Understanding Code 4. What is the output of this code sequence? at double a -12.5; System.out.println( a); 5. What is the output of this code sequence? int a 6; …
2.7 ) When using the one-time pad with the key k = 0l, we have Enck(m) = k ? m =
2.7 ) When using the one-time pad with the key k = 0l, we have Enck(m) = k ? m = m and the message is sent in the clear! It has therefore been suggested to modify the one-time pad…
2.7. The following problems explore number conversions from signed and unsigned
2.7. The following problems explore number conversions from signed and unsigned binary number to decimal numbers. a. 1010 1101 0001 0000 0000 0000 0000 0010two b. 1111 1111 1111 1…
2.7. [4 marks] Given a machine with 5 frames show the contents of each frame usi
2.7. [4 marks] Given a machine with 5 frames show the contents of each frame using the following replacement algorithms on the reference string. Also say how many page faults woul…
2.All of the following statements about a virtual private network are correct ex
2.All of the following statements about a virtual private network are correct except: A. Uses the Internet as its main backbone network B. Connects the intranets of a company's di…
2.Code three calls to the procedure created in exercise 1: a. passed by position
2.Code three calls to the procedure created in exercise 1: a. passed by position with @VendorVar='Z'% and no balance range b. passed by with @VendorVar omitted and a balance range…
2.Consider the definition of the following class: (15 points) class CC { public:
2.Consider the definition of the following class: (15 points) class CC { public: CC(); //Line 1 CC(int); //Line 2 CC(int, int); //Line 3 CC(double, int); //Line 4 . . private: int…
2.Ethics in image processing Many of the image processing techniques we have lea
2.Ethics in image processing Many of the image processing techniques we have learned in this course are readily available to the public in Adobe Photoshop and other image processi…
2.First the program should load all the objects from a binary save file into a J
2.First the program should load all the objects from a binary save file into a JList model. 3. The details of each object should be visible to the user, either through the JList i…
2.Help please!! I need help with this problem. no coding just math Greedy Algori
2.Help please!! I need help with this problem. no coding just math Greedy Algorithms. You're in charge of the Boeing 737NG flight simulator in Singapore. This Friday pilots from s…
2.If you require 115 host addresses on a network, how many bits should you reser
2.If you require 115 host addresses on a network, how many bits should you reserve for the host part of an IPv4 address? What is the corresponding subnet mask? Give both CIDR and …
2.Look at the following SQL statement. SELECT Name FROM EmployeeWhat is the name
2.Look at the following SQL statement. SELECT Name FROM EmployeeWhat is the name of the table from which this statement is retrieving data? What is the name of the column that is …
2.On January 19, 2016, Dr. Curtis Cooper published about his recent discovery of
2.On January 19, 2016, Dr. Curtis Cooper published about his recent discovery of a 49th Mersenne prime, 274207281 - 1 (a number with 22,338,618 digits), as a result of a search ex…
2.Please explain the purpose of Rand, getNumber, and showWinner in the program s
2.Please explain the purpose of Rand, getNumber, and showWinner in the program shown below. ////////////////////////////////////////// Module main() Declare Integer computer, play…
2.Prove that your greedy criterion does lead to an optimal solution. 3.Explain i
2.Prove that your greedy criterion does lead to an optimal solution. 3.Explain in at most two sentences why your greedy criterion leads to an algorithm that takes O(n) time. Donal…
2.Recall that a complex number is defined as a number of the form z=a+bi where a
2.Recall that a complex number is defined as a number of the form z=a+bi where a is called the real part of z,b is called the imaginary part of z and i=sqrt(-1) is called the imag…
2.Rewrite the following loop using an equivalent for loop. int count = 0; int i
2.Rewrite the following loop using an equivalent for loop. int count = 0; int i = 0; int x = 0; while (i < n) { scanf("%d", &x); if (x == i) ++count; ++i; } 3. Assume that …
2.Show the order in which the vertices in graph G are visited using the DFS algo
2.Show the order in which the vertices in graph G are visited using the DFS algorithm and the BFS algorithm. G = (V,E) where V = {a, b, c, d, e, f, g} and E = {(a,b), (a,c), (b,d)…
2.What are the choices of delivering mobile version web sites and applications?
2.What are the choices of delivering mobile version web sites and applications? What is ONE Web? How responsive design is different from adaptive web (dynamic serving)? 3.When sho…
2.What is the purpose of the operator \"instanceof\"? 3.What do you mean by down
2.What is the purpose of the operator "instanceof"? 3.What do you mean by downcasting? Why do you need it? 4. Which part of program shows polymorphic behavior? Explain... Employee…
2.What people, organization, and technology factors contributed to this problem?
2.What people, organization, and technology factors contributed to this problem? To what extent was it a technology problem? To what extent was it a people and organizational prob…
2.Which of the following is a type of control structure? All of the above 5.A __
2.Which of the following is a type of control structure? All of the above 5.A __________ is provided to a random number generator to ensure the same sequence of numbers is NOT gen…
2.Who is making the Web standards? ---------------------------------------------
2.Who is making the Web standards? ------------------------------------------------------------------- 3.Choose the correct HTML tag for the largest heading ----------------------…
2.Write MATLAB programs using while loops to do the following. Although you will
2.Write MATLAB programs using while loops to do the following. Although you will probably see ways to solve these problems without iteration, you must use it for all these solutio…
2.Write a Java application to display the following GUI. At this point you are o
2.Write a Java application to display the following GUI. At this point you are only implementing the display. This program has the following requirements: 1. The textfield should …
2.Write a method named longestWord that accepts a String as its parameter and re
2.Write a method named longestWord that accepts a String as its parameter and returns the length of the longest word in the string. A word is a sequence of one or more non-space c…
2.Write a program to simulate tossing a “fair” coin.Allow the user to enter the
2.Write a program to simulate tossing a “fair” coin.Allow the user to enter the number of tosses. Print the number oftosses that yielded heads and the number of tosses that yielde…
2.Write an abstract class Vehicle which has two data fields: speed(int) and cost
2.Write an abstract class Vehicle which has two data fields: speed(int) and costPerKM(double), get/set methods for each data field and a constructor method that initializes speed …
2.Write code for the function with the following prototype: Assumptions Integers
2.Write code for the function with the following prototype: Assumptions Integers are 64-bits long and represented in two’s-complement form. Right shifts of signed data are perform…
2.Your task for this portion of the assignment is to choose one of these member
2.Your task for this portion of the assignment is to choose one of these member functions which you used in part-1 of this assignment to perform the comparison and make it a non-m…
2.a. A particular program performs encryption and decryption of text strings. It
2.a. A particular program performs encryption and decryption of text strings. It prompts a user to enter 'E' or 'e' for encryption, and 'D' or 'd' for decryption. No other initial…
2.c please give me the multiple sequence alignment by using Clustal Omega. I don
2.c please give me the multiple sequence alignment by using Clustal Omega. I don't know how to edit the sequences in correct format. 2. Multiple Sequence Alignment For this proble…
20 - If a model\'s implications depend on the inclusion or exclusion of outliers
20 - If a model's implications depend on the inclusion or exclusion of outliers, one should spend additional time to track down a. another source of data. b. the missing values. c…
20 10 8 4.5 8.45 12.2 8.0 2.5 4.0 1.0 15.0 18.0 3.5 3.5 3.5 6.0 5.0 10.0 That is
20 10 8 4.5 8.45 12.2 8.0 2.5 4.0 1.0 15.0 18.0 3.5 3.5 3.5 6.0 5.0 10.0 That is, each line contains the widtif, height, and length of a package. The dimensions are separated by s…
20 A +4.0-AC charge is placed on the x axis at x +3.0 m, and a -2.0-AC charge is
20 A +4.0-AC charge is placed on the x axis at x +3.0 m, and a -2.0-AC charge is located on the y axis at y 1.0 m. Point A is on the y axis at y +4.0 m. Determine the electric pot…
20 Which of the following is a User-defined data type? 21 | The forrnat identifi
20 Which of the following is a User-defined data type? 21 | The forrnat identifier %e is also used for-_, data type? 22 What is the size of an array name[10] of int data type? Ass…
20 points) For the Generate and Test problem solving method good generators are
20 points) For the Generate and Test problem solving method good generators are complete, non-redundant, and use useful information to restrict the number of possible solutions. I…
20 points) Suppose that a black stone is placed on a vertex s and a white stone
20 points) Suppose that a black stone is placed on a vertex s and a white stone is placed orn a different node t of an undirected graph G, where there is no edge between s and t. …
20 pt) An array of 100 words is allocated starting at the address \'arr 00\' (de
20 pt) An array of 100 words is allocated starting at the address 'arr 00' (declared as 'arr100: word :100' i n the data segment). Fill in the comment area in the following MIPS c…
20 pts (TCOs 2.4, 5, and 8) Write a program to input a purchase amount and calcu
20 pts (TCOs 2.4, 5, and 8) Write a program to input a purchase amount and calculate the sales tax and total due. The sales tax depends on the county identifying code. Counties wi…
20% D Tue Mar 219 27 54 PM aR E Chrome File Edit View History Bookmarks People W
20% D Tue Mar 219 27 54 PM aR E Chrome File Edit View History Bookmarks People Window Help Assignments Posting f Facebook Zelda BotW Hidden Shrine A08.pd ksuweb.kennesaw.edu a hha…
20) A script stores information on potential subjects for an experiment in a vec
20) A script stores information on potential subjects for an experiment in a vector of structures called subjects. The following show an example of what the contents might be: &gt…
20) Consider the following code snippet: public class Vehicle { private String m
20) Consider the following code snippet: public class Vehicle { private String manufacturer; . . . public void setVehicleClass(double numberAxles) { . . . } } If a Motorcycle clas…