CSC205 Amdahl's law Template

org.csc205.template.amdahl

View detailed information for CSC205 Amdahl's law Template — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
53(53)
Rating
0.0
Released
December 30, 2015
Last updated
December 30, 2015
Category
Education
Developer
CSC/ITP Android development at NOVA Manassas
Developer details
Name
CSC/ITP Android development at NOVA Manassas
E-mail
csc205app2015@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
  • No items.
CSC205 Amdahl's law Template Header - AppWisp.com

Screenshots

CSC205 Amdahl's law Template Screenshot 1 - AppWisp.com
CSC205 Amdahl's law Template Screenshot 2 - AppWisp.com
CSC205 Amdahl's law Template Screenshot 3 - AppWisp.com

Description

The CSC205 mobile app project templates are designed for CSC205 students who want to acquire hands-on experience with project development. Through developing this project, a student may:

(1) develop one or more skills in the areas of the test-driven development approach, UI, integration, client-server communication, project specifications; (2) become familar with popular online developer communities and resources, such as Stackoverflow, GitHub, DevPost.

This package provides a template for the investigation of Amdahl's law. In this demonstration, the system speedup is plotted as a function of f and k.

To complete this project, download the source code from GitHub https://github.com/huiannie/Amdahl, and improve on one or more of the following areas:

1. improve the visibility of the graphs (such as through adding a zoom feature or using a log scale) for large input values of k.

2. add a calculator feature that enables the user to enter exact values of f and k to compute S.

3. demonstrate a comparison between Amdahl's law and other alternative models such as Gustafson's law.