•The address bus of 8086 is 20-bit. • It can addressed 1 MB of memory. •The memory is organized as a linear array of up to 1 MB, from 0...
Read More
7 FLAGS Register of 8086
Flags is a 16-bit register containing 9 one bit flags Status Flag •Carry Flag – CF (bit 0) – Set (1) if an arithmetic operation gen...
Read More
6 Status Lines coding of 8086
•LOCK# •This is output signal. •When it is low, other system bus master will be prevented from gaining the system bus. •It is activat...
Read More
5 Signal Groups/ Pin descriptions of 8086
Pin descriptions of 8086 • The 8086 operates in –minimum mode (single processor mode ) –maximum mode (multiprocessor mode ) high perf...
Read More
4 Register Organization of 8086
• General purpose register •There are four 16 bit general purpose registers, i.e. AX, BX, CX, and DX. These are used to store 16- bit d...
Read More
3 Architecture of 8086
•The 8086 CPU is divided into two independent functional parts, the bus interface unit (BIU), and the execution unit (EU). •The Bus Int...
Read More
1 Introduction to 8086 Microprocessor
•The Intel 8086 is a 16-bit microprocessor. •It is used as the CPU in a microcomputer. •The term 16-bit means that its ALU, internal re...
Read More
2 Salient features of 8086 Microprocessor
•It is a 16-bit μp. ( 16-bit ALU, 16-bit registers, 16-bit internal data bus) •It has 16 bit external data bus. •8086 has a 20 bit addr...
Read More
21 How to create object using User Define Factory Method in Java ?
In this I created one class "FMDemo" in that creating object of classes "Employee" and "ITCompany". But the ...
Read More
20 How to create object using De-serialization Concept in Java?
In this first I am serializing the student data into the file "des" and after that de-serializing the same data into an object an...
Read More
19 How to load data dynamically from keyword using java.io.Console in Java?
For Ex: In this I am reading string data and password data and save password into the file "test.text". ConsoleDemo .java i...
Read More
20 How to load data dynamically from keyword using java.io.DataInputStream in Java?
For Ex: In this I am reading string and int data from the keyboard. DISDemo .java import java.io.DataInputStream; import java.io.IOE...
Read More
21 How to load data dynamically from file using java.io.DataInputStream in Java?
For Ex: In this I am reading one Boolean , Char, Int and String data from the file. DISDemo .java import java.io.DataOutputStream; im...
Read More
18 How to read the data from files using java.util.Scanner class in Java?
For Ex: In this program I am showing how the Scanner class is loading data from the file test.txt. text.txt File Contain : ScanDem...
Read More
17 How java.util.Scanner class overcome the problem of Boolean Type Data in Java?
For Ex: In this program I am showing how the Scanner class is giving proper exception details. ScanDemo .java import java.util.Scanner...
Read More
16 How to load data dynamically from keyword using java.util.Scanner in Java?
Introduced in jdk 1.5 under the class java.util to overcome drawbacks of command line argument. If I want to communicate with keyboar...
Read More
4 CLASSICAL WATERFALL MODEL
CLASSICAL WATERFALL MODEL The classical waterfall model is intuitively the most obvious way to develop software. Though the classical wat...
Read More
3 Software Development Life Cycle
LIFE CYCLE MODEL A software life cycle model (also called process model) is a descriptive and diagrammatic representation of the software...
Read More
15 How to load data dynamically from keyword using java.io.BufferdReader in Java?
Able to Read Data From: 1) Reading from the Keyboard 2) Reading from the File 3)Reading from the Socket How to read the data from the...
Read More
14 How to load data dynamically from keyword using Command Line Argument in Java?
Ways to Load Data Dynamically: 1) Command Line Argument 2) java.io.BufferedReader 3) java.util.Scanner 4) java.io.DataInputStream 5) ...
Read More
13 How compiler search ".java" and load ".class" files in java
Whenever we are using any class definition in our method first compiler concentrate on: 1) Whether class information is available within ...
Read More
12 How to load ".class" file by using Inheritance
In this time .class file is loading but static blocks are not executing but the byte code is loading from Secondary memory to Primary memor...
Read More
11 How ".class" file is loading by using ClassName.class file
Now Suppose we have two file Demo.java and Loading.java Demo.java class Demo{ static{ System.out.println("Demo Static Block...
Read More
10 How ".class" file is loading by using Reflection API
API stands for Application Program Interface. It contain collection of classes and interfaces and enum and annotation. With the help of ...
Read More
9 How ".class" file is loading by Object creation
Suppose we have two file Demo.java and Loading.java Demo.java class Demo{ static{ System.out.println("Static Block Demo...
Read More
Subscribe to:
Posts (Atom)