FINALTERM EXAMINATION
Spring 2010
CS302- Digital Logic Design (Session - 4)
Time: 90 min
Marks: 58
Question No: 1 ( Marks: 1 ) - Please choose one
► 8-bit
► 16-bit
► 32-bit
► 64-bit
Question No: 2 ( Marks: 1 ) - Please choose one
► 11101
► 11011
► 10111
► 11110
Question No: 3 ( Marks: 1 ) - Please choose one
► A Flip-Flop
► A Logical Gate
► An Adder
► None of given options
Question No: 4 ( Marks: 1 ) - Please choose one
► Undefined
► One
► Zero
► No Output as input is invalid.
Question No: 5 ( Marks: 1 ) - Please choose one
► 2
► 8
► 12
► 16
Question No: 6 ( Marks: 1 ) - Please choose one
► AND
► OR
► NOT
► XOR
Question No: 7 ( Marks: 1 ) - Please choose one
► J-K input
► EN input
► Preset input (PRE)
► Clear Input (CLR)
Question No: 8 ( Marks: 1 ) - Please choose one
► J-K input
► S-R input
► D input
► Clear Input (CLR)
Question No: 9 ( Marks: 1 ) - Please choose one
► Asynchronous, synchronous
► Synchronous, asynchronous
► Preset input (PRE), Clear input (CLR)
► Clear input (CLR), Preset input (PRE)
Question No: 10 ( Marks: 1 ) - Please choose one
► Race condition
► Clock Skew
► Ripple Effect
► None of given options
Question No: 11 ( Marks: 1 ) - Please choose one
► 0000
► 1101
► 1011
► 1111
Question No: 12 ( Marks: 1 ) - Please choose one
► Current state and the inputs
► Current state and outputs
► Previous state and inputs
► Previous state and outputs
Question No: 13 ( Marks: 1 ) - Please choose one
► State assignment
► State reduction
► Next state table
► State diagram
Question No: 14 ( Marks: 1 ) - Please choose one
► State diagram
► Next state table
► State reduction
► State assignment
Question No: 15 ( Marks: 1 ) - Please choose one
► Maximizes the number of state variables that don’t change in a group of related states
► Minimizes the number of state variables that don’t change in a group of related states
► Minimize the equivalent states
► None of given options
Question No: 16 ( Marks: 1 ) - Please choose one
► 1
► 0
► A
►
Question No: 17 ( Marks: 1 ) - Please choose one
► 1
► 2
► 4
► 8
Question No: 18 ( Marks: 1 ) - Please choose one
► 7
► 10
► 32
► 25
Question No: 19 ( Marks: 1 ) - Please choose one
► 1100
► 0011
► 0000
► 1111
Question No: 20 ( Marks: 1 ) - Please choose one
► Depends on circuitry
► None of given options
► RAM
► Microprocessor
Question No: 21 ( Marks: 1 ) - Please choose one
► First In, First Out
► Fly in, Fly Out
► Fast in, Fast Out
► None of given options
Question No: 22 ( Marks: 1 ) - Please choose one
► Look Up Table
► Local User Terminal
► Least Upper Time Period
► None of given options
Question No: 23 ( Marks: 1 ) - Please choose one
► Vout / Vin = - Rf / Ri
► Vout / Rf = - Vin / Ri
► Rf / Vin = - Ri / Vout
► Rf / Vin = Ri / Vout
Question No: 24 ( Marks: 1 ) - Please choose one
► Resolution
► Accuracy
► Quantization
► Missing Code
Question No: 25 ( Marks: 1 ) - Please choose one
Above is the circuit diagram of _______.
► Asynchronous up-counter
► Asynchronous down-counter
► Synchronous up-counter
► Synchronous down-counter
Question No: 26 ( Marks: 1 ) - Please choose one
► n+2 (n plus 2)
► 2n (n multiplied by 2)
► 2n (2 raise to power n)
► n2 (n raise to power 2)
Question No: 27 ( Marks: 2 )
input | output | |
S | R | QT +1 |
0 | 0 | QT |
0 | 1 | 0 |
1 | 0 | 1 |
1 | 1 | INVALID |
Question No: 28 ( Marks: 2 )
Two state assignments are given in the table below. Identify which state assignment is best and why?
States | State assignment 1 | State assignment 2 |
A | 00 | 00 |
B | 01 | 01 |
C | 11 | 10 |
D | 10 | 11 |
Ans:
State assignment 2 is best assignment… it Minimizes the number of state variables that don’t change in a group of related states
.
Question No: 29 ( Marks: 2 )
Ans:
1. Registers are operating as a coherent unit to hold and generate data.
2. registers functions also include configuration and start-up of certain features, especially during initialization, buffer storage e.g. video memory for graphics cards, input/output (I/O) of different kinds,
Question No: 30 ( Marks: 2 )
Ans:
The process by which we can convert an analogue signal into digital signal (code) is known as quantization process.
Question No: 31 ( Marks: 3 )
Ans:
The frequency of a particular event is accomplished by counting the number of times that event occurs within a specific time interval, then dividing the count by the length of the time interval.
Question No: 32 ( Marks: 3 )
Y PIN 23 ISTYPE ‘com’;
Explain what does this statement mean?
Ans:
The Y variable is a ‘Combinational’ output available directly from the AND-OR gate array output. The active-low or active-high output of the Registered Mode can also be specified in the declaration statement
Question No: 33 ( Marks: 3 )
Ans:
Dram use latch to store a single bit of information.the main drawback of it id the discharge of capacitor over a period of time.here four gates are used in making a singlelatch. In terms of transistors, 4 to 6 transistors are required to implement a single storage cell. In order to build memories with higher densities, a single transistor is used to store a binary value. A single transistor can not store a binary value however it is used to charge and discharge a capacitor. The capacitor can not retain the charge, therefore it has to be periodically charged
through a refresh cycle.
Question No: 34 ( Marks: 5 )
Q2 | Q1 | Q0 | Q2 | Q1 | Q0 |
0 | 1 | 1 | 1 | 1 | 1 |
1 | 1 | 1 | 0 | 0 | 1 |
0 | 0 | 1 | 0 | 1 | 0 |
0 | 1 | 0 | 1 | 0 | 0 |
1 | 0 | 0 | 1 | 1 | 0 |
1 | 1 | 0 | 0 | 1 | 1 |
Question No: 35 ( Marks: 5 )
Memory Select or Enable Signal:
There are more than one memory chips to store program
Information in daily use computers. read or write operation is carried out on a single addressable location instantaneously .
The unique location is accessed in one of the several memory chips, so single memory chips is selected before a read or write operation can be carried out. All memory chips have a chip enable or chip select signal which has to be activated before the memory can be accessed.
Question No: 36 ( Marks: 5 )
Ans:
Performances characteristics of D/A converters are determined by five parameters are as follow:
- Accuracy
- Setting time
- Monotonicity
- Linearity
- Resolution
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.