PRESENTS: Ap.LCase. App!e PugetSound Program Library Exchange

Size: px
Start display at page:

Download "PRESENTS: Ap.LCase. App!e PugetSound Program Library Exchange"

Transcription

1 PRESENTS: Ap.LCase App!e PugetSound Program Library Exchange

2 Ap.LCase LOWER CASE CHIP by Paul Brown Ap. LCase may be used only on a Rev.7 or later Apple. If you don't know what version your Apple is, STOP right now and check. You can identify a Rev.7 or later by the absence of the three 16K RAM strapping blocks. On earlier Apples, you will find three strapping blocks, stamped "16K" in white ink three times, at the left end of each row of RAM chips. steps: The Ap.LCase lower case chip is very simple to install. Just follow these 1. Turn the power to the Apple off. 2. Remove the power cord, the monitor/tv cable, the paddle connector and all peripheral cards. 3. Turn the Apple upside down with the front nearest you. 4. By referring to the diagram below, remove the cover attaching screws, noting that the four front screws are different than the six side screws.. \ BOTTOM 0 SCREWS COVER REMOVE VIEW COVER SCREWS ONLY! FRONT 5. Holding the cover and base together turn the Apple over to its normal position. 6. Remove the keyboard connector from the main board noting its orientation (for later reinstallation). Now remove the cover. 7. Locate socket A5 on the main board, labelled ROM SPCL. This is the character generator chip you will replace. 8. Remove it by carefully prying on alternate sides until it is free, then lift it off. 9. With the notch in Ap. LCase chip positioned to the left (towards the power supply side), insert it carefully into the socket. Gently but firmly press the chip into place, so that all the pins are securely seated. 10. Reinstall the keyboard connector and then the cover. 11. Holding the cover and base together, turn the Apple upside down. 12. Replace the cover attaching screws and tighten them up.

3 13. Turn the Apple over to its normal position. 14. Replace all peripheral cards, the paddle connector, the monitor/tv cable and power cord. 15. Double check all connections and turn the power on. 16. It's installed! Note these instructions apply specifically only to Rev. 7 and later Apple Computers. DEMONSTRATION Now that your chip is installed, you probably want to see all the new characters that are now available. Enter and run this sample Applesoft program to display all your new characters. 100 REM CHARACTER DISPLAY PROGRAM 110 NORMAL 120 HOME 130 VTAB PRINT 11 THESE ARE ALL OF THE CHARACTERS" 150 PRINT " AVAILABLE AFTER I NSTALLING THE" 160 PRINT " Ap.LCase lower ca se chip" 170 PRINT : PRINT 200 REM PRINT INVERSE AND FLASH MODES 210 REM PRINT INVERSE CHRS 220 FOR MODE = 1 TO :: FOR I = 64 TO % STEP 32: REM HTA.8..., PRINT TO? "... FOR J :::: I TO I PRINT CHRS (.]); NEXT J PRINT ' NEXT I FLASH REM.. PRINT FLASHING CHRS NEXT MODE 400 NORMAL REM PRINT NORMAL CHRS 410 FOR I = 32 TO 96 STEP PRINT FROM II II TO DEL 420 :: HTAB : : FOR J = I TO I :::: PRINT CHR$ (J); 450 : :: NEXT J 460 :: PRINT 470 :: NEXT I 500 END 2 32: REM

4 CHARACTER CODES The only difference between the Ap.LCase lower case chip and your original Apple is that the last 32 character positions contain the lower case characters instead of redundant symbols. This is best seen by looking at the 256 character map in the Apple 11 reference manual, page 15. The chart below maps the last 32 characters now installed in your Apple II: HEX DEC CHAR. HEX DEC CHAR. $EO 224 $FO 240 p $E1 225 a $F1 241 q $E2 226 b $F2 242 r $E3 227 c $F3 243 s $E4 228 d $F4 244 t $E5 229 e $F5 245 u $E6 230 f $F6 246 v $E7 231 g $F7 247 w $ES 232 h $F8 248 x $E9 233 $F9 249 y $EA 234 j $FA 250 z $EB 235 k $FB 251 { $EC 236 I $FC 252 I $ED 237 m $FD 253 $EE 238 n $FE 254 l $EF $FF 255 (DEL) The Ap.LCase lower case chip still displays all previously available inverse and fl ashing characters. Th is insures that al I software currently avail able and to be developed will still be compatible with your new display. Lower case is not available in INVERSE or FLASH modes. SOFTWARE SUPPORT The Program LcaPatch demonstrates how Lea may be used to obtain true lowercase display with a lowercase adapter. The user should be warned that this fix is only good for Pascal 1.1 and that other patches and modifications to the BIOS (Basic Input/Output System) could result in conflicts. If the properly compiled and linked code for LcaPatch is renamed SYS TEM.STARTUP, the Lea patch will be invoked everytime the system is booted. Since no permanent changes are made, th is patch is relatively safe.. PROC LCA ;THIS PROCEDURE MODIFIES PASCAL 1.1 BIOS IN ;MEMORY SO THAT LOWERCASE CHARACTERS CAN BE ;DISPLAYED WITH A LOWERCASE ADAPTER. THIS ;FIX WILL ONLY WORK FOR PASCAL 1.1. ;WRITTEN BY DAVE LIEBERMAN 12-JUN-81 3

5 ADDR1 RAMON RAMCLR.EQU ODAAB.EQU OC083.EQU ocoaa LDA RAMON LDA RAMON LDA #176. STA ADDR1 LDA #02. STA ADDR1+1 LDA #0 STA ADDR LDA RAMCLR RTS ;SELECT 2ND 4K BANK ;WRITE-ENABLE ;SUPPRESS UC CONVERSION ;DISABLE PSEUDO UC ;SELECT 1ST BANK.END Program LcaPatch; Procedure Lea; External; <* Lea must be linked in to LcaPatch *> Begin Lea; Gotoxy <S, S>; Write< Pascal 1. 1 with l owerca-j;e display >; End. The hardware section of the Apple 11 that displays information on the screen is one thing (which you have just upgraded by installing this product). but BASIC and the simple UPPER case only keyboard is another. It is difficult to directly enter the lower case set in either Integer or Applesoft Basic. In Applesoft Basic, the CHR$ command can be used to PRINT the lower case characters; however, this is not sufficient to make programming fun and easy. 4

6 Those users of Ap. LCase who also use Program Line Editor may enter lower case directly by hitting Ctrl S for lower case shift lock; Ctrl A for upper case shift lock. A machine language program called KEYPATCH is provided with the Ap.LCase lower case chip to allow easy entry of the entire 128 character ASCII set. This small binary file is simply run by the greeting program on all disks used for BASIC programming. This is simple and automatic once installed. Follow these steps to create and install KEYPATCH. All UPPER case lines are to be typed by you. The symbols ] and >0< refer to the Applesoft and Monitor prompts and are not to be typed. Integer Basic users please substitute> for]. 1. Turn system on and get into BASIC if not already there. 2. ] CALL to enter the monitor. 3. ll( 9001 :9B llc 3D3G 4. ] CALL to enter the monitor again. 5. Enter the KEYPATCH code. *9 coo: A F2 03 A9 9C 8D *9C08: F F FB A9 28 SS *9C10: 38 A9 9C A9 9B 8D *9C18: 01 9D 4C A9 28 BS *9C20: 38 A9 9C C BF 90 *9C28: SE 06 9C OS 4S EO 00 DO *9C30: 03 SE D4 9C BA BD *9C38: C9 77 DO 11 BD C9 *9C40: FD DO OA A9 B *9C48: A9 9C 9D OS AE D6 *9CSO: 9C BD D7 9C A4 24 A9 DF *9CS8: A AS re E6 *9 C60: 4E DO OF E6 4F B1 28 CD *9C68: 57 9C DO EA AD 07 9C 4C *9C70: 58 9C AD D? 9C 2C 00 co *9C78: 10 EO AD 00 co 2C *9C80: 10 co C9 81 DO OD AD D4 *9CS8: 9C 49 FF 8D D4 9C B1 28 *9C90: 4C 51 9C 2C D4 9C 10 1D *9C98: BC D5 9C AO OA CAO: D9 co 9C DO F8 B9 CA 9C * 9CA8: AC D5 9C C9 DB BO 06 C9 ll9cbo: Ct C9 * 9 C B8 : 95 DO oz B1 28 4C 84 FD ll9cco: BC BE AF AD AB A9 Al DE *9CCS: A7 A3 DB DD DC DF FB FD 119 coo: FC FE EO FF * 9COA: EA EA EA <For old monitor> NOTE: Enter the last line above only if you do not have an Autostart ROM. 5

7 6. Double check entered code: JK9C00.9CD7. 7. Confirm correct entry of code. 8. Save the section of memory as a binary file: JKBSAVE KEYPATCH,A$9COO,L$D8 9. Create a hello program or greeting program that executes this as its last line: 200 PRINT CHR$(4) "BRUN KEYPATCH" This must be the last line to execute because KEYPATCH reinitializes BASIC. KEYPATCHFEATURES Your cursor is now a flashing underline. To toggle between UPPER and lower case mode, type CTR L - A. The cursor, the toggle character and the rate that the cursor flashes can all be changed to suit your personal tastes. Toggle: CTR L - A, Location $9C83 Cursor: Underline, Location $9C57 Rate : 2/sec, Location $9C5B Change these locations to whatever code you desire. UPPER case mode: Keyboard reacts as usual. All cursor editing features remain intact. Lower case mode: All letters typed will be lower case. In addition, these symbols are now available: to get [ l {} I \ (DEL) Type this < -- Shift, > -- Shift. ( -- Shift 8 ) -- Shift 9! -- Shift 1 I ' -- Shift 7 A -- Shift N $ -- Shift 3 KEYPATCH always returns to UPPER case mode after each return or cancellation of a line (CTR L - X). Note: INfa/0 will disable KEYPATCH. Hit RESET to reconnect. KEY PATCH is compatible with DOS 3.2, DOS 3.3, Applesoft and Integer Basic. 48K machines only. 6

8 APPLE-WRITER MODIFICATIONS If you have Apple-Writer, you know that no provision is provided as part of the program or configuration, for a lower case display. Here is a patch for Apple-Writer to utilize a lower case display. 1. Make a copy of the original Apple-Writer disk. 2. ] CALL -151 to enter the monitor. 3. Type AE4.AE7 4. If anything other than OAE-A is displayed, stop. This patch will not work. 5. Enter the modifications: >JKAE4 : EA >JK1825:A4 24 8D C OF C OD 29 BF C9 AO ir:1836: C 3F AD UNLOCK TEDITOR 7. BSAVE TEDITOR,A$803,L$ LOCK TEDITOR The above information is courtesy of CALL - A.P.P.L.E. JAN, 1981 letter sent in by Dan Paymar. For details about custom character sets, or any problems call or write: PAUL BROWN 5455 Conrad Avenue San Diego, CA

9 DISCLAIMER This manual and the accompanying i.e. chip are available only to members of Apple Pugetsound Program Library Exchange. Every effort has been made to provide error free programs and documentation. Inevitably some may remain. A.P.P.L.E. denies any responsibility for loss or damage of programs or equipment, direct or indirect, even if A.P.P.L.E. has been advised of the possibility of such damages. 8

10 Apple PugetSound Program Library Exchange 304 Main Ave. S. Suite 300 Renton, Washington (206)

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

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

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

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

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

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

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

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

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

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

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

DBK24. Isolated Digital Output Chassis. Overview

DBK24. Isolated Digital Output Chassis. Overview DBK24 Isolated Digital Output Chassis Overview 1 Power Requirements 2 Hardware Setup 2 Card Connection 2 Card Configuration 3 DaqBook and DaqBoard Connection 4 DaqBoard/2000 Series Board Connection 5 DaqBook

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

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. Digital Lighting Systems, Inc. Four Channel Dry Contacts Relays Switch Pack DMX512 compatible USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION The is a 4-channel DMX-512 compatible electro-mechanical

More information

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module , Inc. DMX512 Four Channel Dimmer and Switch module Input: 5 Amps @ 6-24 VDC Outputs: 5 Amps Maximum each, total 4 outputs 8 Amps Maximum. FRONT BACK USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION

More information

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack Digital Lighting Systems, Inc. PD405DMX Four Channel Dimmer and Switch Packs DMX52 compatible PD405DMX24DC DMX52 4 x 5 Amps Dimmer Pack C UL US LISTED www.digitallighting.com Digital Lighting Systems,

More information

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

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

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN SPAREPARTSCATALOG: CONNECTORS ART.-NR.: 3CM3208201EN CONTENT SPARE CONNECTORS AA-AN SPARE CONNECTORS AO-BC SPARE CONNECTORS BD-BQ SPARE CONNECTORS BR-CD 3 4 5 6 SPARE CONNECTORS CE-CR SPARE CONNECTORS

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. , Inc. PD402-DMX Four Channel Dimmer and Switch Packs 4 x 2.5 Amps @ 6VDC to 24 VDC DMX52 compatible DMX52 4 x 2.5 Amps Dimmer Pack C UL US LISTED Digital Lighting Systems, Inc. USER'S MANUAL User's Manual

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines Sample Problem 1 Assume the following memory setup: Virtual addresses are 20 bits wide Physical addresses are 15 bits wide The page size if 1KB (2 10 bytes) The TLB is 2-way set associative, with 8 total

More information

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

July Registration of a Cyrillic Character Set. Status of this Memo

July Registration of a Cyrillic Character Set. Status of this Memo Network Working Group Request for Comments: 1489 A. Chernov RELCOM Development Team July 1993 Status of this Memo Registration of a Cyrillic Character Set This memo provides information for the Internet

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

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

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

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

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

MIDI-Scope. Artistic Licence Engineering Ltd. Software Version V1.3 Manual Revision V1.91

MIDI-Scope. Artistic Licence Engineering Ltd. Software Version V1.3 Manual Revision V1.91 MIDI-Scope Artistic Licence Engineering Ltd Software Version V1.3 Manual Revision V1.91 Product Registration Form Product: MIDI-Scope Version No. Serial No. Date Purchased: Supplier: Name: Company Name:

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

10. RS-232C communication

10. RS-232C communication 10. RS-232C communication PB9200(P5XMLA) Connecting the cable (1) Turn off the projector and the computer power supplies. (2) Connect the CONTROL port of the projector with a RS-232C port of the computer

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

Programming Book for 6809 Microprocessor Kit

Programming Book for 6809 Microprocessor Kit Programming Book for 6809 Microprocessor Kit Wichit Sirichote, wichit.sirichote@gmail.com Image By Konstantin Lanzet - CPU collection Konstantin Lanzet, CC BY-SA 3.0, Rev1.2 March 2018 1 Contents Lab 1

More information

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979)

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

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

Fundamentals of Cryptography

Fundamentals of Cryptography Fundamentals of Cryptography Topics in Quantum-Safe Cryptography June 23, 2016 Part III Data Encryption Standard The Feistel network design m m 0 m 1 f k 1 1 m m 1 2 f k 2 2 DES uses a Feistel network

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

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier P/N: 2900-300151 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 3

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

PCL ISO 8859/5 Latin/Cyrillic

PCL ISO 8859/5 Latin/Cyrillic Page 1 of 5 PCL Symbol Se t: 10N Unicode gly ph correspondence tables. Contact:help@redtitan.com http://pcl.to $20 U0020 Space -- -- -- -- $21 U0021 Ê Exclamation mark -- -- -- -- $22 U0022 Ë Quotation

More information

ENGI 8868/9877 Computer and Communications Security III. BLOCK CIPHERS. Symmetric Key Cryptography. insecure channel

ENGI 8868/9877 Computer and Communications Security III. BLOCK CIPHERS. Symmetric Key Cryptography. insecure channel (a) Introduction - recall symmetric key cipher: III. BLOCK CIPHERS k Symmetric Key Cryptography k x e k y yʹ d k xʹ insecure channel Symmetric Key Ciphers same key used for encryption and decryption two

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

CDR File Information. Comments Direct PCM

CDR File Information. Comments Direct PCM IMPORTANT NOTICE: Robert Bosch LLC and the manufacturers whose vehicles are accessible using the CDR System urge end users to use the latest production release of the Crash Data Retrieval system software

More information

6.1 Font Types. Font Types

6.1 Font Types. Font Types 6 Font This chapter explains basic features of GP-Pro EX's "Font" and basic ways of placing text with each font. Please start by reading "6.1 Font Types" (page 6-2) and then turn to the corresponding page.

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

Enhanced Play Fair Cipher

Enhanced Play Fair Cipher P Enhanced Play Fair Cipher 1 1 Naveen KMP P, PDepartment of Information Technology, Velammal Engineering College, Chennai, Tamil Nadu, India. Abstract The theme of this research work is to design and

More information

EDR Report Information

EDR Report Information EDR Report File Information Value VIN 5YJXCDE20HF041782 Retrieval Date 2017/06/30 02:16:00 (UTC) Retrieval User Comments Retrieval Program Information EDR Report Information Tesla EDR Reporting Service

More information

UNH-IOL MIPI Alliance Test Program

UNH-IOL MIPI Alliance Test Program DSI Receiver Protocol Conformance Test Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 mipilab@iol.unh.edu +1-603-862-0701 Engineer Name engineer@company.com Panel Company

More information

Systems/DBG Debugger Version 2.20

Systems/DBG Debugger Version 2.20 Systems/DBG Debugger Version 2.20 Copyright c 2018, Dignus, LLC Systems/DBG Debugger Version 2.20 i Copyright c 2018 Dignus LLC, 8378 Six Forks Road Suite 203, Raleigh NC, 27615. World rights reserved.

More information

Buffered Data Broadcast

Buffered Data Broadcast JULY 1999 TL160A-R2 TL160-C TL484 TL485 Buffered Data Broadcast BUFFERED DATA BROADCAST CHANNEL PORTS MASTER 0 1 2 3 4 5 6 7 8 POWER CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7

More information

Technical Specification. Third Party Control Protocol. AV Revolution

Technical Specification. Third Party Control Protocol. AV Revolution Technical Specification Third Party Control Protocol AV Revolution Document AM-TS-120308 Version 1.0 Page 1 of 31 DOCUMENT DETAILS Document Title: Technical Specification, Third Party Control Protocol,

More information

6. Specifications & Additional Information

6. Specifications & Additional Information 6. Specifications & Additional Information SIIGX52004-3.1 Transceier Blocks Table 6 1 shows the transceier blocks for Stratix II GX and Stratix GX deices and compares their features. Table 6 1. Stratix

More information

Triple DES and AES 192/256 Implementation Notes

Triple DES and AES 192/256 Implementation Notes Triple DES and AES 192/256 Implementation Notes Sample Password-to-Key and KeyChange results of Triple DES and AES 192/256 implementation For InterWorking Labs customers who require detailed information

More information

B: Modbus Map and Retrieving Logs

B: Modbus Map and Retrieving Logs B: Modbus Map and Retrieving Logs B.: Introduction Communicator EXT User Manual B.: Modbus Register Map Sections B.3: Data Formats # B.4: Floating Point Values The formula to interpret a Floating Point

More information

Hash Constant C Determinants leading to collisionfree

Hash Constant C Determinants leading to collisionfree Hash Constant C Determinants leading to collisionfree (Ernst Erich Schnoor) eschnoor@multi-matrix.de Addendum to article: Core of the CypherMatrix Method http://www.telecypher.net/corecyph.htm#z6 Object

More information

EDITION : 02/01/07 DN

EDITION : 02/01/07 DN USER'S MANUAL DIGI 6 VERSION 1-2 USITT DMX ACCORDED W I R I N G D A T A EDITION : 02/01/07 DN40729601 Robert Juliat S.A.S. 2, rue de Beaumont, F 600 Fresnoy-en-Thelle - phone : + (0) 44 26 1 89 - fax :

More information

CRESCENDO /PB G3. Processor Upgrade Card for Macintosh PowerBook 1400 Series Computers. Quick Start Guide for Crescendo/PB G3

CRESCENDO /PB G3. Processor Upgrade Card for Macintosh PowerBook 1400 Series Computers. Quick Start Guide for Crescendo/PB G3 CRESCENDO /PB G3 Processor Upgrade Card for Macintosh PowerBook 1400 Series Computers G3 Macintosh PowerBook and Operating System Compatibility The Crescendo/PB G3 processor upgrade card is compatible

More information

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page Title page GE Digital Energy D90 Plus Line Distance Protection System Communications guide D90 Plus firmware revision:.9x GE publication code: 60-9070-F (GEK-3469) GE Digital Energy 650 Markland Street

More information

X64. Operator's Guide TECHNICAL. Example of PC signal

X64. Operator's Guide TECHNICAL. Example of PC signal X64 Operator's Guide TECHNICAL Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9 VESA VGA (60Hz) 640 x 480

More information

DNP3 Communication User's manual

DNP3 Communication User's manual MV Network Management Fault tracking Monitoring and Control Merlin Gerin Easergy Range T200 P, T200 I DNP3 Communication User's manual Summary General...2 Functionnalities...2 Characteristics...2 Connection

More information

BINARY LOAD AND PUNCH

BINARY LOAD AND PUNCH BINARY LOAD AND PUNCH To easily decrease the amount of time it takes to load a long tape (Cassette or paper) a BINARY formatting technique can be used instead of the conventional ASCII format used by the

More information

300XP. Instruction Manual. Portable Thermal Printer EN FR IT DE ES

300XP. Instruction Manual. Portable Thermal Printer EN FR IT DE ES Africa Iso-Tech 1 & 2 Indianapolis Street Kyalami Business Park Kyalami, Midrand, South Africa Asia Iso-Tech 460 Alexandra Road, #15-01A PSA Building Singapore 119963 Instruction Manual 300XP Portable

More information

PCL Greek-8 - Code Page 869

PCL Greek-8 - Code Page 869 PCL Greek-8 - Code Page 869 Page 1 of 5 PCL Symbol Se t: 8G Unicode glyph correspondence tables. Contact:help@redtitan.com http://pcl.to $20 U0020 Space $90 U038A Ê Greek capita l letter iota with tonos

More information

DESCRIPTION OF OPERATIONS ALWAC III ELECTRONIC DIGITAL COMPUTER

DESCRIPTION OF OPERATIONS ALWAC III ELECTRONIC DIGITAL COMPUTER DESCRIPTION OF OPERATIONS ALWAC III ELECTRONIC DIGITAL COMPUTER ALWAC III GENERAL PURPOSE COMPUTER LOGISTICS RESEARCH, INC. REDONDO BEACH, CALIf. DESCRIPTION OF OPERATIONS ALWAC III ELECTRONIC DIGITAL

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

1609 England Ave Everett, WA Phone: TimePro/Plus User s Manual

1609 England Ave Everett, WA Phone: TimePro/Plus User s Manual 1609 England Ave Everett, WA 98203 Phone: 425 355-3800 http://www.rcsys.com TimePro/Plus User s Manual TimePro/Plus User s Manual Timebase Adjustment The TimePro uses a quartz crystal for its timebase,

More information

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GmbH KNX TinySerial 810 Communication Protocol WEINZIERL ENGINEERING GmbH Bahnhofstr. 6 DE-84558 Tyrlaching GERMAY Tel. +49 8623 / 987 98-03 Fax +49 8623 / 987 98-09 E-Mail: info@weinzierl.de

More information

CP-X253. User's Manual (detailed) Technical. Example of PC signal. Projector

CP-X253. User's Manual (detailed) Technical. Example of PC signal. Projector Projector CP-X253 User's Manual (detailed) Technical Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9 VESA

More information

EPSON. DYO 211 & 212 Dual Drive. User s Guide. Printed on recycled paper with at least 10% post-consumer content.

EPSON. DYO 211 & 212 Dual Drive. User s Guide. Printed on recycled paper with at least 10% post-consumer content. EPSON DYO 211 & 212 Dual Drive User s Guide Printed on recycled paper with at least 10% post-consumer content. IMPORTANT NOTICE DISCLAIMER OF WARRANTY Epson America makes no representations or warranties,

More information

CS 537: Introduction to Operating Systems Fall 2015: Midterm Exam #1

CS 537: Introduction to Operating Systems Fall 2015: Midterm Exam #1 CS 537: Introduction to Operating Systems Fall 2015: Midterm Exam #1 This exam is closed book, closed notes. All cell phones must be turned off. No calculators may be used. You have two hours to complete

More information

TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940

TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940 TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940 Product Introduction. Purpose of use, Features TDH-940 is a Test Disc designed for confirmation of operation of DVD

More information

Digital Projector X30N/X35N

Digital Projector X30N/X35N Digital Projector X30N/X35N Operator's Guide TECHNICAL Warranty 3M warrants that when the 3M Product is used according to 3M s Intended Use Statement (www.3m.com/meetings), it will perform satisfactorily

More information

Here is a C function that will print a selected block of bytes from such a memory block, using an array-based view of the necessary logic:

Here is a C function that will print a selected block of bytes from such a memory block, using an array-based view of the necessary logic: Pointer Manipulations Pointer Casts and Data Accesses Viewing Memory The contents of a block of memory may be viewed as a collection of hex nybbles indicating the contents of the byte in the memory region;

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

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

EMC 10T "CE" Mechanical Upgrade Procedure

EMC 10T CE Mechanical Upgrade Procedure EMC 10T "CE" Mechanical Upgrade Procedure Kit Part Number: 009866-01 This procedure upgrades a non-ce compliant machine to the mechanical requirements of a CE compliant machine. Properly upgraded machines

More information

460 Presentation Audio Mixer

460 Presentation Audio Mixer CONTROL PROTOCOL Revision 2.1 - For 460 version 1.08 Command Protocol 2000-2002 Symetrix, Inc. All rights reserved. Printed in the United States of America The information in this guide is subject to change

More information

PowerPrism16 Light Controllers Instruction Guide

PowerPrism16 Light Controllers Instruction Guide Part No. ELD16 (light controller in enclosure) and Part No. BLD16 (light controller only) PowerPrism16 Light Controllers Instruction Guide Animated Lighting, L.C. 7304 West 130th Street, Suite 100 Overland

More information

ID: Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/2018 Version:

ID: Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/2018 Version: ID: 42417 Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/201 Version: 20.0.0 Table of Contents Table of Contents Analysis Report Overview General Information Detection Confidence Classification Signature

More information

Secret Key Systems (block encoding) Encrypting a small block of text (say 64 bits) General considerations for cipher design:

Secret Key Systems (block encoding) Encrypting a small block of text (say 64 bits) General considerations for cipher design: Secret Key Systems (block encoding) Encrypting a small block of text (say 64 bits) General considerations for cipher design: Secret Key Systems (block encoding) Encrypting a small block of text (say 64

More information

LP-WU9100B User's Manual (detailed) Operating Guide Technical

LP-WU9100B User's Manual (detailed) Operating Guide Technical DLP Projector LP-WU9100B User's Manual (detailed) Operating Guide Technical Supported Signal Input Modes Signal Format PC Apple MAC SDTV EDTV Resolution H Freq. KHz Frame Rate Hz PCLK MHz 5 B N C VGA RGB

More information

Phillips Screwdriver. Some C-128's may need a TORX ("star" point) driver (size T10)f available at Sears, and other hardware and automotive stores.

Phillips Screwdriver. Some C-128's may need a TORX (star point) driver (size T10)f available at Sears, and other hardware and automotive stores. C-128 INSTALLATION Required Tools: Phillips Screwdriver. Some C-128's may need a TORX ("star" point) driver (size T10)f available at Sears, and other hardware and automotive stores. IC extractor or small,

More information

Intel Architecture Segment:Offset Memory Addressing

Intel Architecture Segment:Offset Memory Addressing Name: Date: Lab Section: Lab partner s name: Lab PC Number: Objectives: Understanding video memory and character mapping of CGA characters in ROM BIOS, using the DOS debug command. Writing simple assembly-language

More information

Chapter 1 Preliminaries

Chapter 1 Preliminaries Chapter 1 Preliminaries This chapter discusses the major classes of programming languages and the relationship among them. It also discusses the binary and the hexadecimal number systems which are used

More information

Installing Kurzweil K2661 ROM Options

Installing Kurzweil K2661 ROM Options Thank you for buying a ROM option for your K2661. This document shows you how to install either of the ROM options into your K2661. Option Kits and Part Numbers RMB3-26 Stereo Dynamic (SD) Piano ROM Option

More information

UYM-UOM-UOY-UOD- UOS-UOB-UOR

UYM-UOM-UOY-UOD- UOS-UOB-UOR UY-UO-UOY-UOD- UOS-UOB-UOR Indexable date stamps at.: Acier inoxydable 5-55 HRC :15 Remove inner insert from the outer insert using a screwdriver REF* REF REF REF REF REF REF D F 1 UY 4/2* UO 4 UOY 4/2*

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

Stream Ciphers and Block Ciphers

Stream Ciphers and Block Ciphers Stream Ciphers and Block Ciphers Ruben Niederhagen September 18th, 2013 Introduction 2/22 Recall from last lecture: Public-key crypto: Pair of keys: public key for encryption, private key for decryption.

More information

2-Type Series Pressurized Closures

2-Type Series Pressurized Closures 2-Type Series Pressurized Closures A complete pressure tight reenterable closure system for enclosing spliced connections of communications cables in a wide variety of applications. The 2-type Closure

More information

MC68705P3 Bootstrap ROM

MC68705P3 Bootstrap ROM MC68705P3 Bootstrap ROM ;This is a listing of the Bootstrap ROM which resides in Motorola's MC68705P3 single chip ;micros. Its sole purpose is to program its own EPROM by copying the data from an external

More information

TECHNICAL CP-SX1350. User's Manual - Operating Guide. Dimensions. Projector. [unit: mm]

TECHNICAL CP-SX1350. User's Manual - Operating Guide. Dimensions. Projector. [unit: mm] INTER M1-D INPUT LENS SHIFT FOCUS ZOOM RESET COMPONENT VIDEO STANDBY/ON TEMP LAMP MENU Projector CP-SX1350 User's Manual - Operating Guide TECHNICAL KEYSTONE SEARCH RGB BNG S-VIDEO Dimensions [unit: mm]

More information

ETSI TS V ( )

ETSI TS V ( ) TS 135 233 V12.1.0 (2014-10) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Specification of the TUAK algorithm set: A second example algorithm set for the 3GPP authentication

More information

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity.

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity. FEAL-NX SPECIFICATIONS 1 Introduction 1.1 Outline of the FEAL-NX cipher FEAL, the Fast Data Encipherment Algorithm, is a 64-bit block cipher algorithm that enciphers 64-bit plaintexts into 64-bit ciphertexts

More information

FireWire 800+Hi-Speed USB Combo Quick Installation Guide

FireWire 800+Hi-Speed USB Combo Quick Installation Guide FireWire 800+Hi-Speed USB Combo Quick Installation Guide Introducing the FireWire 800+Hi-Speed USB Combo The FireWire 800 + Hi-Speed USB Combo features the latest technology in FireWire 800 and USB 2.0.

More information

IBM INSTALLATION INSTRUCTIONS

IBM INSTALLATION INSTRUCTIONS IBM INSTALLATION INSTRUCTIONS IBM 3494 Tape Library Dataserver - Feature Code 5219 IBM Token Ring LAN Attachment or Feature Code 5220 Ethernet LAN Attachment Document Number 05H4083 EC F23308A SSD, Tucson

More information

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0

More information

Digital Projector X30 Operator's Guide TECHNICAL

Digital Projector X30 Operator's Guide TECHNICAL Digital Projector X30 Operator's Guide TECHNICAL Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9 VESA VGA

More information

EMC 10/4 "CE" Mechanical Upgrade Procedure

EMC 10/4 CE Mechanical Upgrade Procedure EMC 10/4 "CE" Mechanical Upgrade Procedure Kit Part Number: 009663-01 This procedure upgrades a non-ce compliant machine to the mechanical requirements of a CE compliant machine. Properly upgraded machines

More information

This document is to be used together with N2285 and N2281.

This document is to be used together with N2285 and N2281. ISO/IEC JTC1/SC2/WG2 N2291 2000-09-25 Universal Multiple-Octet Coded Character Set International Organization for Standardization Organisation internationale de normalisation еждународная организация по

More information