COMPUTER PROGRAMMING FOR ENGINEERS

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

Excel Vocabulary.
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Spreadsheet Basics Computer Technology.
Spreadsheet Basics Computer Technology.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Excel is a spreadsheet program.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Introduction to Excel Chapter 2 Excel Fundamentals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Microsoft Excel Computers Week 4.
Review. Microsoft Office Excel 2013 provides powerful tools to organize, analyze, manage, and share information Locations where work is done are cells,
Intro to Excel Computer Technology Timpview High School.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
EXCEL PART1. Objectives  Understand spreadsheet software  Tour the Excel 2010 window  Understand formulas  Enter labels and values and use the Sum.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Introduction to Microsoft Excel
Lesson: 4 Spreadsheets After completing this lesson, you will be able to: Identify the components of a spreadsheet. Enter data into a spreadsheet. Perform.
Spreadsheet Tools for Engineers Using Excel CIVE 1331 Fall 2008 Hanadi Rifai.
Excel Lesson 5 Using Functions
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
ENGR 1181 College of Engineering Engineering Education Innovation Center Excel 1.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel Screen Slide 1 Column Row Cell Formula bar Column heading Row heading Worksheet tab.
Spreadsheets, Surveys, And Graphs What is a spreadsheet?
Excel Screen Software Applications. Microsoft office button Quick Access Toolbar Band of tabs Formula bar Name box Sheet tabs Status bar View buttons.
Software applications Jada Brentley Period 3 Microsoft office buttonQuick access toolbar Band of tabs Formula bar Name Box Sheet tabs Status bar View.
SOFTWARE APPLICATION Excel Screen. Microsoft office button Quick Access Toolbar Band Of Tabs Name Box Formula Bar Sheet Tabs Status Bar View Buttons Zoom.
ICT Training Session #4 10 th February 2011 Using Microsoft Excel 2007  Exploring the home screen  Entering data  Formatting & sorting  Equations.
1 Excel Lesson 3 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
Spreadsheet Basics Computer Technology What is a spreadsheet? Spreadsheets are: –Applications that track, analyze, and chart numeric information –Used.
Spreadsheet Formulas Cell Data - is classified according to its intended purpose.
 A spreadsheet is a grid of data divided into numbered rows and lettered columns.
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1, 2e PowerPoint Lecture to Accompany.
Excel, Part 3 Computer Tech. Changing the angle of your text  You can change the angle, or orientation of your text in an Excel spreadsheet.  This is.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Microsoft Excel East Clarendon Middle-High School.
ExCel Chapters 1 and 2 Classwork: Problems 2-3, 2-6, 2-8, 2-10 Homework: Problems 2-4, 2-7, 2-9, 2-13.
Excel Lesson 5 Using Functions
How can Microsoft Excel 2007 help you to be more productive?
College of Engineering
Microsoft Excel Basics
Getting Started with Excel 2013
Microsoft Excel.
Microsoft Excel A Spreadsheet Program.
Formulas A formula is a sequence of values, cell references and operators that produce a new value. = E8 + 3*(E10 - E11) Formulas always start with an.
ExCel Chapters 1 and 2 Classwork: Problems 2-3, 2-6, 2-8, 2-10
Spreadsheet Basics Computer Technology.
Excel Spreadsheet Introduction and Terminology.
Spreadsheet Basics Computer Technology.
Spreadsheet Basics Computer Technology.
Microsoft Office Illustrated Introductory, Windows XP Edition
Spreadsheet Basics Computer Technology.
Microsoft Excel 101.
Basics of Excel- Spreadsheets
Spreadsheet Basics Computer Technology.
Skills for Success with Microsoft Office 2010
Spreadsheet Basics Computer Technology.
Spreadsheet Basics
Microsoft Excel.
Microsoft Excel.
INTRODUCTION TO EXCEL use Excel to: 1. Store and organize data, 2. Analyze data, and 3. Represent data graphically (e.g., in bar graphs, histograms,
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
Presentation transcript:

COMPUTER PROGRAMMING FOR ENGINEERS ENGR. 2304

Engineering Analysis Disciplines Civil Electrical Mechanical Biomedical Optimization Analysis Method Classical Empirical Material Type Metals Polymers Ceramics Composites

SPREADSHEET Import, export, store, process and sort data Display data graphically Analyze data statistically Fit algebraic equations through data sets Solve single and simultaneous algebraic equations Solve optimization problems

SPREADSHEET FEATURES NUMERICAL ALPHANUMERIC

CELL NUMERICAL CONSTANT TEXT CONSTANT ( LABEL OR STRING) B3 (CELL ADDESS OR CELL REFERENCE) WORKSHEET

EXCEL RIBBON ( Office Button, Tabs, Title Bar, Ribbon Icons, Help/Ex Button) FORMULA BAR ( info. abt. active worksheet cell, Formula display & Name box) WORKSHEET TAB ( work book) HORIZONTAL AND VERTICAL SCROLL BARS STATUS BAR ( Normal, Page Layout, or Page Break Preview, zoom control)

USING FORMULAS OPERATORS ( Arithmetic, Spring and Comparison ) Arithmetic ( Operands) String ( Concatenate) Comparison ( True or false)

ARITHMERIC OPERATORS + Addition C1 + F1 - Subtraction * Multiplication / Division ^ Exponentiation % Percentage (divide by 100)

STRING OPERATOR & Concatenate C1&F1

COMPARISON OPERATOR > Greater than >= Greater than or equal to < Less than <= Less than or equal to = Equal to <> Not Equal to

FUNCTIONS Asinx Returns the angle ( in radians) whose sine is x Sum (x1,x2,x3,x4…..) Returns the sum x1,x2,x3,x4……. Degrees (x) Converts x radians to degrees Radians (x) Converts x degrees to radians

PROBLEMS 1. Y = ( 2x + 5c – 7) / ( 2x +1) 2. Y = (5X2 + 3C-7)/ (2C+1) Where x=10 and C=8 Enter the values of X in Cell E1 as a numerical constant and C in cell E3 as a numerical constant . Place the calculated value of Y in cell E5.

CLASS WORK Problems 2.6- 2.13 Home Work 2.14-2.19