Graded Quiz #2 Sept. 6, 2017 Clicker [AB]

Slides:



Advertisements
Similar presentations
Modular Combinational Logic
Advertisements

1 RTL Example: Video Compression – Sum of Absolute Differences Video is a series of frames (e.g., 30 per second) Most frames similar to previous frame.
AB 11 22 33 44 55 66 77 88 99 10  20  19  18  17  16  15  14  13  12  11  21  22  23  24  25  26  27  28.
Revised: Aug 1, EE4390 Microprocessors Lesson 6,7 Instruction Set, Branch Instructions, Assembler Directives.
HCS12 Arithmetic Lecture HC12 Arithmetic Addition and Subtraction Shift and Rotate Instructions Multiplication Division.
CS 151 DIGITAL Systems Design Lecture 34 Datapath Analysis.
1. A unit vector is A) without dimensions. B) without direction. C) without magnitude. D) None of the above. 2. The force F = (3 i + 4 j ) N has a magnitude.
ENGIN112 L34: Datapath Analysis November 24, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 34 Datapath Analysis.
Find [G : H] if G = Z 18 and H =. (a) 1.5(b) 3 (c) 6(d) 9 (e) 12(f) 18 (g) None of the above.
According to properties of the dot product, A ( B + C ) equals _________. A) (A B) +( B C) B) (A + B) ( A + C ) C) (A B) – ( A C) D) ( A B ) + ( A C) READING.
(BASIC MATH) QUIZ. START!! Click Here!! 1. What is Addition? a. The act or process of adding numbers. The act or process of adding numbers. b. The act.
Homework 2 Due 28 th May Implement This Function using 1)a 3-to-8 Line Decoder (with OR gates) 2) a 3-to-8 Line Active Low Decoder (with NAND gates)
6 th Grade Science Week 6 CCA (Reg) Question 1 Answers 1 Question 2 Question 3 Question 4 Question 5 Question 6 Answers 2 Answers 3 Answers 4 Answers.
The M68HC11 Basic Instruction Set Basic Arithmetic Instructions
One step equations Add Subtract Multiply Divide By: Jennifer Del-Castillo John F. Kennedy Middle School.
Learn to compare and order decimals, fractions, and percents.
Dividing Decimals; Average, Median, and Mode
Holt CA Course Mean, Median, Mode, and Range Warm Up Warm Up Lesson Presentation Lesson Presentation California Standards California StandardsPreview.
ECE 447: Lecture 12 Logic, Arithmetic, Data Test and Control Instructions of MC68HC11.
ECE 265 Midterm Review 12/1/ ECE265. Administrivia  The grade for quiz 3 was not entered into to Carmen before I handed them back.  I realize.
ECE Computer Architecture Lecture Notes # 6 Shantanu Dutt How to Add To & Use the Basic Processor Organization To Execute Different Instructions.
Holt CA Course Mean, Median, Mode, and Range Warm Up Warm Up Lesson Presentation California Standards Preview.
The Assemble, Unassemble commands of the debugger: U Command for converting machine code language source Equivalent machine code instructions Equivalent.
Datapath and Control AddressInstruction Memory Write Data Reg Addr Register File ALU Data Memory Address Write Data Read Data PC Read Data Read Data.
Microprocessor & Assembly Language Arithmetic and logical Instructions.
6-1 Mean, Median, Mode and Range I CAN find the mean of a set of numbers. I CAN find the median of a set of numbers. I CAN find the mode of a set of numbers.
K.K. Leung Fall 2008Introductory Pentium Programming1 Pentium Architecture: Introductory Programming Kin K. Leung
1 Integer Representations V1.0 (22/10/2005). 2 Integer Representations  Unsigned integer  Signed integer  Sign and magnitude  Complements  One’s.
Course Mean, Median, Mode and Range 6-2 Mean, Median, Mode, and Range Course 1 Warm Up Warm Up Lesson Presentation Lesson Presentation Problem of.
Holt CA Course Mean, Median, Mode, and Range SDAP1.1 Compute the range, mean, median, and mode of data sets. California Standards.
REGISTER TRANSFER AND MICROOPERATIONS
I>clicker Session 8.
Fri. Aug 25 Announcements HW 1 / Lab 1 next week Slides online
Addressing Modes in Microprocessors
Who Wants To Be A Millionaire?
ECE 3430 – Intro to Microcomputer Systems
REGISTER TRANSFER AND MICROOPERATIONS
Mean, Median, Mode, and Range
Multiply the following rational expressions. Show work!
Multiplication and Division Instructions
Make Your Own Quiz.
Lecture 3 - Instruction Set - Al
Binary Quiz UIN: ____________________
Morgan Kaufmann Publishers Computer Organization and Assembly Language
Graded Quiz #5 Oct. 4, 2017 Clicker [AB]
Graded Quiz #3 Sept. 15, 2017 Clicker [AB]
Microprocessor and Assembly Language
Graded Quiz #6 Oct. 13, 2017 Clicker [AB]
Graded Quiz #4 Sept. 25, 2017 Clicker [AB]
Clicker #1 6 mol H2 reacts with 4 mol O2
Intel 8080 Processor The 8080 was an 8-bit processor
The graph of f(x) is depicted on the left. At x=0.5,
Graded Quiz #7 Oct. 25, 2017 Clicker [AB]
Enhancing Data Path M 4-bit Reg X A L U
Storing Control A L U We need a memory to store control
Add, Subtract, Divide and Multiply Integers
Clicker #1 6 mol H2 reacts with 4 mol O2
//HDL Example 7-1 // //Read and write operations of memory. //Memory size is 64 words of 4 bits each. module.
MIPS assembly.
Multiplication and Division Instructions
Multiplication and Division Instructions
Find Mean, Median, Mode, Range given a data set.
Add Subtract Multiply Divide
Intel 8086.
Learn to apply the properties of exponents.
Instruction execution and ALU
Clicker #1 6 mol H2 reacts with 4 mol O2
Add Subtract Multiply Divide
CS 111 – Sept. 16 Machine language examples Instruction execution
Divide 9 × by 3 ×
Presentation transcript:

Graded Quiz #2 Sept. 6, 2017 Clicker [AB] Covers: Module 1.b [15-84]

Question #1 If Y=$ABBA and A=$DD the result in (Y) after EXG Y, A will be: A: $DD00 B: $ABDD C: $00DD D: $DDBA E: None of these If Y=$ABBA and A=$DD the result in (Y) after EXG Y, A will be: A: $DD00 B: $ABDD C: $00DD  D: $DDBA E: None of these

Question #2 The is the 16-bit result produced by FDIV when dividing $4000 by $8000 A: $0000 B: $1000 C: $2000 D: $4000 E: $8000 The is the 16-bit result produced by FDIV when dividing $4000 by $8000 A: $0000 B: $1000 C: $2000 D: $4000 E: $8000 

Question #3 The only overflow case (causing V to be set) that can occur when executing IDIVS is: A: $7FFF / $8000 B: $8000 / $7FFF C: $7FFF / $FFFF D: $8000 / $FFFF E: None of the above The only overflow case (causing V to be set) that can occur when executing IDVS is: A: $7FFF / $8000 B: $8000 / $7FFF C: $7FFF / $FFFF D: $8000 / $FFFF  E: None of the above

Question #4 Addr Value Regs Name Value Y X What is the state after: Memory Addr Value What is the state after: LEAY 2,X+ A: X = 0, Y = 10 B: X = 2, Y = 0  C: X = 2, Y = 10 D: X = 2, Y = 8 E: None of these What is the state after: LEAY 2,X+ A: X = 0, Y = 10 B: X = 2, Y = 0 C: X = 2, Y = 10 D: X = 2, Y = 8 E: None of these 8t 1 2t 2 10t 3 0t Regs Name Value Y 10t X 0t 65534 7t

Question #5 Addr Value Regs Name Value Y X What is the state after: Memory Addr Value What is the state after: LEAY 2,+X A: X = 2, Y = 8 B: X = 2, Y = 0 C: X = 2, Y = 10 D: X = 2, Y = 2  E: None of these What is the state after: LEAY 2,+X A: X = 2, Y = 8 B: X = 2, Y = 0 C: X = 2, Y = 10 D: X = 2, Y = 2 E: None of these 8t 1 2t 2 10t 3 0t Regs Name Value Y 10t X 0t 65534 7t