its a group report of discrete mathematics 5-10 page long
ICT101 – Group Assignment 2 brief 1 | P a g e ICT 101 Discrete Mathematics for IT Assessment # 5 - Group Assignment Trimester 2, 2020 Overview of Assignment This assignment is an extension of individual assignment 1. Students will work in groups of 2-3 to investigate further on the application identified in the previous assignment. When students in a group analysis the application of each member in the group, they choose one application which can be implemented as a computer programme. They will have to analyse, design and construct a flow-chart and investigate further to write it as an algorithm. They also have to use some inputs to check the reliability of the algorithm. Students also have to do a thorough analysis of algorithm to identify any problem and give a suggestion to rectify it. Task Description: Written Report Student group will be exploring and analysis the applications which are identified by each group member and they have to recognise an application that can be programmed in to computer. Each group have to sketch a plane to draw a flow-chart and algorithm. Use some inputs to test the algorithm (Give different trace table for each input) and identify any problem in the algorithm. Suggest a plane to rectify or explain why it can be rectified. Each group has to write one report on its findings. Based on your assignment 1 report, tutor of the class will form the group so that students will not work in their own choice of group. The written report must have the following sections: 1. Introduction 2. Description of why students choose this application and why students omit other application 3. Give a complete plane to implement the application in to a computer program with use of flow- chart 4. Write an appropriate algorithm 5. Use at least two inputs to test the algorithm. Group need to give a trace table for each input. 6. Conclusion 7. Short statement about contributions/Reflections from each group member 8. References ICT101 – Group Assignment 2 brief 2 | P a g e Submission Requirement Deadline to submit written report: Week 11 Sunday (27th Sep 2020), 11.59pm via Moodle. The report must be: 1. Word or pdf document (5 to 10 pages long) 2. Size: A4 3. Use Assignment Cover Page (download from Moodle) with your details and signature 4. Single space 5. Font: Calibri, 11pt Deduction, Late Submission and Extension Late submission penalty: - 5% of the total available marks per calendar day unless an extension is approved. For extension application procedure, please refer to Section 3.3 of the Subject Outline. Plagiarism Please read Section 3.4 Plagiarism and Referencing, from the Subject Outline. Below is part of the statement: “Students plagiarising run the risk of severe penalties ranging from a reduction through to 0 marks for a first offence for a single assessment task, to exclusion from KOI in the most serious repeat cases. Exclusion has serious visa implications.” “Authorship is also an issue under Plagiarism – KOI expects students to submit their own original work in both assessment and exams, or the original work of their group in the case of a group project. All students agree to a statement of authorship when submitting assessments online via Moodle, stating that the work submitted is their own original work. The following are examples of academic misconduct and can attract severe penalties: • Handing in work created by someone else (without acknowledgement), whether copied from another student, written by someone else, or from any published or electronic source, is fraud, and falls under the general Plagiarism guidelines. • Students who willingly allow another student to copy their work in any assessment may be considered to assisting in copying/cheating, and similar penalties may be applied. ” ICT101 – Group Assignment 2 brief 3 | P a g e Marking Ruberic Criteria Fail Pass Credit Distinction High Distinction 0-49% 50-64% 65-74% 75-84% 85-100% Understanding of the Information technology application(s) 2 marks Inaccurate description of all applications of information Technology in the group Basic description of all applications of information Technology in the group Accurate description of all applications of information Technology in the group Accurate description of all applications of information Technology in the group and some connections with relevant topics Polished description of all applications of information Technology in the group and references to relevant theories Detail description of the choice of the application 2 marks Little or no evidence is given for the choice and omit. Basic evidence is given for the choice and omit. Accurate evidence is given for the choice and omit. Accurate evidence is given for the choice and omit with relevant analysis Accurate evidence is given for the choice and omit with relevant analysis and complete detail Design a plane for computer implementation 2 marks Plane is not designed in a proper manner Plane is designed in a proper manner and no flow- chart is given Plane is designed in a proper manner and flow-chart is also given Accurate and comprehensive plane is given with a correct flow-chart Appropriate plane with correct flow- chart and complete detail is given. Writing an algorithm 2 marks Inaccurate algorithm or algorithm is given in an inappropriate manner Correct algorithm but written in an inappropriate manner Correct algorithm which is written in an appropriate manner Correct algorithm which is written in an inappropriate manner with little discussion Correct algorithm which is written in an inappropriate manner with complete discussion Conclusions 1 mark Little or no evidence of accuracy of the algorithm Basic evidence of accuracy of the algorithm Accurate evidence of accuracy of the algorithm Good analysis and justification of accuracy of the algorithm Complete analysis and justification of accuracy of the algorithm Documentation 1 mark Poorly organised report with unclear structure Well organised report but with some errors Clearly organised report with few errors Clearly organised report and good use of tables and graphs Polished report and creative use of tables and graphs Family Name: KARKI Given Name: SURAJ Student Number: 11902237 Lecturer’s Name: shabanachanna Subject Name: Discrete Mathematics Assignment Title: Number System E-Signature:suraj Date: 06/08/2020 INTRODUCTION The IT has the effect in all type of life streams may it be mathematics or very high level in physics.In mathematics the MATLAB had given all edges of mathematics through IT. Using this report I will try to deal with a topic: Number System. I will be very specific about how to do operations and how computer does the calculation. Till ending I will try to give whole information about the topic. INTRODUCTION TO THE NUMBER SYSTEM The number system is the system of naming or representing numbers. It is the mathematical notation for representing numbers of a given sets by digits or other symbols in a consistent number. Altogether there are four types of number system ; 1. Decimal number system (base-10) 2. Binary number system (base-2) 3. Octal number system(base-8) 4. Hexadecimal number system(base-16) Binary number system Binary was invented by many people but the modern binary number system is credited to Gottfried Leibniz in 1679, a German mathematician. Binary has been used in nearly everything electronic; from calculators to supercomputers. Machine code is binary digits. Decimal number system The origin of the modern decimal-based place value system is ascribed to the Indian mathematician Aryabhata I, 498 CE. Octal number system In early days octal number system was mostly used in minicomputers. The word “OCT” means eight. The octal number system says that it is a number system of base 8 which means that we require 8 different symbols in order to represent any number in octal system. The symbols are 0, 1, 2, 3, 4, 5, 6, and 7. Hexadecimal number system The current hexadecimal system was first introduced into the field of computing by IBM in 1963. An earlier representation, with 0-9 and u-z, was used in 1956 by the Bendix G-15 computer. REFRENCES While making this project I read many books and articles most importantly 1.www.tutorialspoint.com/computer_fundamentals/computer_fifth_generation.htm 2.Geeks For Geeks. 3. www.mathgoodies.com 4. Byjus.com, matharticle 5. en.wikipedia.org/wiki/Fifth_generation_computer REVIEW In number system, binary number system have only 2 digits 0 and 1 (any number can be represented by these two digits),decimal number system have 10 digits from 0 to 9(0, 1, 2, 3, 4, 5, 6, 7, 8, 9),octal number system have 8 digits from 0 to 7 in order to represent numbers, and last one hexadecimal number consist of 10 digits and 6 letters ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and a, b, c, d, e, f) . We will discuss the different operations one by one in the following article. Decimal number system A decimal is any number in our base-ten number system. specifically, we will be using numbers that have one or more digits to the right of the decimal point and the decimal point is used to separate the ones place from the tenth place in decimals.. In the decimal number system, the positions successive to the left of the decimal point represent units, tens