Posts

8086 Registers

8086 Registers 8086 CPU Registers The 8086 microprocessor has a total of :   fourteen registers that are accessible to the programmer. Eight of the registers are known as general purpose registers i.e. they can be used by the programmer for data manipulation. Each of the registers is 16 bits long i.e. can contain a 16-bit binary number. The first four registers are sometimes referred to as data registers. They are the ax , bx , cx and dx registers. The second four are referred to as index/pointer registers. They are the sp , bp , si and di registers. The data registers can be treated as 16-bit registers or they can each be treated as two 8-bit registers. Each 8-bit register can be used independently. The ax register may be accessed as ah and al (H and L refer to high-order and low-order bytes). Similarly bx may be accessed as bh, bl cx may be accessed as ch, cl dx may be accessed as dh, dl If you use a data register as an 8 bit regis...

Android

Android App : IT Training : Scope n Overview : Contents Android Training 1  Android Course Overview 1.1  Pre-requisites of the Course 1.2  Android Training Objectives 1.3  Course Duration 2  Android Training Course Overview 2.1  Introduction to Android 2.2  Android Architecture Overview 2.3  Setup of Android Development Environment 2.4  Your Android Application 2.5  Your First Android Application 2.6  Publishing to the Play Store 2.7  Activities 2.8  Android Testing 2.9  Fragments 2.10  User Interfaces 2.11  Advanced UI 2.12  Android Material Design 2.13  Resources 2.14  Broadcast Receivers 2.15  Background Services 2.16  Intents 2.17  Storing and Retrieving Data 2.18  SQLite Database 2.19  Native Content Providers 2.20  Custom Content Providers 2.21  Web Services 2.22  Parsing, Parsers 2.23  Locat...

Advanced JAVA

Advance JAVA : IT Training : Scope n Overview : Content Advanced Java Training 1  About Advanced Java Training 2  Advanced Java Training Course Prerequisite 3  Advanced Java Training Course Objective 4  Advanced Java Training Course Duration 5  Advanced Java Training Course Content Overview 6  JDBC 7  Servlets 8  JSP 8.0.1  share training and course content with friends and students: 8.1  Share this: About Advanced Java Training  The course builds a strong understanding of JDBC Technology. It gives in to demonstrate why Servlets are the cornerstone of Java’s Web platform. It then shows how JSP is built on the Servlet architecture. Additionally, the class shows students how to use JSTL, custom tags and expression language to reduce Java code in Web pages while adding tremendous power and capability to those pages. The class culminates in an exploration of Java MVC frameworks like Struts at...

MVC

ASP . MVC  : IT Training : Scope n Overview : Contents Asp.Net MVC Training 1  Asp.Net MVC 6 Course Overview 1.1  Asp.Net MVC 6 Training Course Objective 1.2  Asp.Net MVC 6 Training Course Duration 2  Asp.Net MVC 6 Training Course Overview 2.1  Introduction to ASP.NET MVC 6 2.2  Getting started with MVC Core 2.3  Controllers 2.4  Views (Razor) 2.5  LayoutViews 2.6  Partial Views 2.7  Models 2.8  Entity Framework in MVC 2.9  Scaffold Templates in MVC 2.10  HTML Helpers 2.11  Action Filters 2.12  Bundles and Minification 2.13  Validations 2.14  Data Annotations 2.15  jQuery in MVC 2.16  jQuery AJAX in MVC 2.17  Web API 2.18  Security in MVC 2.19  What’s new in MVC Core 2.20  Repository Layer and Service Layer 2.21  Dependency Injection 2.22  Consuming WCF in MVC 2.23  Database – First approach in MVC ...