Diamond Box Developed by: Darshan Patel 13bce071 Kirtik Patel 13bce078.

Slides:



Advertisements
Similar presentations
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Advertisements

Lecture 1: Overview of Computers & Programming
Chapter 1 - An Introduction to Computers and Problem Solving
Case Tools Trisha Cummings. Our Definition of CASE  CASE is the use of computer-based support in the software development process.  A CASE tool is a.
Rtizen ‘s Introduction to EDA Solutions It’s a software tool to make error free engineering drawings (both 2d & 3d) in a cost effective way.
Starting Out with C++, 3 rd Edition 1 Chapter 1. Introduction to Computers and Programming.
Chapter 1 - An Introduction to Computers and Problem Solving
Programming System development life cycle Life cycle of a program
CIS105 Chapter 1 Theory Review. Page 2 Hardware and Software are the two major components o any computer system Hardware is the set of physical devices.
Program Flow Charting How to tackle the beginning stage a program design.
Programming Logic and Design, Introductory, Fourth Edition1 Understanding Computer Components and Operations (continued) A program must be free of syntax.
FIGURE 1-1 A Computer System
Using the Diagram It Template Copy this presentation to your hard drive. There are two sets of templates: Slides #3 & 4 for a flow chart Slides #5 & 6.
PRE-PROGRAMMING PHASE
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Chapter 1: Introduction To Computer | SCP1103 Programming Technique C | Jumail, FSKSM, UTM, 2005 | Last Updated: July 2005 Slide 1 Introduction To Computers.
Your Interactive Guide to the Digital World Discovering Computers 2012.
BTEc unit 12 software development
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and Files 1.3 Program Development.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Problem Analysis and Program Design
Introduction to Computers
Computer Programming Basics Assistant Professor Jeon, Seokhee Assistant Professor Department of Computer Engineering, Kyung Hee University, Korea.
Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
First Steps in Modularization Simple Program Design Third Edition A Step-by-Step Approach 8.
Programming Concepts Chapter 3.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
I Power Higher Computing Software Development The Software Development Process.
INTRODUCTION TO COMPUTING CHAPTER NO. 04. Programming Languages Program Algorithms and Pseudo Code Properties and Advantages of Algorithms Flowchart (Symbols.
This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
Introduction to Computer Application (IC) MH Room 517 Time : 7:00-9:30pm.
1 Programming Fundamentals How to Program in C++ How to Program in C++
The basics of the programming process The development of programming languages to improve software development Programming languages that the average user.
The Software Development Process
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Intermediate 2 Computing Unit 2 - Software Development Topic 2 - Software Development Languages and Environments.
Program Development Cycle
Compilers and Interpreters. HARDWARE Machine LanguageAssembly Language High Level Language C++ Visual Basic JAVA Humans.
How to Program? -- Part 1 Part 1: Problem Solving –Analyze a problem –Decide what steps need to be taken to solve it. –Take into consideration any special.
Data Structure Introduction Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2010.
1)History of water fall model. 2)Features of water fall model. 3)Phase of water fall model. 4)Brief description of phases. 5)Advantages. 6)Disadvantages.
Ch 1 - Introduction to Computers and Programming Hardware Terminology Main Memory Auxiliary Memory Drives Writing Algorithms Using Pseudocode Programming.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
Chapter – 8 Software Tools.
Compilers and Interpreters
Chapter 1 Software Development Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
Learning Objectives Today we will Learn: The different types of test data.
Algorithms and Flowcharts
13 1 Computer Programming Ch.15-A,B,C FALL 2000 Rob Wolfe.
How does a computer works Hyoungshick Kim Department of Computer Science and Engineering College of Information and Communication Engineering Sungkyunkwan.
Introduction to Programming and App Inventor. Introduction What is a computer program? Introducing App Inventor Getting hands on with App Inventor.
Introduction to Programming / chapter 3 / COM1022
FIGURES FOR CHAPTER 1 GETTING STARTED
Programming Languages
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Chapter 1. Introduction to Computers and Programming
7 Best Programming Languages Based as per Earnings & Opportunities
Word Terminology.
Introduction to Computers
Introduction to Systems Analysis and Design
Chapter 2- Visual Basic Schneider
Programming Language Basics
POWERPOINT PRESENTATION
A programming language
Software Development Process
Name:.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
ICS103 Programming in C 1: Overview of Computers And Programming
Introduction to Computers
Presentation transcript:

Diamond Box Developed by: Darshan Patel 13bce071 Kirtik Patel 13bce078

Features: The whole programme is developed using C language. The programme consists of 5 different call functions . This programme is also available on our blog. Flow-chart is also made available of same call functions for easy readability , using application software ‘Raptor’ Algorithm for the same programme is also made available on blog as well as in this presentation.

Scope Students of 10th standard,12th standard , and higher studies obtain easy , fast and accurate calculations by using this code. If this code or programme is made compatible with hardware components, business can also be set up. Using the same logic , transferring this code in language that supports present mobile or smart phones Application for the same can be Developed. Error-Free and accurate results can be obtained using this logic.

Testplan `

Challenges: On an Average this programme takes about 20 hours of hard work and massive concentration. The most important point that any programme needs is its LOGIC. To design this programme logic is evaluated and tested on Raptor(an application software that helps to develop flowchart) The second most important part that consumes time is to correct ERRORS. By finding and correcting that errors we learn where we were lagging behind and get practice to make our hands free typing characters like ‘:;”/({&^%#\~etc. The experience that we obtain is worthless and this help us for our future studies.

Code: Code is given in .txt format so it can be run on reader’s compiler by simply copying it. Click Here

Algoritm is also given in .txt format so logic can be understood. Algorithm: Algoritm is also given in .txt format so logic can be understood. Click Here