Build a debug version of the executable randomprime

Assignment Help Software Engineering
Reference no: EM131317161

Portfolio 0 - Presentation- the process

P0 is an individual ‘presentation' - it is about the development of a learning resource. The topic should be chosen from the list of Unix Basics on the module Learning Room on NOW. There is some advanced topics, but you should only choose one of these if you already have *nix experience; the whole range of grades is available for all the topics, but the Advanced ones are loaded towards content rather than design.

To register your topic, email the module leader (ML) with a subject line "P0 N1234567 topicID"; these will be allocated on a first-come first-served basis - some duplication will be allowed, at the discretion of the ML. If you are wanting an Advanced topic, you should discuss this with the ML beforehand.

Once signed-off, the development process should be something like

1.   choose topic

2.   read around/research the topic to get a feel for possible content

if it is a 'simple' topic, goto 5:

Advanced topic

 

3. sketch out (back of envelope! outline only) what you consider the best angle to present the topic & what content you think is appropriate

 

4. confirm outline (3) with module leader by email/quick 1:1 (to make sure you are on

correct track)1

5. develop and capture a short screencast for uploading (short - the appropriate size will vary, but 2-3 minutes (max 4) is the ballpark)

6.   upload the presentation to the module Wiki2

7.   commit the presentation to your personal submission repository3

Your presentation should be uploaded to the NOW dropbox to satisfy the assessment requirements. However it is NOT assessed from there - it needs uploading to a folder named P0 at the root of your personal submission repository on warren; the warren Git upload is a lab activity (week 5 lab) and it's not assessed.

Portfolio 1 - My First makefile1 Project

P1 is an individual exercise, developing the prime number project.

As released, the project uses a makefile to build a debug version of the executable randomPrime; your task is to develop alternative programs with different functionality and to modify the makefile to add new targets for these (debug versions with the exception of release).

interactive

this target interactively (using std::cin & std::cout) queries the user, who enters a number; the corresponding2 prime number in the sequence is output, on its own, on a new line.

auto

this target will print the first 50 prime numbers, one per line, on std::cout

howMany

accepts a command line parameter and outputs the number of prime numbers less than this value; if no parameter is given, output just std::endl to std::cout

release

this target will produce a release executable of the randomPrime program, without any debug information; you must decide how to achieve this, which will likely require some changes to the makefile, not just additions.

These are not allocated marks on an individual basis - see the table below for details of the indicative criteria which are assessed holistically - the exception is for the warren upload which is worth 3/15.

The following are requirements, not optional guidance; non-compliance will impact adversely on the eventual mark awarded

- You must maintain the same project/directory structure - your project must build from the makefile executed in the src folder.
- Use relative file paths in the makefile - you do not know the folder structure where your code will be built.
- Do not modify headers/prime.h or src/prime.cpp; the assessed build will not use your version of these files. If you need to organise extra functionality common across applications, add appropriately named .cpp & .h files to the project, in the appropriate locations.
- All existing functionality (of randomPrime) should be maintained

Portfolio 2 - Parsing NMEA Sentences - phase 1 & phase 2

P2 is an individual exercise, involving the manipulation of text strings; the basis of the problem is to parse log files containing 2 types of NMEA sentences. The files are generated initially by a Sony camera with GPS functionality. Instances of log files can be found on NOW.

The files will contain RMC GGA and GLL sentences - the particular sentence format(s) are not needed until part (c), so the detail is omitted for the moment. All NMEA sentences start with a ‘followed by the identifier for the sentence type, ($GRMCL $GPGGA $GPGLL) and a varying number of comma-separated fields

The sentences finish with a two character checksum, starting with ‘*'

In the file p2.cpp, implement the functions p2 declared in p2.h; do not include a main() function in p2.cpp. The latest version of this file includes p2c() & p2d() specifications.

You can include any libraries you need EXCEPT <iostream> - your functions should not perform any console I/O

There are numerous other sentence formats, which will need decoding in future; try to code with this in mind (avoid ‘magic' character positions, prefer to search - expect other fields in your text source, which can then be easily ignored.

Attachment:- Software engeenering.zip

Reference no: EM131317161

Questions Cloud

What is the present value if the discount rate : The chief financial officer of a home health agency needs to determine the present value of a 120000 investment received at the end of year 5. What is the present value if the discount rate is 3 %?
Expected npv of glow in the dark hamburgers : If each outcome is equally likely (50%), what is expected NPV of "glow in the dark hamburgers"? Will the firm accept the project?
How much money does she have in each account : A student has money in three accounts that pay 5%, 7%, and 8%, in annual interest. She has three times as much invested at 8% as she does at 5%. If the total amount she has invested is $1600 and her interest for the year comes to $115, how much money..
Calculate lissa total dividends : Calculate Lissa's total dividends for 2014 if its dividend payment is set to force dividends to grow at the long-run growth rate in earnings.
Build a debug version of the executable randomprime : SOFT20111 - Software Engineering - Your task is to develop alternative programs with different functionality and to modify the makefile to add new targets for these (debug versions with the exception of release).
Treasury strips matures : A Treasury STRIPS matures in 8 years and has a yield to maturity of 5.4 percent. Assume the par value is $100,000. a. What is the price of the STRIPS?
How leaders sustain the culture in that organization : Explain and give two examples how leaders sustain the culture in that organization, good or bad. Note: When incorporating information from the workplace, be sure to remove all identifying information such as the name of the organization.
Firm new balance sheet : Write out the firm's new balance sheet? What is the firm's new stock price?
Develop a convincing argument that your approach will work : This is a challenging problem. Unless you are unusually ambitious, you should stop short of a detailed design, which is tedious; just develop a convincing argument that your approach will work.

Reviews

len1317161

12/18/2016 11:55:34 PM

Learning Outcomes - 1st Researches, identifies and explains the essence of the topic; creates a precise and illuminating example, using appropriate technology 2:1 Chooses and presents correct information, but context or focus or presentation could be improved 2:2 Correct information, but with weakness in context or focus or presentation 3rd Correct but limited content – flaws in other aspects fail Inappropriate or incorrect information, poorly conceived or presented Learning Outcomes Grade Indicative criteria 1st fully functional – high code quality 2:1 these grades will be differentiated by the style and quality of the code and the degree of functionality. The combination of the two characteristics will determine the overall outcome 2:2 3rd fail little functionality – poor code

Write a Review

Software Engineering Questions & Answers

  You are required to read the media release about

you are required to read the media release about franchising below and determine what are the key points of this

  Draw a control flow graph

Construct a use case to include name, summary, actor, precondition, description, alternatives, and post condition - construct a use case scenario (specific steps through use case)

  Explain how enterprise software works

Define an enterprise system and explain how enterprise software works. Select one type of Enterprise system and describe how it helps businesses achieve operational excellence

  Create erd using entities and attributes for driver-s log

Create a detailed ERD using the Entities and Attributes for Driver's Log document found on the Huffman Trucking Intranet site.

  1 you have to design a wireframe prototype to meet the

1. you have to design a wireframe prototype to meet the needs of the personas and requirements.mainly preparing the

  Deisgn level-one dfd for real estate system

Deisgn a level-1 DFD for the following scenario. The purpose of green acres real estate system is to assist agents as they sell houses. Sellers contact agency, and agent is assigned to help seller complete listing request.

  Finding output of the code sequence

Construct the pseudocode for a program that finds the sums of the numbers input that are greater than or equal to 10 and the numbers input that are less than ten.

  Explain the basic architechture of a knowledge based system

Describe a design of your chosen system and explain the basic architechture of a knowledge based system.

  According to the textbook there are at least two 2

according to the textbook there are at least two 2 approaches to the sdlc two 2 approaches to software construction and

  Produce e-r diagram which documents entities

Produce an E-R diagram, which documents the entities and relationships involved in the Retail outlet of a Stationary Shop which includes sales, purchases and inventory of various stationary items etc.

  What is scrum and list and describe two roles of scrum

Describe five reasons for success and five reasons for failure of IT projects. What can be done to avoid such failures. What is Scrum. List and describe two roles of scrum.

  According to morgan 2006 all theories of organization and

according to morgan 2006 all theories of organization and management are based on implicit images or metaphors that

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd