E VALUATIONS /A SSIGNMENTS Students. Assignment 1 (100 points) Students: Please write a code- Macro to : 1) Display your name, 2) Name of the school 3)

Slides:



Advertisements
Similar presentations
MICROSOFT EXCEL CALCULATIONS.
Advertisements

Course Web Site – Also linked from Blackboard Course Materials – Excel Tutorials – Access Tutorials – PPT.
INF1060 spreadsheets. Making formulas Like your calculator, you can use Excel to perform many mathematical functions as well as organize data In this.
1. Write an Excel formula in cell Survey
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
1 9/24/07CS150 Introduction to Computer Science 1 Relational Operators and the If Statement.
1 CS150 Introduction to Computer Science 1 Relational Operators and the If Statement 9/22/08.
Learn to find the mean, median, mode and range of a data set.
Spreadsheet revision By Charlotte Neal. Spreadsheet oA Spreadsheet is a computer program that works like a paper worksheet. You can put words and numbers.
P1 & D1 Finish report by 3rd May 2011.
Data Analysis Formula and Functions. Formula and functions A function is a calculation in a spreadsheet that has or can be memorized. There are many different.
Microsoft Excel How to make a SPREADSHEET. Microsoft Excel IT is recommended that you have EXCEL running at the same time. You can try what you are reading.
1.In which year was the amount of rainfall highest? How many inches fell that year. 2.What was the average number of inches of rainfall in 2006? 3.What.
Let it snow, let it snow, let it... – Some Reminders – Back up your work! – READ, READ, READ!!! Your Book Your Lab Manual The Course site – WORK, WORK,
Intro to Excel - Session 7.31 Tutorial 7 - Session 7.3 Developing an Excel Application.
Sundara Ram Matta Feb 02 nd, Sundara Ram Matta Feb 02 nd, 2015
Querying a Database - A question or an inquiry (dictionary.com) - WHAT ARE WE ASKING QUESTIONS ABOUT? THE DATA - BY ASKING QUESTIONS OF THE DATA WE OBTAIN?
Unit 5 Evidence Name: sean Hingeley. 1.What software did you use? I used Microsoft excel for my spreadsheets 2.Why did you use this rather than something.
EDIT 202 Midterm Exam Details Exam Information  July 19 th in N2 – 115  Anyone with SSDS forms please make sure Felix has those in advance.  Exam.
Using Excel to collect data from a virtual environment.
Summer term 2010D Garey Unit 3 – Data Handling AO4 –Analysis of Data.
TECH 394 Computer Applications for Technologists and Engineers.
Lecture 2 Conditional Statement. chcslonline.org Conditional Statements in PHP Conditional Statements are used for decision making. Different actions.
Definitions By Steph Garrihy. Spreadsheet A computer programme which contains data about things that you want to put in. The computer programme is usually.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
Spreadsheet Operations and Functions Computer Applications Understand spreadsheets used in business.
Course Mean, Median, Mode and Range 6-2 Mean, Median, Mode, and Range Course 1 Warm Up Warm Up Lesson Presentation Lesson Presentation Problem of.
Excel-Introduction Business –E.g., Creating budget Chemistry –E.g., Analyzing chemical’s temperature vs. time Psychology –E.g., Test scores English –E.g.,
Contact Information Leena Razzaq WVH 310B Office Hours: Monday 12:00 – 2:00 pm And by appointment.
Chapter 2 Excel Fundamentals Logical IF (Decision) Statements Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
6-1 Mean, Median, Mode and Range I CAN find the mean of a set of numbers. I CAN find the median of a set of numbers. I CAN find the mode of a set of numbers.
Climatic Graph Tutorial Start We can use this Excel spreadsheet to plot the climatic graph with the data in this table. End.
DAY 5: SPRING 2016 EXCEL INTRODUCTION Rahul Kavi January 26,
Macros in Excel Using VBA Time Required – 5 hours.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
Microsoft Excel Exercise
Calculations & Parameters
Databases.
Tracking Reading Using Excel
4. Finding the Average, Mode and Median
BCPS One LMS: Setting up the Grade Book
Descriptive Statistics
6th Grade – Tech Ed Loop Glider Design Challenge
The Mean Value Theorem for Integrals – Average Value
How much does this cost to make?
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Excel Spreadsheets 1/28 I can… BW… Work with basic functions in Excel
Creating a Student Marksheet
Standard Algorithms Input validation Finding the minimum
Secondary Gradebook FAQ’s
Business Technology Applications
ME 142 Engineering Computation I
Spreadsheets (Excel Tasks)
Histograms & Comparing Graphs
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Data Tables Packet #19.
Creating a Student Marksheet
Spreadsheet.
Learning Intention I will learn about programming using selection (making choices) with one condition.
Unit 4 Scientific Notation
ImageJ Introduction – Calculating distance and establishing scale using Google Maps and ImageJ Summary: You will be asked to calculate the length and width.
AUSTRALIA’S AVERAGE RAINFALL
Computer Science 2 More Trees.
Coordinate Proofs.
Homework Reading Machine Projects Labs
Directions: Carefully read each of the following multiple-choice items and the four possible answers. Select the correct response and mark the letter.
Algebra 2/Trig Name: ________________________________
Dry Run Fix it Write a program
________ Grade ________ Grade ________ Grade ________ Grade
Presentation transcript:

E VALUATIONS /A SSIGNMENTS Students

Assignment 1 (100 points) Students: Please write a code- Macro to : 1) Display your name, 2) Name of the school 3) Address of the school Run the macro and show it to the teacher. 30 points for each task and 10 points for something that you come up with on your own. Lab 2

Question: How would they calculate the average height of all students Where/which formula will they use? (Ask them to show you ) ( 30 points each) Display the name of The tallest person (10 points) Assignment # 2

Lab # 4 Assignment # 3: Test Create an excel spreadsheet with the names of 10 students in a class. Each student has 3 subjects Calculate the average for each student. (30 points) According to the average.. -if the average is greater than or equal to 90 the student gets grade A -if the average is greater than or equal to 80 and less than 90 the student gets grade B -if the average is greater than or equal to 70 and less than 80 the student gets grade C -if the average is greater than or equal to 60 and less than 70 the student gets grade D -if the average is less than 60 the student gets an F (60 points) Display the names of students with grade A. (10 points)

Optional Assignment- on creating Macros (100 points ) 1)Create a spreadsheet to calculate the average rainfall in a year for the city of San Jose. The rainfall is recorded in terms of inches. (10 points) 2)Find the average rainfall for the season (50 points) 3)Find the months with the highest and lowest rainfalls. (40 points) Show each output/result to the teacher.