<< Prev Showing: 51-55 of 101 Next >>
· 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 ·Modify the WhiteBoard.java source code given in Chapter 13 to make it work as an applet. Create an HTML file that uses it.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
136142
OTA ID:
102833
Draw a sequence diagram showing the following scenario: • Actor asks TV to turn on • TV asked Lamp to lower light level • TV asks Actor which channel to set to • Actor tells TV to set channel to channel 13
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
136832
OTA ID:
105277
Develop a hierarchy chart that shows the modules, the pseudo code, and a flowchart to illustrate your solution to this problem You are a manager for a small service organization. You need to develop a application/database that includes the name, address, city, state, zip code, phone number, and blood type for your staff. What variables and modules would you need to accomplish this?
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
139855
OTA ID:
105277
Assume that FiredUp has created a database with the following tables: CUSTOMER (CustomerSK, Name, Phone, EmailAddress) STOVE (SerialNumber, Type, Version, DateOfManufacture) REGISTRATION (CustomerSK, SerialNumber, Date) STOVE_REPAIR (RepairInvoiceNumber, SerialNumber, Date, Description, TotalCost, TotalPaid, CustomerSK) A. Create a view called RepairSummary that shows only RepairInvoiceNumber, TotalCost, and TotalPaid. B. Show a SQL statement to retrieve all RepairSummary data sorted by TotalCost. C. Create a view called CustomerRepair that shows CUSTOMER.Name and STOVE_REPAIR.SerialNumber, Date, Description, and TotalDue, where TotalDue is the difference between TotalCost and T... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
139888
OTA ID:
102833
How to determine value of closest to but not greater than an input value in an Array
I am having trouble figuring out how to determine the last element of the print statement. For array A(N) and input element ARG, what kind of algorithm is needed to determine which element of A(N) is closest to but not greater than ARG? I've gotten this far but can't find anything in my course manual that describes this situation. If A(1) < ARG > A(N) then CODE = 2 Print ARG, CODE, A(N) that is closest to but not greater than ARG
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
141314
OTA ID:
105746
<< Prev Showing: 51-55 of 101 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-101 ·Page generated in 0.0177 seconds