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

  During the system implementation phase of the sdlc

During the system implementation phase of the SDLC, once a system has passed testing, the organization installs the new system. Which of the following terms is used to refer to this activity

  List diffent entities or objects and logical processes

List the diffent entities or objects,logical processes,data flows, and dfata stores that are involoved. starting from the time you submitted your time sheet.

  Determine order that breadth first search will expand nodes

Determine the order that breadth first search will expand the nodes? S,A,B,D,C,E,G. What is the order that depth first search will expand nodes? S,B,E,F,D,G

  Create flowchart to accept length of base of triangle

Create a flowchart that will accept the length of the base and height of a triangle and print the area. Area of a triangle is : area = 1/2b*h ; where b = base and h = height.

  Explain use of er-assistant to depict conceptual model

Create your conceptual model, logical model, and few examples of what physical model would look like. Hint: You can use ER-Assistant to depict conceptual model and MS Access to depict logical model.

  Critically discuss the evolution of computer systems

COMP 0330 - System Software - Evaluate a range of tools and services provided by systems software and explain the relationships that exist between them.

  Write a function playnovice

Write a function userPlay(marbles) that asks the user for the number of marbles that he or she would like to take and returns that number. The function should keep asking the user for the number of marbles if he or she takes more than half of the ..

  Make a software requirement specification srs which

write a three to five 3-5 page paper in which youq1. create a software requirement specification srs that includes the

  Identify the challenges regarding information flow

Identify the challenges Lexmark faced regarding information flow. How were the information flows provided before and after implementation of the system? Identify the decisions supported by the new system.

  Question related to mis

Describe the question of MIS.

  Draw pattern activity for adapter and data access object

Draw Pattern Activity: Create a 2-3 page paper comparing and contrasting five of design patterns. Select any five from the list.

  Describe the software packages in detail

Describe the software packages in detail and discuss how the software enhances collaboration between workers and/or departments.

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