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

1. you are required to implement a Web application for calculating a primitive f
1. you are required to implement a Web application for calculating a primitive federal income of a single based on the following rate: Single Married Filing Jointly or Qualifying …
1. you are the information security officer at a medium sized company. the cio h
1. you are the information security officer at a medium sized company. the cio has asked you to explain why you recommend using commerical pkis rather than implementing such a cap…
1. you decide to design a playground slide such that the spped of your child rea
1. you decide to design a playground slide such that the spped of your child reaching the boyyom does not exceed 8 m/s. determine the maximum height that the slide can be. a) 1.8 …
1. you should write down explanation for every line of the code. 2. you should e
1. you should write down explanation for every line of the code. 2. you should explain about the example code. explanation for following contents should be included in this part. …
1. you should write down explanation for every line of the code. 2. you should e
1. you should write down explanation for every line of the code. 2. you should explain about the example code. explanation for following contents should be included in this part. …
1. you should write down explanation for every line of the code. 2. you should e
1. you should write down explanation for every line of the code. 2. you should explain about the example code. explanation for following contents should be included in this part. …
1. you should write down explanation for every line of the code. 2. you should e
1. you should write down explanation for every line of the code. 2. you should explain about the example code. explanation for following contents should be included in this part. …
1. you should write down explanation for every line of the code. 2. you should e
1. you should write down explanation for every line of the code. 2. you should explain about the example code. explanation for following contents should be included in this part. …
1. zEnterprise or System z are built on the System/360 architecture. What is a c
1. zEnterprise or System z are built on the System/360 architecture.   What is a computer architecture? ) Answer: 2. The System/360 architecture introduced the concept of Microcod…
1. “But Friedman\'s image of a flat earth is profoundly misleading — a view of t
1. “But Friedman's image of a flat earth is profoundly misleading — a view of the world from a seat in business class. Flatness is another way of describing the transnational sear…
1. “Security by Obscurity” – hiding the inner working of a system to make it sec
1.      “Security by Obscurity” – hiding the inner working of a system to make it secure – is often considered a bad idea to achieve security. However, since we are students of sc…
1.#include int main(){ int a=0; #if (a==0) printf(\"Equal\"); #else if printf(\"
1.#include int main(){ int a=0; #if (a==0) printf("Equal"); #else if printf("Not equal"); #endif return 0; } E (A) Equal (B) Not equal (C) Null (D) Garbage (E) Compilation error 2…
1.( Node-capacitated networks 2-page limit – your solutions should fit on two si
1.( Node-capacitated networks 2-page limit – your solutions should fit on two sides of 1 page) A zombie infestation on earth is threatening the population of all our cities. The v…
1.(10 points) What is process? Is there any difference between the process and p
1.(10 points) What is process? Is there any difference between the process and program? 2. (20 points) List the services provided by OS? 3.(20 points) What is CLI? What is GUI? 4.…
1.(15 pts) Suppose that we are given the following paragraph describing the feat
1.(15 pts) Suppose that we are given the following paragraph describing the features of a class. The menu items in a department store are represented by Menultem objects. Each Men…
1.(80marks) An organization that your little cousin belongs to is selling low-fa
1.(80marks) An organization that your little cousin belongs to is selling low-fat cookie If your cousin's class sells more cookies than any other class, the teacher has promised t…
1.(Maximum and minimum ) Implement the following functions that find the maximum
1.(Maximum and minimum ) Implement the following functions that find the maximum and minimum elements in a first-class container: template<typename ElementType, typename Contai…
1.(Sorting three integer) Write a program that sort three integer. The integers
1.(Sorting three integer) Write a program that sort three integer. The integers are entered from the input dialogs and sorted in variable num1, num2 and num 3 respectively the pro…
1.(Sorting three integer) Write a program that sort three integer. The integers
1.(Sorting three integer) Write a program that sort three integer. The integers are entered from the input dialogs and sorted in variable num1, num2 and num 3 respectively the pro…
1.(TCO 3)Which of the following about composition is true?
1.(TCO 3)Which of the following about composition is true? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. Composition promotes code reuse. …
1.(TCO 3)Which of the following about composition is true?
1.(TCO 3)Which of the following about composition is true? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. Composition promotes code reuse. …
1.(TCO 3)Which of the following about composition is true?
1.(TCO 3)Which of the following about composition is true? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. Composition promotes code reuse. …
1.(TCO 3)Which of the following about composition is true? a. Composition promot
1.(TCO 3)Which of the following about composition is true? a. Composition promotes code reuse. b. Class composition means a class contains objects from another class. c. Inheritan…
1.(TCO 3)Which of the following about composition is true? a. Composition promot
1.(TCO 3)Which of the following about composition is true? a. Composition promotes code reuse. b. Class composition means a class contains objects from another class. c. Inheritan…
1.(TCO 7) If a class contains an abstract method, the class must be declared____
1.(TCO 7) If a class contains an abstract method, the class must be declared_____. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. abstract …
1.(TCO 7) If a class contains an abstract method, the class must be declared____
1.(TCO 7) If a class contains an abstract method, the class must be declared_____. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. abstract …
1.(TCO3)Which of the following is/are true about the object?
1.(TCO3)Which of the following is/are true about the object? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> a. An object is an instance of the…
1.(TCO3)Which of the following is/are true about the object? a. An object is an
1.(TCO3)Which of the following is/are true about the object? a. An object is an instance of the class. b. Real-world objects share two characteristics-state and behavior. c. A and…
1.(a) Explain the difference between a Harvard architecture and a Princeton arch
1.(a) Explain the difference between a Harvard architecture and a Princeton architecture. (b) A Princeton architecture is more commonly referred to using a different name. What is…
1.) (15 Points) Describe the 3 major types of SQL statements and describe the 4
1.) (15 Points) Describe the 3 major types of SQL statements and describe the 4 primary Data Manipulation statements. 2.) (15 Points) Describe all of the different options you hav…
1.) (25) On a system using a first-fit allocation, assume memory is allocated as
1.) (25) On a system using a first-fit allocation, assume memory is allocated as illustrated in the image below. What happens after memory requests for P1 for 20k, P2 for 10k, and…
1.) (6 points total) Consider an IP network composed of two networks (13.0.0.0/8
1.) (6 points total) Consider an IP network composed of two networks (13.0.0.0/8 and 18.0.0.0/8) connected by a router, R, having interfaces 1 and 2. The IP addresses of hosts A, …
1.) (6 points total) Consider an IP network composed of two networks (13.0.0.0/8
1.) (6 points total) Consider an IP network composed of two networks (13.0.0.0/8 and 18.0.0.0/8) connected by a router, R, having interfaces 1 and 2. The IP addresses of hosts A, …
1.) (Account Payable System Modification) In this exercise, you modify the accou
1.) (Account Payable System Modification) In this exercise, you modify the accounts payable application of Figs. 10.11-10.15 to include the complete functionality of the payroll a…
1.) 1.) An object is a(n) ___________________ of a class. a.) Child b.) Institut
1.)     1.) An object is a(n) ___________________ of a class. a.)    Child b.)    Institution c.)     Instantiation d.)    Relative 2.)     2.) A class header or class definition …
1.) A certain species of bird has three subspecies in the area. Call these subsp
1.) A certain species of bird has three subspecies in the area. Call these subspecies A , B, and C. Forty percent of subspecies A has a particular gentic trait. 30% of subspecies …
1.) A concave mirror forms a real image at 17.0 cm from the mirror surface along
1.) A concave mirror forms a real image at 17.0 cm from the mirror surface along the principal axis. if the corresponding object is at a distance of 36.0 cm, what is the mirrors f…
1.) A mandatory parameter ______________ a.) Is any argument sent to a method b.
1.) A mandatory parameter ______________ a.)    Is any argument sent to a method                        b.) is preceded by the keyword man c.)    Requires an argument to be sent f…
1.) A repelling force occurs between two charged objects when the charges are of
1.) A repelling force occurs between two charged objects when the charges are of a.unlike signs b.ike signs c.equal magnitude d.unequal magnitude 2.) When a glass rod is rubbed wi…
1.) A string is a one-dimensional array of characters. True False 2.) In C, arra
1.) A string is a one-dimensional array of characters. True False 2.) In C, arrays may be used to store the entire contents of a data file. True False 3.) In C, the array w[3][4] …
1.) ARGUMENT OF CORRECTNESS FOR CODE 2.) RUNTIME ANALYSIS FOR CODE CODE: \'\'\'r
1.) ARGUMENT OF CORRECTNESS FOR CODE 2.) RUNTIME ANALYSIS FOR CODE CODE: '''returns the largest integer x such that x^k does not exceed n, assuming k and n are both positive integ…
1.) An abstract data type is a data type that satisfies the following conditions
1.) An abstract data type is a data type that satisfies the following conditions. Which one of the following choices is NOT correct? A. The representation of objects of the type i…
1.) Apply the classical Runge-Kutta method to solve the following initial value
1.) Apply the classical Runge-Kutta method to solve the following initial value problem y'=1+y given y(0)=1 and the step size h=0.1. Verify solution using MATLAB. Plot the solutio…
1.) Assuming an initial implementation of your encryption system was done using
1.) Assuming an initial implementation of your encryption system was done using DES. What issues would need to be addressed if you decide to upgrade to the 3DES algorithm? There a…
1.) Consider a computer system that uses demand paging. The size of each page is
1.) Consider a computer system that uses demand paging. The size of each page is 128 words. A two dimensional array data[128][128] of words is stored row major, that is, the array…
1.) Consider an RC series circuit. You measure R to be 881 ? and C to be 810 nF.
1.) Consider an RC series circuit. You measure R to be 881 ? and C to be 810 nF. You set the signal generator output to produce a sinusouidal output with an amplitude of 1.85 V. i…
1.) Consider an RC series circuit. You measure R to be 937 ? and C to be 820 nF.
1.) Consider an RC series circuit. You measure R to be 937 ? and C to be 820 nF. You set the signal generator output to produce a sinusouidal output with an amplitude of 2.31 V. i…
1.) Consider the traffic deadlock depicted in Figure 7.10. a. Show that the four
1.) Consider the traffic deadlock depicted in Figure 7.10. a. Show that the four necessary conditions for deadlock hold in this example. b. State a simple rule for avoiding deadlo…
1.) Create a class called Student. This class will not be tied to the Database,
1.) Create a class called Student. This class will not be tied to the Database, yet. The Student class should have the same properties as the Database table: SID, FirstName, LastN…
1.) Create a functio n to implement the following requirements: Retrieve the ins
1.) Create a function to implement the following requirements: Retrieve the instructor’s name who teaches a given course.       Function name: Course_Instructor Input parameter: c…