ITECH1101 IT Problem Solving Assignment

Assignment Help C/C++ Programming
Reference no: EM132428337

ITECH1101 - IT Problem Solving

Hackathon Assignment Specification

Overview

This assignment requires you to identify a challenging problem and attempt to solve it using a robot. You will design a possible solution, attempt to implement that solution and then present an aspect of your work to your peers. There are three separate parts to this assignment, coinciding with the stages of developing your solution:

Part 1: Initial Design Documentation (group) and Peer Review (individual)
Part 2: Hackathon Report (individual)
Final Design Document (group)
Part 3: Hackathon Presentation (individual)

Learning Outcomes

The following course learning outcomes are assessed by completing this assessment:
• K2. Relate goal-setting and plan formulation to problem solving
• K3. Compare and contrast commonly used problem solving strategies
• K4. Describe tools and techniques that can be used to model and describe problems
• K5. Describe the value of reflection, attitude and self-efficacy towards success in problem solving
• S1. Decompose a problem and create goals and plans to solve that problem
• S2. Devise and implement problem solving strategies which can be applied to a range of IT problems
• S3. Develop and verify algorithms based on conceptual models used in programming
• S4. Construct documentation describing how to solve a problem
• A1. Apply problem solving strategies, tools and techniques to solve problems in a variety of domains

Assessment Details

Part 1: Design Documentation and Peer Review

This stage requires you (as a group) to select a problem to solve using one of the available Mindstorms Robots, design a possible solution to this problem and submit this solution design for peer review. You individually are required to peer review the designs of two other students not in your group.

The design documentation is to be completed in groups of 2-3 students. Your team will be allocated from your lab group.

Problem Selection

Identify a problem to solve as a team. This assignment requires the team to program a robot to solve the identified problem. You can come up with a problem of interest that you want the robot to solve (perhaps a design thinking workshop could help generate ideas), or use the ideas below as suggestions. Your problem must:
• Be challenging for y ou. You are being assessed on your application of problem solving skills, so any problem that is too easy will not give you the opportunity to demonstrate this.
• Require you to use a variety of problem solving strategies / techniques to complete
• Be creative. Fun is a huge element of a hackathon, so you want to select something that you will enjoy.
• Require you to code the behaviour. Controlling the robot's movements through a remote is not permitted (although a limited amount of this may be done in support of coded behaviours)
• Work within the capabilities of your robot. You are not permitted to modify the robot builds, other than to switch between the available attachments as appropriate. You may add temporary enhancements, such as using glad wrap, putting on temporary decorative clothing or applying a rubber band, provided the changes do not affect the structure of the robot, do not impair its capacity to function, do not leave any mark or residue on the robot and can be quickly applied and removed.

Your problem must also not be something that you can solve by following previously created instructions or downloading existing programs. For example, you cannot just use the code examples provided in the Mindstorms tutorials, even if you recreate them yourself, and you cannot download existing code from the internet.

Ideas:
• Sort objects in different locations based on colour
• Build something by collecting pieces and assembling / layering them in a specific location
• Play hide-and-seek, using an IR sensor to locate the IR remote
• Battle another robot (two teams from one lab group could each program one robot to compete). Just remember not to damage the robots!
• Follow a path through an unseen obstacle course - perhaps use colour, or object sensing (or both?) to determine movements

Part 2: Hackathon Report

This part of the hackathon assignment requires you to discuss, analyse and reflect upon the problem solving techniques you use during the hackathon. This will occur through a work journal to be documented in Microsoft Word or compatible text editing program (saved as a .pdf file for cross-system compatibility). This task is to be completed individually.
You will update and maintain your work journal on a frequent basis throughout the hackathon, documenting:
• an overview of the work you have been attempting
• challenges or problems you encounter
• the output of your work.

Throughout these journal entries, you will make and analyse connections between the work you are performing and the course concepts reviewed throughout the semester. For example, if you attempt to solve a problem using a graphical model, your entry would identify the problem you were trying to solve, discuss the use of the graphical model and the reason for its use and analyse how effective the graphical model was in helping you resolve the problem.

You will also reflect on your learning throughout the hackathon. This learning can include both course concepts that you understand better due to applying them during the hackathon, and learning about yourself as a problem solver.

The work journal does not need to document every single aspect of the work you perform during the hackathon, and does not need to address all of the marking criteria in every entry. Rather, the journal entries as a whole need to provide insight into your experiences in the hackathon and it is these experiences as a whole that will be evaluated. An example of the format for a single journal entry is included below:

Part 3: Hackathon Presentation

At the conclusion of the hackathon, each person must provide a short individual presentation about their hackathon experiences in their scheduled laboratory.
This presentation will:
• introduce the main problem that the team attempted to solve for the hackathon.
• identify a personally-significant moment experienced during the hackathon and discuss what made this significant. A significant moment may include events that were challenging, particularly emotive (satisfying, frustrating, etc) or that had a large impact on the work performed during the hackathon.
• identify ONE problem personally encountered during the hackathon, and discuss the problem solving techniques or strategies used personally to address this problem and how (and why) these were used. Note: team members must not choose the same problem to discuss. You will need to coordinate with your team to ensure different problems are selected.
• reflect on personal learning and responses to challenges encountered during the hackathon, including understanding of course concepts, personal skills in problem solving and the role of mindset.

Attachment:- Hackathon Assignment Specification.rar

Reference no: EM132428337

Questions Cloud

Review the section of the weekly notes : To prepare for this Discussion, review the section of the Weekly Notes which outlines Edward de Bono's creative thinking hats.
Determine recommended strategy within the case study : You will analyze different products from different companies to determine a recommended strategy within the case study.
Possible to disagree without being disconfirming : Next, discuss whether (and how) it is possible to disagree without being dis-confirming.
Explain of how two social factors influence health outcomes : Describe medical social work interventions that target these factors to improve health outcomes. Explain why you selected these interventions.
ITECH1101 IT Problem Solving Assignment : ITECH1101 IT Problem Solving Assignment Help and Solution, Hackathon Assignment Specification - Federation University - Assessment Writing Service
Assignment on marketing discussion : Problem 1: If you were to research Gain laundry detergent, what would be a good pricing strategy?
How major social institutions are promoting pluralism : Give an analysis of how major social institutions are promoting pluralism in response to the ever-growing diversity of groups in America.
Six major principles of psychological theories : List and discuss the six major principles of psychological theories as they relate to crime causation.
Product planning for a bricks-and-mortar retailer : Visit the website of Gap (www.gap.com). Discuss how the web can be used in new product planning for a bricks-and-mortar retailer such as Gap.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Number of a balance the number

One way to test if a word w belong to this language is to use a stack to check if the number of a's balance the number of b's. Use the provided header

  Write a function named smallest that receives three integer

Write a function named smallest that receives three integer arguments and returns the smallest of the three values.

  Define a class to represent logical matrix

COMP3200: Object-Oriented Programing - Define a class (called LogMat) to represent logical matrix of any binary relation as explained previously.

  Estimated number of copies that will be sold

Write a program that prompts the author to enter the net price of each copy of the novel and the estimated number of copies that will be sold.

  Write an algorithm that converts a decimal number

Write an algorithm that converts a decimal number between 0 and 15 into its 4 bit unsigned binary representation and write an algorithm that converts a linear measurement in feet and inches into meters. One inch is equivalent to 2.54 centimeters.

  Problem related to the streams

As in Self-Test Exercise, write some code that will create a stream named out Stream that is a member of the class Print Writer, and that connects this stream.

  Create a program that asks the user to enter 3 integers

Create a C++ program that does the following: Asks the user to enter 3 integers. Prints the largest number and then the smallest of the numbers.

  Implement and test the functions

Programming Assignment - Write a C++ program that will implement and test the four functions described below that use pointers and dynamic memory allocation.

  Write a program that grades the written portion

The local driver's license office has asked you to write a program that grades the written portion of the driver's license exam. The exam has 20 multiple choice questions.

  Write program that reads a text file and print out any words

Write a program that reads a text file and prints out any words that begin with a user-given string. The filename should be given at the command line.

  Use the top-down modular approach to design program

Use the top-down modular approach and pseudocode to design a suitable program to solve it. Where appropriate, use defensive programming techniques.

  Features with the real life scenarios

Explain any three features that must be implemented by the application that will be created by WebSoft Solutions Pvt. Ltd. Support your answer with suitable examples. Relate the features with the real life scenarios

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