Web development and programming
191828 questions • Page 3534 / 3837
a. (10 points) Write a static method named enoughTimeForLunch that accepts four
a. (10 points) Write a static method named enoughTimeForLunch that accepts four integers hourl, minutel, hour2, and minute2 as parameters. Each pair of parameters represents a tim…
a. (100 points) Write a program to generate a table of values for the Fibonacci
a.(100 points) Write a program to generate a table of values for the Fibonacci sequence up to the largest value that can be stored without truncation or rounding using the long in…
a. (15 Points) Write an algorithm that calculates the frequency of each number i
a. (15 Points) Write an algorithm that calculates the frequency of each number in a given number array. In other words, you will count how many times each number appears in the ar…
a. (7 pts) Formulate a SQL query: In the course table, remove all courses that d
a. (7 pts) Formulate a SQL query: In the course table, remove all courses that do not have any corresponding course section. No screenshot is needed. b. (6 pts) After the statemen…
a. (Refer to class diagram 7-1.) Declare the Account class and its instance vari
a. (Refer to class diagram 7-1.) Declare the Account class and its instance variables. Then, code a constructor that assigns default values to these variables. The default value y…
a. (True/False) The signal() call of pthread condition variables require two par
a. (True/False) The signal() call of pthread condition variables require two parameters: one for the condition variable object and one for a mutex object. What is the b. Part of w…
a. A candle 6.50cm high is placed in front of a thin converging lens of focal le
a. A candle 6.50cm high is placed in front of a thin converging lens of focal length 32.5cm. What is the image distance I when the object is placed 94.5 cm in front of the s…
a. A digital computer has a memory unit with 30 bits per word. The instruction s
a. A digital computer has a memory unit with 30 bits per word. The instruction set consists of 200 different operations. All instructions have an operation code part (opcode), and…
a. A high s b. A low signal is between 1- volts and OV? 2 pts. 5) Some programs
a. A high s b. A low signal is between 1- volts and OV? 2 pts. 5) Some programs include statements such as DEBUG IN3" and/or "DEBUGIN DEC pulses" What is the general name, or cate…
a. A market sells eggs at $4.9 per dozen, milk at $3.25 per quart, and bread at
a. A market sells eggs at $4.9 per dozen, milk at $3.25 per quart, and bread at $5.12 per loaf. Use a combo box to allow the user to select an item, and a text box for the user to…
a. A. Design the logic for a company application that breaks down payroll by dep
a. A. Design the logic for a company application that breaks down payroll by department. Input includes each employee%u2019s last name, first name, department number, hourly …
a. Add a Dodo subclass of the superclass Bird. Define a method flap_wings() that
a. Add a Dodo subclass of the superclass Bird. Define a method flap_wings() that prints the message. Flapping wings is useless! SPLAT!! Give dodos a method fly() that overrides th…
a. Add code to AgeCalculator.java to get current date and then use the current y
a. Add code to AgeCalculator.java to get current date and then use the current year to validate the birth year the user enters. b. Add code to create, format and print user
a. Add the following operation to the class orderedLinkedList: void mergeLists(o
a. Add the following operation to the class orderedLinkedList: void mergeLists(orderedLinkedList &list1, orderedLinkedList &list2); //This function creates a new list by m…
a. After compiling and linking the program, the student runs it. The output is a
a. After compiling and linking the program, the student runs it. The output is as follows: bash-3.00$ ./a.out the first number is: two the second number is: three Everything seems…
a. After researching both Intel and AMD microprocessors which would you choose f
a. After researching both Intel and AMD microprocessors which would you choose for your home or for your workplace? b. Why would you choose the microprocessors for each pl…
a. All strings must end with a \"b\" b. All string must start with a \"b\" and e
a. All strings must end with a "b" b. All string must start with a "b" and end with a"b" c. All string must contain an "a" d. All string may pr may not conatin "a" but they have t…
a. Alternative row colortable using ClassName b. Input validation and error mess
a. Alternative row colortable using ClassName b. Input validation and error message c. Hide on mouseover, show on mouse out 1 For item a, create a 10 rows by 3 column HTML table. …
a. An ailing company wants to evaluate employee records so that it can lay off s
a. An ailing company wants to evaluate employee records so that it can lay off some workers on the basis of service time ( the most recently hired employees are laid off first) b.…
a. An ailing company wants to evaluate employee records so that it can lay off s
a. An ailing company wants to evaluate employee records so that it can lay off some workers on the basis of service time ( the most recently hired employees are laid off first) b.…
a. An ailing company wants to evaluate employee records so that it can lay off s
a. An ailing company wants to evaluate employee records so that it can lay off some workers on the basis of service time ( the most recently hired employees are laid off first) b.…
a. Apply the dynamic programming algorithm to the following instance of the 0-1
a. Apply the dynamic programming algorithm to the following instance of the 0-1 knapsack problem: Item Weight Value 1 3 $30 2 2 $20 3 1 $15 4 4 $40 5 5 $50 capacity W = 6. Show yo…
a. Apply the dynamic programming algorithm to the following instance of the 0-1
a. Apply the dynamic programming algorithm to the following instance of the 0-1 knapsack problem: Item Weight Value 1 3 $30 2 2 $20 3 1 $15 4 4 $40 5 5 $50 capacity W = 6. Show yo…
a. Apply the dynamic programming algorithm to the following instance of the 0-1
a. Apply the dynamic programming algorithm to the following instance of the 0-1 knapsack problem: Item Weight Value 1 3 $30 2 2 $20 3 1 $15 4 4 $40 5 5 $50 capacity W = 6. Show yo…
a. Apply the dynamic programming algorithm to the following instance of the 0-1
a. Apply the dynamic programming algorithm to the following instance of the 0-1 knapsack problem: Item Weight Value 1 3 $30 2 2 $20 3 1 $15 4 4 $40 5 5 $50 capacity W = 6. Show yo…
a. Are LPC similar to RPC? b. How is a socket identified? Solution Remote Proced
a. Are LPC similar to RPC? b. How is a socket identified?
a. Assign IP addresses to all of the interfaces. For Subnet 1 use addresses of t
a. Assign IP addresses to all of the interfaces. For Subnet 1 use addresses of the form 192.168.2.xxx; for Subnet 2 uses addresses of the form 192.168.3.xxx; and for Subnet 3 use …
a. Assume that you have the two-dimensional array program . Create a new C++ pro
a. Assume that you have the two-dimensional array program . Create a new C++ project and add the source code of the program to it. b. Add a new function called modify_grades that …
a. Assume that you have the two-dimensional array program which was explained in
a. Assume that you have the two-dimensional array program which was explained in the class (the code of the program is posted on Blackboard). Create a new C++ project and add the …
a. Assume there is a wide area network with N nodes, where N is greater than or
a. Assume there is a wide area network with N nodes, where N is greater than or equal to 2. What is the smallest number of point to point communication links such that every node …
a. Assume there is a wide area network with N nodes, where N is greater than or
a. Assume there is a wide area network with N nodes, where N is greater than or equal to 2. What is the smallest number of point to point communication links such that every node …
a. Assume we need to design four caches with different mapping methods. The cach
a. Assume we need to design four caches with different mapping methods. The cache consists of eight one-word blocks. One cache is fully associative, a second is two-way set-associ…
a. Barack often sends funny jokes to Hillary. He does not care about confidentia
a. Barack often sends funny jokes to Hillary. He does not care about confidentiality of these messages but wants to get credit for the jokes and prevent Bill from claiming authors…
a. Based on the IP header captured, is there any fragmentation of the message an
a. Based on the IP header captured, is there any fragmentation of the message and why? Yes b. What is the smallest size (in bytes) an Ethernet frame with TCP protocol? c. In an IP…
a. Based on the Tegan and Hrad case discussions, write an executive summary of t
a. Based on the Tegan and Hrad case discussions, write an executive summary of the best practices in IT outsourcing for a senior management audience. b. Think carefully about the …
a. BrowserList newBrowserList() which allocates the memory for a new b. void fre
a. BrowserList newBrowserList() which allocates the memory for a new b. void freeBrowserList(BrowserList browserList) which frees the memory used c. void goToURL(BrowserList brows…
a. Bubble sort - Write a method called bubbleSort that takes as input, String []
a. Bubble sort - Write a method called bubbleSort that takes as input, String [] a, and sorts this array using bubbleSort. We define the number of comparisons as the number of tim…
a. Check the sample output and the flowchart for any clarification on this quest
a. Check the sample output and the flowchart for any clarification on this question. b. Create a struct called %u2018student%u2019 that will contain ID and marks as member variabl…
a. Code has been written to give each attribute its own accessor and mutator. i.
a. Code has been written to give each attribute its own accessor and mutator. i. Add a protected variable called _gender (Decide how you want to specify Male or Female.) ii. Write…
a. Complete the design and implementation of the class customerType defined in t
a. Complete the design and implementation of the class customerType defined in the programming example video store. b. design and implement the class cutomerListType to create and…
a. Consider an IP subnet with prefix 129.17.129.97/27. Provide the range of IP a
a. Consider an IP subnet with prefix 129.17.129.97/27. Provide the range of IP addresses (of form xxx.xxx.xxx.xxx to yyy.yyy.yyy.yyy) that can be assigned to this subnet. (2 pt) (…
a. Construct a Date class function named isWeekday() that returns a Boolean valu
a. Construct a Date class function named isWeekday() that returns a Boolean value of true if the date is a weekday; otherwise, it should return a false value. The function should …
a. Convert the following high-level code into assembly instructions and then int
a. Convert the following high-level code into assembly instructions and then into machine instructions of the CS264 processor described in the class. Assume the values of the vari…
a. Count the number of multiplication as basic operation, and state the Big-Oh f
a. Count the number of multiplication as basic operation, and state the Big-Oh for each complexity. Prove only how did you get the big-Oh only for part 1. b. Implement …
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, ph
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, phone number, and bit fields indicating whether the customer: --Works full time --Owns a house --Owns…
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, ph
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, phone number, and bit fields indicating whether the customer: --Works full time --Owns a house --Owns…
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, ph
a. Create a CustomerProfile class. Each CustomerProfile contains a last name, phone number, and bit fields indicating whether the customer: --Works full time --Owns a house --Owns…
a. Create a Homework class with fields for the class name, the assignment (for e
a. Create a Homework class with fields for the class name, the assignment (for example, "read chapter 11"), and the number of minutes predicted it will take to complete the assign…
a. Create a Java program using a NetBeans project containing a single class to p
a. Create a Java program using a NetBeans project containing a single class to produce a table of the occurrences of all letters (A thru Z) and digits (0 thru 9) contained in a us…
a. Create a Mine Field game in which the user attempts to click 10 panels of a g
a. Create a Mine Field game in which the user attempts to click 10 panels of a grid before hitting the "bomb". Set up a JFrame using BorderLayout, use the NORTH region for a congr…
Subject
Web development and programming
Use Browse or pick another subject.