1 CSE 1520 -- Computer Use: Fundamentals Week 5: Glade Manual Chapter 4 Gates and Circuits (Dale & Lewis Ch. 4)

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
Lesson 3: Using Formulas
Computer Science & Engineering 2111 Text Functions 1CSE 2111 Lecture-Text Functions.
33 CHAPTER BASIC APPLICATION SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: QUIZ#02 In Lecture Session # 9 (5.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
Chapter 8 Data Analysis. Agenda Functions –AND and OR –COUNT, COUNTA, and COUNTIF –CONCATENATE and TRIM –RANK and QUARTILE –MOD and ROW Goal Seek in decision-making.
 CHOOSE › Index and list of options › Example: alternative to grade translation.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Adrian Ilie COMP 14 Introduction to Programming Adrian Ilie June 27, 2005.
Primitive Types Java supports two kinds of types of values – objects, and – values of primitive data types variables store – either references to objects.
JavaScript, Third Edition
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
Spreadsheets Objective 6.02
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
1 Week 3: Data Representation: Negative Numbers READING: Chapter 3.
Chapter 9 Creating Formulas that Manipulate Text Microsoft Office Excel 2003.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
EECS Computer Use: Fundamentals
Using Excel Biostatistics 212 Lecture 4. Housekeeping Questions about Lab 3? Final Project Dataset! –Check in.
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
© 2006 Pearson Education 1 Obj: to use compound Boolean statements HW: p.184 True/False #1 – 6 (skip 3)  Do Now: 1.Test your “Charge Account Statement”
Computer Arithmetic and the Arithmetic Unit Lesson 2 - Ioan Despi.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
Homework Discussion Homework 4 (Glade Manual Chapter 4) More on Logical, Information and Text Functions.
Functions. Types of Functions Built-in functions: –Financial –Date & time –Math & statistical –Database –Lookup –Logical –Information:IsBlank, IsNumber,
CSE Computer Use: Fundamentals
Page 1 Excel Text Functions MGMI 311. Page 2 Data Structure Text is Excel = Array of Characters = String (when coding) Text Function  Array Operation.
Spreadsheets COE 201- Computer Proficiency. Basic Interface Excel Book = Word Document Every book can contain up to 255 different sheets.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Greatest Common Divisors & Least Common Multiples  Definition 4 Let a and b be integers, not both zero. The largest integer d such that d|a and d|b is.
Excel Text Functions 1. LEFT(text, [num_chars])) Returns the number of characters specified starting from the beginning of the text string Syntax Text:
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
1 CSE 2337 Chapter 7 Organizing Data. 2 Overview Import unstructured data Concatenation Parse Create Excel Lists.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Pages Appendix B: Review of ExcelChapter 3 Market Trends & Analysis IBM 320 CAL POLY POMONA IBM320 Market Trends and Analysis Maha Ghosn.
Slide 1 Chapter 3 Variables  A variable is a name for a value stored in memory.  Variables are used in programs so that values can be represented with.
String and Lists Dr. José M. Reyes Álamo. 2 Outline What is a string String operations Traversing strings String slices What is a list Traversing a list.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
AGB 260: Agribusiness Data Literacy
Logical Functions and Conditional Formatting in Excel
Using Advanced Formulas
String and Lists Dr. José M. Reyes Álamo.
Lesson 3: Using Formulas
Excel ISERROR Function
Logical Functions Excel Lesson 10.
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel STDEV.S Function.
String Methods Programming Guides.
Excel IF Function.
REACH CRC Professor Reinhardt
Expressions An expression is a portion of a C++ statement that performs an evaluation of some kind Generally requires that a computation or data manipulation.
Multiple variables can be created in one declaration
Chapter 3 Data Representation
Analyzing Data Using Formulas
Unit 42 : Spreadsheet Modelling
Working with Formulas and Functions
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets Objective 6.02
REACH Computer Resource Center
Spreadsheets Objective 6.02
Working with Formulas and Functions
REACH Computer Resource Center
Presentation transcript:

1 CSE Computer Use: Fundamentals Week 5: Glade Manual Chapter 4 Gates and Circuits (Dale & Lewis Ch. 4)

Glade Manual 2 CSE Computer Use: Fundamentals Ch. 4 – More on Logical, Information, and Text Functions Go to “Resources” “Support Files” “Chapter 4” There are 2 exercises in Ch. 4 In exercise 1, there are 3 sub-exercises (Ex 1.1, 1.2, 1.3)

Glade Manual – Chapter 4 3 CSE Computer Use: Fundamentals Logical Functions: There are seven functions listed in the logical category in Excel – the functions AND, FALSE, IF, NOT, OR, TRUE and IFERROR. The more traditional Boolean operators are AND, OR, NOT. These are used to build complex Boolean expressions. NOT() is the inverter. So NOT (TRUE) = FALSE NOT (FALSE) = TRUE

Glade Manual – Chapter 4 4 CSE Computer Use: Fundamentals IS Functions: FunctionReturns TRUE if ISBLANK (Reference)Reference refers to an empty cell ISERR (Reference)Reference refers to any error Reference except #N/A. ISERROR (Reference)Reference refers to any error Reference (#N/A, #REFERENCE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!). ISLOGICAL (Reference)Reference refers to a logical Reference ISNA (Reference)Reference refers to the #N/A (Reference not available) error Reference. ISNONTEXT (Reference)Reference refers to any item that is not text. (Note that this function returns TRUE if Reference refers to a blank cell.) ISNUMBER (Reference)Reference refers to a number. ISREF (Reference)Reference refers to a reference. ISTEXT (Reference)Reference refers to text. These functions are often used as the Logical_test in an IF function.

Glade Manual – Chapter 4 5 CSE Computer Use: Fundamentals Example: it's possible that the cell a formula will use as the divisor might be blank. The formula would then produce an error because the blank cell has value 0, and division by 0 is impossible For example: a column called “Average” that calculates the formula: “Total/Count” could be calculated as follows: = IF (ISBLANK (Count), "", Total / Count) This formula “looks” at the current value of “Count” to see if the cell is empty. If it is, the cell is left blank.

Glade Manual – Chapter 4 6 CSE Computer Use: Fundamentals Text Functions: FunctionReturns TRUE if LEFTReturns the leftmost characters from a text value RIGHTReturns the rightmost characters from a text value MIDReturns a specific number of characters from a text string starting at the position you specify LENReturns the number of characters in a text string EXACTChecks to see if two text values are identical CONCATENATEJoins several text items into one text item UPPERConverts text to uppercase LOWERConverts all uppercase letters in a text string to lowercase. TEXTFormats a number and converts it to text VALUEConverts a text argument to a number

Glade Manual – Chapter 4 7 CSE Computer Use: Fundamentals Text Functions: Example 2: = MID ("Hi ho", 2, 3) produces the string “i h”, i.e. 3 characters starting from position 2 Example 1: = LEFT ("Hi ho", 2) returns the string “Hi”. It copies 2 characters from the left end of the string.

Glade Manual – Chapter 4: Homework 8 CSE Computer Use: Fundamentals Ex 1.2 In the “Accounts” sheet. It lists “Surnames” and “Given Names” for a group of fictitious people. Your task is to create another column in which to calculate each person’s user identification number. The rule for these IDs is to join the first letter of the “Given Name” to the whole “Surname”, and convert the resulting string to UPPERCASE. The logic procedure should be: 1.Use “LEFT” to get the leftmost character from “Given Name” 2. Use “CONCATENATE” to combine the result from step 1 and the “Surname” 3. Use “UPPER” to convert the resulting string to UPPERCASE

Glade Manual – Chapter 4 9 CSE Computer Use: Fundamentals Ex 1.3 In this exercise you implement a spreadsheet that converts 8-digit (natural) binary numbers to decimal with the 8-digit binary number has the form: The formula that converts 8-digit (natural) binary numbers to decimal is: Example: the 8-bit binary numbers is converted to decimal 6: