Why Python? 1. Python is free to use. 2. Python is very beginner-friendly. 3. Python is easy to program and read. 4. The syntax (words and structure) is extremely simple to read and follow, most of which can be understood even if you do not know any programming. 5. Similar to PERL, but with powerful typing and object-oriented features 6. Software Quality: python focus on readability, coherence and software quality in general which sets it apart from other languages in the scripting world. 7. Developer productivity: python code is typically only 30% to 60% size of the equivalent C++ or Java(all-time favorite).this means there is less code, less code write, less error, less to debug, less to memory requirement and less to maintain. 8. Program Portability: python program run unchanged on all major computer platforms.Cross-platform {windows, Mac OS, Linux and many more} 9. Support libraries: python comes with tons of prebuilt and portable functionality called...
8085 MICROPROCESSOR 1.1 Hardware Architecture Control Unit Generates signals within Microprocessor to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the uP to be opened or closed, so that data goes where it is required, and so that ALU operations occur. Arithmetic Logic Unit The ALU performs the actual numerical and logic operation such as „add‟ , „subtract‟ , „AND‟ , „OR‟ , etc. Uses data from memory and from Accumulator to perform arithmetic. Always stores result of operation in Accumulator. Registers The 8085/8080A-programming model includes six registers, one accumulator, and one flag register, as shown in Figure. In addition, it has two 16-bit registers: the stack pointer and the program counter. The 8085/8080A has six general-purpose registers to store 8-bit data; these are identified as B,C,D,E,H, and L as shown in the figure. They can be combined as register pairs...