Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 2 . ( 2 0 points ) Assign 1 0 #no h to 0 0 ( #no ) : 0 4 0 0 h

Q2.(20 points) Assign 10#no h to 00(#no):0400h and #no h to 0040:00#no h write a program that store;
a) The sum of these two numbers in 00#no:0600h
b) The difference of these two numbers in 00#no:0602h
c) The product of these two numbers in 00#no:0604h
d) After the division of these two numbers, the quotient in 00#no:0608h and remainder is in
00#no:0610h
(Ex: for {:122202099(99)10=(63)16,no=63H)
no =01
NOTE: You have to add comment line to your code that explain your code.The parameter no represents the last two digits of your student number for all of the questions.
no=01
Q1.(80 points) Considering (no+17)10=(abcdefg)2, design a synchronous sequence detector circuit that
detects 'abcdefg' from a one-bit serial input stream applied to the input of the circuit with each active clock
edge. The sequence detector should detect overlapping sequences.
a) Derive the state diagram, describe the meaning of each state clearly. Specify the type of the
sequential circuit (Mealy or Moore),
b) Determine the number of state variables to use and assign binary codes to the states in the state
diagram,
c) Choose the type of the FFs for the implementation. Give the complete state table of the sequence
detector, using reverse characteristics tables of the corresponding FFs
d) Obtain Boolean functions for state inputs. Also obtain the output Boolean expression,
e) Draw the corresponding logic circuit for the sequence detector.
f) Verify your design by providing Logisim simulation of the obtained circuit and show the
corresponding truth table in Logisim
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions