Free Essay

Cao Report

In:

Submitted By danimi
Words 1956
Pages 8
A computer consists of a set of components or modules of three basic types * Processor * Memory * I/O These modules communicate with each other. In effect, a computer is a network of basic modules. Thus, there must be paths for connecting the modules. The collection of paths connecting the various modules is called the interconnection structure. The design of this structure will depend on the exchanges that must be made among modules.
First we describe the above mentioned modules briefly:
Memory: Typically, a memory module will consist of N words of equal length. Each word is assigned a unique numerical address (0, 1, . . . ,N – 1). A word of data can be read from or written into the memory. The nature of the operation is indicated by read/write control signals. The location for the operation is specified by an address.

I/O module: From an internal (to the computer system) point of view, I/O is functionally similar to memory. There are two operations, read and write. Further, I/O module may control more than one external device. We can refer to each of the interfaces to an external device as a port and give each a unique address (e.g., 0, 1, . . . ,M– 1). In addition, there are external data paths for the input and output of data with an external device. Finally, an I/O module may be able to send interrupt signals to the processor.

Processor: The processor reads in instructions and data, writes out data after processing, and uses control signals to control the overall operation of the system. It also receives interrupt signals.

The interconnection structure must support the following types of transfers:

Memory to processor: The processor reads an instruction or a unit of data from memory.
Processor to memory: The processor writes a unit of data to memory.
I/O to processor: The processor reads data from an I/O device via an I/O module.
Processor to I/O: The processor sends data to the I/O device.
I/O to/ from Memory: For these two cases, I/O module is allowed to exchange data directly with memory, without going through the processor, using Direct
Memory Access (DMA).

Interconnection Structures:
There are different possible interconnection structures out of which the most common are:
BUS INTERCONNECTION:
A bus is a communication pathway connecting two or more devices. A key characteristic of a bus is that it is a shared transmission medium. Multiple devices connect to the bus, and a signal transmitted by any one device is available for reception by all other devices attached to the bus. If two devices transmit during the same time period, their signals will overlap and become garbled. Thus, only one device at a time can successfully transmit.

System Bus:
Computers normally contain several buses. The bus that interconnects major components (processor, memory, I/O devices) is called the system bus. A system bus typically contains from 50 to several hundred lines which are grouped in data, address and control signals power lines may not be shown in bus diagram.

System bus
System bus

Bus Structure:
A system bus consists, typically, of from about 50 to hundreds of separate lines. Each line is assigned a particular meaning or function. Although there are many different bus designs, on any bus the lines can be classified into three functional groups (Figure above): data, address, and control lines. In addition, there may be power distribution lines that supply power to the attached modules.
The data lines provide a path for moving data among system modules. These lines, collectively, are called the data bus. The data bus may consist of 32, 64, 128, or even more separate lines, the number of lines being referred to as the width of the data bus. Because each line can carry only 1 bit at a time, the number of lines determines how many bits can be transferred at a time.
The address lines are used to designate the source or destination of the data on the data bus. For example, if the processor wishes to read a word (8, 16, or32 bits) of data from memory, it puts the address of the desired word on the address lines. Clearly, the width of the address bus determines the maximum possible memory capacity of the system. Furthermore, the address lines are generally also used to address I/O ports. Typically, the higher-order bits are used to select a particular module on the bus, and the lower-order bits select a memory location or I/O port within the module.
The control lines are used to control the access to and the use of the data and address lines. Because the data and address lines are shared by all components, there must be a means of controlling their use. Typical control lines include:

Memory write: Causes data on the bus to be written into the addressed location
Memory read: Causes data from the addressed location to be placed on the bus
I/O write: Causes data on the bus to be output to the addressed I/O port
I/O read: Causes data from the addressed I/O port to be placed on the bus
Transfer ACK: Indicates that data have been accepted from or placed on the bus
Bus request: Indicates that a module needs to gain control of the bus
Bus grant: Indicates that a requesting module has been granted control of the bus
Interrupt request: Indicates that an interrupt is pending
Interrupt ACK: Acknowledges that the pending interrupt has been recognized
Clock: Is used to synchronize operations
Reset: Initializes all modules

Bus Operation:
The operation of the bus is as follows. If one module wishes to send data to another, it must do two things: (1) obtain the use of the bus, and (2) transfer data via the bus. If one module wishes to request data from another module, it must (1) obtain the use of the bus, and (2) transfer a request to the other module over the appropriate control and address lines. It must then wait for that second module to send the data.

Elements of Bus Design:

Bus Types:
Dedicated - a line is permanently assigned either to one function or to a physical subset of computer components
Multiplexed - Time multiplexing - using the same lines for multiple purposes (different purposes at different times)
Method of Arbitration: determining who can use the bus at a particular time
Centralized - a single hardware device called the bus controller or arbiter allocates time on the bus.
Distributed - each module contains access control logic and the modules act together to share the bus
Timing: Timing refers to the way in which events are coordinated on the bus. Buses use either synchronous timing or asynchronous timing.
Synchronous Timing - the occurrence of events on the bus is determined by a clock. The bus includes a clock line upon which a clock transmits a regular sequence of alternating 1s and 0s of equal duration.
Asynchronous Timing - the occurrence of an event on a bus follows and depends on the occurrence of a previous event. It allows system to take advantage of advances in device performance by having a mixture of slow and fast devices, using older and newer technology, sharing the same bus.
Bus Width:
Data bus: wider = better performance
Address bus: wider = more locations can be referenced
Data Transfer Type:
All buses must support write (master to slave) and read (slave to master) transfers.

Combination operations:
Read-modify-write
a read followed immediately by a write to the same address. Address is only broadcast once, at the beginning of the operation Indivisible, to prevent access to the data element by other potential bus masters
Principle purpose is to protect shared memory in a multiprogramming system

Read-after-write - indivisible operation consisting of a write followed immediately by a read from the same address (for error checking purposes)

PERIPHERAL COMPONENT INTERCONNECTION:
The peripheral component interconnect (PCI) is a popular high-bandwidth, processor-independent bus that can function as a mezzanine or peripheral bus. Compared with other common bus specifications, PCI delivers better system performance for high-speed I/O subsystems (e.g., graphic display adapters, network interface controllers, disk controllers, and so on).The current standard allows the use of up to 64 data lines at 66 MHz, for a raw transfer rate of 528 MB/s, or 4.224 GB/s. But it is not just a high speed that makes PCI attractive. PCI is specifically designed to meet economically the I/O requirements of modern systems; it requires very few chips to implement and supports other buses attached to the PCI bus.

PCI Structure:

PCI may be configured as a 32- or 64-bit bus..These are divided into the following functional groups:
System pins: Include the clock and reset pins.
Address and data pins: Include 32 lines that are time multiplexed for addresses and data. The other lines in this group are used to interpret and validate the signal lines that carry the addresses and data.
Interface control pins: Control the timing of transactions and provide coordination among initiators and targets.
Interrupt pins: These are provided for PCI devices that must generate requests for service. As with the arbitration pins, these are not shared lines. Rather, each PCI device has its own interrupt line or lines to an interruptcontroller.
Cache support pins: These pins are needed to support a memory on PCI that can be cached in the processor or another device. These pins support snoopy cache protocols (see Chapter 18 for a discussion of such protocols).
64-bit bus extension pins: Include 32 lines that are time multiplexed for addresses and data and that are combined with the mandatory address/data lines to form a 64-bit address/data bus. Other lines in this group are used to interpret and validate the signal lines that carry the addresses and data. Finally, there are two lines that enable two PCI devices to agree to the use of the 64-bit capability.
JTAG/boundary scan pins: These signal lines support testing procedures defined in IEEE Standard 1149.1.

Data Transfer:

Every data transfer on the PCI bus is a single transaction consisting of one address phase and one or more data phases. In this discussion, we illustrate a typical read operation; a write operation proceeds similarly.
Bus Master gains control, asserts FRAME (begin transaction) signal. FRAME remains asserted until initiator ready to complete last data phase, Put start address on AD bus, Put read command on C/BE lines
Start of clock 2. Target will recognize its own address on AD
Initiator stops driving AD bus. A turnaround cycle is required on all signal lines that may be driven by > 1 device. Drop of AD prepares bus prepares bus for use by target. Initiator designates 1-4 bytes for transfer with C/BE lines. Initiator asserts IRDY
Selected target DEVSEL to indicate address recognized and device ready, Places data on AD lines, Asserts TRDY to indicate valid data on bus.
Initiator reads data at beginning of clock 4, Change Byte Enable in prep for next read
Example assumes slow target – needs time to prepare 2nd block of data
=> deassert TRDY to indicate that data will NOT be ready
=> initiator does NOT read data and BE remains unchanged
Block of data is read at start of clock 6.
During clock 6, target places item 3 on bus, but initiator has buffer full
=> deassert IRDY
=> Target maintains data on bus for extra clock Initiator knows third transfer is last => Deassert FRAME and assert IRDY to complete transfer
i. Initiator deasserts IRDY; bus -> idle state, target deasserts TRDY and DEVSEL

Similar Documents

Free Essay

Teoria Del Caos

...La teoría del caos y su aplicación práctica en el ámbito de las organizaciones y la gestión. * La teoría del "caos" - base metodológica para la formación de sistemas de control adaptativo * Organizaciones inteligentes y autoorganizados - importante dirección para el Desarrollo Gerencial En la década de 1970, los científicos están comenzando a estudiar las manifestaciones caóticas en el mundo que nos rodea: la formación de las nubes, la turbulencia en las corrientes marinas, las fluctuaciones en las poblaciones de plantas y animales ... Los investigadores están buscando vínculos entre los diferentes patrones al azar en la naturaleza. Diez años más tarde, el concepto de "caos" dio el nombre a la disciplina en rápida expansión que convirtió toda la ciencia moderna. Se originó un lenguaje especial, los nuevos conceptos. Teoría del caos es un arma moderna y prometedora que se puede utilizar en áreas completamente diferentes En el mundo empresarial actual, que a menudo es impredecible e incontrolable, los mecanismos tradicionales de la "gestión científica" se vuelven improductivos. Ciencias de la gestión tradicional es menos que responda a los intereses prácticos de los directivos, como se centra en el análisis, predicción y gestión. En términos del ambiente de la impermanencia, una nueva ciencia de la gestión, centrándose en el caos, la complejidad y autoorganizacion. Hoy en día los científicos a crear métodos mediante los cuales los sistemas complejos pueden hacer frente...

Words: 1952 - Pages: 8

Premium Essay

Cooperation

...Cooperation is important management skill in project teams’ Abstract: Cooperation is one of management skills, so this paper aims to introduce the papers in this special issue which highlight the importance of cooperation in project teams’. Conceptual approaches to cooperation in project teams’ are described and a brief outline is given to each paper in the special issue. This special issue brings together studies that enhance our theoretical of understanding of cooperation, addressing core issues related to the role of the project teams’, and improve the skill in project team. Factors that facilitate or hinder cooperation in project teams’ are highlighted, and suggestions on how to deal with those issues in practice are provided. The papers facilitate understanding of the role of the importance of cooperation, the advantages of cooperation and improve it. Key words: project teams’ improve importance Introduction The management skills are the qualities and experience a person possesses that allows them to provide good leadership and organization to group or company. These skills are not only vital to large corporations but also to project teams. And these skills include cooperation, learning and communication. However, the most important skill of these is cooperation. Cooperation is one of the most important themes for modern organizations. Cooperation as a synergistic force is a core organizational process driving organizational effectiveness (Schalk and Petru...

Words: 1919 - Pages: 8

Premium Essay

Market Segmentation

...SSC 1107 –ENTREPRENEURSHIP SKILLS CASE STUDY PRESENTATION SCHEDULE MONDAY : SEPT @ 10 am – 12 p.m VENUE : LR 503 GROUP | MEMBERS | PROGRAM | DATE | PRESENTATION SLOT | 1 | TAJRIE AMIR AZRAI SHARIFF KEVIN CHAN GOH CHUN WEI RYAN CHAN CHIA CHUN GOAY SWEE HAO | DHM | 22nd Sept | 10.05-10.20 a.m | 2 | MAVIS ONG KASTURI SHAN MUGAN WEING PHOR NGE AGIM HARIZAJ CHENG ZHENG YEE ONG WAI YEE | DICTN | 22nd Sept | 10.25- 10.40 a.m | 3 | DANIEL LOO HIN YEE SEAN NG JIA WEI SWARNA NAIDU CHARMAINE NG YI YI LIN | DHM | 22nd Sept | 10.45 -11.00 a.m | 4 | CHUAH LING PHEI LIM CHIN YIEN STANLEY NG TAN XI QIAN JASON TAN XU CHEN | DHM | 22nd Sept | 11.05 – 11.20 a.m | 5 | CHEW YEW SENG TAN SU LING DINESH GOH HUI CHING ARAVIN KESHNI | DHM | 22nd Sept | 11.25 -11.40 a.m | 6 | | | 22nd Sept | 11.45 – 12.00 p.m | 7 | TAN CHIEW MEI ADELINE ONG WAN SHIJOCELYN CHAN SIN YUANJOEY LOO PEI YI | DHM | 29th Sept | 10.05-10.20 a.m | 8 | FONG YEE CHEN JARED WONG WEI TAT REGAN CHAN CHIA CHING KELVIN CHEAH NICHOLAS YAP | DICTN | 29th Sept | 10.25- 10.40 a.m | 9 | FLORENCE ANNE PEREIRA | TEO LEE CHING | | YEAP HAI HUNG | | WEE AI SIN | | T EH JINGWANG | | LEE MIN ZHAO | | | DICTN | 29th Sept | 10.45 -11.00 a.m | 10 | QUAH EE HWAILOW CHIAU THIANH’NG HUI WEN | BEEUB | 29th Sept | 11.05 – 11.20 a.m | 11 | LIM CHIA YEE CHEN XIN YI KOAY SHIR PHENG KHOR JIA SHAN HOR SAU SUN CARENNE LOH | DHM | 29th Sept | 11.25 -11.40 a.m | 12 | | | 29th Sept | 11...

Words: 1689 - Pages: 7

Premium Essay

Human Resource Management

...Microsoft Dynamics™ GP Human Resources Sample Reports Copyright Copyright © 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Notwithstanding the foregoing, the licensee of the software with which this document was provided may make a reasonable number of copies of this document solely for internal use. Trademarks Microsoft and Microsoft Dynamics are either registered trademarks or trademarks of Microsoft Corporation or its affiliates in the United States and/or other countries. FairCom and c-tree Plus are trademarks of FairCom Corporation and are registered in the United States and other countries. The names of actual companies and products mentioned herein may be trademarks or registered marks - in the United States and/or other countries - of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred...

Words: 5235 - Pages: 21

Premium Essay

Data Warehousing

...Web Intelligence • Performing on report analysis with Web Intelligence • Filtering Queries using conditions, prompts etc., • Using Combined Queries and merging dimensions • Displaying data in various formats (Ex: Tables, Charts etc.,) Advanced Reporting: • Calculations, Formulas and variables • Ranking Data, using Alerters to highlight data, Formatting numbers and Dates • Understanding Calculation Contexts • Web Intelligence Functions, Operators and Keywords • Calculating values with Smart Measures Universe Designer: • Designer and Universe Fundamentals • Creating a schema with Tables and Joins • Resolving Join problems in a schema • Defining Classes, Objects, hierarchies, using cascading list of values for hierarchies • Testing the universe • Working with OLAP universes Xcelsius 2008: • Application Overview • Creating and Updating Xcelsius visualizations • Using Xcelsius components ( Chart, Containers, Selectors etc.,) • Exporting Xcelsius visualizations to various applications (Power point, PDF, Flash • Creating templates, Alerts and Dynamic visibility • Using Data Manager ( Creating and configuring connections) • Live Office Connections, Query As A Web Service (QWAAS), XML data Connections Crystal Reports: • Report Design Concepts • Designing Optimized Web Reports • Building queries, Filters and prompts • Sorting, Grouping and Totaling of data • Accessing data sources,Creating and updating OLAP reports Business Objects Enterprise Repository: ...

Words: 462 - Pages: 2

Free Essay

My Documents

...Chapter 9 Writing Short Reports Critical Thinking Questions 1. Discuss the effects of formality and problem length on report makeup as described in the chapter. (LO1) 2. Which of the prefatory pages of reports appear to be related primarily to the length of the report? Which to the need for formality? (LO1) 3. Describe the role and content of a transmittal message. (LO1) 4. Why is a personal style typically used in the transmittal message? (LO1) 5. Explain how to write the executive summary of a report. (LO1) 6. Why does the executive summary include key facts and figures in addition to the analyses and conclusions drawn from them? (LO1) 7. Explain why some routine report problems require little or no introduction. (LO2) 8. Why is the direct order generally used in the shorter reports? When is the indirect order desirable for such reports? (LO2) 9. Describe the organization of the conventional short report. (LO3) 10. What types of problems are written up as letter reports? As email reports? Explain the differences. (LO3) 11. What kinds of information might go into routine operational reports for different kinds of organizations? Why would these organizations need this information regularly? (LO4) 12. Given what you’ve learned about progress reports, suggest an appropriate structure for these reports. What might go into the beginning? What might the middle parts be? What would the conclusion do? (LO4) 13. How might an internal...

Words: 1030 - Pages: 5

Premium Essay

Functional Organization

...Organizational Structure Paper The Results Companies The results companies was founded by Alan Schein and Robert Rapp as a provider for a dialer-based technology and a telemarketing service. In 1990 these two men founded The Results companies as a small private company. The company continued a strong entrepreneurial business to proactively identify great opportunity, implemented them successfully and responsibly through the years. They experienced significant growth, which increased revenues from around $28 million since 2005 to about $75 million in 2009. Revenue continued to grow in 2010 it reached 81.1 million. They continued to grow so they expanded to 13 locations throughout the United States and around the world in 2011. They have locations in the Philippines (Cebu, Eastwood city, Manila; Pasig city-Alaskaland, Pasig city-Q Plaza, Silver city, Manila. In the United States they have sites in Texas, Florida, two in Virginia, Kansas, Utah, and Illinois. Heredia Costa Rica, and two sites in Mexico.  “The Results Companies exceeds its clients’ expectations by providing a better operational foundation while integrating leading processes and systems to drive top-tier performance and quality.” (The Results Companies, 2011) The Results management team is constantly focused on ensuring their clients are receiving high-quality service, along with concentrating on strategies that will lower costs and improve their performance. “Our relationship management methodology is a systematized...

Words: 796 - Pages: 4

Premium Essay

Quality

...Curriculum Vitae Of Xavier Cooper NAME : Xavier Cooper Personal Details Surname : Cooper Full Names : Xavier Wilray Emmerald Known As : Xavier Address : 18 Catherine Road : Salsoneville : Port Elizabeth : 6059 Telephone Number - Work : 041 402 8800 Home : 041 481 7519 * Cell : 0820815140 * E-mail : Xavier.Cooper@autocast.co.za Identity Number : 701018 5211 085 Home Language : English Other Languages : Afrikaans Notice Period : 1 Month Educational Profile Education and Training Schooling High School : Bethelsdorp High School Year Completed :1990 Standard Attained :Matric Subjects Passed :English, Afrikaans, Biology, Geograhy, Business Economics, Accounting. Higher Education Institution :Bethelsdorp Technical College Year Completed :1992 Qualification Attained :N2 Certificate Subjects Passed :Mathematics, Engineering Science Engineering Drawings, Toolmakers Theory. N3 Drawings. Other Studies/Courses :PC Upgrade and repair Employment Profile Most Recent Employer ...

Words: 307 - Pages: 2

Free Essay

Corporate Social Responsibility

................................... P. 6 Reliability .................................................................................................... P. 7 Clarity ......................................................................................................... P. 8 Conclusion .................................................................................................... P. 9 Bibliography .............................................................................................. P. 10 Introduction Global Reporting Initiative (GRI) is provides the globally applicable guidelines to business organization that voluntary use to design and ensure the quality of their sustainability reports. GRI framework is helping the organization to measure and report the sustainability report’s three aspects that includes economics, environmental and social performance. This framework can be used in any size, industry or location. (G3 guideline, p2) Bel Group is a global brand which supplies different type of cheese and provide food service. Headquarters of Bel Group is in France. It provides their product to...

Words: 2186 - Pages: 9

Premium Essay

Eth Team Papper Week 2

...jumping from account to account. At first Mr. Malone did not see a reason to purse an investigation, but Mrs. Cooper decided that there was further investigation needed. Mrs. Cooper looked into the report and realized that something was wrong with the reports and confronted Mr. Bobbitt about the findings. Mr. Bobbitt in the audit committee would take a look and see if the findings that Mrs. Cooper were valid. After finding that the findings were valid she then contact Mr. Farrell and he did an external investigation. After further investigation that the mid-level accounting directors Mr. Normand had confessed to just going along with what Mr. Sullivan had explained to him about the reports because he was afraid to tell anyone and wanted to resign. He was afraid that if he told anyone that he would lose his job and had a family to support. When looking at WorldCom situation it was good that the internal auditor committee took charge of the situation when it was brought to them. That was very ethical and then to have the external auditors take over to review the matter was the right step. Now the fact that you had an accountant that your CFO making false reports and switching money around is not very ethical. Not only did your CFO bring another person into the fraudulent reports, but now an external investigation has to be done and reported. There will be hefty fines and jail time for people in the company that went along with unethical behavior. The accounting activity was...

Words: 349 - Pages: 2

Premium Essay

Manhunt

...posted a manifesto on his social network page and on February 3, 2013 it all began! His first 2 victims had been shot and killed and there were more deaths to follow. Dorner was after any and all law enforcement and anyone involved with them and LAPD had no idea what else was in store. The manhunt lasted for a little over a week and authorities had no idea where he was or what his next move could have been. Somehow, they caught up with him finally and it all ended with a cabin on fire and Dorner allegedly dead. ABC 7 was not subjective, they reported the information they had, and the reporters did not seem to make subjective comments in the first report. Some information I found odd to be reported was the preschool Dorner attended. Has the reports continued, it started to seem like all the stations were being subjective in their reports. Fox 11 news was the most subjective; the reporters shared how terrible they thought the events were and hoped for Dorner’s capture. In both stations the information that was omitted or never spoken of in detail was how good of a person everyone knew Christopher Dorner as. There were people who wanted to share their experiences with him and who have known him for years and never thought of him as a killer, but apparently none of that mattered at this point. NBC 4 was the most objective, there were no opinions, and they reported the information they had. All news stations seemed to omit any good information on the suspect, but at that point they were...

Words: 1257 - Pages: 6

Free Essay

Strengths and Weaknesses of Secondary Sources

...Grading system and reporting Name: Institution: Course: Lecturer: Date: Question 1 Advantages of letter grading system • Concise and convenient • Grades are easily averaged • Easy to predict future achievements of students Disadvantages • Proportion of students achieved each grade varies from teacher to teacher • Does not indicate student’s specific strength and weaknesses in learning • Are a combination of achievement, effort, work habits and good behavior Advantages of pass-fail system I. Encourages students to explore new areas even those that they are not fully prepared for II. Permits students to focus on aspects of the course that relate directly to their major field of study. III. Enables students to select their learning experience by removing fear of lower grades Disadvantages I. Offers less information about the performance II. Gives no indication of level of learning hence difficult to predict future performance III. Efforts are directed towards passing rather than achieving higher grades Advantages of standard based system a) Are concise and convenient as they cover broad perspectives b) Provide good compromise of the other grading methods hence the fairest Disadvantages a) It is not goal specific b) Does not indicate strength and weaknesses of students c) Difficult to estimate improvement over short time Advantages of checklist i. Detailed analysis of strength and weaknesses ii. Reminds students, teachers and parents of the objectives...

Words: 353 - Pages: 2

Free Essay

Circuit Design

...Laboratory Report Format 1. Title Page: The following is an example of the proper lab report title page format. Of course, you must substitute information pertinent to the specific lab and course. The title page will be a single, whole page. Laboratory Exercise #1 Verification of Ohm's Law by Fred Derf Lab Partner: Jonathan Dough EETH 1811 Electronic Circuit Technology Lecture Section 001 Lab Section 101 Performed on: February 31, 1994 Submitted on: March 1, 1994 To: Dr. Pepper 2. Objective(s) Describe in formal language (third person impersonal) the objective(s) of the lab. State the rules or theories to be investigated in the lab. Rule of thumb: someone else, using the same knowledge you have, should be able to complete the task given this information alone. In some cases, lab objectives may be given to you. You should expand these supplied objectives whenever appropriate. List all components (including values) and major equipment required to perform the exercise. Be sure to include make, model, and serial numbers of all equipment used. This listing should not include items such as meter leads or jumper wires, which are required for the use of the laboratory equipment. By listing the equipment itself it is implied that the necessary meter leads or other connecting apparatus is included. Provide all detailed schematics which, when implemented, will produce the results desired. Do not include developmental schematics here. Computer drawn schematics are preferable...

Words: 772 - Pages: 4

Free Essay

Financial Management

...Business Objective – ‘Global Finance Reports’ Operating Guide [pic] Support Team Last Updated on 04-Dec-2011 Table of Contents Objective 3 How to get access to the ‘Secured Finance Folder’ in BO 3 Folder Structure in BO for Global Finance Reports 3 Reports repository 3 BO Support Team 3 Annexure 3 Search Key option in BO 3 Additional Filter option in Bo 3 Enlarge screen with new window and show/hide tool bar 3 How to Change Parameters in BO 3 How to Select Input controls in BO 3 Report Layout Options 3 Objective Considering the complexities in our process, Finance teams always demand reports consolidated from combination of several Companies/Servers. Baan has limitations to generate reports from multiple companies/servers combination. Creating a global universe in BO connecting various company/server (Baan 4, Baan5) will enable us to create much needed consolidated reports at MEP code level. Global universe will also connect to FDSS for using Global mappings like Global Accounts, Bus Org, Global Cost centers, Global Product Lines.. Etc. Using Baan data and Global mappings, reports with Global dimensions can be produced dynamically. Business Objects will be used as the common reporting tool for Finance Reporting. BO will be used to produce dynamic reports from Baan similar to OLS formats. This will be a great help for the site Finance teams to effectively monitor their Month end numbers...

Words: 1016 - Pages: 5

Free Essay

Information System Breakdown Response Procedures

...telephone system; - fax machine; - photocopy machine; - printers (associated with photocopy machine); - scanner (associated with photocopy machine). 1.0 Reporting ICT Breakdown 1.1 Whenever there is breakdown encountered to any of the ICT in the office, the staff in charge shall complete the ICT Breakdown Report which to include clearly the ICT Name, Model No./ Serial No., Location, Breakdown Date and Time, Nature of Breakdown and refer by faxing/ handing over as soon as possible to the following personnel authorised to attend to the breakdown. 1. Refer to IT Technician for breakdown of, - computer hardware; - computer software; - computer network (wireless/ local area network (LAN)); - internet system; - email system; 1.1.2 Refer to Admin Manager for breakdown of, - PABX system/ telephone system; - fax machine; - photocopy machine; - printers (associated with photocopy machine); - scanner (associated with photocopy machine). 2.0 Investigation of Cause and Rectification 2.1 For any breakdown report for items 1.1.1 as soon as received from ICT user, the IT Technician shall attend to the reported breakdown within 30 minutes from the time of receiving such reporting and investigate the cause of breakdown and provide rectification if the spare...

Words: 827 - Pages: 4