EZYFLO. Aim of EZYFLO To draw simple flowcharts To reduce the memory size of the flowchart To create a software which runs in DOS environment also.

Slides:



Advertisements
Similar presentations
B2PDF b2pdf is the new and innovative release of our powerful command line tool for PDF customization b2pdf is a robust stand alone PDF file generation.
Advertisements

Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Programs/Algorithms.  Computer Architecture  What is a computer program?  Flow chart  Data states  Data  Variables  History – Why VB?  Procedural.
Flow Control Analysis & Design Tool: Flowcharts
UNIT 2. Introduction to Computer Programming
Flow Chart.
Operating Systems * Section A: Introduction * Section B: The importance of the operating system * Section C: Types of operating systems * Section D: Operating.
Chapter 2- Visual Basic Schneider
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
16/13/2015 3:30 AM6/13/2015 3:30 AM6/13/2015 3:30 AMIntroduction to Software Development What is a computer? A computer system contains: Central Processing.
CS 201 Overview of Computers & Programming Debzani Deb.
Flowcharts Remember that a solution to a problem is called an algorithm. Algorithms are often a series of steps required to solve the problem. A flowchart.
Understanding the Mainline Logical Flow Through a Program (continued)
COMP 14: Intro. to Intro. to Programming May 23, 2000 Nick Vallidis.
Word Processing, Web Browsing, File Access, etc. Windows Operating System (Kernel) Window (GUI) Platform Dependent Code Virtual Memory “Swap” Block Data.
Chapter 1 Pseudocode & Flowcharts
Lesson 4 Computer Software
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
System software operating system 1.
Java for Beginners University Greenwich Computing At School DASCO
11.10 Human Computer Interface www. ICT-Teacher.com.
Computer Parts Hardware.
EKT 120/4 C Programming (Additional note). Computer Fundamentals Computer is a machine that can receive, store, transform an output data of all kinds.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Input Tongue Drive System Virtual Keyboard Braille keyboard Output Screen Readers Printer Braille Printers.
Input, Output, and Processing
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
What is computer hardware? Computer hardware are the physical components of the computer.
ABINIT INPUT MAKER By Simon Pesant and BenjaminTardif 29/01/2007.
Flowcharts.
What is a computer? Computer is a device for processing information.
Introduction to Software Development. Systems Life Cycle Analysis  Collect and examine data  Analyze current system and data flow Design  Plan your.
THE DIFFERENCE BETWEEN INPUT AND OUTPUT. BY FRASER HINE.
CHAPTER 1 INTRODUCTION 1 st Semester H King Saud University College Of Applied Studies and Community Services CSC 1101 Computer Programming-1.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Computer Ports Mouse Port (Input).
CHAPTER 1 INTRODUCTION 2 nd Semester H King Saud University College Of Applied Studies and Community Services CSC 1101 Computer Programming-1.
Computer Components: Software Computer Technology.
In computing, an input device is a piece of computer hardware equipment used to provide data and control signals to an information processing system such.
Purpose of Operating System Monil Adhikari. Agenda Introduction Responsibilities of Operating System User Interfaces Command Line Interface Graphical.
Types of Software Chapter 2.
Intro to Information Technology
Class Activity Quiz – Practice Exam Questions. a) True b) False.
Computer Graphics Lecture 1. Books D. Hearn, M. P. Baker, "Computer Graphics with OpenGL", 3rd Ed., Prentice Hall, 2003, ISBN
Identify internal hardware devices (e. g
Chapter 1 Introduction 2nd Semester H
Basics of Computer A Computer is Electronic device that can
Introduction to Programming / chapter 3 / COM1022
Lesson 2 Flowcharting.
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Linux Operating System Architecture
Computer Programming Flowchart.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Java programming lecture one
What is a computer? Дайындаған: ағылшын тілі мұғалімі Алпысбаева М.М.
Interaction of Hardware
Introduction CSC 111.
King Saud University College Of Applied Studies and Community Services CSC 1101 Computer Programming-1 Done By: Asmal Alosaimi Edited By: Fatimah Alakeel.
King Saud University College Of Applied Studies and Community Services CSC 1101 Computer Programming-1 Done By: Asmal Alosaimi Edited By: Fatimah Alakeel.
Data Groupings: File File: a group of related records
Structure.
Start or end of algorithm: Action/process step:
Computer Programming-1 CSC 111
Computer Electronic device Accepts data - input
An Introduction to Operating Systems
Overview of Computer system
Presentation transcript:

EZYFLO

Aim of EZYFLO To draw simple flowcharts To reduce the memory size of the flowchart To create a software which runs in DOS environment also.

Specifications of EZYFLO Language Used : C++ Platform : DOS Input Device : Mouse, Keyboard Output Device : Monitor, Printer

Importance of Flowchart Shows the flow of the problem Makes it easy to understand the problem Shows graphical description of the problem

EZYFLO & Others Size Platform Purpose

Files Needed for EZYFLO Mouse.com Graphics.com Character Files Ezyflo.exe EGAVGA.BGI

A Flowchart It is a combination of various symbols like oval, circle, rectangle, line,etc. A symbol can be represented in two ways. 1. By “pixel by pixel” method. 2. By EZYFLO method.

Pixel by Pixel Method

EZYFLO Method X Position : 55 Y Position : 24 Type : Circle String : Start Font : Arial Size : 40 Start

Structure Used for a Symbol struct symbol { int x; int y; int xe; int ye; int type; char *str; int font; int size; };

Interface between u & EZYFLO Mouse Keyboard

Output from EZYFLO Monitor Printer

EZYFLO Demo

Advantages of EZYFLO Size Dos Platform Software Size

Future EZYFLO It will get algorithm as it’s input and gives a flowchart & a simple c program as it’s output. It will be more user friendly. It can have multiple lines in every symbol. It will have facility to add the user defined symbols.

Thank U

Questions…..