ConsumerBench 1.1. software benchmark data book.
|
|
|
- Alban Hawkins
- 10 years ago
- Views:
Transcription
1 CnsumerBench 1.1 sftware benchmark data bk
2 Table f Cntents High Pass Grey-Scale Filter...2 JPEG...4 RGB t CMYK Cnversin...8 RGB t YIQ Cnversin
3 CnsumerBench Versin 1.1 Benchmark Name: High Pass Grey-Scale Filter Highlights Benchmarks perfrmance fr digital image prcessing used in digital still camera and ther digital image prducts Explres 2-D data array access and multiply / accumulate capability. This benchmark has ptential fr Full-Fury benchmark ptimizatin, especially by SIMD and VLIW architectures. Applicatin A high pass grey-scale filter is used in the frnt end prcessing f DSCs (Digital Still Camera). RGB data frm either CCD r CMOS sensrs is preprcessed by this filter t deliver image enhancement, and then passed t the JPEG image cmpressin prcessing. This filter takes a blurry image and sharpens it with a 2-dimensinal spatial filter. DSCs implement this filter either in sftware r hardware, with sftware giving the flexibility t add custmizatin fr picture quality. The number f filter taps can vary frm 3(H) x 3(V) t mre than 5(H) x 5(V). This benchmark is ne f the mst frequently used algrithms in image prcessing and represents a gd measure f the CPU perfrmance in digital imaging prducts. Benchmark Descriptin This benchmark explres the target CPU s capability t perfrm tw dimensinal data array access and multiply/accumulate calculatin. Fr each pixel in the image, the filter calculates the utput result frm the 9 pixels (including the center pixel) multiplied by filter cefficients, accumulated and then shifted left by 8-bits. The 2-dimensinal cefficients used here are: F11 F21 F31 F12 F22 F32 = 255 F13 F23 F33 Each pixel is cmputed accrding t the fllwing equatin:. PelValue = (Shrt)( F11*P(c-w-1) +F21*P(c-w) +F31*P(c-w+1) +F12*P(c-1) +F22*P(c) +F32*P(c+1) +F13*P(c+w-1) +F23*P(c+w) +F33*P(c+w+1) ) Out = (Byte)(PelValue >>8); Here, P(i) is the pixel intensity, c is the center lcatin f the filter windw, w is the width f the input image. The data type f P(i) is Byte, and the tw dimensinal data is arranged in a linear way. Therefre additin r 2
4 subtractin f the hrizntal image width w and ffset f -1 r +1 are required t retrieve the 2-dimensin windw data. The accumulatin is perfrmed as a 16-bit data and the final utput data is cnverted t a Byte data after a shift right by 8-bits. The tp/left and right/left brders are black ut by assigning BLACK value f 0. The input data size is 320-pixels in the hrizntal directin and 240-pixels in the vertical directin. This is a mnchrme r gray-scale calculatin. It is nt an RGB calculatin where the same prcess is perfrmed three times. Usually the enhancement is perfrmed just in the luminance signal Y, which is the gray-scale signal. If the benchmark scre is extraplated fr a larger image, the prcessing time will be almst linearly prprtinal t the pixel cunt (e.g. Fr a 640 x 480 image, it will be x4 times). The iteratin/sec scre will be the inverse e.g. fr a 640 x 480 image, iteratin/sec it will be x1/4. Analysis f Cmputing Resurces Out f the Bx Benchmark: A fr lp calculates the filter utput ne pixel at a time. Fr ne pixel calculatin, the center pixel itself and the eight neighbr pixel data shuld be laded. This is a time cnsuming prcess, cnsidering the ffset/width index calculatin, and the time spent fr the memry r cache access. Higher perfrmance wuld be expected frm a micrprcessr with a single-cycle MAC unit. Full-Fury Benchmark: Because f the simple structure f the multiplicatin and accumulatin, a VLIW r SIMD architecture with multiple MAC units are able t ffer a simple acceleratin. Anther pssible ptimizatin is lading multiple Bytes at a time, althugh a SIMD architecture may shw sme verhead fr the rearranging the data t feed the SIMD engine. Regarding the memry architecture, the image data is repeatedly used fr the cnsecutive windw and can benefit frm a Data Cache. The cde size is trivial and will easily fit in t a small L1 Instructin Cache. 3
5 CnsumerBench Versin 1.1 Highlights Benchmarks Ptential Perfrmance fr still picture image cding (e.g. still camera) Benchmark Name: JPEG Cmpressin and decmpressin benchmarks Integer math, with diverse perand types, accessing large image memries Applicatin The JPEG cmpressin benchmark takes an image and encdes it t prduce a cmpressed representatin. The JPEG image cmpressin standard prvides fr a wide range f ptins in the way that images are cmpressed. The benchmark uses the baseline subset f image cmpressin tls with parameters that wuld generally be regarded as typical. The JPEG decmpressin benchmark essentially reverses the prcess f the cmpressin benchmark. Since the cmpressed image that is used by the benchmark is that prduced by the cmpressin benchmark (abve) it uses the same set f image cding tls and parameters. This is the particular image prcessed during these benchmarks: The benchmark prvides an indicatin f the ptential perfrmance f a micrprcessr in an applicatin requiring still-image cmpressin and decmpressin (fr example a still picture camera). Benchmark Descriptin The JPEG cmpressin benchmark takes an image and encdes it. The image used in the benchmark is f relatively lw reslutin (320 pixels by 240 lines) represented in the RGB (Red-Green-Blue) clr space, with each cmpnent being represented by 8-bit data. 4
6 The benchmark first perfrms a number f preprcessing steps n the image data: The image is clr-space cnverted t a YCrCb clr space that uses a luminance, Y, cmpnent (a black-and-white image) tgether with tw clr-difference cmpnents, Cr and Cb. The tw clr difference cmpnents are scaled s as t have ne half the number f pixels and ne half the number f lines as the luminance cmpnent. The benchmark cde then prduces the JPEG header infrmatin which includes data abut the size and nature f the image as well as the detailed quantizatin matrices and Huffman cde tables that are being used. (These are required in rder fr the JPEG decmpressin t decde the resulting bitstream.) The JPEG algrithm then segments the image t be cded int a series f MCUs (Minimum Cded Unit) cnsisting f fur 8x8 pixel blcks f the luminance cmpnent and the crrespnding 8x8 pixel blcks fr each f the tw clr difference cmpnents. Each f these 8x8 pixel blcks is then prcessed as fllws: 2-D DCT A tw-dimensinal transfrm is perfrmed n the data resulting in an 8x8 array f frequency-dmain cefficients fr the blck. A fast algrithm analgus t the FFT (Fast-Furier-Transfrm) is used. The particular decmpsitin is such that 16 ne-dimensinal 8-pint transfrms are perfrmed each requiring 12 multiples and 32 adds. Quantizatin Each f the frequency-dmain cefficients is divided by a scale factr unique t that particular spatial frequency t yield an integer cde. This will subsequently be used in a decder (by multiplying by the scale factr) t derive an apprximatin t the riginal frequencydmain cefficient. JPEG is lssy in the sense that the decded images are an apprximatin t the riginal images and it is at this stage that infrmatin is lst. Zig-Zag scan The quantized cefficients are scanned in a zig-zag fashin t prduce a 1-D sequence f 64 cefficients. A large number f these cefficients that are zer. Each nn-zer cefficient is represented as a SIZE value. The number f zer cefficients preceding the nnzer cefficient is referred t as the RUN. Huffman encde Each pssible cmbinatin f RUN and SIZE is allcated a unique Huffman cde wrd such that statistically likely RUN-SIZE 5
7 cmbinatins have shrt cde wrds while RUN-SIZE cmbinatins that ccur infrequently have lng cde wrds. The apprpriate Huffman cde wrd is lked up (a table lkup peratin) inserted int the bitstream and fllwed by SIZE binary digits t specify the value f the quantized cefficient. (This descriptin glsses ver many details but gives a general feel fr the peratins perfrmed.) The JPEG decmpressin benchmark essentially perfrms the same series f steps, but in reverse. Huffman decding is a smewhat mre cmplex peratin t Huffman encding (which is just a simple table lkup). The Inverse Quantizatin stage invlves multiplicatin rather than divisin and may therefre be less demanding n many prcessrs. Hwever in brad terms the cmputatinal burden f decding JPEG is similar t that f encding. Analysis f Cmputing Resurces The JPEG benchmarks use a wide range f types f peratins: Operatins n 8-bit data fr the scaling and clr space pre- and pstprcessing stages. Extensive arithmetic n 16-bit data in the transfrm (DCT) and quantizatin stages with varius intermediate values requiring mre than 16-bits. Table lkup and lw-level bit manipulatin peratins fr Huffman cding and decding and assembling and unpacking the cded bitstream. The image used in the benchmark is relatively small (320 pixels by 240 lines) with three bytes per pixel. (A ttal f 225 Kbytes.) JPEG is reasnably scalable and engineers might bradly expect the time required t prcess an image t scale prprtinally with the number f pixels. Hwever, the cmputatinal demands f JPEG are dependent n image cntent, particularly in the entrpy (Huffman) cding sectin, and since the statistical cntent f typical images des vary with image reslutin cautin shuld be exercised in scaling perfrmance ver a wide range. Users f these benchmark results shuld als be aware that it is NOT designed t indicate wrst-case perfrmance characteristics. The cmputatinal demands f JPEG are dependent n the specific image being cded (r decded) and the chice f cding tls and parameters that are chsen. Thugh the image and encded data buffer sizes in memry are large, the algrithm prceeds blck-by-blck and the data fr a blck will generally be in cache. The high spatial and tempral lcality f reference inherent in the JPEG algrithm allws prcessrs t make gd use f caches. Even small data caches wrk well, with miss rates decreasing as cache size increases, there is 6
8 n knee in the curve where perfrmance increases markedly because the data fits within the cache. The small size f the algrithm kernel will fit in even very small instructin caches (fr example 4Kbytes), hwever the ttal cde size is significantly larger s that larger instructin caches d prvide additinal perfrmance benefit. 7
9 CnsumerBench Versin 1.1 Benchmark Name: RGB t CMYK Cnversin Highlights Benchmarks digital image prcessing perfrmance in printers and ther digital imaging prducts. Explres basic arithmetic and minimum value detectin capability. This benchmark prvides pprtunities fr Full-Fury benchmark ptimizatin. Cnditinal mve and multi-byte prcessing SIMD r VLIW architectures are effective fr example. Applicatin RGB t CMYK cnversin is widely used in clr printers. RGB inputs frm PC data is cnverted t CMYK clr signals fr printing. Benchmark Descriptin This benchmark explres the target CPU capability fr basic arithmetic and minimum value detectin. R, G, B 8-bit pixel clr image input is fed t the fllwing equatin: /* calculate cmplementary clrs */ c = 255 R; m = 255 G; y = 255 B; /* find the black level k */ K = minimum (c,m,y) /* crrect cmplementary clr lever based n k */ C = c K M = m K Y = y - K RGB values are in the range f [0:255].. CMYK values are in the range f [0:255].. The input and utput data size is 320-pixels in the hrizntal directin and 240-pixels in the vertical directin. The 320x240 data fr RGB and CMYK is stred sequentially as. R[0], G[0], B[0], R[1], G[1], B[1], R[76799], G[76799], B[76799] C[0], M[0], Y[0], K[0], C[1], M[1], Y[1],K[1] C[76799], M[76799], Y[76799], K[76799] The pinters are just incremented by ne t access R, G, B r C, M, Y, K data is this rder. 8
10 If the benchmark scre is extraplated fr a larger image, the prcessing time will be almst linearly prprtinal t the pixel cunt (e.g. Fr a 640 x 480 image, it will be x4 times.) The iteratin/sec scre will be the inverse e.g. fr a 640 x 480 image, iteratin/sec it will be x1/4. There is data dependency in the cycle cunts fr the minimum value K search, due t branch taken r nt taken. If this peratin is handled by cnditinal mve, the cycle will cnstant. Analysis f Cmputing Resurces Out f the Bx Benchmark: A fr lp calculates the cnversin f a set f RGB inputs and CMYK utputs at a time. A set f R, G, B input data is read frm the memry by incrementing a read pinter. A set f utput C, M, Y, K utput data is written back t the memry by incrementing a write pinter. There is n cmplex 2-dimensnal access like the high pass grey-scale filter benchmark. The cmplementary clr calculatin and crrectin are simple subtract calculatins withut any MAC peratin. The minimum value search has tw branches fr prcessing each pixel. If (c<m) { K = (Byte)(c<y? c:y); } else { K = (Byte)(m<y? m:y); } This can be a very expensive rutine because f the branch penalty. Full-Fury Benchmark: By using cmpare and cnditinal mves, the branch penalty can be avided. VLIW and SIMD can prcess multiple Byte f data at a time. A SIMD architecture which can handle multiple f Byte data at a time, is especially suited t this benchmark e.g. A 4-way SIMD micrprcessr can handle 4 x 8-bit data every cycle. Special Ntes Regarding the memry architecture, the image data is used just nce and there is n benefit frm a big Data Cache, unless the micrprcessr has a cache prefetch feature. A small Data Cache will wrk t fetch cnsecutive data and avid external memry access verhead. The cde size is trivial and easily fits in t a small L1 Instructin Cache. 9
11 CnsumerBench Versin 1.1 Benchmark Name: RGB t YIQ Cnversin Highlights Benchmarks perfrmance fr digital vide prcessing. Explres multiply / accumulate capability. This benchmark has pprtunities fr Full-Fury benchmark ptimizatins, especially by SIMD and VLIW architectures. Applicatin RGB t YIQ cnversin is used in the NTSC encder where the RGB inputs frm the camera are cnverted t a luminance (Y) and tw chrminance infrmatin (I,Q). In the NTSC encder, these I,Q signals are mdulated by a subcarrier and added t the Y signal. Histrically, when clr TVs appeared in the market, they had t cexist with the existing mnchrme TVs and this was made pssible with the NTSC signal structure. The chrminance signals are averaged ut as a fine mesh f invisible signals in the mnchrme TV sets. YUV used in the Eurpean PAL standard and YCbCr used in the JPEG standard have different cdings. All three standards share the same luminance signal Y but the chrminance calculatins are different. The matrix calculatin scheme used in the RGB t YIQ can be applied t these standards t. In the actual prducts, this trivial calculatin is usually perfrmed in dedicated hardware, especially in digital vide prducts. Fr cst saving and flexibility, this algrithm can be implemented in sftware if the CPU is pwerful enugh and where the digital image is a still picture. Benchmark Descriptin This benchmark explres the capability f the CPU t perfrm a straightfrward matrix multiply/accumulate calculatin. The R, G, B 8-bit pixel clr image input is prcessed as fllws: Y = 0.299*R *G *B I = 0.596*R 0.275*G 0.321*B Q = 0.212*R 0.523*G *B RGB values are in the range f [0:255]. The cnversin cefficients are 16- bits. The multiply/accumulate results are shifted right by 16-bits. Befre the shift, 1 is added t a bit lcatin right t the LSB f the shifted result fr runding t the nearest integer. The utput is 8-bit data. Y is in the range f [0,255] and I,Q in the range f [-127, 127]. The input and utput data size is 320-pixels in the hrizntal directin and 10
12 240-pixels in the vertical directin. The 320x240 data fr RGB and YIQ are stred sequentially as. R[0], G[0], B[0], R[1], G[1], B[1], R[76799], G[76799], B[76799] Y[0], I[0], Q[0], Y[1], I[1], Q[1], Y[76799], I[76799], Q[76799] The pinters are just incremented by ne t access R, G, B r Y, I, Q data is this rder. Analysis f Cmputing Resurces Out f the Bx Benchmark: A fr lp calculates the cnversin f a set f RGB inputs and YIQ utputs at a time. A set f R, G, B input data is read frm the memry by incrementing a read pinter. A set f utput Y, I, Q utput data is written back t the memry by incrementing a write pinter. There is n cmplex 2-dimensnal access such as that in the high pass greyscale filter benchmark. The calculatin is a straightfrward multiplicatin and accumulatin that a micrprcessr with a single-cycle MAC unit will benefit frm. The cde size is trivial and easily fits in t a small L1 Instructin Cache. Full-Fury Benchmark: Because f the simple structure f the multiplicatin and accumulatin, a VLIW r SIMD architecture with multiple f MAC units can be used t accelerate perfrmance. A further ptimizatin is the lading f multiple Bytes at a time. Sftware pipelining culd be used t pass the laded data efficiently t the MAC unit fr calculatin. 11
CSE 231 Fall 2015 Computer Project #4
CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints
Licensing Windows Server 2012 for use with virtualization technologies
Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This
The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.
11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running
TRAINING GUIDE. Crystal Reports for Work
TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating
Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server
The linked image cannt be displayed. The file may have been mved, renamed, r deleted. Verify that the link pints t the crrect file and lcatin. Technical Brief Caching Sftware Perfrmance Test: Micrsft SQL
Google Adwords Pay Per Click Checklist
Ggle Adwrds Pay Per Click Checklist This checklist summarizes all the different things that need t be setup t prperly ptimize Ggle Adwrds t get the best results. This includes items that are required fr
1.3. The Mean Temperature Difference
1.3. The Mean Temperature Difference 1.3.1. The Lgarithmic Mean Temperature Difference 1. Basic Assumptins. In the previus sectin, we bserved that the design equatin culd be slved much easier if we culd
GED MATH STUDY GUIDE. Last revision July 15, 2011
GED MATH STUDY GUIDE Last revisin July 15, 2011 General Instructins If a student demnstrates that he r she is knwledgeable n a certain lessn r subject, yu can have them d every ther prblem instead f every
Licensing Windows Server 2012 R2 for use with virtualization technologies
Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents
NASDAQ BookViewer 2.0 User Guide
NASDAQ BkViewer 2.0 User Guide NASDAQ BkViewer 2.0 ffers a real-time view f the rder depth using the NASDAQ Ttalview prduct fr NASDAQ and ther exchange-listed securities including: The tp buy and sell
Disk Redundancy (RAID)
A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.
Backups and Backup Strategies
IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files
Disassembly of the CertiflexDimension software is also expressly prohibited.
All cntent included in CertiflexDimensin prgrams, manuals and materials generated by the prgrams are the prperty f The Versatile Grup Inc. (TVG) and are prtected by United States and Internatinal cpyright
Software Distribution
Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures
Integrate Marketing Automation, Lead Management and CRM
Clsing the Lp: Integrate Marketing Autmatin, Lead Management and CRM Circular thinking fr marketers 1 (866) 372-9431 www.clickpintsftware.cm Clsing the Lp: Integrate Marketing Autmatin, Lead Management
COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:
COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins
Fixed vs. Variable Interest Rates
Fixed vs. Variable Interest Rates Understanding the Advantages and Disadvantages f Each Rate Type When shpping fr financial prducts, there are a lt f factrs t cnsider. Much has changed in the financial
In this lab class we will approach the following topics:
Department f Cmputer Science and Engineering 2013/2014 Database Administratin and Tuning Lab 8 2nd semester In this lab class we will apprach the fllwing tpics: 1. Query Tuning 1. Rules f thumb fr query
Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003
Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a
Operational Amplifier Circuits Comparators and Positive Feedback
Operatinal Amplifier Circuits Cmparatrs and Psitive Feedback Cmparatrs: Open Lp Cnfiguratin The basic cmparatr circuit is an p-amp arranged in the pen-lp cnfiguratin as shwn n the circuit f Figure. The
Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.
Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may
Computer Science Undergraduate Scholarship
Cmputer Science Undergraduate Schlarship R E G U L A T I O N S The Cmputer Science Department at the University f Waikat runs an annual Schlarship examinatin which ffers up t 10 undergraduate Schlarships
Statistical Analysis (1-way ANOVA)
Statistical Analysis (1-way ANOVA) Cntents at a glance I. Definitin and Applicatins...2 II. Befre Perfrming 1-way ANOVA - A Checklist...2 III. Overview f the Statistical Analysis (1-way tests) windw...3
NOVA COLLEGE-WIDE COURSE CONTENT SUMMARY ITE 170 - MULTIMEDIA SOFTWARE (3 CR.)
Revised 8/2012 NOVA COLLEGE-WIDE COURSE CONTENT SUMMARY ITE 170 - MULTIMEDIA SOFTWARE (3 CR.) Curse Descriptin Explres technical fundamentals f creating multimedia prjects with related hardware and sftware.
DIRECT DATA EXPORT (DDE) USER GUIDE
2 ND ANNUAL PSUG-NJ CONFERNCE PSUG-NJ STUDENT MANAGEMENT SYSTEM DIRECT DATA EXPORT (DDE) USER GUIDE VERSION 7.6+ APRIL, 2013 FOR USE WITH POWERSCHOOL PREMIER VERSION 7.6+ Prepared by: 2 TABLE OF CONTENTS
Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation
TO: FROM: HR Officers & Human Resurces Representatives Chris Chirn, Interim Senir Directr, Emplyee & Management Relatins Jessica Mre, Senir Directr, Classificatin & Cmpensatin DATE: May 26, 2015 RE: Annual
SQL Perform Tools 5.10 Release Note
SQL Perfrm Tls 5.10 Release Nte Lndn, UK, February 26 2015 SQL Perfrm Tls versin 5.10 release Tday we are prudly annuncing the latest release f ur prducts' family SQL Perfrm Tls. Fr clarity, the prduct
StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order
StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any
BRILL s Editorial Manager (EM) Manual for Authors Table of Contents
BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1
ADMINISTRATION AND FINANCE POLICIES AND PROCEDURES TABLE OF CONTENTS
CONTROL Revisin Date: 1/21/03 TABLE OF CONTENTS 10.01 OVERVIEW OF ACCOUNTING FOR INVESTMENT IN PLANT... 2 10.01.1 CURRENT POLICY... 2 10.02 INVENTORY MAINTENANCE AND CONTROL... 3 10.02.1 PROCEDURES FOR
SBClient and Microsoft Windows Terminal Server (Including Citrix Server)
SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance
Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet
Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,
Service Desk Self Service Overview
Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service
Talking Bout. a Revolution 100% 110% 120% 90% 80% 70% 130% 140%
Talking But a Revlutin 90% 80% 70% 60 0% 100% 110% 120% 130% 140% In-Memry analysis n 64-bit platfrms ushering in a new class f pwerful, affrdable and easy-t-use Business Intelligence slutins fr the masses
Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors
Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained
Motor Calculations. Calculating Mechanical Power Requirements Torque - Speed Curves Numerical Calculation Sample Calculation Thermal Calculations
Mtr Calculatins Calculating Mechanical Pwer Requirements Trque - Speed Curves Numerical Calculatin Sample Calculatin Thermal Calculatins Calculating Mechanical Pwer Requirements Physically, pwer is defined
Retirement Planning Options Annuities
Retirement Planning Optins Annuities Everyne wants a glden retirement. But saving fr retirement is n easy task. The baby bmer generatin is graying. Mre and mre peple are appraching retirement age. With
The Importance of Market Research
The Imprtance f Market Research 1. What is market research? Successful businesses have extensive knwledge f their custmers and their cmpetitrs. Market research is the prcess f gathering infrmatin which
Data Warehouse Scope Recommendations
Rensselaer Data Warehuse Prject http://www.rpi.edu/datawarehuse Financial Analysis Scpe and Data Audits This dcument describes the scpe f the Financial Analysis data mart scheduled fr delivery in July
CSAT Account Management
CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update
Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3
EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.
Using PayPal Website Payments Pro UK with ProductCart
Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...
WHITEPAPER SERIES. [email protected] 610.717.0413 www.metavistech.com
WHITEPAPER SERIES Shredded Strage in SharePint 2013 What des Shredded Strage mean, hw much des it actually save and hw t take advantage f it in SharePint 2013. What is Shredded Strage? Shredded Strage
4394 Gazzetta tal-gvern ta Malta MINISTRY OF FINANCE. Value Added Tax Department. Fiscal Cash Register Specifications
4394 Gazzetta tal-gvern ta Malta MINISTRY OF FINANCE Value Added Tax Department Fiscal Cash Register Specificatins TYPE A: NON PORTABLE STAND ALONE FISCAL CASH REGISTER 1. LEGAL FRAMEWORK The Value Added
TaskCentre v4.5 SMTP Tool White Paper
TaskCentre v4.5 SMTP Tl White Paper Dcument Number: PD500-03-04-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features... 2 GLOBAL CONFIGURATION...
HSBC Online Home Loan Application Process
HSBC Online Hme Lan Applicatin Prcess Versin 1.0 Nvember 2005 Cpyright. HSBC Bank Australia Limited 2005 ALL RIGHTS RESERVED N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted,
7 October 2011. Re: Themed Inspection into Third Party Personal Injury Claims. Dear
7 Octber 2011 Re: Themed Inspectin int Third Party Persnal Injury Claims Dear During 2011 the Central Bank f Ireland ( Central Bank ) undertk a themed inspectin prject in relatin t the prcessing f third
Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:
PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html
Getting started with Android
Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7
Welcome to Microsoft Access Basics Tutorial
Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within
Document Management Versioning Strategy
1.0 Backgrund and Overview Dcument Management Versining Strategy Versining is an imprtant cmpnent f cntent creatin and management. Versin management is a key cmpnent f enterprise cntent management. The
How do I evaluate the quality of my wireless connection?
Hw d I evaluate the quality f my wireless cnnectin? Enterprise Cmputing & Service Management A number f factrs can affect the quality f wireless cnnectins at UCB. These include signal strength, pssible
Knowledge Base Article
Knwledge Base Article Crystal Matrix Interface Cmparisn TCP/IP vs. SDK Cpyright 2008-2012, ISONAS Security Systems All rights reserved Table f Cntents 1: INTRODUCTION... 3 1.1: TCP/IP INTERFACE OVERVIEW:...
CHECKING ACCOUNTS AND ATM TRANSACTIONS
1 Grades 6-8 Lessn 1 CHECKING ACCOUNTS AND ATM TRANSACTIONS Tpic t Teach: This lessn is intended fr middle schl students in sixth thrugh eighth grades during a frty minute time perid. The lessn teaches
FIRST STEPS NUTRITION TRUST
FIRST STEPS NUTRITION TRUST Safety advice fr infant milk preparatin: Vacuum flasks, cmbined frmula mixer and bttle insulatr and milk preparatin machines. March 2015 This statement ffers advice t prfessinals
Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011
Watlingtn and Chalgrve GP - Patient Satisfactin Survey 2011 Backgrund During ne week in Nvember last year patients attending either the Chalgrve r the Watlingtn surgeries were asked t cmplete a survey
AP Capstone Digital Portfolio - Teacher User Guide
AP Capstne Digital Prtfli - Teacher User Guide Digital Prtfli Access and Classrm Setup... 2 Initial Lgin New AP Capstne Teachers...2 Initial Lgin Prir Year AP Capstne Teachers...2 Set up Yur AP Capstne
FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs
Guide t Business Cash Advance & Bank Statement Lan Prgrams Cash Advances: $2,500 - $1,000,000 Business Bank Statement Lans: $5,000 - $500,000 Canada Cash Advances: $5,000 - $500,000 (must have 9 mnths
Performance of an Infiniband cluster running MPI applications
Jsé Miguel-Alns1, Txema Mercer2, Edu Ogand2 In 1Department f Cmputer Architecture and Technlgy, UPV/EHU the 2Scientific Cmputing Service, UPV/EHU f this paper we shw the Technical results f Reprt running
Introduction to Fractions and Mixed Numbers
Name Date Intrductin t Fractins and Mixed Numbers Please read the Learn prtin f this lessn while cmpleting this handut. The parts f a fractin are (shwn belw): 5 8 Fractins are used t indicate f a whle.
Ready to upgrade the Turbo on your Diesel?
Ready t upgrade the Turb n yur Diesel? Tday s diesel engines represent the state f the art in technlgy with high pwer density, excellent drivability, and gd fuel ecnmy. Frtunately fr the diesel enthusiast,
Kurzweil 3000 Version 12 Web License
Kurzweil 3000 Versin 12 Web License Web Licensing: Instructinal Prcess Web Licensing (V12 with VPORT): Teachers can nw: Create Kurzweil 3000 Assignments and save t a central lcatin Publish and Assign wrk
Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112
Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 FETAC Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June
Email Setup PPD IT How-to Guides June 2010
Email Setup Cntents Email Infrmatin... 2 IMAP and POP3 settings... 2 Cnfiguring Micrsft Outlk 2007... 2 Archiving mail... 3 Cnfiguring AutArchive in Micrsft Outlk 2007... 3 Access frm ff site... 4 Cnfiguring
KronoDesk Migration and Integration Guide Inflectra Corporation
/ KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting
Draft for consultation
Draft fr cnsultatin Draft Cde f Practice n discipline and grievance May 2008 Further infrmatin is available frm www.acas.rg.uk CONSULTATION ON REVISED ACAS CODE OF PRACTICE ON DISCIPLINE AND GRIEVANCE
Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)?
Frequently Asked Questins Nvember 19, 2013 General infrmatin 1. Which brwsers are cmpatible with the Glbal Patent Search Netwrk (GPSN)? Ggle Chrme (v23.x) and IE 8.0. 2. The versin number and dcument cunt
WINDOW REPLACEMENT Survey
WINDOW REPLACEMENT Prperty wners and develpers undertaking rehabilitatin prjects fr bth Tax Act Certificatin and Sectin 106 Cmpliance are encuraged t repair and retain existing histric windws. Hwever,
learndirect Test Information Guide The National Test in Adult Numeracy
learndirect Test Infrmatin Guide The Natinal Test in Adult Numeracy 1 Cntents The Natinal Test in Adult Numeracy: Backgrund Infrmatin... 3 What is the Natinal Test in Adult Numeracy?... 3 Why take the
LeadStreet Broker Guide
RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting
Implementing SQL Manage Quick Guide
Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL
Software and Hardware Change Management Policy for CDes Computer Labs
Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces
A96 CALA Policy on the use of Computers in Accredited Laboratories Revision 1.5 August 4, 2015
A96 CALA Plicy n the use f Cmputers in Accredited Labratries Revisin 1.5 August 4, 2015 A96 CALA Plicy n the use f Cmputers in Accredited Labratries TABLE OF CONTENTS TABLE OF CONTENTS... 1 CALA POLICY
4370.4 REV-1. cash flows from operating activities, cash flows from investing activities, and cash flows from financing activities.
CHAPTER 5 STATEMENT OF CASH FLOWS IN DETAIL 5-1 Cash is the lifebld f any nging cncern. Cash is INTRODUCTION the fuel that keeps the business aflat. As was stated in Chapter 2, the Balance Sheet and the
ELEC 204 Digital System Design LABORATORY MANUAL
ELEC 204 Digital System Design LABORATORY MANUAL : Design and Implementatin f a 3-bit Up/Dwn Jhnsn Cunter Cllege f Engineering Kç University Imprtant Nte: In rder t effectively utilize the labratry sessins,
Ad Hoc Reporting: Query Building Tyler SIS Version 10.5
Mdule: Tpic: Ad Hc Reprting Ad Hc Reprting Basics Ad Hc Reprting: Query Building Tyler SIS Versin 10.5 Cntents OBJECTIVE... 1 OVERVIEW... 2 PREREQUISITES... 2 PROCEDURES... 3 THE COLUMN LISTING LANDSCAPE...
NHPCO Guidelines for Using CAHPS Hospice Survey Results
Intrductin NHPCO Guidelines fr Using CAHPS Hspice Survey Results The Centers fr Medicare and Medicaid Services (CMS) has develped the Cnsumer Assessment f Healthcare Prviders and Systems (CAHPS ) Hspice
Request for Proposals
Request fr Prpsals GIS Prject Water & Sewer Systems Issued by: NEOnet Inc. 4715 Highway 101 East Suth Prcupine, ON P0N1H0 Phne: 705.360.1353 Web: www.nenet.n.ca Deadline fr Submissin: 5:00 p.m. March 11,
Times Table Activities: Multiplication
Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find
Applied Computer Science
Lecture 1 Prcessrs Applied Cmputer Science Functinal units are the basic building blcks f prcessrs cre units fr a typical prcessrs include: Instructin Unit fetches, decdes and dispatches instructins. May
1 GETTING STARTED. 5/7/2008 Chapter 1
5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first
Excel Contact Reports
Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The
How To Set Up A General Ledger In Korea
MODULE 6: RECEIVABLES AND PAYABLES MANAGEMENT: PAYMENT DISCOUNT AND PAYMENT TOLERANCE Mdule Overview Granting payment discunts prvides an incentive fr custmers t quickly pay their utstanding amunts in
A Guide to Understanding and Claiming the Disability Tax Credit:
A Guide t Understanding and Claiming the Disability Tax Credit: The Gvernment f Canada ffers a variety f tax benefits t peple with disabilities. These benefits are prvided under the assumptin that peple
Best Practice - Pentaho BA for High Availability
Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database
How To Migrate To A Networks Dmain Name Service On A Pc Or Macbook (For Pc) On A Linux Computer (For Macbook) On An Ipad Or Ipad (For Ipad) On Pc Or Ipa (For
Reprt: April 12, 2011 By Erick Engelke I have rganized my tasks arund tw majr prblems: 1. Define the new active directry a. Dmain Name Service fr the dmain - cmplete b. Dmain layut, structuring f Organizatinal
Special Tax Notice Regarding 403(b) (TSA) Distributions
Special Tax Ntice Regarding 403(b) (TSA) Distributins P.O. Bx 7893 Madisn, WI 53707-7893 1-800-279-4030 Fax: (608) 237-2529 The IRS requires us t prvide yu with a cpy f the Explanatin f Direct Rllver,
