<< Prev Showing: 141-145 of 180 Next >>
· 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 ·Need homework help. Please see attachment. Textbook: Software Engineering: Theory and Practice (2nd ed.) by Shari Lawrence Pfleeger, © 2001published by Prentice-Hall ISBN 0-13-029049-1.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
154351
OTA ID:
105277
Software Engineering - QA and QC
Identify the test objectives and test approaches for the following project: a software package to sell downloadable video recordings of classic movies. A typical download takes one hour, and an interrupted download must be restarted from the beginning. The number of customers downloading at the same time ranges from 10 to 100 during peak hours. On average, your system could go down about once per week. Best Regards, Vishnu Vandana
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
154625
OTA ID:
105821
Need homework help Textbook: Software Engineering: Theory and Practice (2nd ed.) by Shari Lawrence Pfleeger, © 2001published by Prentice-Hall ISBN 0-13-029049-1.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
154638
OTA ID:
105277
Design a JUnit Test Framework for an ATM machine
Hi, I need assistance in the following problem: Our project is to design a JUnit (CUnit or CppUnit) test framework. If I am good at C, C++, or Java (I am not good in any of them), I can write the ATM machine itself and Unit test in real source code. However, As I am not good at programming, you can use pseudo-code to write the ATM machine and then design the test cases (that should be similar to the test cases in the following link article). After I finish the real code or pseudo-code, I need to discuss the coverage analysis. That is, will my test case be sufficient to cover all possible cases? In another word, if the program passes the Unit test, will that guarantee that the code is fault... click for more
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
155904
OTA ID:
105821
Design an Oracle for this Function
Design an oracle for this function: void compute_maximum_clique( …); Input: a graph G(V,E), that is, V is a set of nodes and E is a set of edges connecting nodes in G. Output: a sub-graph G’(V’,E’) of G such that for any two nodes u,v in V’, there is an edge e=(u,v) in E’. In addition, G’ should be the maximum in terms of the size. That is, for any other G’’ with the above property, we have |G’’| no larger than |G’|. Hints: The clique problem itself is NP-hard. Thus you may not want to have an oracle that runs in exponential time. Think about approach to approximate the solution. In another word, design an oracle that runs efficiently but may make mistakes in some cases.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
155911
OTA ID:
105821
<< Prev Showing: 141-145 of 180 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-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 ·Page generated in 0.0158 seconds