Memory Address Object code Mnemonics Comment
4100 74,08 MOV A,# DATA 1 Move DATA 1 to A
4102 75,F0,04 MOV B,# DATA 2 Move DATA 2 to B
4105 A4 DIVA,B Divide A and B
4106 90,00,45 MOV DPTR,#4500 Move 4500 to DPTR
4109 F0 MOVX @DPTR,A Move A to DPTR
410A A3 INC DPTR Increment DPTR
410B E5,F0 MOV A,B Move B to A
410D F0 MOVX @DPTR,A Move A to DPTR
410F 80,FE SJMP 410F End
EStudy -online resource blogs provide the study materials, question banks, question and answer for engineering students and jobs, exams, scholarship, and technical event notification,
Thursday, August 24, 2023
Wednesday, August 23, 2023
\documentclass[12pt,fleqn]{article} % use larger type; default would be 10pt
\usepackage{color}
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
%%% Examples of Article customizations
% These packages are optional, depending whether you want the features they provide.
% See the LaTeX Companion or other references for full information.
%%% PAGE DIMENSIONS
\usepackage{geometry} % to change the page dimensions
\geometry{a4paper} % or letterpaper (US) or a5paper or....
\geometry{margin=1.0in} % for example, change the margins to 2 inches all round
Latex source code template- Answer Key
Latex code
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% This is a simple template for a LaTeX document using the "article" class.
% See "book", "report", "letter" for other types of document.
\documentclass[12pt,fleqn]{article} % use larger type; default would be 10pt
\usepackage{color}
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
%%% Examples of Article customizations
% These packages are optional, depending whether you want the features they provide.
% See the LaTeX Companion or other references for full information.
%%% PAGE DIMENSIONS
\usepackage{geometry} % to change the page dimensions
\geometry{a4paper} % or letterpaper (US) or a5paper or....
\geometry{margin=1.0in} % for example, change the margins to 2 inches all round
% \geometry{landscape} % set up the page for landscape
% read geometry.pdf for detailed page layout information
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{sidecap}% for figure in sides
\usepackage{wrapfig}
%package for page border
\usepackage[export]{adjustbox}
%watermark
\usepackage{draftwatermark}% water mark
\SetWatermarkText{SKCT} %
\SetWatermarkScale{3}
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
%%% PACKAGES
\usepackage{hyperref}
\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{float}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}
\usepackage{color, colortbl}
% circut package for elctrical and electronics circuit draws
%\usepackage{circuitikz}
\usepackage[siunitx]{circuitikz}
%\usepackage{xcolor}
%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
\usepackage{amsmath}
% These packages are all incorporated in the memoir class to one degree or another...
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{wrapfig}
\setlength{\parindent}{4em}
\setlength{\parskip}{1em}
%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{2pt} % customise the layout...
\lhead{III IT/CSE}\chead{MPMC CIA I Question Bank }\rhead{MPMC}
\lfoot{By Dr.PR,Dr.KS,Dr CS, Ms.MP, Mr MN, }\cfoot{SKCT}\rfoot{\thepage}
%%% SECTION TITLE APPEARANCE
\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
% (This matches ConTeXt defaults)
%%% ToC (table of contents) APPEARANCE
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
\usepackage{setspace} % line space package
%\usepackage[table,xcdraw]{xcolor}
\setlength{\parindent}{2em}
%%% END Article customizations
%%% The "real" document content comes below...
\onehalfspacing
%\date{} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\usepackage{siunitx}
%include Padf pages
\usepackage{pdfpages}
\usepackage{amsmath}
\usepackage{upgreek}
%8086 program
\usepackage{listings}
\lstdefinestyle{customasm}{
belowcaptionskip=1\baselineskip,
frame=single,
frameround=tttt,
xleftmargin=\parindent,
language=[x86masm]Assembler,
basicstyle=\footnotesize\ttfamily,
commentstyle=\itshape\color{green!60!black},
keywordstyle=\color{blue!80!black},
identifierstyle=\color{red!80!black},
tabsize=4,
numbers=left,
numbersep=8pt,
stepnumber=1,
numberstyle=\tiny\color{gray},
columns = fullflexible,
}
%8086 program end
\begin{document}
\begin{table}[h!]
\begin{center}
\begin{tabular}{ c p{13cm} p{2cm} }
\raisebox{-\totalheight}{\includegraphics[width=0.1\textwidth, height=20mm]{Presentation/ski}}
&
\begin{center}
\begin{large}
\textbf{Sri Krishna College of Technology(Autonomous), Coimbatore }
\end{large}\\
NACC and NBA accredited \\
\begin{large}
\textbf{Department of ECE }
\end{large}
\end{center}
&
\raisebox{-\totalheight}{\includegraphics[width=0.1\textwidth, height=20mm]{Presentation/skct}}
\end{tabular}
\end{center}
\end{table}
\begin{flushleft}
\textbf{Staff :Dr.P.Rajasekar Dr.K.Shanthi, Dr.C.SenthilKumar Ms.M.Priyadharshini Mr.M.Navinkumar\\
Class: III IT/CSE- Sem V\\
Subject :Microprocessors and Micro controllers \hspace{5mm} Course Code :21IT502 }
\end{flushleft}
\begin{center}
\begin{large}
Question Bank
\end{large}
\end{center}
\end{document}
Monday, August 14, 2023
Microprocessor -8086
Microprocessor 8086
| Content | Link |
|---|---|
| Notes | Assembler Directives |
| Notes | 8086 Introdcution, pin configuration, Minimum mode, maximum mode, addressing mode |
Wednesday, July 12, 2023
Latex - Template
Latex Beamer Template
| Content | Link |
|---|---|
| Fig file | Beamer Template |
| Source file | Source file template |
| College Header | SKCT Header template- |
Wednesday, June 21, 2023
Circuit Theory and Electronic Devices- Module 2
Circuit Theory and Electronic Devices -Module 2
| Content | Link |
|---|---|
| Module2 | Module 2- Circuit Theory Presentation slide |
| Module2 -session 2 | PN Junction diode, Energy band gap- Breakdown, Capacitance- Operation and Working |
| Semiconductor Devices - Part A Part B Questions | Part A and Part B |
| Module 2 Part B- Solved Questions | update soon |
| Module 2 Notes | update soon |
Circuit Theory and Electronic Devices - Theory - Module1
Circuit Theory and Electronic Devices
| Content | Link |
|---|---|
| Module1 | Module 1- Circuit Theory Presentation slide |
| Module 1 - Part B Questions | Module 1- Circuit Theory - Quetion bank |
| Module 1 Part B- Solved Questions | Module 1- Circuit Theory - Solved Questions set 1 |
| Module 1 Part B- Solved Questions | Module 1- Circuit Theory - Solved Questions set2 |
Circuit Theory and Electronic Devices Lab Experiments
Circuit Theory and Electronic Devices Lab Experiments
| Content | Link |
|---|---|
| Circuit Lab Introduction | Circuit Theory and Electronic Devices Lab |
| Lab Experiment -Part 1 | Circuit Theory lab experiments |
| Module 1 Assignment Question | Electronic Devices Lab Experiments |
Tuesday, May 23, 2023
Wednesday, May 10, 2023
usefull website links from AICTE for Students and Faculties
usefull Information link for Students , faculty and institutions
| Content | Link |
|---|---|
| Online Website links | AICTE links |
|
USEFUL INFORMATION FOR STUDENTS, FACULTY & INSTITUTIONS |
||
|
Sl. No. |
Name |
Website URL |
|
1 |
National Digital
Library |
|
|
2 |
SWAYAM Online Courses |
|
|
3 |
National Knowledge Network |
|
|
4 |
NPTEL [National
Programme
on Technology Enhanced Learning] |
|
|
5 |
AICTE:
NEAT |
|
|
6 |
AICTE: Enhancement
in Learning with Improvement in
Skills (ELIS) portal |
|
|
7 |
InfoPort |
|
|
8 |
Talks to Teacher |
|
|
9 |
A-VIEW |
|
|
10 |
Virtual Labs |
|
|
11 |
FOSSEE |
|
|
12 |
Spoken Tutorial |
|
|
13 |
e-Yantra |
|
|
14 |
Oscar++ |
|
|
15 |
E-Kalpa |
|
|
16 |
NCERT Text Books [class I to
XII] |
|
|
17 |
UG/PG MOOCs |
|
|
18 |
e-PG Pathshala |
|
|
19 |
e-Content courseware in UG subjects |
|
|
20 |
SWAYAMPRABHA |
|
|
21 |
e-Shodh Sindhu |
|
|
22 |
Vidwan |
|
|
23 |
SNLTR |
|
|
24 |
National Educational
Alliance for Technology |
|
|
25 |
Coursera for Campus,
institutions
or faculty
members |
|
|
26 |
TCS iON Digital Glass Room |
https://learning.tcsionhub.in/hub/glass-room/ |
|
27 |
Enhancement in
Learning
with Improvement in Skills (ELIS) portal |
|
|
28 |
MTUTOR Digital eLearning |
|
|
29 |
Design your Solar Systems
for Homes |
|
|
30 |
SOS |
|
|
31 |
National Mission on Education |
|
|
32 |
QUANTUM & NANO COMPUTING |
|
|
33 |
DIGITAL LIBRARY INFLIBNET |
|
|
34 |
Smart India Hackathon |
|
|
35 |
YOUTH4WORK |
|
|
36 |
IEEE RESOURCES - DIGITAL LIBRARY |
|
|
37 |
National Apprenticeship Training Scheme |
|
|
38 |
AAKASH EDUCATIONAL PORTAL |
|
|
39 |
SAKSHAT |
|
|
40 |
AICTE Training And
Learning
(ATAL) Academy |
|
|
41 |
AICTE Collaborations (MoU) with other Organizations |
|