I B.SC (INFORMATION TECHNOLOGY) [ ] Semester II CORE : DIGITAL COMPUTER FUNDAMENTALS - 212B Multiple Choice Questions.

Size: px
Start display at page:

Download "I B.SC (INFORMATION TECHNOLOGY) [ ] Semester II CORE : DIGITAL COMPUTER FUNDAMENTALS - 212B Multiple Choice Questions."

Transcription

1 Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Re-accredited at the 'A' Grade Level by the NAAC and ISO 9001:2008 Certified CRISL rated 'A' (TN) for MBA and MIB Programmes 1. MSI stands for. A. Medium Scale Integrated Circuits. B. More Scale Integrated Circuits. C. Mean Scale Integrated Circuits. D. MySQL Interface 2. MICR stands for. A. Magnetic Ink Character Reader. B. Magnetic Storage Unit. C. MICRO. D. Magnetic Disk. 3. ASCII stands for. A. American Stable Code for International Interchange. B. American Standard Case for Institutional Interchange C. American Standard Code for Information Interchange D. American Standard Code for Interchange Information 4. Which of the following binary numbers is equivalent to decimal 13? A B C D I B.SC (INFORMATION TECHNOLOGY) [ ] Semester II CORE : DIGITAL COMPUTER FUNDAMENTALS - 212B Multiple Choice Questions. 5. The number FF in Hexadecimal system is equivalent to in decimal system.

2 A B C D What is the octal equivalent of the binary number ? A B C D The binary code of decimal number( ) is. A B C D Excess-3 code is known as. A. weighted code. B. cyclic redundancy code. C. self-complementing code. D. algebraic code. 9. Indicate which of the following three binary additions are correct? I = II = III = 1111 A. I and II. B. II and III. C. III only. D. II only. 10. Convert the hexadecimal number 324 into binary? A B C D What is the output state of an OR gate if the inputs are 0 and 1? A. 0.

3 B. 1. C. not defined. D What is the output state of an AND gate if the inputs are 0 and 1? A. 0. B. 1. C. not defined. D A NOT gate has. A. two inputs and one output. B. one input and one output. C. one input and two outputs. D. two inputs and two outputs. 14. An OR gate has. A. two inputs and one output. B. one input and one output. C. one input and two outputs. D. one input and three outputs. 15. The output of a logic gate can be one of two. A. inputs. B. gates. C. states. D. outputs. 16. The output of a gate is only 1 when all of its inputs are 1. A. NOR. B. XOR. C. AND. D. NOT. 17. A NAND gate is equivalent to an AND gate plus a gate put together. A. NOR. B. NOT.

4 C. XOR. D. XNOR. 18. A NAND gate is called a universal logic element because. A. it is used by everybody. B. any logic function can be realized by NAND gates alone. C. all the minimization techniques are applicable for optimum NAND gate realization. D. many digital computers use NAND gates. 19. Which of the following gate is a two-level logic gate? A. OR gate. B. NAND gate. C. EXCLUSIVE OR gate. D. NOT gate. 20. An AND gate will function as OR if. A. all the inputs to the gates are 1. B. all the inputs are 0. C. either of the inputs is 1. D. all the inputs and outputs are complemented. 21. Which logic gate has the output is complement of its input? A. OR. B. AND. C. NOT. D. X-OR. 22. By adding inverters to the inputs and output of a AND gate we can obtain. A. OR. B. AND. C. NOT. D. X-OR. 23. Which logic gate has output high if and only if all inputs are low? A. NOR. B. NAND. C. X-NOR.

5 D. AND. 24. Boolean Algebra obeys. A. commutative law. B. associative law. C. distributive law. D. commutative, associative, distributive law. 25. A+(B.C) =? A. A.B+C. B. A.B+A.C. C. A. D. (A+B).(A+C). 26. A.0 =? A. 1. B. A. C. 0. D. A or A + A.B =? A. B. B. A.B. C. A. D. A or B. 28. Demorgan's first theorem is. A. A.A'=0. B. A"=A. C. (A+B)'=A'.B. D. (AB)'=A'+B'. 29. Demorgan's second law is. A. A.A'= 0. B. A"= A. C. (A+B)'=A'.B' D. (AB)'=A'+B'.

6 30. In which function each term known as min term. A. SOP. B. POS. C. Hybrid. D. both SOP and POS. 31. In which function each term known as max term. A. SOP. B. POS. C. Hybrid. D. both SOP and Hybrid. 32. A Karnaugh map with 4 variables has. A. 2 cells. B. 4 cells. C. 8 cells. D. 16 cells. 33. Which of these are universal gates? A. only NOR. B. only NAND. C. both NOR and NAND. D. NOT,AND,OR. 34. How many cells are there in an n-variable K-map? A. 2n. B. 2n+a. C. 2n-a. D. n How many cells does a 5-variable K-map contains? A. 2. B. 4. C. 32. D. 8.

7 36. The don't care combinations are represented by. A. d. B. dc. C. do. D. o. 37. Each maxterm can be obtained by the operation of all the variables of the function. A. AND. B. OR. C. NAND. D. NOR. 38. Each minterm can be obtained by the operation of all the variables of the function. A. AND. B. OR. C. NAND. D. NOR. 39. Which expression is basically an OR operation of AND operated variables? A. Product of Sums. B. Product of Products. C. Sum of Sums. D. Sum of Products. 40. Which expression is basically an AND operation of OR operated variables? A. Product of Sums. B. Product of Products. C. Sum of Sums. D. Sum of Products. 41. A.1 =? A. 1. B. A. C. 0. D. A or a.

8 42. A.A =? A. 1. B. A. C. 0. D. A or A+A =? A. 1. B. A. C. 0. D. A or A+0 =? A. 1. B. A. C. 0. D. A or A+1 =? A. 1. B. A. C. 0. D. A or Which is the commutative property? A. A+B=B+A. B. A+1=1+A. C. B+1=1+B. D. A+B+C=C+B+A. 47. Which is the associative property? A. A+BC=(A+B)(A+C). B. A+(B+C)=(A+B)+C. C. A+AB=A. D. A(A+B)=A 48. Which is the distributive property?

9 A. A+BC=(A+B)(A+C). B. A+(B+C)=(A+B)+C. C. A+AB=A. D. A(A+B)=A. 49. What is the output state of an NOR gate if the inputs are 0 and 0? A. 0. B. 1. C. 3. D What is the output state of an EX-OR gate if the inputs are 1 and 1? A. 0. B. 1. C. 3. D What is the output state of an EX-NOR gate if the inputs are 0 and 0? A. 0. B. 1. C. 3. D By adding inverter to the EX-OR gate we can obtain. A. OR. B. AND. C. EX-NOT. D. EX-NOR. 53. NAND gate is equivalent to. A. Bubbled OR gate. B. Bubbled AND gate. C. Bubbled NOT gate. D. Bubbled NOR gate. 54. NOR gate is equivalent to. A. Bubbled OR gate.

10 B. Bubbled AND gate. C. Bubbled NOT gate. D. Bubbled NOR gate. 55. A NOT gate also called as. A. convertor. B. subtractor. C. invertor. D. selector. 56. A group of 4 cells in K-map is called. A. octet. B. pair. C. triple. D. quad. 57. A group of 8 cells in K-map is called. A. octet. B. pair. C. triple. D. quad. 58. In a maxterm a variable appears. A. 1 in uncomplemented and 0 in complemented. B. 0 in uncomplemented and 2 in complemented. C. 2 in uncomplemented and 1 in complemented. D. 0 in uncomplemented and 1 in complemented. 59. In a minterm a variable appears. A. 1 in uncomplemented and 0 in complemented B. 0 in uncomplemented and 2 in complemented C. 2 in uncomplemented and 1 in complemented D. 0 in uncomplemented and 1 in complemented 60. Which is the Absorption law? A. A.(A+B)=A B. A+BC=(A+B)(A+C)

11 C. A.(B.C)=(A.B).C D. A+(B+C)=(A+B)+C 61. Half adder circuit is. A. Half of an AND gate. B. A circuit to add two bits together. C. Half of a NAND gate. D. Half of a NOR gate. 62. Parallel adder is. A. sequential circuits. B. combinational circuits. C. either sequential or combinational circuits. D. linear circuits. 63. A half adder has. A. 2 inputs and 2 outputs. B. 2 inputs and 3 outputs. C. 3 inputs and 3 outputs. D. 3 inputs and 4 outputs. 64. The circuit that is used for parallel to serial conversion is. A. decoder. B. encoder. C. multiplexer. D. demultiplexer. 65. The 'sum' output in a half-adder can be realized by using a single two-input gate which should be a. A. exclusive -OR gate. B. NOR gate. C. AND gate. D. OR gate. 66. Which device has many inputs and one output? A. Flip flop. B. Multiplexer. C. Demultiplexer.

12 D. Counter. 67. The other name of multiplexer. A. data distributor. B. data multiplier. C. data converter. D. data selector. 68. The other name of demultiplexer. A. data distributor. B. data multiplier. C. data converter. D. data selector. 69. What does the term 'multiplex' mean? A. one into many. B. many into one. C. one into three. D. many into two. 70. How many inputs and outputs are used to construct a full adder? A. 3 inputs and 2 outputs. B. 2 inputs and 1 output. C. 1 input and 1 output. D. 1 input and 2 outputs. 71. How many inputs and outputs are used to construct a full subtractor? A. 2 inputs and 2 outputs. B. 2 inputs and 1 output. C. 1 input and 1 output. D. 3 inputs and 2 outputs. 72. Which combinational circuit that performs subtraction involving three bits? A. Single subtractor. B. Half subtractor. C. Full subtractor. D. Multi subtractor.

13 73. The serial adder requires circuitry than a parallel adder. A. larger. B. simpler. C. unique. D. single. 74. A demultiplexer is a logic circuit that receives information on a single input and transmits the same information over one of several output lines. A. 2n. B. n. C. 2n-1. D. 2n A is similar to demultiplexer but without any data input. A. encoder. B. multiplexer. C. decoder. D. demultiplexer. 76. A 3-to-8 decoder is also called. A. binary-to-octal decoder. B. decimal-to-octal decoder. C. octal-to-binary decoder. D. octal-to-decimal decoder. 77. An encoder is a digital circuit that performs the operation of a decoder. A. inverse. B. reverse. C. forward. D. backward. 78. Full adder is constructed by using. A. Two Half Adder& one OR gate B. two OR gate &one HA C. One HA & two OR gate D. One OR gate & one HA

14 79. The output of halfadder is in the form of. A. sum. B. carry. C. sum and carry. D. none of these. 80. The function of encoder is to produce. A. octal codes. B. binary codes. C. hexa decimal codes. D. all of the above. 81. The circuit that is used for parallel to serial conversion is. A. decoder. B. encoder. C. multiplexer. D. demultiplexer. 82. are used for converting one type of number system into the other form. A. Decoder. B. Encoder. C. Multiplexer. D. Demultiplexer. 83. A flip flop is a. A. combinational circuit. B. memory element. C. arithmetic element. D. memory or arithmetic. 84. The basic storage element in a digital system is. A. flip flop. B. counter. C. multiplexer. D. encoder.

15 85. A counter is a. A. sequential circuit B. combinational circuit C. both combinational and sequential circuit D. random circuit. 86. What is the other name of T flip flop? A. Trigger. B. Toggle. C. Both 1 and 2. D. Translator. 87. Which of the following statements are correct? A. A flip-flop is used to store 1-bit of information. B. Race-around condition occurs in a J-K flip-flop when both the inputs are 1. C. Master-slave configuration is used in flip-flops to store 2-bits of information. D. A transparent latch consists of a D-type flip-flop. 88. A register is a group of suitable for storing binary information. A. counters. B. adders. C. flip flops. D. subtractors. 89. An n-bit register has a group of flip flops and is capable of storing any binary information containing n bits. A. n-1. B. n(n-1). C. n. D. n A group of flipflops sensitive to pulse duration is called. A. registers. B. latch. C. multiplexer. D. demultiplexer.

16 91. Which register is capable of shifting binary information either to the left or right? A. General register. B. Latch. C. Shift register. D. Parallel register. 92. How many methods of data shifting exist? A. Eight methods. B. Three methods. C. Six methods. D. Two methods. 93. Which shifting operation is used to shift the data simultaneously during a single clock pulse? A. Serial. B. Parallel. C. Serial & Parallel. D. Random. 94. The method shifts one bit at a time for each clock pulse. A. parallel shifting. B. random shifting. C. serial shifting. D. collective. 95. Data shifting from low to high order bits done by register. A. shift left. B. shift right. C. shift in. D. shift out. 96. Data shifting from high to low order bits done by register. A. shift left. B. shift right. C. shift in. D. shift out. 97. What is the other name of Asynchronous Counter?

17 A. parallel counter. B. ripple counter. C. circle counter. D. shift counter. 98. What is the other name of Synchronous Counter? A. parallel counter. B. ripple counter. C. circle counter. D. shift counter. 99. Which flip flop is triggered by the output from the previous flipflop? A. Synchronous counter. B. Circle counter. C. Asynchronous counter. D. Shift Counter A J-K flip-flop has two control inputs. What happens to the Q output on the active edge of the clock if both control inputs are 1? A. The Q output is set to a. B. The Q output toggles to the other state. C. The Q output is reset to 0. D. The Q output remains unchanged In a computer is capable to store single binary bit. A. capacitor. B. flip flop. C. register. D. inductor A set of flip flops integrated together is called. A. counter B. adder C. register D. accumulator 103. A register which is organized to allow moving left or right operations is called a. A. counter

18 B. loader C. adder D. shift register 104. Which of the following is Universal flip-flop? A. JK flip-flop B. RS flip-flop C. Master slave flip-flop D. D flip-flop S-R type flip-flop can be converted into D type flip-flop if S is connected to R through. A. EX-OR gate B. inverters C. AND gate D. Full Adder 106. A D flip-flop can be made from a. A. JK flip-flop and an inverter B. RS flip-flop C. RS flip-flop and an inverter D. JK flip-flop and an inverter, RS flip-flop Which of the following flip-flops does not have race around difficulty? A. JK flip-flops B. Master slave JK flip-flop C. S-R flip-flop converted to J-K flip-flop D. D flip-flops 108. The output Qn+1 of a J-K flip-flop is set when a clock pulse is applied. The inputs J and K are respectively. A. 0 and 1. B. 0 and 0. C. 1 and 0. D. 1 and Which of the following is correct? i. A flip-flop is used to store 1-bit of information ii. Race around condition occurs in JK flip flop when both the inputs are 1 iii. Master slave flip flop is used to store 2 bits of information iv. A transparent latch consists of a D- flip flop A. i,ii,iii.

19 B. i,iii,iv. C. i,ii,iv. D. ii,iii.iv A is a bistable electronic circuit that has two stable states. A. multivibrator. B. flip-flop. C. decoder. D. encoder An n-bit binary counter repeats the counting sequence for every clock pulses. A. 2n. B. n2. C. 2n-1. D. n Which counter requires less hardware? A. Parallel. B. Synchoronous. C. Delay. D. Ripple What is the function of SHIFT/LOAD in parallel-in-serial-out shift register? A. Allows data to enter into the register in parallel. B. Allows clock signal to enter into the register in serial. C. Allows data to enter into the register in serial. D. Allows clock signal to enter into the register in parallel In which register there is no interconnection between successive flipflops and no serial shifting is required? A. SISO. B. PISO. C. SIPO. D. PIPO Which shifting method is faster? A. Serial. B. Parallel.

20 C. Sequential. D. Random How many clock pulses does a 4 bit register require to shift a bit from input to Output? A. 3. B. 1. C. 4. D An n-bit register consists of flip flops and the required gates to control the shift operation. A. n-1. B. n. C. n-2. D. n What is the other name of D flipflop? A. Data. B. Deselector. C. Delay. D. Delimiter The logic circuit whose outputs at any instant of time depend not only on the present inputs but also on the past outputs are called. A. combinational circuit. B. sequential circuit. C. logic circuit. D. random circuit A J-K flip-flop has two control inputs. What happens to the Q output when the control inputs are 0 and 1? A. The Q output is set to 1. B. The Q output toggles to the other state. C. The Q output is reset to 0. D. The Q output remains unchanged The latch with the additional control input called. A. register. B. counter. C. adder.

21 D. flip flop The basic shift register operations are. A. serial in serial out. B. serial in parallel out. C. parallel in serial out. D. all of above The simplest register is. A. buffer register. B. shift register. C. controlled buffer register. D. bidirectional register In a ripple counter using edge-triggered J-K flip-flops, the pulse input is applied to the. A. clock input of all flip-flops. B. clock input of one flip-flops. C. J and K inputs of one flip-flop. D. J and K inputs of all flip-flops An SR flip flop is also called a. A. monostable multivibrator. B. bistable multivibrator. C. tri stable multivibrator. D. all of the above A flip flop is a. A. storage device. B. hub. C. bistable device. D. chip What happens in Master Slave JK flip flop when the clock is high? A. Master active and slave inactive. B. Both master and slave active. C. Master inactive and slave active. D. Master active and slave inactive.

22 128. In synchronous counter all flip flops are. A. clocked simultaneously. B. not clocked simultaneously. C. initially clocked. D. all of the above In asynchronous counter all flip flops are. A. not clocked simultaneously. B. initially clocked. C. finally clocked. D. clocked simultaneously How many AND gates does the SR flip flop require at its inputs? A. 1. B. 4. C. 2. D Which of the following are the cheapest memory devices in terms of Cost / Bit? A. Semiconductor Memories. B. Magnetic Disks. C. Magnetic Tapes. D. Compact Disks Which of the following have the fastest access time? A. Semiconductor Memories. B. Magnetic Disks. C. Magnetic Tapes. D. Compact Disks is a semi conductor memory. A. Dynamic. B. Static. C. Bubble. D. Dynamic & Static.

23 134. Which of the following is a read only memory storage device? A. Floppy disk. B. Hard disk. C. CDROM. D. Pen drive DMA stands for. A. Direct Memory Access. B. Distinct Memory Access. C. Direct Module Access. D. Direct Memory Allocation EPROM is erased by. A. red light. B. sodium light. C. ultra violet rays. D. infra-red rays Which of the following does not represent an I/O device? A. Speaker which beeps. B. Joy-stick. C. Plotter. D. ALU The time taken for information to be read from disk once the read-write head is positioned on the track is called. A. turnaround time. B. data transfer time. C. seek time. D. latency time Which of the following is associated with Optics? A. Winchester disk. B. RAM. C. CD-ROM. D. CPU.

24 140. Which one of the following is fastest read/writable memory? A. PROM. B. EEPROM. C. Flash. D. Optic recognizer A dot matrix printer. (i) prints an entire line at time (ii) is a non-impact printer (iii) allows multiple copies to be taken at a time (iv) prints one character at a time A. i and ii. B. i and iii. C. iii and iv. D. ii and iii A laser printer is. (i) prints an entire line at a time (ii) a non-impact printer (iii) allows multiple copies to be taken at a time (iv) prints one character at a time A. i and ii. B. i and iii C. iii and iv D. ii and iii 143. What is the keyboard's official name? A. "poiut". B. "asdfg". C. "qwerty". D. "alphanumeric" Which of the following printers is characterized by melting waxâ based ink onto ordinary paper? A. Dot-matrix. B. Inkjet. C. Laser. D. Thermal The fastest and quietest type of printer is. A. dot-matrix printer. B. inkjet printer. C. laser printer. D. plotter.

25 146. The larger the number of pixels of a computer monitor, the higher its. A. resolution. B. refresh rate. C. dot pitch. D. data transfer rate Which of the following is an input device? A. Scanner. B. Speaker. C. CD. D. Printer All of the following are examples of input devices EXCEPT. A. Scanner. B. Mouse. C. Keyboard. D. Printer Best Quality graphics is produced by. A. dotmatrix. B. laser. C. plotter. D. inkjet EEPROM stand for. A. Electrically Erasable Programmable Read Only Memory. B. Easily Erasable Programmable Read Only Memory. C. Electronic Erasable Programmable Read Only Memory. D. None of the above. Staff Name Santhiya N.

Solution to Digital Logic )What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it,

Solution to Digital Logic )What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it, Solution to Digital Logic -2067 Solution to digital logic 2067 1.)What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it, A Magnitude comparator is a combinational

More information

MODULE 3. Combinational & Sequential logic

MODULE 3. Combinational & Sequential logic MODULE 3 Combinational & Sequential logic Combinational Logic Introduction Logic circuit may be classified into two categories. Combinational logic circuits 2. Sequential logic circuits A combinational

More information

MODU LE DAY. Class-A, B, AB and C amplifiers - basic concepts, power, efficiency Basic concepts of Feedback and Oscillation. Day 1

MODU LE DAY. Class-A, B, AB and C amplifiers - basic concepts, power, efficiency Basic concepts of Feedback and Oscillation. Day 1 DAY MODU LE TOPIC QUESTIONS Day 1 Day 2 Day 3 Day 4 I Class-A, B, AB and C amplifiers - basic concepts, power, efficiency Basic concepts of Feedback and Oscillation Phase Shift Wein Bridge oscillators.

More information

QUICK GUIDE COMPUTER LOGICAL ORGANIZATION - OVERVIEW

QUICK GUIDE COMPUTER LOGICAL ORGANIZATION - OVERVIEW QUICK GUIDE http://www.tutorialspoint.com/computer_logical_organization/computer_logical_organization_quick_guide.htm COMPUTER LOGICAL ORGANIZATION - OVERVIEW Copyright tutorialspoint.com In the modern

More information

DHANALAKSHMI SRINIVASAN INSTITUTE OF RESEARCH AND TECHNOLOGY CS6201-DIGITAL PRINCIPLE AND SYSTEM DESIGN. I Year/ II Sem PART-A TWO MARKS UNIT-I

DHANALAKSHMI SRINIVASAN INSTITUTE OF RESEARCH AND TECHNOLOGY CS6201-DIGITAL PRINCIPLE AND SYSTEM DESIGN. I Year/ II Sem PART-A TWO MARKS UNIT-I DHANALAKSHMI SRINIVASAN INSTITUTE OF RESEARCH AND TECHNOLOGY CS6201-DIGITAL PRINCIPLE AND SYSTEM DESIGN I Year/ II Sem PART-A TWO MARKS UNIT-I BOOLEAN ALGEBRA AND LOGIC GATES 1) What are basic properties

More information

TIME SCHEDULE. MODULE TOPICS PERIODS 1 Number system & Boolean algebra 17 Test I 1 2 Logic families &Combinational logic

TIME SCHEDULE. MODULE TOPICS PERIODS 1 Number system & Boolean algebra 17 Test I 1 2 Logic families &Combinational logic COURSE TITLE : DIGITAL INSTRUMENTS PRINCIPLE COURSE CODE : 3075 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/SEMESTER : 72 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Number system & Boolean algebra

More information

Find the equivalent decimal value for the given value Other number system to decimal ( Sample)

Find the equivalent decimal value for the given value Other number system to decimal ( Sample) VELAMMAL COLLEGE OF ENGINEERING AND TECHNOLOGY, MADURAI 65 009 Department of Information Technology Model Exam-II-Question bank PART A (Answer for all Questions) (8 X = 6) K CO Marks Find the equivalent

More information

The word digital implies information in computers is represented by variables that take a limited number of discrete values.

The word digital implies information in computers is represented by variables that take a limited number of discrete values. Class Overview Cover hardware operation of digital computers. First, consider the various digital components used in the organization and design. Second, go through the necessary steps to design a basic

More information

R13 SET - 1 '' ''' '' ' '''' Code No: RT21053

R13 SET - 1 '' ''' '' ' '''' Code No: RT21053 SET - 1 1. a) What are the characteristics of 2 s complement numbers? b) State the purpose of reducing the switching functions to minimal form. c) Define half adder. d) What are the basic operations in

More information

DIGITAL SYSTEM DESIGN UNIT I (2 MARKS)

DIGITAL SYSTEM DESIGN UNIT I (2 MARKS) DIGITAL SYSTEM DESIGN UNIT I (2 MARKS) 1. Convert Binary number (111101100) 2 to Octal equivalent. 2. Convert Binary (1101100010011011) 2 to Hexadecimal equivalent. 3. Simplify the following Boolean function

More information

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam MIDTERM EXAMINATION Spring 2012 Question No: 1 ( Marks: 1 ) - Please choose one A SOP expression is equal to 1

More information

Tribhuvan University Institute of Science and Technology Bachelor of Science in Computer Science and Information Technology

Tribhuvan University Institute of Science and Technology Bachelor of Science in Computer Science and Information Technology Tribhuvan University Institute of Science and Technology Bachelor of Science in Computer Science and Information Technology Course Title: Digital Logic Full Marks: 60 + 0 + 0 Course No.: CSC Pass Marks:

More information

UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers.

UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers. UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers. Digital computer is a digital system that performs various computational tasks. The word DIGITAL

More information

R13. II B. Tech I Semester Regular Examinations, Jan DIGITAL LOGIC DESIGN (Com. to CSE, IT) PART-A

R13. II B. Tech I Semester Regular Examinations, Jan DIGITAL LOGIC DESIGN (Com. to CSE, IT) PART-A SET - 1 Note: Question Paper consists of two parts (Part-A and Part-B) Answer ALL the question in Part-A Answer any THREE Questions from Part-B a) What are the characteristics of 2 s complement numbers?

More information

CS6201 UNIT I PART-A. Develop or build the following Boolean function with NAND gate F(x,y,z)=(1,2,3,5,7).

CS6201 UNIT I PART-A. Develop or build the following Boolean function with NAND gate F(x,y,z)=(1,2,3,5,7). VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur-603203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Academic Year: 2015-16 BANK - EVEN SEMESTER UNIT I PART-A 1 Find the octal equivalent of hexadecimal

More information

EE6301 DIGITAL LOGIC CIRCUITS UNIT-I NUMBERING SYSTEMS AND DIGITAL LOGIC FAMILIES 1) What are basic properties of Boolean algebra? The basic properties of Boolean algebra are commutative property, associative

More information

S.K.P. Engineering College, Tiruvannamalai UNIT I

S.K.P. Engineering College, Tiruvannamalai UNIT I UNIT I NUMBER SYSTEMS AND DIGITAL LOGIC FAMILIES Part - A Questions 1. Convert the hexadecimal number E3FA to binary.( Nov 2007) E3FA 16 Hexadecimal E 3 F A 11102 00112 11112 10102 So the equivalent binary

More information

Combinational vs Sequential

Combinational vs Sequential Combinational vs Sequential inputs X Combinational Circuits outputs Z A combinational circuit: At any time, outputs depends only on inputs Changing inputs changes outputs No regard for previous inputs

More information

Department of Computer Science and Engineering Question Bank- Even Semester:

Department of Computer Science and Engineering Question Bank- Even Semester: Department of Computer Science and Engineering Question Bank- Even Semester: 2014-2015 CS6201& DIGITAL PRINCIPLES AND SYSTEM DESIGN (Common to IT & CSE, Regulation 2013) UNIT-I 1. Convert the following

More information

Flip Flop. S-R Flip Flop. Sequential Circuits. Block diagram. Prepared by:- Anwar Bari

Flip Flop. S-R Flip Flop. Sequential Circuits. Block diagram. Prepared by:- Anwar Bari Sequential Circuits The combinational circuit does not use any memory. Hence the previous state of input does not have any effect on the present state of the circuit. But sequential circuit has memory

More information

WINTER 15 EXAMINATION Model Answer

WINTER 15 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

AIM: To study and verify the truth table of logic gates

AIM: To study and verify the truth table of logic gates EXPERIMENT: 1- LOGIC GATES AIM: To study and verify the truth table of logic gates LEARNING OBJECTIVE: Identify various Logic gates and their output. COMPONENTS REQUIRED: KL-31001 Digital Logic Lab( Main

More information

DIGITAL ELECTRONICS MCQs

DIGITAL ELECTRONICS MCQs DIGITAL ELECTRONICS MCQs 1. A 8-bit serial in / parallel out shift register contains the value 8, clock signal(s) will be required to shift the value completely out of the register. A. 1 B. 2 C. 4 D. 8

More information

1. Convert the decimal number to binary, octal, and hexadecimal.

1. Convert the decimal number to binary, octal, and hexadecimal. 1. Convert the decimal number 435.64 to binary, octal, and hexadecimal. 2. Part A. Convert the circuit below into NAND gates. Insert or remove inverters as necessary. Part B. What is the propagation delay

More information

Chapter 4. Logic Design

Chapter 4. Logic Design Chapter 4 Logic Design 4.1 Introduction. In previous Chapter we studied gates and combinational circuits, which made by gates (AND, OR, NOT etc.). That can be represented by circuit diagram, truth table

More information

North Shore Community College

North Shore Community College North Shore Community College Course Number: IEL217 Section: MAL Course Name: Digital Electronics 1 Semester: Credit: 4 Hours: Three hours of Lecture, Two hours Laboratory per week Thursdays 8:00am (See

More information

BHARATHIDASAN ENGINEERING COLLEGE, NATTRAMPALLI DEPARTMENT OF ECE

BHARATHIDASAN ENGINEERING COLLEGE, NATTRAMPALLI DEPARTMENT OF ECE BHARATHIDASAN ENGINEERING COLLEGE, NATTRAMPALLI DEPARTMENT OF ECE CS6201 DIGITAL PRINCIPLES AND SYSTEM DESIGN 1 st year 2 nd semester CSE & IT Unit wise Important Part A and Part B Prepared by L.GOPINATH

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

SEQUENTIAL LOGIC. Satish Chandra Assistant Professor Department of Physics P P N College, Kanpur

SEQUENTIAL LOGIC. Satish Chandra Assistant Professor Department of Physics P P N College, Kanpur SEQUENTIAL LOGIC Satish Chandra Assistant Professor Department of Physics P P N College, Kanpur www.satish0402.weebly.com OSCILLATORS Oscillators is an amplifier which derives its input from output. Oscillators

More information

EXPERIMENT: 1. Graphic Symbol: OR: The output of OR gate is true when one of the inputs A and B or both the inputs are true.

EXPERIMENT: 1. Graphic Symbol: OR: The output of OR gate is true when one of the inputs A and B or both the inputs are true. EXPERIMENT: 1 DATE: VERIFICATION OF BASIC LOGIC GATES AIM: To verify the truth tables of Basic Logic Gates NOT, OR, AND, NAND, NOR, Ex-OR and Ex-NOR. APPARATUS: mention the required IC numbers, Connecting

More information

Bachelor Level/ First Year/ Second Semester/ Science Full Marks: 60 Computer Science and Information Technology (CSc. 151) Pass Marks: 24

Bachelor Level/ First Year/ Second Semester/ Science Full Marks: 60 Computer Science and Information Technology (CSc. 151) Pass Marks: 24 2065 Computer Science and Information Technology (CSc. 151) Pass Marks: 24 Time: 3 hours. Candidates are required to give their answers in their own words as for as practicable. Attempt any TWO questions:

More information

MODEL QUESTIONS WITH ANSWERS THIRD SEMESTER B.TECH DEGREE EXAMINATION DECEMBER CS 203: Switching Theory and Logic Design. Time: 3 Hrs Marks: 100

MODEL QUESTIONS WITH ANSWERS THIRD SEMESTER B.TECH DEGREE EXAMINATION DECEMBER CS 203: Switching Theory and Logic Design. Time: 3 Hrs Marks: 100 MODEL QUESTIONS WITH ANSWERS THIRD SEMESTER B.TECH DEGREE EXAMINATION DECEMBER 2016 CS 203: Switching Theory and Logic Design Time: 3 Hrs Marks: 100 PART A ( Answer All Questions Each carries 3 Marks )

More information

Sequential Logic Basics

Sequential Logic Basics Sequential Logic Basics Unlike Combinational Logic circuits that change state depending upon the actual signals being applied to their inputs at that time, Sequential Logic circuits have some form of inherent

More information

[2 credit course- 3 hours per week]

[2 credit course- 3 hours per week] Syllabus of Applied Electronics for F Y B Sc Semester- 1 (With effect from June 2012) PAPER I: Components and Devices [2 credit course- 3 hours per week] Unit- I : CIRCUIT THEORY [10 Hrs] Introduction;

More information

1 Hour Sample Test Papers: Sample Test Paper 1. Roll No.

1 Hour Sample Test Papers: Sample Test Paper 1. Roll No. 6.1.2 Sample Test Papers: Sample Test Paper 1 Roll No. Institute Name: Course Code: EJ/EN/ET/EX/EV/IC/IE/IS/MU/DE/ED/ET/IU Subject: Principles of Digital Techniques Marks: 25 1 Hour 1. All questions are

More information

LESSON PLAN. Sub Code: EE2255 Sub Name: DIGITAL LOGIC CIRCUITS Unit: I Branch: EEE Semester: IV

LESSON PLAN. Sub Code: EE2255 Sub Name: DIGITAL LOGIC CIRCUITS Unit: I Branch: EEE Semester: IV Unit: I Branch: EEE Semester: IV Page 1 of 6 Unit I Syllabus: BOOLEAN ALGEBRA AND COMBINATIONAL CIRCUITS 9 Boolean algebra: De-Morgan s theorem, switching functions and simplification using K-maps & Quine

More information

TYPICAL QUESTIONS & ANSWERS

TYPICAL QUESTIONS & ANSWERS DIGITALS ELECTRONICS TYPICAL QUESTIONS & ANSWERS OBJECTIVE TYPE QUESTIONS Each Question carries 2 marks. Choose correct or the best alternative in the following: Q.1 The NAND gate output will be low if

More information

VU Mobile Powered by S NO Group

VU Mobile Powered by S NO Group Question No: 1 ( Marks: 1 ) - Please choose one A 8-bit serial in / parallel out shift register contains the value 8, clock signal(s) will be required to shift the value completely out of the register.

More information

TRAINING KITS ON DIGITAL ELECTRONIC EXPERIMENTS. Verify Truth table for TTL IC s AND, NOT, & NAND GATES

TRAINING KITS ON DIGITAL ELECTRONIC EXPERIMENTS. Verify Truth table for TTL IC s AND, NOT, & NAND GATES TRAINING KITS ON DIGITAL ELECTRONIC EXPERIMENTS CEE 2800 Basic Logic Gates using TTL IC's (7 in 1) To verify the truth table For TTL AND, OR. NOT, NAND,NOR, EX-OR, & EX-NOR Gates. Instrument comprises

More information

DIGITAL FUNDAMENTALS

DIGITAL FUNDAMENTALS DIGITAL FUNDAMENTALS A SYSTEMS APPROACH THOMAS L. FLOYD PEARSON Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape Town Dubai London Madrid Milan Munich Paris Montreal

More information

Laboratory Objectives and outcomes for Digital Design Lab

Laboratory Objectives and outcomes for Digital Design Lab Class: SE Department of Information Technology Subject Logic Design Sem : III Course Objectives and outcomes for LD Course Objectives: Students will try to : COB1 Understand concept of various components.

More information

WINTER 14 EXAMINATION

WINTER 14 EXAMINATION Subject Code: 17320 WINTER 14 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2)

More information

SUBJECT NAME : DIGITAL ELECTRONICS SUBJECT CODE : EC8392 1. State Demorgan s Theorem. QUESTION BANK PART A UNIT - I DIGITAL FUNDAMENTALS De Morgan suggested two theorems that form important part of Boolean

More information

Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 3 Logistics

Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 3 Logistics Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 3 Logistics Egemen K. Çetinkaya Egemen K. Çetinkaya Department of Electrical & Computer Engineering Missouri University of Science and

More information

Subject : EE6301 DIGITAL LOGIC CIRCUITS

Subject : EE6301 DIGITAL LOGIC CIRCUITS QUESTION BANK Programme : BE Subject : Semester / Branch : III/EEE UNIT 1 NUMBER SYSTEMS AND DIGITAL LOGIC FAMILIES Review of number systems, binary codes, error detection and correction codes (Parity

More information

4.S-[F] SU-02 June All Syllabus Science Faculty B.Sc. II Yr. Instrumentation Practice [Sem.III & IV] S.Lot

4.S-[F] SU-02 June All Syllabus Science Faculty B.Sc. II Yr. Instrumentation Practice [Sem.III & IV] S.Lot [Sem.III & IV] S.Lot. - 1 - [Sem.III & IV] S.Lot. - 2 - [Sem.III & IV] S.Lot. - 3 - Syllabus B.Sc. ( Instrumentation Practice ) Second Year ( Third and Forth Semester ) ( Effective from June 2014 ) [Sem.III

More information

Microprocessor Design

Microprocessor Design Microprocessor Design Principles and Practices With VHDL Enoch O. Hwang Brooks / Cole 2004 To my wife and children Windy, Jonathan and Michelle Contents 1. Designing a Microprocessor... 2 1.1 Overview

More information

Course Plan. Course Articulation Matrix: Mapping of Course Outcomes (COs) with Program Outcomes (POs) PSO-1 PSO-2

Course Plan. Course Articulation Matrix: Mapping of Course Outcomes (COs) with Program Outcomes (POs) PSO-1 PSO-2 Course Plan Semester: 4 - Semester Year: 2019 Course Title: DIGITAL ELECTRONICS Course Code: EC106 Semester End Examination: 70 Continuous Internal Evaluation: 30 Lesson Plan Author: Ms. CH SRIDEVI Last

More information

IT T35 Digital system desigm y - ii /s - iii

IT T35 Digital system desigm y - ii /s - iii UNIT - III Sequential Logic I Sequential circuits: latches flip flops analysis of clocked sequential circuits state reduction and assignments Registers and Counters: Registers shift registers ripple counters

More information

REPEAT EXAMINATIONS 2002

REPEAT EXAMINATIONS 2002 REPEAT EXAMINATIONS 2002 EE101 Digital Electronics Solutions Question 1. An engine has 4 fail-safe sensors. The engine should keep running unless any of the following conditions arise: o If sensor 2 is

More information

CHAPTER 4: Logic Circuits

CHAPTER 4: Logic Circuits CHAPTER 4: Logic Circuits II. Sequential Circuits Combinational circuits o The outputs depend only on the current input values o It uses only logic gates, decoders, multiplexers, ALUs Sequential circuits

More information

DIGITAL CIRCUIT COMBINATORIAL LOGIC

DIGITAL CIRCUIT COMBINATORIAL LOGIC DIGITAL CIRCUIT COMBINATORIAL LOGIC Logic levels: one zero true false high low CMOS logic levels: 1 => 0.7 V DD 0.4 V DD = noise margin 0 =< 0.3 V DD Positive logic: high = 1 = true low = 0 = false Negative

More information

Analogue Versus Digital [5 M]

Analogue Versus Digital [5 M] Q.1 a. Analogue Versus Digital [5 M] There are two basic ways of representing the numerical values of the various physical quantities with which we constantly deal in our day-to-day lives. One of the ways,

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 23 121120 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Combinatorial Logic Sequential Logic 3 Combinatorial Logic Circuits

More information

Module -5 Sequential Logic Design

Module -5 Sequential Logic Design Module -5 Sequential Logic Design 5.1. Motivation: In digital circuit theory, sequential logic is a type of logic circuit whose output depends not only on the present value of its input signals but on

More information

Computer Architecture and Organization

Computer Architecture and Organization A-1 Appendix A - Digital Logic Computer Architecture and Organization Miles Murdocca and Vincent Heuring Appendix A Digital Logic A-2 Appendix A - Digital Logic Chapter Contents A.1 Introduction A.2 Combinational

More information

CHAPTER 4: Logic Circuits

CHAPTER 4: Logic Circuits CHAPTER 4: Logic Circuits II. Sequential Circuits Combinational circuits o The outputs depend only on the current input values o It uses only logic gates, decoders, multiplexers, ALUs Sequential circuits

More information

MC9211 Computer Organization

MC9211 Computer Organization MC9211 Computer Organization Unit 2 : Combinational and Sequential Circuits Lesson2 : Sequential Circuits (KSB) (MCA) (2009-12/ODD) (2009-10/1 A&B) Coverage Lesson2 Outlines the formal procedures for the

More information

SEMESTER ONE EXAMINATIONS 2002

SEMESTER ONE EXAMINATIONS 2002 SEMESTER ONE EXAMINATIONS 2002 EE101 Digital Electronics Solutions Question 1. An assembly line has 3 failsafe sensors and 1 emergency shutdown switch. The Line should keep moving unless any of the following

More information

TEST-3 (DIGITAL ELECTRONICS)-(EECTRONIC)

TEST-3 (DIGITAL ELECTRONICS)-(EECTRONIC) 1 TEST-3 (DIGITAL ELECTRONICS)-(EECTRONIC) Q.1 The flip-flip circuit is. a) Unstable b) multistable c) Monostable d) bitable Q.2 A digital counter consists of a group of a) Flip-flop b) half adders c)

More information

St. MARTIN S ENGINEERING COLLEGE

St. MARTIN S ENGINEERING COLLEGE St. MARTIN S ENGINEERING COLLEGE Dhulapally, Kompally, Secunderabad-500014. Branch Year&Sem Subject Name : Electronics and Communication Engineering : II B. Tech I Semester : SWITCHING THEORY AND LOGIC

More information

2 Marks Q&A. Digital Electronics. K. Michael Mahesh M.E.,MIET. Asst. Prof/ECE Dept.

2 Marks Q&A. Digital Electronics. K. Michael Mahesh M.E.,MIET. Asst. Prof/ECE Dept. 2 Marks Q&A Digital Electronics 3rd SEM CSE & IT ST. JOSEPH COLLEGE OF ENGINEERING (DMI & MMI GROUP OF INSTITUTIONS) CHENNAI- 600 117 K. Michael Mahesh M.E.,MIET. Asst. Prof/ECE Dept. K. Michael Mahesh

More information

For Teacher's Use Only Q Total No. Marks. Q No Q No Q No

For Teacher's Use Only Q Total No. Marks. Q No Q No Q No FINALTERM EXAMINATION Spring 2010 CS302- Digital Logic Design (Session - 4) Time: 90 min Marks: 58 For Teacher's Use Only Q 1 2 3 4 5 6 7 8 Total No. Marks Q No. 9 10 11 12 13 14 15 16 Marks Q No. 17 18

More information

Nirma University Institute of Technology. Electronics and Communication Engineering Department. Course Policy

Nirma University Institute of Technology. Electronics and Communication Engineering Department. Course Policy Nirma University Institute of Technology Electronics and Communication Engineering Department Course Policy B. Tech Semester - III Academic Year: 2017 Course Code & Name : Credit Details : L T P C 4 2

More information

Introduction. Serial In - Serial Out Shift Registers (SISO)

Introduction. Serial In - Serial Out Shift Registers (SISO) Introduction Shift registers are a type of sequential logic circuit, mainly for storage of digital data. They are a group of flip-flops connected in a chain so that the output from one flip-flop becomes

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. 1 ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE :

More information

Department of CSIT. Class: B.SC Semester: II Year: 2013 Paper Title: Introduction to logics of Computer Max Marks: 30

Department of CSIT. Class: B.SC Semester: II Year: 2013 Paper Title: Introduction to logics of Computer Max Marks: 30 Department of CSIT Class: B.SC Semester: II Year: 2013 Paper Title: Introduction to logics of Computer Max Marks: 30 Section A: (All 10 questions compulsory) 10X1=10 Very Short Answer Questions: Write

More information

Theory Lecture Day Topic Practical Day. Week. number systems and their inter-conversion Decimal, Binary. 3rd. 1st. 1st

Theory Lecture Day Topic Practical Day. Week. number systems and their inter-conversion Decimal, Binary. 3rd. 1st. 1st Lesson Plan Name of the Faculty : Priyanka Nain Discipline: Electronics & Communication Engg. Semester:5th Subject:DEMP Lesson Plan Duration: 15 Weeks Work Load(Lecture/Practical) per week (In Hours):

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

CHAPTER1: Digital Logic Circuits

CHAPTER1: Digital Logic Circuits CS224: Computer Organization S.KHABET CHAPTER1: Digital Logic Circuits 1 Sequential Circuits Introduction Composed of a combinational circuit to which the memory elements are connected to form a feedback

More information

A.R. ENGINEERING COLLEGE, VILLUPURAM ECE DEPARTMENT

A.R. ENGINEERING COLLEGE, VILLUPURAM ECE DEPARTMENT .R. ENGINEERING COLLEGE, VILLUPURM ECE EPRTMENT QUESTION BNK SUB. NME: IGITL ELECTRONICS SUB. COE: EC223 SEM: III BRNCH/YER: ECE/II UNIT-I MINIMIZTION TECHNIQUESN LOGIC GTES PRT- ) efine Minterm & Maxterm.

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING DRONACHARYA GROUP OF INSTITUTIONS, GREATER NOIDA Affiliated to Mahamaya Technical University, Noida Approved by AICTE DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Lab Manual for Computer Organization Lab

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 2018 EXAMINATION MODEL ANSWER

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 2018 EXAMINATION MODEL ANSWER Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in themodel answer scheme. 2) The model answer and the answer written by candidate may

More information

DIGITAL CIRCUIT LOGIC UNIT 9: MULTIPLEXERS, DECODERS, AND PROGRAMMABLE LOGIC DEVICES

DIGITAL CIRCUIT LOGIC UNIT 9: MULTIPLEXERS, DECODERS, AND PROGRAMMABLE LOGIC DEVICES DIGITAL CIRCUIT LOGIC UNIT 9: MULTIPLEXERS, DECODERS, AND PROGRAMMABLE LOGIC DEVICES 1 Learning Objectives 1. Explain the function of a multiplexer. Implement a multiplexer using gates. 2. Explain the

More information

PURBANCHAL UNIVERSITY

PURBANCHAL UNIVERSITY [c] Implement a full adder circuit with a decoder and two OR gates. [4] III SEMESTER FINAL EXAMINATION-2006 Q. [4] [a] What is flip flop? Explain flip flop operating characteristics. [6] [b] Design and

More information

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MDETS UCTECH's Modular Digital Electronics Training System is a modular course covering the fundamentals, concepts, theory and applications of digital electronics.

More information

Advanced Devices. Registers Counters Multiplexers Decoders Adders. CSC258 Lecture Slides Steve Engels, 2006 Slide 1 of 20

Advanced Devices. Registers Counters Multiplexers Decoders Adders. CSC258 Lecture Slides Steve Engels, 2006 Slide 1 of 20 Advanced Devices Using a combination of gates and flip-flops, we can construct more sophisticated logical devices. These devices, while more complex, are still considered fundamental to basic logic design.

More information

MUHAMMAD NAEEM LATIF MCS 3 RD SEMESTER KHANEWAL

MUHAMMAD NAEEM LATIF MCS 3 RD SEMESTER KHANEWAL 1. A stage in a shift register consists of (a) a latch (b) a flip-flop (c) a byte of storage (d) from bits of storage 2. To serially shift a byte of data into a shift register, there must be (a) one click

More information

Chapter Contents. Appendix A: Digital Logic. Some Definitions

Chapter Contents. Appendix A: Digital Logic. Some Definitions A- Appendix A - Digital Logic A-2 Appendix A - Digital Logic Chapter Contents Principles of Computer Architecture Miles Murdocca and Vincent Heuring Appendix A: Digital Logic A. Introduction A.2 Combinational

More information

Introduction. NAND Gate Latch. Digital Logic Design 1 FLIP-FLOP. Digital Logic Design 1

Introduction. NAND Gate Latch.  Digital Logic Design 1 FLIP-FLOP. Digital Logic Design 1 2007 Introduction BK TP.HCM FLIP-FLOP So far we have seen Combinational Logic The output(s) depends only on the current values of the input variables Here we will look at Sequential Logic circuits The

More information

Vignana Bharathi Institute of Technology UNIT 4 DLD

Vignana Bharathi Institute of Technology UNIT 4 DLD DLD UNIT IV Synchronous Sequential Circuits, Latches, Flip-flops, analysis of clocked sequential circuits, Registers, Shift registers, Ripple counters, Synchronous counters, other counters. Asynchronous

More information

UNIT-3: SEQUENTIAL LOGIC CIRCUITS

UNIT-3: SEQUENTIAL LOGIC CIRCUITS UNIT-3: SEQUENTIAL LOGIC CIRCUITS STRUCTURE 3. Objectives 3. Introduction 3.2 Sequential Logic Circuits 3.2. NAND Latch 3.2.2 RS Flip-Flop 3.2.3 D Flip-Flop 3.2.4 JK Flip-Flop 3.2.5 Edge Triggered RS Flip-Flop

More information

211: Computer Architecture Summer 2016

211: Computer Architecture Summer 2016 211: Computer Architecture Summer 2016 Liu Liu Topic: Storage Project3 Digital Logic - Digital Logic: Recap - Review: truth table => SOP => simplification - dual / complement - Minterm / Maxterm - SOP

More information

Scanned by CamScanner

Scanned by CamScanner NAVEEN RAJA VELCHURI DSD & Digital IC Applications Example: 2-bit asynchronous up counter: The 2-bit Asynchronous counter requires two flip-flops. Both flip-flop inputs are connected to logic 1, and initially

More information

Principles of Computer Architecture. Appendix A: Digital Logic

Principles of Computer Architecture. Appendix A: Digital Logic A-1 Appendix A - Digital Logic Principles of Computer Architecture Miles Murdocca and Vincent Heuring Appendix A: Digital Logic A-2 Appendix A - Digital Logic Chapter Contents A.1 Introduction A.2 Combinational

More information

Saturated Non Saturated PMOS NMOS CMOS RTL Schottky TTL ECL DTL I I L TTL

Saturated Non Saturated PMOS NMOS CMOS RTL Schottky TTL ECL DTL I I L TTL EC6302-DIGITAL ELECTRONICS UNIT I MINIMIZATION TECHNIQUES AND LOGIC GATES 1. Define binary logic? Binary logic consists of binary variables and logical operations. The variables are designated by the alphabets

More information

A Review of logic design

A Review of logic design Chapter 1 A Review of logic design 1.1 Boolean Algebra Despite the complexity of modern-day digital circuits, the fundamental principles upon which they are based are surprisingly simple. Boolean Algebra

More information

Contents Circuits... 1

Contents Circuits... 1 Contents Circuits... 1 Categories of Circuits... 1 Description of the operations of circuits... 2 Classification of Combinational Logic... 2 1. Adder... 3 2. Decoder:... 3 Memory Address Decoder... 5 Encoder...

More information

List of the CMOS 4000 series Dual tri-input NOR Gate and Inverter Quad 2-input NOR gate Dual 4-input NOR gate

List of the CMOS 4000 series Dual tri-input NOR Gate and Inverter Quad 2-input NOR gate Dual 4-input NOR gate List of the CMOS 4000 series 4000 - Dual tri-input NOR Gate and Inverter 4001 - Quad 2-input NOR gate 4002 - Dual 4-input NOR gate 4006-18 stage Shift register 4007 - Dual Complementary Pair Plus Inverter

More information

UNIT 1 NUMBER SYSTEMS AND DIGITAL LOGIC FAMILIES 1. Briefly explain the stream lined method of converting binary to decimal number with example. 2. Give the Gray code for the binary number (111) 2. 3.

More information

Prepared By Verified By Approved By Mr M.Kumar Mrs R.Punithavathi Dr. V.Parthasarathy Asst. Professor / IT HOD / IT Principal

Prepared By Verified By Approved By Mr M.Kumar Mrs R.Punithavathi Dr. V.Parthasarathy Asst. Professor / IT HOD / IT Principal DEPARTMENT OF INFORMATION TECHNOLOGY Question Bank Subject Name : Digital Principles and System Design Year / Sem : II Year / III Sem Batch : 2011 2015 Name of the Staff : Mr M.Kumar AP / IT Prepared By

More information

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering BCN1043 By Dr. Mritha Ramalingam Faculty of Computer Systems & Software Engineering mritha@ump.edu.my http://ocw.ump.edu.my/ authors Dr. Mohd Nizam Mohmad Kahar (mnizam@ump.edu.my) Jamaludin Sallim (jamal@ump.edu.my)

More information

Minnesota State College Southeast

Minnesota State College Southeast ELEC 2211: Digital Electronics II A. COURSE DESCRIPTION Credits: 4 Lecture Hours/Week: 2 Lab Hours/Week: 4 OJT Hours/Week: *.* Prerequisites: None Corequisites: None MnTC Goals: None Minnesota State College

More information

UNIT III. Combinational Circuit- Block Diagram. Sequential Circuit- Block Diagram

UNIT III. Combinational Circuit- Block Diagram. Sequential Circuit- Block Diagram UNIT III INTRODUCTION In combinational logic circuits, the outputs at any instant of time depend only on the input signals present at that time. For a change in input, the output occurs immediately. Combinational

More information

Chapter 7 Memory and Programmable Logic

Chapter 7 Memory and Programmable Logic EEA091 - Digital Logic 數位邏輯 Chapter 7 Memory and Programmable Logic 吳俊興國立高雄大學資訊工程學系 2006 Chapter 7 Memory and Programmable Logic 7-1 Introduction 7-2 Random-Access Memory 7-3 Memory Decoding 7-4 Error

More information

EE Chip list. Page 1

EE Chip list. Page 1 Chip # Description 7400 Quadruple 2-Input Positive NANDS 7401 Quadruple 2-Input Positive NAND with Open-Collector Outputs 7402 Quadruple 2-input Positive NOR 7403 Quadruple 2-Intput Positive NAND with

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad ELECTRICAL AND ELECTRONICS ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad ELECTRICAL AND ELECTRONICS ENGINEERING Course Name INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK : SWITCHING THEORY AND LOGIC DESISN Course Code : A40407

More information

CHAPTER 1 LATCHES & FLIP-FLOPS

CHAPTER 1 LATCHES & FLIP-FLOPS CHAPTER 1 LATCHES & FLIP-FLOPS 1 Outcome After learning this chapter, student should be able to; Recognize the difference between latches and flipflops Analyze the operation of the flip flop Draw the output

More information

Logic Design Viva Question Bank Compiled By Channveer Patil

Logic Design Viva Question Bank Compiled By Channveer Patil Logic Design Viva Question Bank Compiled By Channveer Patil Title of the Practical: Verify the truth table of logic gates AND, OR, NOT, NAND and NOR gates/ Design Basic Gates Using NAND/NOR gates. Q.1

More information

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District UNIT-III SEQUENTIAL CIRCUITS

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District UNIT-III SEQUENTIAL CIRCUITS NH 67, Karur Trichy Highways, Puliyur C.F, 639 114 Karur District DEPARTMENT OF ELETRONICS AND COMMUNICATION ENGINEERING COURSE NOTES SUBJECT: DIGITAL ELECTRONICS CLASS: II YEAR ECE SUBJECT CODE: EC2203

More information