Develop and capture a short screen cast

Assignment Help Software Engineering
Reference no: EM131224794

Software Engineering Assignment-

Portfolio 0 - Presentation & upload - 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.

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

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)

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

6. Upload the presentation to the module Wiki

7.  Commit the presentation to your personal submission repository

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.

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.

This item is worth 15% of the module marks, allocated as follows (/15)

 

p2a

p2b

p2c

p2d

Code quality (subjective)

/15

3

3

3

3

3

Attachment:- Assignment.zip

Reference no: EM131224794

Questions Cloud

Differences between personality tests and integrity tests : Do you think employers have a right to check into applicants’ backgrounds? Even if there is no suspicion of misbehavior? Even if the job poses no security or sensitive risks? Even if the background check includes driving offenses and credit histories..
How does your population distinction impact your experience : How does your population, region, minority, or other distinction impact your experience and morale? Will the family stay at home or follow the camp?
Perform better under the contingency perspective : Discuss the classical perspective of management versus the contingency perspective. Give one example of a company or industry that would do well under the classical perspective and contrast that with a company that would perform better under the cont..
Analysis of the shareholders equity of company : Analyze the company as it relates to Overview (Background & History) of the company - Performance of the company over the period under review.
Develop and capture a short screen cast : SOFT20111 - Software Engineering Assignment. 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
The drugstore deciding on a beverage : Beverly just finished her five-mile run and is now at the drugstore deciding on a beverage. She enjoys cola soda but feels like something lighter today. In the soda aisle she considers Sprite or 7-Up. To her they taste about the same, but she notices..
Anyone with disabilities that limit major life activities : Your company is planning to construct a new office, and you, together with other employees from your company, have been asked to serve on a committee to make sure that plans for the new building adhere to the Americans with Disabili-ties Act, passed ..
Choose a beverage by entering a number : Write a program (in C++) that presents the user w/ a choice of your 5 favorite beverages (Coke, Water, Sprite, ... , Whatever). Then allow the user to choose a beverage by entering a number 1-5.
Name and the assignment number at the top : In a Word Document with your name and the assignment number at the top, Include a screen shot of your simulation graph. Under the graphs answer the following question:

Reviews

len1224794

9/29/2016 4:40:09 AM

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.

Write a Review

Software Engineering Questions & Answers

  Why is the waterfall model of software engineering the most

Why is the waterfall model of software engineering the most commonly used method for development of trusted systems?

  Diversity of approaches to software construction

Analyze each reason listed above as a reason for a diversity of approaches to software construction and modeling, and give your opinion on whether or not each reason is valid

  Software development process

Imagine you are a team leader in a large software development organization and you want to improve a software development process (of your choosing) through the use of a CASE tool.

  Suggest an architecture for a system

Suggest an architecture for a system that is used to sell and distribute music on the internet. What architectural patterns are the basis for this architecture?

  Many midsized firms are investing in erp system packages

Many midsized firms are investing in ERP system packages, such as SAP and PeopleSoft.Comment on what you think might be particularly important parts of the decision-making process when the purchasing organization has only a small IS department.

  Analyzing project management

This solution utilizes the example of a specific project to install a complex, one hundred computer network for a corporation

  Project planning and scheduling from various tools

You need to select a tool for project planning and scheduling from various tools available in the market. What factors would you consider in selecting the most appropriate software tool for your company?

  Object oriented designing class

Object oriented design is making classes with both characteristics and behavior wrapped together. Taking data and the functions that operate on that information and storing them as one programming unit is extremely powerful.

  Methodology for use in the gdtc is the project

Your supervisor is a aware of many different system life cycle models and requires you to describe, using diagrams and an appropriate range of at least two models and to distinct approaches that are common usage.

  Create a website for online sales of movies

Niles Video Inc. wants to create a website for online sales of movies (DVD and videotapes). People will be allowed to register as customers on the website and to update their stored information.

  Q1nbsp discuss the limitations of software testing how do

q1nbsp discuss the limitations of software testing. how do we say that complete testing is impossible?q2 define

  1 a software project has been estimated to cost 1200000 and

1. a software project has been estimated to cost 1200000 and take 14 months. given the average project outcomes from

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