0% found this document useful (0 votes)
27 views

DDCO Assignment

Uploaded by

Sabin Tt
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

DDCO Assignment

Uploaded by

Sabin Tt
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SJCIT Question Bank

Estd: 1986

Department of Information Science and Engineering


SUBJECT TITLE Digital Design and Computer Organization(BCS302)
Assignment I
Module -1
Bloom’s
Q. No. Questions COs
LL
1 Simplify the following logic expressions Karnaugh map f(w,x,y,z) =
∑ m (1,3,4,5,7,8) + d(10,11,12,13,14,15) and design the logic circuit using L6 CO1
NAND gate only
2 Simplify following logical expression using K map and design using
i) the universal gates ii)NAND only iii) NOR only
f(A,B,C,D) = ABC + AC + BC+C1D CO1
L6
3 a.)Find the minimal SOP expression of the following Boolean expressions
using K-Map f(A,B,C,D) = ∑ m (1,4,5,6,7,10,11,13)+dc(14,15) L3 CO1
b).Find the minimal POS expression of the following Boolean expressions
using K-Map f(A,B,C,D) = π M (1,2,5,7,10,12,14)+dc(4,5)
4 Design a digital system that has 4 inputs, the output will be low only when
the majority of the inputs are high. Provide the L6 CO1
a) Truth table b) Boolean expression in ∑ m and  M forms c)
Simplify using K-Map d)Write the Verilog code for the logic circuit
5 Design a digital system, using NAND gate only, that takes the name of the
months of the year as input and produces 1 as output only when the month
L6 CO1
has 31 days and 0 otherwise. Consider 0001 as January month and ignore
the first and last three input combinations (0000,1101, 1110, 1111) as
don’t cares.
6 Obtain the minimum product of sum with a karnaugh map
F(w,x,y,z)=x1z1 +wyz+w 1y 1z1+x 1y L3 CO1
.

Module -3
Q. Questions COs
Bloom’s

Page | 1
SJCIT Question Bank

No. LL
1 Explain Byte Addressability, Big-Endian and Little-Endian assignment.
And solve following problem. Consider a computer has byte addressable CO3
memory organized in 32 bit words according to the big endian scheme. A
program reads ASCII character entered at a keyboard and store them in L3
successive byte location starting at location 1000.show the contents of the
two memory words at location 1000 and 1004 after the name
“Johnson”has been entered
(ASCII code J=4AH,o=6FH,h=68Hn=6EH,s=73)
2 Mention four types of operations to be performed by instructions in a
computer. Explain with basic types of instruction formats to carry out L3 CO3
R=A*B +C*D

3 Define Addressing mode, Illustrate generic Addressing mode with L3


suitable examples CO3
4 Register R1 and R2 of a computer contains the decimal values 1200 and
4600,what is the effective address of the operand in each of the following L5 CO3

instruction
a) Load 20(R1),R5 b) Move #3000,R5
c) Store R5,30(R1,R2) d) Add -(R2),R5
e) Subtract (R1)+,R5
5 Analyze the concept of program execution in straight line sequence and L4 CO3
branching with help of suitable program

Page | 2

You might also like