Chemistry Hour Exam 2

Size: px
Start display at page:

Download "Chemistry Hour Exam 2"

Transcription

1 Chemistry Hour Exam 2 Fall 2003 Department of Chemistry Michigan State University East Lansing, MI Name Student Number Question Points Score Total 105 Answer any 7 of the 9 questions. The number of points earned on this exam will be added to your total points for determination of the final course grade. Notice that you may earn 5 bonus points above the advertised 100 points for this exam. Do your work on these pages. Use the backs of the pages for extra space if necessary. The exam is closed book. Calculators are allowed. A number of possibly useful tables are included at the end of the exam. Thursday, December 28,

2 Question 1 Data Acquisition Systems Question 1 Data Acquisition Systems V offset R offset FS03Exam2_DAC.cdr e 3 s 3 R 3 e 2 s 2 R 2 e in e 1 s 1 R 1 e 0 s 0 R 0 R f Switch Control e out b 3 b 2 b 1 b 0 Figure 1-4 Bit DAC The following are true for the 4 bit DAC shown in Figure 1. 1*R 0 = 2*R 1 = 4*R 2 = 8*R 3 = R = 16*R f R offset = R f V offset = 6 e in = e 0 = e 1 = e 2 = e 3 = -12 volts. b i = 1 then S i is closed. b i = 0 then S i is open. a.) (4 Points) What is the transfer function for this circuit? Thursday, December 28,

3 Question 1 Data Acquisition Systems b.) (4 Points) What is e out if all of the switches are open? c.) (4 Points) What is e out if all of the switches are closed? d.) (3 Points) What is the resolution, i.e. the minimum step size, of this DAC circuit? Thursday, December 28,

4 Question 2 Number Systems Question 2 Number Systems a.) (8 points) Complete the following table by filling in the missing entries. Each row of the table contains the representation of an unsigned 16-bit integer using three different modulo. Binary Decimal Hexadecimal DEAF DAC b.) (7 points) Complete the following tables with the appropriate 16 bit representations of the indicated signed integers. Signed Integer Two s Complement Representation Decimal Binary Hexadecimal A -314 Thursday, December 28,

5 Question 3 National Hardware Question 3 National Hardware Figure 2 is an abridged illustration of the front panel (pun intended) of the National Instruments BNC-2120 connection facility. Figure 3 is an abridged von Neumann representation of the National Instruments 6024E acquisition system that we used in CEM 838 this term. The facility of Figure 2 provides a convenient mechanism for connecting the signals that the NI software is capable of reading and writing. The abridged representation of the front panel of the BNC-2120 contains, among other things, the connection points for four types (two general types with two directions each) of signals that are accessible by the computer, i.e. the software. a.) On Figure 2 identify two examples of where each of the four types of signals would be attached. Do this by drawing an arrow to the actual point that the conductor (wire) carrying the signal of interest would be connected. i.e. differentiate among the various parts of each type of the connector on the BNC Identify each arrow with a unique label. Also, indicate where you would make a connection to common. b.) On Figure 3 indicate where the signals that you identified in Part a would be attached and indicate the direction of data flow for each. c.) Finally, complete Table 1 for your set of signals. Be sure your entries for Direction of flow of data clearly indicate whether the flow is into or out of the software, i.e. the CPU. [There are a few extra lines.] Table 1 - Catalog of Signals Your Label Signal type Direction of flow of data Com Common bi Thursday, December 28,

6 Question 3 National Hardware BNC2120.cdr 9-Nov-2000 T V Atkinson Department of Ch emistry Michigan State University NATIONAL INSTRUMENTS BNC-2120 FS GS FS GS FS GS FS GS FS GS FS GS FS GS FS GS National Instruments BNC-2120 Connection Accessory Thursday, December 28,

7 Question 3 National Hardware Figure 2 - National Instruments BNC-2120 NI6024E.cdr 7-Nov-2000 T V Atkinson Department of Chemistry Michigan State University Control Panel Display Registers Arithmetic Logical Unit CPU Registers Command Decoder Memory I/O Controller (AGP Video Adapter) Control Bus CPU Bus Address Bus Data Bus Bus Adapter Control Bus PCI Bus Address Bus Data Bus I/O Controller (PCI Video Adapter) Registers I/O Controller Registers Display Analog Input Analog Output Digital I/O Timing I/O NI 6024E Card Cable Analog Input Analog Output Digital I/O Timing I/O BNC-2120 Functions BNC-2120 World National Instruments 6024E Acquisition System Figure 3 NI 6024E Thursday, December 28,

8 Question 4 Computer Architecture Question 4 Computer Architecture Figure 4, Table 2, and Table 3 illustrate aspects of the laser experiment used in class to illustrate computer architecture and computer interfacing. This question relates to these materials. LaserExpReg.cdr 21-Oct-2002 Control Register Busy CONVERT SHUTTER FIRE b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 D 2 D 1 D 0 b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 Status Register D 0 ADC 7 ADC 6 ADC 5 ADC 4 ADC 3 ADC 2 ADC 1 ADC 0 b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 Intensity Register D 7 D 6 D 5 D 4 D 3 D 2 D 1 D 0 Interface Registers Figure 4 Laser Experiment Interface Thursday, December 28,

9 Question 4 Computer Architecture Table 2 Code Example Location Contents (word) Label Op Code I/D Ra Rb Operand A0 18 START: LOAD D R2 NUMPNT A0 20 LOAD D R3 POINT A0 0C LOAD D R1 # C 32 1F FF EC STORE D R1 CONTROL NOOP NOOP NOOP C NOOP A0 10 LOAD D R1 # F FF EC STORE D R1 CONTROL NOOP C NOOP A0 14 LOOP1: LOAD D R1 # F FF EC STORE D R1 CONTROL A0 10 LOAD D R1 # C 32 1F FF EC STORE D R1 CONTROL F FF F0 LOOP2: LOAD D R1 STATUS BNE R1 LOOP F FF F4 LOAD D R4 DATA C 38 E STORE I R4 R E6 00 A0 0C ADD D R3 # A 00 A0 00 LOAD D R5 DELAY EA 00 A0 14 LOOP3: ADD D R5 # C 9A BNE R5 LOOP E4 00 A0 14 ADD D R2 # BNE R2 LOOP HALT Thursday, December 28,

10 Question 4 Computer Architecture Table 3 - View Of Memory Before Execution Location Contents Logical Name 001FFFFC Last word 001FFFF8 001FFFF4 DATA 001FFFF0 STATUS 001FFFEC CONTROL 001FFFE8 001FFFE4 001FFFE0 0000A03C 0000A A A A02C 0000A A A020 data array 0000A01C 0000A E8 NUMPNT ( ) 0000A A A00C A008 FF FF FF FF A A0 20 POINT 0000A F DELAY (1510) 00009FFC 00009FF8 Location Contents Logical Name C E4 00 A C 9A EA 00 A A 00 A E6 00 A0 0C Loop C 38 E F FF F F FF F0 LOOP C 32 1F FF EC A F FF EC A0 14 LOOP C F FF EC A C C 32 1F FF EC A0 0C A A0 18 START 00000FFC Thursday, December 28,

11 Question 4 Computer Architecture a.) Discuss the memory location 0000A018. Include a discussion of what the content of the location is and how the content is utilized by the program. b.) Discuss the two program steps located in memory locations and C. Include a description of the operations performed when the CPU executes these instructions. What is the purpose of these instructions in the context of the experiment? Thursday, December 28,

12 Question 4 Computer Architecture c.) The NOOP instruction is used in two different places in the program. Discuss the nature of this instruction. What use is made of this instruction in this experiment? Thursday, December 28,

13 Question 5 Data Acquisition Systems Question 5 Data Acquisition Systems ProgClk.cdr 7-Oct-2000 T V Atkinson Department of Chemistry Michigan State University 10 MHz Osc. /10 /10 /10 /10 /10 /10 /10 10 MHz 1 MHz 100 KHz 1 KHz 1 KHz 100 Hz 10 Hz 1 Hz Multiplexer (Switch) Selected Frequency A 2 A 1 A 0 Gate Enable Count Programmable Clock Counter (n-bits) Gate Enable Overflow Clock Overflow Clock Out Freq Reg CSR Preload Reg (n-bits) CSR I/O Bus Interface Not Shown: Control signals for strobing information into registers. Figure 5 Programmable Clock Figure 5 illustrates a programmable clock. Discuss how the programmable clock can be used in at lease two different styles of data acquisition systems. Include a discussion of the steps that would be required of the software to control the programmable clock and achieve the desired operation. The discussion can be very general, you don t have to provide software program steps, merely discuss what the steps would be in plain English. You don t have to include the details of the other components of the data acquisition systems, but you must describe how the various output(s) of the clock would be used in the various styles of acquisition systems. Thursday, December 28,

14 Question 5 Data Acquisition Systems Thursday, December 28,

15 Question 6 Data Analysis Question 6 Data Analysis Intensity Wavelength Figure 6 - Sample Spectra Figure 6 is an example spectrum of a chemical system that has two features. The chemical system is stable and any number of spectra maybe obtained. Discuss strategies for data acquisition and/or data analysis that would result in a higher quality spectrum. Thursday, December 28,

16 Question 7 Computer Architecture Question 7 Computer Architecture Figure 7 and Figure 8 illustrate two registers of a system that utilizes an 8-bit data bus to communicate among the various registers of the system. The system uses a master register as part of all communications, i.e. to move information from register A to register B, the information would be moved from A to the master and then from the master to register B. Figure 7 A Simple 8 Bit Data Bus System - Slave Thursday, December 28,

17 Question 7 Computer Architecture Figure 8 A Simple 8 Bit Data Bus - Master a.) Discuss the nature of the address bus. What are the consequences of the choice of n? Thursday, December 28,

18 Question 7 Computer Architecture b.)what is the Decoder and what does it do? How would it vary from one slave register to another? c.) Discuss in general the steps that must occur to transfer the contents of a Slave Register to the Master Register. These steps would, of course, be orchestrated by the Bus Controller. Thursday, December 28,

19 Question 8 Strings in LabView Question 8 Strings in LabView Figure 9 is the block diagram of a VI that takes a string of characters and displays them as a series of 8 bit unsigned integers. The display is achieved with a series of four arrays that are identical in data type and representation. Figure 10 and Figure 11 show the help information for the functions used in this VI. Figure 12 shows some of the properties of the elements of the arrays. Figure 12 results from doing a [Right-Click] on any of the elements of the arrays and selecting Properties. Figure 13 shows part of the resultant Front Panel for a given input string. Notice that display shows you 9 elements of each array. The index displays of the four arrays are set to show four different parts of the complete string. Furthermore, you will see that the display for each array has one element that is in common with the display for the next array. This overlap is provided to instill confidence that you are seeing all of the information. Figure 9 - String VI - Block Diagram Thursday, December 28,

20 Question 8 Strings in LabView Figure 10 - String Length - Help Figure 11 - String to Byte Array - Help Thursday, December 28,

21 Question 8 Strings in LabView Figure 12 - Properties of Array Elements a.) (4 points) For all elements of each of the four arrays and in the space immediately below each array element, place the index (in decimal) for that element. b.) (4 points) For all elements of each of the four arrays and in the space immediately above each array element place the hexadecimal equivalent of the contents of that element. c.) (4 points) For all elements of each of the four arrays and in the space immediately above the hexadecimal equivalent place the ASCII or ANSI character, i.e. the printable symbol. If the character is not printable, give the name of that character. Thursday, December 28,

22 Question 9 LabView Figure 13 - String VI Front Panel (Partial) d.) (3 points) Reproduce the input string in the box below. Include any formatting and blank lines included in the string. The left side of the box is to be treated as the left margin. And the text cursor begins in the upper left corner of the box. [Hint: the end of line indicator is a single character.] Question 9 LabView Identify the LabView objects in Table 4 by giving the name of the object, e.g. Random noise generator ; recording the data type of the object, e.g. U8, DBL, ; checking the Object Type, Thursday, December 28,

23 Question 9 LabView i.e. function(f), control (C), indicator (I), Constant (Co), variable (V); and checking whether the object is a source and/or sink of data. Table 4 LabView Objects Object Outline Color Object Name Data Type Object Type Data F C I Co V Source Sink Lavender Orange Orange Orange Blue Black Blue Orange Orange Thursday, December 28,

24 Appendix Appendix Table 5 - Powers of 2 n DEC OCT HEX Thursday, December 28,

25 Appendix Table 6 - ASCII Character Codes Character Octal Dec Hex Char Octal Dec Hex Char Octal Dec Hex Char Octal Dec Hex <NULL> ` <SOH> 1 1 1! A a <STX> " B b <ETX> # C c <EOT> $ D d <ENQ> % E e <ACK> & F f <BEL> ' G g <BS> ( H h <HT> ) I i <LF> A * A J A j A <VT> B B K B k B <FF> C, C L C l C <CR> D D M D m D <SO> E E N E n E <SI> F / F O F o F <DLE> P p <DC1> Q q <DC2> R r <DC3> S s <DC4> T t <NAK> U u <SYN> V v <ETB> W w <CAN> X x <EM> Y y <SUB> A : A Z A z A <ESC> B ; B [ B { B <FS> C < C \ C C <GS> D = D ] D } D <RS> E > E ^ E ~ E <US> F? F _ F DEL F Thursday, December 28,

26 Appendix Table 7 - ASCII Control Characters <NUL> Null <SOH> Start of heading <STX> Start of text <ETX> End of text <EOT> End of transmission <ENQ> Enquiry <ACK> Acknowledge <BEL> Bell (audible signal) <BS> Backspace <HT> Horizontal Tabulation <LF> Line Feed - go to new line <VT> Vertical tabulation <FF> Form Feed - go to new page <CR> Carriage return - return to left margin <SO> Shift out <SI> Shift in <DLE> Data link escape <DC1> Device Control 1 - XON <DC2> Device Control 2 <DC3> Device Control 3 - XOFF <DC4> Device Control 4 <NAK> Negative Acknowledge <SYN> Synchronous idle <ETB> End of transmission block <CAN> Cancel <EM> End of medium <SUB> Substitute <ESC> Escape <FS> File Separator <GS> Group Separator <RS> Record Separator <US> Unit Separator <DEL> Delete Thursday, December 28,

27 Appendix Table 8 - ANSI Character Set The ANSI character set consists of the ASCII character set plus the set of characters in this table. Char Octal Dec Hex Char Octal Dec Hex Char Octal Dec Hex Char Octal Dec Hex A0 À C0 à E A1 Á C1 á E A2  C2 â E2 ƒ A3 à C3 ã E A4 Ä C4 ä E A5 Å C5 å E A6 Æ C6 æ E A7 Ç C7 ç E7 ˆ A8 È C8 è E A9 É C9 é E9 Š A ª AA Ê CA ê EA B « AB Ë CB ë EB Œ C AC Ì CC ì EC D AD Í CD í ED E AE Î CE î EE F AF Ï CF ï EF B0 Ð D0 ð F ± B1 Ñ D1 ñ F ² B2 Ò D2 ò F ³ B3 Ó D3 ó F B4 Ô D4 ô F µ B5 Õ D5 õ F B6 Ö D6 ö F B D F B8 Ø D8 ø F ¹ B9 Ù D9 ù F9 š A º BA Ú DA ú FA B» BB Û DB û FB œ C ¼ BC Ü DC ü FC D ½ BD Ý DD ý FD E ¾ BE Þ DE þ FE Ÿ F BF ß DF ÿ FF Thursday, December 28,

28 Appendix Chemistry Hour Exam Question 1 Data Acquisition Systems...2 Question 2 Number Systems...4 Question 3 National Hardware...5 Question 4 Computer Architecture...8 Question 5 Data Acquisition Systems...13 Question 6 Data Analysis...15 Question 7 Computer Architecture...16 Question 8 Strings in LabView...19 Question 9 LabView...22 Appendix Question 1 The following are true for the 4 bit DAC shown in Figure 1 1*R 0 = 2*R 1 = 4*R 2 = 8*R 3 = R = 16*R f R offset = R f V offset = 6 e in = e 0 = e 1 = e 2 = e 3 = -12 volts. e out = ( e R in n 1 f i = 0 bi ) V R i offset R R f offset Again, assuming the following. then R i = 2 i R e out R n f = ein 1 ( R i= 0 i b 2 ) V i offset R R f offset e out R n f = ein 1 ( R i= 0 b 2 i i ) V offset e n 1 = ( 12* 16 i= out b i 0 1 i 2 ) ( 6) Thursday, December 28,

29 Appendix 1 16 a.) e = ( 12 0) ( 6) = 6 out b.) e out = ( 12 15) ( 6) 16 = ( 11.25) ( 6) = = e out 1 c.) e resolution = ( 12 ) = Parameter Value R f /R V offset e in R R f offset 1 volt 0.5 volt Parameter Value 2 value R R R R Question 2 Thursday, December 28,

30 Appendix Thursday, December 28,

31 Appendix Thursday, December 28,

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes Multiple-byte data CMSC 313 Lecture 03 big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes UMBC, CMSC313, Richard Chang 4-5 Chapter

More information

ASCII Code - The extended ASCII table

ASCII Code - The extended ASCII table ASCII Code - The extended ASCII table ASCII, stands for American Standard Code for Information Interchange. It's a 7-bit character code where every single bit represents a unique character. On this webpage

More information

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012 CMSC 33 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 2, FALL 22 TOPICS TODAY Bits of Memory Data formats for negative numbers Modulo arithmetic & two s complement Floating point formats

More information

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement OOstaExcel.ir J. Abbasi Syooki HTML Name HTML Number دهدهی ا کتال هگزاد سیمال باینری نشانه )کاراکتر( توضیح Null char Start of Heading Start of Text End of Text End of Transmission Enquiry Acknowledgment

More information

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, SPRING 2013

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, SPRING 2013 CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, SPRING 2013 TOPICS TODAY Bits of Memory Data formats for negative numbers Modulo arithmetic & two s complement Floating point

More information

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012 CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012 ANNOUNCEMENTS TA Office Hours (ITE 334): Genaro Hernandez, Jr. Mon 10am 12noon Roshan Ghumare Wed 10am 12noon Prof.

More information

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC This update to the AppleShare PC User's Guide discusses AppleShare PC support for the use of international character sets, paper sizes, and date

More information

Chapter 3. Information Representation

Chapter 3. Information Representation Chapter 3 Information Representation Instruction Set Architecture APPLICATION LEVEL HIGH-ORDER LANGUAGE LEVEL ASSEMBLY LEVEL OPERATING SYSTEM LEVEL INSTRUCTION SET ARCHITECTURE LEVEL 3 MICROCODE LEVEL

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

Chapter 2 Number System

Chapter 2 Number System Chapter 2 Number System Embedded Systems with ARM Cortext-M Updated: Tuesday, January 16, 2018 What you should know.. Before coming to this class Decimal Binary Octal Hex 0 0000 00 0x0 1 0001 01 0x1 2

More information

EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART) EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART) Objective: Introduction To understand and apply USART command for sending and receiving data Universal Serial Asynchronous

More information

EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART) EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART) Objective: To understand and apply USART command for sending and receiving data Introduction Universal Serial Asynchronous

More information

2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme

2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme 2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme repeated (integer) division by two. Example: What is

More information

Fundamentals of Programming (C)

Fundamentals of Programming (C) Borrowed from lecturer notes by Omid Jafarinezhad Fundamentals of Programming (C) Group 8 Lecturer: Vahid Khodabakhshi Lecture Number Systems Department of Computer Engineering Outline Numeral Systems

More information

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON Prof. Gurindar Sohi TAs: Pradip Vallathol and Junaid Khalid Midterm Examination 1 In Class (50 minutes) Friday, September

More information

Acquirer JCB EMV Test Card Set

Acquirer JCB EMV Test Card Set Acquirer JCB EMV Test Card Set July, 2017 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON Prof. Gurindar Sohi TAs: Junaid Khalid and Pradip Vallathol Midterm Examination 1 In Class (50 minutes) Friday, September

More information

DATA REPRESENTATION. Data Types. Complements. Fixed Point Representations. Floating Point Representations. Other Binary Codes. Error Detection Codes

DATA REPRESENTATION. Data Types. Complements. Fixed Point Representations. Floating Point Representations. Other Binary Codes. Error Detection Codes 1 DATA REPRESENTATION Data Types Complements Fixed Point Representations Floating Point Representations Other Binary Codes Error Detection Codes 2 Data Types DATA REPRESENTATION Information that a Computer

More information

First Data Dual Interface EMV Test Card Set. Version 1.20

First Data Dual Interface EMV Test Card Set. Version 1.20 First Data Dual Interface EMV Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

First Data EMV Test Card Set. Version 1.30

First Data EMV Test Card Set. Version 1.30 First Data EMV Test Card Set.30 January, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

Number Systems II MA1S1. Tristan McLoughlin. November 30, 2013

Number Systems II MA1S1. Tristan McLoughlin. November 30, 2013 Number Systems II MA1S1 Tristan McLoughlin November 30, 2013 http://en.wikipedia.org/wiki/binary numeral system http://accu.org/index.php/articles/18 http://www.binaryconvert.com http://en.wikipedia.org/wiki/ascii

More information

First Data EMV Test Card Set. Version 2.00

First Data EMV Test Card Set. Version 2.00 First Data EMV Test Card Set.00 February, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual USB-ASC232 ASCII RS-232 Controlled USB Keyboard and Mouse Cable User Manual Thank you for purchasing the model USB-ASC232 Cable HAGSTROM ELECTRONICS, INC. is pleased that you have selected this product

More information

Data Representation and Binary Arithmetic. Lecture 2

Data Representation and Binary Arithmetic. Lecture 2 Data Representation and Binary Arithmetic Lecture 2 Computer Data Data is stored as binary; 0 s and 1 s Because two-state ( 0 & 1 ) logic elements can be manufactured easily Bit: binary digit (smallest

More information

4. Specifications and Additional Information

4. Specifications and Additional Information 4. Specifications and Additional Information AGX52004-1.0 8B/10B Code This section provides information about the data and control codes for Arria GX devices. Code Notation The 8B/10B data and control

More information

Experiment 3. TITLE Optional: Write here the Title of your program.model SMALL This directive defines the memory model used in the program.

Experiment 3. TITLE Optional: Write here the Title of your program.model SMALL This directive defines the memory model used in the program. Experiment 3 Introduction: In this experiment the students are exposed to the structure of an assembly language program and the definition of data variables and constants. Objectives: Assembly language

More information

Representing Things With Bits

Representing Things With Bits Representing Things With Bits Introduction I said above, that what a bit pattern meant depended upon the context. We often want to represent things like characters and numbers in a bit pattern so that

More information

AutoLISP Module 6 Competency Test No.1

AutoLISP Module 6 Competency Test No.1 AutoCAD Self-paced ecourse AutoLISP Module 6 Competency Test No.1 Learning Outcomes When you have completed this module, you will be able to: 1 Complete a written exam and write an AutoLISP program on

More information

Acquirer JCB Dual Interface EMV Test Card Set

Acquirer JCB Dual Interface EMV Test Card Set Acquirer JCB Dual Interface EMV Test Card Set.00 July, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing and delivering this document

More information

Number Representations

Number Representations Simple Arithmetic [Arithm Notes] Number representations Signed numbers Sign-magnitude, ones and twos complement Arithmetic Addition, subtraction, negation, overflow MIPS instructions Logic operations MIPS

More information

First Data DCC Test Card Set. Version 1.30

First Data DCC Test Card Set. Version 1.30 First Data DCC Test Card Set.30 April, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

Fundamentals of Programming

Fundamentals of Programming Fundamentals of Programming Lecture 2 Number Systems & Arithmetic Lecturer : Ebrahim Jahandar Some Parts borrowed from slides by IETC1011-Yourk University Common Number Systems System Base Symbols Used

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize two

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

Interac USA Interoperability EMV Test Card Set

Interac USA Interoperability EMV Test Card Set Interac USA Interoperability EMV Test Card Set.00 April, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information

More information

n NOPn Unary no operation trap U aaa NOP Nonunary no operation trap i

n NOPn Unary no operation trap U aaa NOP Nonunary no operation trap i Instruction set Instruction Mnemonic Instruction Addressing Status Specifier Mode Bits 0000 0000 STOP Stop execution U 0000 0001 RET Return from CALL U 0000 0010 RETTR Return from trap U 0000 0011 MOVSPA

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize

More information

Number System (Different Ways To Say How Many) Fall 2016

Number System (Different Ways To Say How Many) Fall 2016 Number System (Different Ways To Say How Many) Fall 2016 Introduction to Information and Communication Technologies CSD 102 Email: mehwish.fatima@ciitlahore.edu.pk Website: https://sites.google.com/a/ciitlahore.edu.pk/ict/

More information

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

FD-011WU. 2D Barcode Reader User Guide V1.6CC

FD-011WU. 2D Barcode Reader User Guide V1.6CC FD-011WU 2D Barcode Reader User Guide V1.6CC Table of Contents 1 Getting Started... 1 1.1 Factory Defaults... 1 2 Communication Interfaces...2 2.1 TTL-232 Interface... 2 2.2 Baud Rate... 3 2.3 Data Bit

More information

EE 109 Unit 3. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL

EE 109 Unit 3. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL 3. 3. EE 9 Unit 3 Binary Representation Systems ANALOG VS. DIGITAL 3.3 3. Analog vs. Digital The analog world is based on continuous events. Observations can take on any (real) value. The digital world

More information

EE 109 Unit 2. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL

EE 109 Unit 2. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL EE 9 Unit Binary Representation Systems ANALOG VS. DIGITAL Analog vs. Digital The analog world is based on continuous events. Observations can take on any (real) value. The digital world is based on discrete

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

More information

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( )

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( ) 6. Combinational Circuits George Boole (85 864) Claude Shannon (96 2) Signals and Wires Digital signals Binary (or logical ) values: or, on or off, high or low voltage Wires. Propagate digital signals

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations Original slides from Gregory Byrd, North Carolina State University Modified slides by Chris Wilcox, Colorado State University How do we represent data in a computer?!

More information

Midterm Exam, Fall 2015 Date: October 29th, 2015

Midterm Exam, Fall 2015 Date: October 29th, 2015 Full Name: Midterm Exam, Fall 2015 Date: October 29th, 2015 Instructions: This midterm exam takes 70 minutes. Read through all the problems and complete the easy ones first. This exam is OPEN BOOK. You

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

Number Systems for Computers. Outline of Introduction. Binary, Octal and Hexadecimal numbers. Issues for Binary Representation of Numbers

Number Systems for Computers. Outline of Introduction. Binary, Octal and Hexadecimal numbers. Issues for Binary Representation of Numbers Outline of Introduction Administrivia What is computer architecture? What do computers do? Representing high level things in binary Data objects: integers, decimals, characters, etc. Memory locations (We

More information

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010 ECHO Process Instrumentation, Inc. Modbus RS485 Module Operating Instructions Version 1.0 June 2010 ECHO Process Instrumentation, Inc. PO Box 800 Shalimar, FL 32579 PH: 850-609-1300 FX: 850-651-4777 EM:

More information

3.1. Unit 3. Binary Representation

3.1. Unit 3. Binary Representation 3.1 Unit 3 Binary Representation ANALOG VS. DIGITAL 3.2 3.3 Analog vs. Digital The analog world is based on continuous events. Observations can take on (real) any value. The digital world is based on discrete

More information

Number Systems Base r

Number Systems Base r King Fahd University of Petroleum & Minerals Computer Engineering Dept COE 2 Fundamentals of Computer Engineering Term 22 Dr. Ashraf S. Hasan Mahmoud Rm 22-44 Ext. 724 Email: ashraf@ccse.kfupm.edu.sa 3/7/23

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations Original slides from Gregory Byrd, North Carolina State University Modified by Chris Wilcox, S. Rajopadhye Colorado State University How do we represent data

More information

EE 109 Unit 2. Binary Representation Systems

EE 109 Unit 2. Binary Representation Systems EE 09 Unit 2 Binary Representation Systems ANALOG VS. DIGITAL 2 3 Analog vs. Digital The analog world is based on continuous events. Observations can take on (real) any value. The digital world is based

More information

CS341 *** TURN OFF ALL CELLPHONES *** Practice NAME

CS341 *** TURN OFF ALL CELLPHONES *** Practice NAME CS341 *** TURN OFF ALL CELLPHONES *** Practice Final Exam B. Wilson NAME OPEN BOOK / OPEN NOTES: I GIVE PARTIAL CREDIT! SHOW ALL WORK! 1. Processor Architecture (20 points) a. In a Harvard architecture

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

MK D Imager Barcode Scanner Configuration Guide

MK D Imager Barcode Scanner Configuration Guide MK-5500 2D Imager Barcode Scanner Configuration Guide V1.4 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 2 Communication Interfaces...

More information

Oberon Data Types. Matteo Corti. December 5, 2001

Oberon Data Types. Matteo Corti. December 5, 2001 Oberon Data Types Matteo Corti corti@inf.ethz.ch December 5, 2001 1 Introduction This document is aimed at students without any previous programming experience. We briefly describe some data types of the

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations Computer is a binary digital system. Digital system: finite number of symbols Binary (base two) system: has two states: 0 and 1 Basic unit of information is the

More information

Do not start the test until instructed to do so!

Do not start the test until instructed to do so! Instructions: Print your name in the space provided below. This examination is closed book and closed notes, aside from the permitted one-page formula sheet. No calculators or other electronic devices

More information

Coding Theory. Networks and Embedded Software. Digital Circuits. by Wolfgang Neff

Coding Theory. Networks and Embedded Software. Digital Circuits. by Wolfgang Neff Coding Theory Networks and Embedded Software Digital Circuits by Wolfgang Neff Coding (1) Basic concepts Information Knowledge about something Abstract concept (just in mind, can not be touched) Data Representation

More information

Unit 3. Analog vs. Digital. Analog vs. Digital ANALOG VS. DIGITAL. Binary Representation

Unit 3. Analog vs. Digital. Analog vs. Digital ANALOG VS. DIGITAL. Binary Representation 3.1 3.2 Unit 3 Binary Representation ANALOG VS. DIGITAL 3.3 3.4 Analog vs. Digital The analog world is based on continuous events. Observations can take on (real) any value. The digital world is based

More information

Do not start the test until instructed to do so!

Do not start the test until instructed to do so! Instructions: Print your name in the space provided below. This examination is closed book and closed notes, aside from the permitted one-page formula sheet. No calculators or other electronic devices

More information

Positional Number System

Positional Number System Positional Number System A number is represented by a string of digits where each digit position has an associated weight. The weight is based on the radix of the number system. Some common radices: Decimal.

More information

ASSIGNMENT 5 TIPS AND TRICKS

ASSIGNMENT 5 TIPS AND TRICKS ASSIGNMENT 5 TIPS AND TRICKS linear-feedback shift registers Java implementation a simple encryption scheme http://princeton.edu/~cos26 Last updated on /26/7 : PM Goals OOP: implement a data type; write

More information

CPS 104 Computer Organization and Programming Lecture-2 : Data representations,

CPS 104 Computer Organization and Programming Lecture-2 : Data representations, CPS 104 Computer Organization and Programming Lecture-2 : Data representations, Sep. 1, 1999 Dietolf Ramm http://www.cs.duke.edu/~dr/cps104.html CPS104 Lec2.1 GK&DR Fall 1999 Data Representation Computers

More information

Gateway Ascii Command Protocol

Gateway Ascii Command Protocol Gateway Ascii Command Protocol Table Of Contents Introduction....2 Ascii Commands.....3 Messages Received From The Gateway....3 Button Down Message.....3 Button Up Message....3 Button Maintain Message....4

More information

First Data U.S. Debit Test Card Set. Version 1.20

First Data U.S. Debit Test Card Set. Version 1.20 First Data U.S. Debit Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from

More information

plc numbers Encoded values; BCD and ASCII Error detection; parity, gray code and checksums

plc numbers Encoded values; BCD and ASCII Error detection; parity, gray code and checksums plc numbers - 3. 3. NUMBERS AND DATA Topics: Number bases; binary, octal,, hexa Binary calculations; s compliments, addition, subtraction and Boolean operations Encoded values; BCD and ASCII Error detection;

More information

VT420 Video Terminal Programmer Reference Manual Update

VT420 Video Terminal Programmer Reference Manual Update VT420 Video Terminal Programmer Reference Manual Update EK VT42P UP. A01 Digital Equipment Corporation The information in this document is subject to change without notice and should not be construed as

More information

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent?

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent? CSC 2400: Computer Systems Data Representa5on What kinds of data do we need to represent? - Numbers signed, unsigned, integers, floating point, complex, rational, irrational, - Text characters, strings,

More information

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent?

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent? CSC 2400: Computer Systems Data Representa5on What kinds of data do we need to represent? - Numbers signed, unsigned, integers, floating point, complex, rational, irrational, - Text characters, strings,

More information

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey 4: Serial I/O CET360 Microprocessor Engineering J. Sumey Introduction serial, i.e. bit-at-a-time, interfacing techniques are useful when parallel interfacing limitations become problematic distance limitations

More information

Hardware. ( Not so hard really )

Hardware. ( Not so hard really ) Hardware ( Not so hard really ) Introduction to Computers What is a computer? Why use a computer anyway? Do they have limitations? What s next? A bit of history Mechanical Early 1614 1643 1673 Abacus Slide

More information

Chapter 8. Characters and Strings

Chapter 8. Characters and Strings Chapter 8 Characters and s OJECTIVES After you have read and studied this chapter, you should be able to Declare and manipulate data of the char data type. Write string processing programs using and uffer

More information

Lecture (09) x86 programming 8

Lecture (09) x86 programming 8 Lecture (09) x86 programming 8 By: Dr. Ahmed ElShafee 1 Basic Input Output System BIOS BIOS refers to a set of procedures or functions that enable the programmer have access to the hardware of the computer.

More information

BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide

BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide V 2.1 Table of Contents 1 Getting Started. 3 1.1 About This Guide.. 3 1.2 Barcode Scanning.. 3 1.3 Factory Defaults.. 3 1.4 Pairing Cradle 4 1.5

More information

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom PD1100 STAND-ALONE ALPHANUMERIC POLE DISPLAY PROGRAMMING & USER S GUIDE use the freedom Forward The information contained in this user s guide is subject to change without notice. This Programming and

More information

1. Character/String Data, Expressions & Intrinsic Functions. Numeric Representation of Non-numeric Values. (CHARACTER Data Type), Part 1

1. Character/String Data, Expressions & Intrinsic Functions. Numeric Representation of Non-numeric Values. (CHARACTER Data Type), Part 1 Character/String Data, Expressions Intrinsic Functions (CHARACTER Data Type), Part 1 1. Character/String Data, Expressions Intrinsic Functions (CHARACTER Data Type), Part 1 2. Numeric Representation of

More information

PureScan - ML1. Configuration Guide. Wireless Linear Imager Wireless Laser scanner - 1 -

PureScan - ML1. Configuration Guide. Wireless Linear Imager Wireless Laser scanner - 1 - PureScan - ML1 Wireless Linear Imager Wireless Laser scanner Configuration Guide - 1 - Table of Contents Chapter 1 System Information 1.1 About this manual 3 1.2 How to set up the parameter 3 Chapter 2

More information

Chapter 1. Hardware. Introduction to Computers and Programming. Chapter 1.2

Chapter 1. Hardware. Introduction to Computers and Programming. Chapter 1.2 Chapter Introduction to Computers and Programming Hardware Chapter.2 Hardware Categories Input Devices Process Devices Output Devices Store Devices /2/27 Sacramento State - CSc A 3 Storage Devices Primary

More information

Bits and Bytes. Data Representation. A binary digit or bit has a value of either 0 or 1; these are the values we can store in hardware devices.

Bits and Bytes. Data Representation. A binary digit or bit has a value of either 0 or 1; these are the values we can store in hardware devices. Bits and Bytes 1 A binary digit or bit has a value of either 0 or 1; these are the values we can store in hardware devices. A byte is a sequence of 8 bits. A byte is also the fundamental unit of storage

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

Characters Lesson Outline

Characters Lesson Outline Outline 1. Outline 2. Numeric Encoding of Non-numeric Data #1 3. Numeric Encoding of Non-numeric Data #2 4. Representing Characters 5. How Characters Are Represented #1 6. How Characters Are Represented

More information

The Binary Number System

The Binary Number System The Binary Number System Robert B. Heckendorn University of Idaho August 24, 2017 Numbers are said to be represented by a place-value system, where the value of a symbol depends on where it is... its place.

More information

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc.

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc. 9 February 2011 CSE-1520R Test #1 [7F] w/ answers p. 1 of 8 CSE-1520R Test #1 Sur / Last Name: Given / First Name: Student ID: Instructor: Parke Godfrey Exam Duration: 45 minutes Term: Winter 2011 The

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

Numbers and Computers. Debdeep Mukhopadhyay Assistant Professor Dept of Computer Sc and Engg IIT Madras

Numbers and Computers. Debdeep Mukhopadhyay Assistant Professor Dept of Computer Sc and Engg IIT Madras Numbers and Computers Debdeep Mukhopadhyay Assistant Professor Dept of Computer Sc and Engg IIT Madras 1 Think of a number between 1 and 15 8 9 10 11 12 13 14 15 4 5 6 7 12 13 14 15 2 3 6 7 10 11 14 15

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

Binary Numbers. The Basics. Base 10 Number. What is a Number? = Binary Number Example. Binary Number Example

Binary Numbers. The Basics. Base 10 Number. What is a Number? = Binary Number Example. Binary Number Example The Basics Binary Numbers Part Bit of This and a Bit of That What is a Number? Base Number We use the Hindu-Arabic Number System positional grouping system each position represents a power of Binary numbers

More information

Manuel de programmation du lecteur LDT75C ver 2.1

Manuel de programmation du lecteur LDT75C ver 2.1 Lecteur code à barres - Imprimante industrielle - Impression pose Logiciel d étiquetage - Développement spécifique - Etiquette - Film thermique Manuel de programmation du lecteur LDT75C ver 2.1 1 Introduction

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

Connecting UniOP to Datalogic Barcode Readers

Connecting UniOP to Datalogic Barcode Readers Connecting UniOP to Datalogic Barcode Readers This Technical Note contains the information needed to connect UniOP to Datalogic Barcode Scanners. Contents 1. Introduction...1 2. Designer setup...1 2.1

More information

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc.

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc. 9 February 2011 CSE-1520R Test #1 [B4] p. 1 of 8 CSE-1520R Test #1 Sur / Last Name: Given / First Name: Student ID: Instructor: Parke Godfrey Exam Duration: 45 minutes Term: Winter 2011 The exam is closed

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

Do not start the test until instructed to do so!

Do not start the test until instructed to do so! Instructions: Print your name in the space provided below. This examination is closed book and closed notes, aside from the permitted one-page formula sheet. No calculators or other electronic devices

More information

Fundamental Data Types

Fundamental Data Types Fundamental Data Types Lecture 4 Sections 2.7-2.10 Robb T. Koether Hampden-Sydney College Mon, Sep 3, 2018 Robb T. Koether (Hampden-Sydney College) Fundamental Data Types Mon, Sep 3, 2018 1 / 25 1 Integers

More information