MgtOp 470 Business Modeling with Spreadsheets Sample Midterm Exam. 1. Spreadsheets are known as the of business analysis.

Similar documents
An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

6/14/2010. VBA program units: Subroutines and Functions. Functions: Examples: Examples:

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

3. (1.0 point) To quickly switch to the Visual Basic Editor, press on your keyboard. a. Esc + F1 b. Ctrl + F7 c. Alt + F11 d.

download instant at

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

VBA Collections A Group of Similar Objects that Share Common Properties, Methods and

IITS Workshop Creating a Gradebook in Microsoft Office Excel 2007

MS Excel VBA Class Goals

Candy is Dandy Project (Project #12)

Outline. Midterm Review. Using Excel. Midterm Review: Excel Basics. Using VBA. Sample Exam Question. Midterm Review April 4, 2014

2. create the workbook file

Spreadsheet Microsoft Excel 2010

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide

Excel & Visual Basic for Applications (VBA)

6) The appears as a window pane to display frequently used features. A) task bar B) view buttons C) status bar D) task pane

Pivot Tables, Lookup Tables and Scenarios

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

MICROSOFT EXCEL 2000 LEVEL 5 VBA PROGRAMMING INTRODUCTION

1) Merge the cells that contain the title and center the title

THE AMERICAN LAW INSTITUTE Continuing Legal Education

2013 INTERMEDIATE MANUAL

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

ME 142 Engineering Computation I. Unit 1.1 Excel Basics

Computational Mathematics/Information Technology. Worksheet 2 Iteration and Excel

Microsoft Excel 2016 Level 1

Understanding the MsgBox command in Visual Basic

COMPUTER TRAINING CENTER

Using Microsoft Excel

Objective: Class Activities

Excel Part 3 Textbook Addendum

Customizing the Excel 2013 program window. Getting started with Excel 2013

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

MOVING FROM CELL TO CELL

COMP1000 / Spreadsheets Week 2 Review

Activity: page 1/10 Introduction to Excel. Getting Started

Microsoft Excel Expert 2010, Objective Domain

Introduction. A cell can contain any of the following:

Beginning Excel for Windows

ECDL Module 4 REFERENCE MANUAL

CS 2113 Midterm Exam, November 6, 2007

variables programming statements

Consolidate and Summarizing Data from Multiple Worksheets

Microsoft Excel 2010 Handout

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom

2. INTRODUCTORY EXCEL

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Basic tasks in Excel 2013

Excel Macros, Links and Other Good Stuff

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Basics: How to Calculate Standard Deviation in Excel

TRAINING-NYC

CHAPTER 1 GETTING STARTED

UW Department of Chemistry Lab Lectures Online

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file.

Introduction to Microsoft Excel 2016

A B C D E F G H I J K L M 1 Student Test 1 Test 2 Test 3 Test 4 Total AVG. Joe Smith

A Brief Word About Your Exam

SPREADSHEET (Excel 2007)

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Excel Advanced

A new workbook contains 256 worksheets. The worksheet is a grid of COLUMNS and ROWS. The intersection of a column and a row is called a CELL.

Excel Tables and Pivot Tables

90 + Excel Keyboard Shortcuts. for Mac users. How to master key board shortcuts

Using Microsoft Excel

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

Unit 9: Excel Page( )

Office 2016 Excel Basics 06 Video/Class Project #18 Excel Basics 6: Customize Quick Access Toolbar (QAT) and Show New Ribbon Tabs

Ms Excel Vba Continue Loop Through Range Of

Redhill Academy - Year 12 ICT. Spreadsheet Skills

WEEK NO. 12 MICROSOFT EXCEL 2007

Excel Level 1

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates

Chapter 10 Linking Calc Data

PART 7. Getting Started with Excel

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Read Me First (Excel 2007)

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

KIN 147 Lab Practical Mid-term: Tibial Acceleration Data Analysis Excel analyses work much better on PCs than on Macs (especially older Macs)

DATA 301 Introduction to Data Analytics Microsoft Excel VBA. Dr. Ramon Lawrence University of British Columbia Okanagan

Appendix A1 Visual Basics for Applications (VBA)

Formulas and Functions

x, with a range of 1-50 (You can use the randbetween command on excel)

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will:

Reporting Excel Tutorial

Corporate essentials

You will have mastered the material in this chapter when you can:

My Top 5 Formulas OutofhoursAdmin

PHLI Instruction (734) Introduction. Lists.

Excel & Business Math Video/Class Project #39 Create Invoices in Excel with Data Validation Drop-down, VLOOKUP & IF Functions

Presenter: Susan Campbell Wild Rose School Division

Tips for working efficiently with Excel's fill handle

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office

Computer & Careers Mr. Lewis

Saving a Workbook That Contains Macros

Excel Shortcuts Increasing YOUR Productivity

Chapter 9 Data Analysis

Transcription:

Section 1 Multiple Choice MgtOp 470 Business Modeling with Spreadsheets Sample Midterm Exam 1. Spreadsheets are known as the of business analysis. A. German motor car B. Mexican jumping bean C. Swiss army knife D. American Sherman tank E. British heat-seeking missile 2. To create a drop-down list in Excel, what feature do you need to enter? A. Form Controls B. What-If Analysis C. Data Validation D. Group E Consolidate 3. In VBA, what cell is referenced from the following statement? Range( C4 ).Offset(3,5) A. F9 B. E8 C. H7 D. G6 E. C5 F. E3 4. Determine the value of the following expression in Excel: =(-9/3)^2+14-4/2 A. 9.5 B. 3 C. 18 D. 45 E. 21 5. In VBA, which commands directs a For loop to iterate by a number potentially different than 1? A. Iter B. Step C. Next D. By E. Count

6. When the user clicks on the Cancel button in a dialog box, what two lines of VBA code should be included in the event handler for that action? A. Delete Form and End B. Unload Me and End C. Close Box and End D. Delete Form and Return E. Unload Me and Return F. Close Box and Return 7. Consider a string variable name that contains an individual s full name in all capital letters. If you wanted to check in VBA to see if the last name was HARDSON, which of the following would work? A. If Right(name, 8) = HARDSON Then B. If Mid(name, -7, 7) = HARDSON Then C. If Right(name, 7) = HARDSON Then D. If Mid(name, Len(name)-7, 7) = HARDSON Then E. If Right(name, Len(name)-7) = HARDSON Then 8. Which of the following is not a valid string function in VBA? A. Size B. Mid C. Len D. Left E. Right 9. What is the Excel shortcut to display formulas on the screen instead of numbers? A. CTRL ^ B. CTRL @ C. CTRL ` D. CTRL # E. CTRL F F. F6 G. CTRL / 10. If you are recording a macro in Excel and want to copy from one cell to two cells over to the right, what should you do first? A. remove all anchoring from the cell B. use the arrow keys to move instead of the mouse C. depress Use Relative References D. you can t this must be done in Visual Basic E. type Copy 2 Right in the macro command box

11. If you want to display an entry from a List box, what command should you use? A. INDEX B. DISPLAY C. NAME D. LISTNAME E. CONVERT 12. Which of the following is not an available message box icon in VBA? A. vbcritical B. vbinformation C. vbexclamation D. vbwarning E. vbquestion

Section 2: Short Answer Consider the Excel Spreadsheet below. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 A B C D E F G H 5 6 6 7 7 4 8 13 =A3+C$2 Sample Questions (there will likely be 5-15 on the test) a. If Cell A6 is copied to cell B7, what number will appear in B7? b. What would result from the formula: "=MAX(E10, B6)"? d. What VBA code would retrieve the value from cell A6 and store it in a double variable called number? e. What are the commands to divide the spreadsheet into two separate sections on the screen? 7 =MAX(A1:A3) c. How would you write in one formula a command to display the phrase "Column C" if the sum of the first three rows of Column C exceeds the sum of the first three rows of Column D, and display "Column D" if that is not true? f. What VBA statement would change the color of the number 8 in column D to yellow? g. What is wrong with the following Excel command? =IF(D3>5,George,Martha) h. What is wrong with the following VBA Code? (This is unrelated to the spreadsheet above.) Dim people As Range people = Range( B4:H6 ) people.font.size = 12

Section 3 VBA Programs 1. Between the SUB and End Sub functions below, complete the VBA code for a SUB called SquareID that does the following: (1) Asks the user for his or her name stored in a variable called yourname; (2) Asks the user for his or her student ID number (this is an eight-digit number) stored in a variable called ID; (3) Calculates the square root of the student s ID number and stores it in a variable called SID; (4) Places the square root of the student s ID number into Cell B5 of the worksheet; (5) Displays a message in a message box containing the title Your Converted Number, as well as an information button. The message should look like this: John, the square root of your ID number is 8239.855. Hint: The format to display a number without commas and with three decimal places is: 0.000 Public Sub SquareID() Dim yourname As Dim As Dim As yourname = = InputBox( ) SID = = SID MsgBox ID number is _ & End Sub 2. Write the VBA code to create a user-defined function called TWO that creates a random integer number between 0 and 2 inclusive. Hint: This can be accomplished with 3 total lines of code. Public End

3. Write a sub that does the following: a) It asks the user to input a positive integer with a box that looks like this: 9 b) It enters every positive integer from 1 up through the given number in consecutive cells in row 1, starting with cell A1. For example, if the user entered 5, the program would put a 1 in cell A1, a 2 in cell B1, etc., up through a 5 in cell E1. Provide your code by filling in the blanks below: Public Sub NUMBERS() Dim i As Long Dim n = With Range("A1") For i = End End Sub