ELECTRONICS AND COMMUNICATION ENGINEERING

Slides:



Advertisements
Similar presentations
ADDER, HALF ADDER & FULL ADDER
Advertisements

Logical Design.
8085 processor. Bus system in microprocessor.
التصميم المنطقي Second Course
EE1A2 Microprocessor Systems & Digital Logic Part I Digital Electronic System Design Dr. T. Collins.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, Java Version, Third Edition.
Chapter 1 Binary Systems 1-1. Digital Systems
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Third Edition.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
+ CS 325: CS Hardware and Software Organization and Architecture Exam 1: Study Guide.
CS 105 Digital Logic Design
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
Computers Organization & Assembly Language
1 CHAPTER 4: PART I ARITHMETIC FOR COMPUTERS. 2 The MIPS ALU We’ll be working with the MIPS instruction set architecture –similar to other architectures.
CS 1308 – Computer Literacy and the Internet. It’s Not Magic  The goal of the next series of lectures is to show you exactly how a computer works. 
Chapter 6 Digital Arithmetic: Operations and Circuits ECE 221 Intro
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Computer Fundamentals ELEC 330 Digital Systems Engineering Dr. Ron Hayne.
Digital Arithmetic and Arithmetic Circuits
Digital Components and Combinational Circuits Sachin Kharady.
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
Monday, December 6 Assignment(s) due:Assignments #11(original or redo), #12 and #EC2 are due tonight Tonight is the last chance to turn in Quizzes #13.
مدار منطقي مظفر بگ محمدي Course Structure & Grading Homework: 25% Midterm: 30% Final:50% There is 5% extra! ( =105!) Textbook:
Chapter 1: Digital Computers and Information Illustration at beginning of each Chapter Base 10 Binary Base 2 Octal Base 8 Hex bas
Universal college of engineering & technology. .By Harsh Patel)
Combinational Circuits
Tutorial: ITI1100 Dewan Tanvir Ahmed SITE, UofO
MECH1500 Chapter 3.
1 Chapter 4 Combinational Logic Logic circuits for digital systems may be combinational or sequential. A combinational circuit consists of input variables,
Logic Design CS221 1 st Term combinational circuits Cairo University Faculty of Computers and Information.
Chapter 1: Binary Systems
ECE 2110: Introduction to Digital Systems
ECE DIGITAL LOGIC LECTURE 15: COMBINATIONAL CIRCUITS Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2015, 10/20/2015.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Chapter 6. Digital Arithmetic: Operations and Circuits
Week 1: Introduction and Logic gates IT3002 – Computer Architecture
8085 Microprocessor Architecture
Lecture 1: Introduction and Numbers
Invitation to Computer Science, C++ Version, Fourth Edition
Prof. Sin-Min Lee Department of Computer Science
Microprocessor and Microcontroller Fundamentals
DIGITAL LOGIC CIRCUITS
Processor/Memory Chapter 3
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
ELECTRONICS AND COMMUNICATION ENGINEERING
Digital Arithmetic Wen-Hung Liao, Ph.D..
Chap 7. Register Transfers and Datapaths
COSC 3330/6308 First Review Session
EKT 221 : Digital 2 Serial Transfers & Microoperations
Digital Components and Combinational Circuits
Digital Logic Last Time … This Time … Control Path, Arithmetic Ops a
Fundamentals & Ethics of Information Systems IS 201
Invitation to Computer Science, Java Version, Third Edition
מיתוג ומערכות ספרתיות אתר הקורס:
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Fundamentals of Computer Science Part i2
Week 7: Gates and Circuits: PART II
13 Digital Logic Circuits.
Table 1.1 Powers of Two.
Electronics for Physicists
XOR Function Logic Symbol  Description  Truth Table 
ECE 331 – Digital System Design
Shift registers and Floating Point Numbers
Arithmetic Circuits.
Instruction execution and ALU
Chapter 0 Introduction Introduction Chapter 0.
Computer Architecture
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION & ANSWERS

165 The binary pattern 101110 is an answer received after adding two numbers in a 6-bit two’s complement system. The . answer in decimal system is (a) – 45 (b) – 44 (c) – 18 (d) – 13 (e) + 45. 166 A 4-bit ALU which is based on 1’complement arithmetic is used to do the following addition. 1101 +1011 The answer should be: Range overflow 16 (c) –16 (d) 8 (e) 24. 167 Using Boolean algebra the reduced expression for function AB’C + ABC can be realized by using how many number of gates? (a) 7 (b) 3 (c) 2 (d) 11 (e) 8.

168 RISC stands for . (a) Reduced Instruction Sign Computers (b) Reduced Instruction Set Computers (c) Reduced Instruction Set Carry (d) Reduced Invalid Set Computers (e) Reset Instruction Set Computers. 170 Which of the following statement is false? Combinational circuits has memory Sequential circuits has memory Sequential circuits is a function of time Combinational circuits does not require feed back paths Sequential circuits require feed back paths. 171 Which of the following is responsible for coordinating various operations using timing signals? (a) Arithmetic-logic unit (b) Control unit (c) Memory unit (d) Input unit (e) Output unit.

172 What kind of Information is stored inside the computer? . (a) Binary form (b) ASCII code form (c) Decimal form (d) Alpha numeric (e) Numeric form. 173 A parity bit (a) Is used to indicate uppercase letters (b) Is used to detect errors (c) Is the first bit in a byte (d) Is the last bit in a byte (e) Is used to indicate lowercase letters. 174 A four input multiplexer has inputs A, B, C and D and select lines S0 and S1. Which of the following statement(s) where the output F is given by Which of the above statements is/are true? (a) Only (I) above (b) Only (II) above (c) Only (III) above (d) Both (I) and (II) above (e) Both (II) and (III) above. 175 Consider the following Karnaugh map: Which of the following is the most compact form of Boolean expression which corresponds to the map?

176 What do you call the given statement as? . “The information which will be used in near future is likely to be in use already is” (a) Spatial Locality (b) Locality (c) Hit ratio (d) Temporal Locality (e) Effective access time. 177 In which page replacement algorithm where there is a replacement of a page, which will not be used for the longest period of time? (a) MFU (b) LRU (c) OPT (d) FIFO (e) LFU. 178 Which of the following is supplied by one unit to indicate to other unit when the transfer has to occur? (a) Strobe pulse (b) Time slice (c) Access right (d) Logic gate (e) Program. 179 A Set of Logical Addresses as is called (a) Memory space (b) Disk space (c) Address space (d) Location (e) Pages.

180. Which of the following can be used for checking errors in transmission? Full duplex Half duplex CRC Full adder Binary adder. 181. The computer architecture having stored program is . (a) Harvard (b) Von-Neumann (c) Pascal (d) Ada (e) Cobol. 182. The key technology used in IV generation computers is . (a) MSI (b) SSI (c) LSI &VLSI (d) Transistors (e) Vacuum Tubes. 183. x and y are two digit BCD numbers. It is known that x + y is equal to 82(BCD) and x - y is equal to 04(BCD). The value of x is . (a) 01000011 (b) 00001010 (c) 00101011 (d) 00100111 (e) 00110010. 184. The gray code of a given binary number 1001 is (a) 1110 (b) 0110 (c) 1101 (d) 1111 (e) 0000. 185. When the addition of two +ve numbers results in a –ve value, then flag will be set. (a) Over-flow (b) Carry (c) Parity (d) E (e) Sign. 186. The digital circuit that generates the arithmetic sum of two binary numbers of any length is . Binary-Adder Full-Adder Half-Adder Adder OR-gate.

187. Which of the following representation requires the least number of bits to store the number +255? (a) BCD (b) 2’s complement (c) 1’s complement (d) Unsigned binary (e) Signed binary. 188. The number of select input lines in an 8-to-1 multiplexer is . (a) 1 (b) 8 (c) 2 (d) 4 (e) 3. 189. If F= AB’ + C’D then F’= . (a) (A+B’)(C’+D) (b) (A’B)+(CD’) (d) (A’+B)(C+D’) (e) (A’+B)+(C+D’). (c) (AB’)(CD’) 190. Serial to parallel data conversion is done using (a) Accumulator (b) Shift Register (d) CPU (e) Control Unit. (c) Counter

Thanks…