A qubit is the fundamental unit of quantum information. Unlike a classical bit (which is either 0 or 1), a qubit can exist in a superposition of both states simultaneously.
Call for Book Chapters - Exploring Hardware Advances
Call for Book Chapters
"Exploring Hardware Advances: FPGA, IoT, Microcontrollers, and Quantum Technologies"
We invite original submissions for chapters exploring cutting-edge developments in FPGA, IoT, Microcontrollers, and Quantum Technologies. Contributions from researchers, engineers, academicians, practitioners, and industry experts are welcome to showcase the latest breakthroughs and their impact on society. Contributions may encompass theoretical frameworks, case studies, experimental findings, and practical insights. We encourage submissions that address the intersection of hardware advancements with fields such as artificial intelligence, robotics, cybersecurity, healthcare, and beyond.
The hardware kits that could be used for the application, but are not limited to:
FPGA Development Kits: Xilinx Zynq and Spartan Boards, Altera (now part of Intel) FPGA Boards, Lattice Semiconductor FPGA Boards
IoT Development Kits: ESP8266 and ESP32 Development Boards, Particle Photon and Electron, Feather Boards
Machine Learning and AI Kits: NVIDIA Jetson Developer Kits, Google Coral Development Board, Intel Movidius Neural Compute Stick
Wireless Communication Kits: Nordic Semiconductor nRF52/nRF51 Development Kits, Texas Instruments CC3XXX & CC13XXX LaunchPads, Zigbee and Z-Wave Development Kits
Power Electronics Development Kits: TI Power Supply Design Kits, Analog Devices Power Management Kits, Infineon Power Evaluation Boards
Analog and Digital Design Kits: Analog Devices ADALM-PLUTO, TI Analog Discovery Kits, Diligent Analog Discovery Boards
The applications that could be implemented, but are not limited to:
Wearable devices
Medical diagnostics
Remote patient monitoring
Smart cities, infrastructure & monitoring
Traffic management systems
Smart grid optimization
Communication and networking
Cryptography algorithms
Communication protocols
Wireless sensor networks
Manufacturing & Industrial Automation
Environmental Monitoring and Sustainability
Energy-efficient systems
Quantum computing algorithms
Quantum communication & cryptography
Quantum sensing and metrology
Book Editors:
Manikandan Veerappan, Assistant Professor, Department of Computer Science and Engineering, School of Computing, Kalasalingam Academy of Research and Education, Krishnankoil, Srivilliputhur, India
Professor Sardar M.N. Islam, Professor, Institute for Sustainable Industries and Liveable Cities, Victoria University, Melbourne, Australia
Mubarak Ali, SoC Digital Designer, Engineering and Research Services, HCLTech, Chennai, India
Author Benefits:
There are no fees for processing or publication. The primary author of each chapter will be given a complimentary copy of the book upon publication.
Submission Guidelines:
Authors are invited to submit a chapter proposal (abstract) outlining the topic, objectives, methodology, and intended contribution (300-500 words) to the email address profmani@acm.org. The subject of the email should be ‘ELSEVIER_EHA_2024’.
Submissions should be original and not under consideration for publication elsewhere. All submissions will undergo a rigorous peer-review process to ensure quality and relevance.
Important Dates:
Proposal Submission Deadline: October 30, 2024
Notification of Proposal Acceptance: November 10, 2024
Full Chapter Submission Deadline: January 06, 2025
Final Notification of Acceptance: February 03, 2025
Further instructions for the full chapter submission will be communicated once the chapter proposal is accepted. Any queries or issues can be addressed to the editors through email at profmani@acm.org, with the subject line "EHA_query".
ORG 100h ; Origin at 100h
MOV SI, OFFSET NUMBERS ; SI points to the array of numbers
MOV CX, 5 ; Number of elements to sort (change as needed)
SORT_LOOP:
MOV BX, CX ; Inner loop counter
DEC BX ; Decrement BX since we compare BX with BX+1
INNER_LOOP:
MOV AX, [SI] ; Load the value at SI into AX
CMP AX, [SI+2] ; Compare with the next value
JLE NO_SWAP ; Jump if less than or equal (no swap needed)
; Swap the values
XCHG AX, [SI+2]
MOV [SI], AX
NO_SWAP:
ADD SI, 2 ; Move to the next element
LOOP INNER_LOOP ; Repeat for all elements
DEC CX ; Decrement outer loop counter
LOOP SORT_LOOP ; Repeat for all elements
NUMBERS DB 23, 11, 56, 7, 34 ; Array of numbers to sort
END
Thursday, August 24, 2023
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
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
% !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}