1 2 3 4 5 6 7 8 9.

Slides:



Advertisements
Similar presentations
Instruction Clock Cycles Generally, 1 cycle per memory access: – 1 cycle to fetch instruction word – +1 cycle if or #Imm – +2 cycles.
Advertisements

Memory. Memory.
The Build-up of the Red Sequence at z
Simple Graph Warmup. Cycles in Simple Graphs A cycle in a simple graph is a sequence of vertices v 0, …, v n for some n>0, where v 0, ….v n-1 are distinct,
RISC and Pipelining Prof. Sin-Min Lee Department of Computer Science.
Computer Architecture Vector Architectures Ola Flygt Växjö University
FPU structure. Assumptions (to shorten execution trace) – 2 instructions dispatched in order per cycle – execution begins in same cycle as dispatch –
Add two strings representing numbers Carry = 0 S1 = S2 = S3 =
1 EE24C Digital Electronics Project Theory: Sequential Logic (part 2)
Processor Architecture Kieran Mathieson. Outline Memory CPU Structure Design a CPU Programming Design Issues.
CSCE 212 Quiz 9a – 4/1/11 For the following questions, assume the clock cycle times given above and the following set of instructions: lw $5, -16($5) sw.
Lecture 11 CSE 331 Sep 25, Homeworks Please hand in your HW 2 now HW 3 and graded HW 1 at the end of class.
1.4 The Unit Impulse and Unit Step Functions The Discrete-Time Unit Impulse and Unit Step Sequences The Discrete-Time Unit Impulse Sequence.
Presentation Timer Select a time to count down from the clock above 60 min 45 min 30 min 20 min 15 min 10 min 5 min or less.
Presentation Timer Select a time to count down from the clock above 60 min 45 min 30 min 20 min 15 min 10 min 5 min or less.
Silent Classroom Timer
Classroom Timer Select a time to count down from the clock above 60 min 45 min 30 min 20 min 15 min 10 min 5 min or less.
In Slide Sorter View, have students sequence events in a logical order. Then they add text to each slide, including details about each change, using unit.
In order to end up with a 2-min monologue, it’s important to get a rough idea of the length of your story as you create it. Take the parts that.
What is Curriculum Integration? First, what are your ideas? What do you think it means to integrate curriculum? How do you think teachers integrate curriculum?
4.8 Writing Equations from Patterns A very useful problem-solving strategy is look for a pattern. When you make a conclusion based on a pattern of examples,
Computing Actual Lengths from a Scale Drawing. Scale Where have you seen this term used? Scale is the ratio of size between the actual object and a model.
Logarithmic and Exponential Functions. Rational Exponents Review Properties of Integer Exponents Note:
CARTOON STRIP SEQUENCE Water Cycle. Theory A cartoon strip sequence is a series of cartoon- style pictures that shows a sequence of events. The pictures.
Translating Conic Sections
10-3 Angle Relationships G2:Properties of 2- dimensional figures.
Social Roles and Relationships.
Fast calculation methods. Addition  Add 137,95 Solution: = (137-5)+100= = 232.
Counters and Registers Synchronous Counters. 7-7 Synchronous Down and Up/Down Counters  In the previous lecture, we’ve learned how synchronous counters.
Lecture 5 CSE 331. Graphs Problem Statement Algorithm Problem Definition “Implementation” Analysis A generic tool to abstract out problems.
The Physical Sciences Chapter Two: Science and Measurement 2.1 Inquiry and the Scientific Method 2.2 Distance, Time, and Speed 2.3 Experiments and Variables.
GROUP 2 CHAPTER 16 CONTROL UNIT Group Members ๏ Evelio L. Hernandez ๏ Ashwin Soerdien ๏ Andrew Keiper ๏ Hermes Andino.
Objective: Learn to describe the relationships and extend the terms in arithmetic sequence.
Describes the relationship between the lengths of the hypotenuse and the lengths of the legs in a right triangle.
Asking for Instruction SPEAKING SKILLS ENGLISH CONVERSATION CLASS GRADE 7 JANUARY 27, 2011.
Graphs... Can describe real situations. Show relationships between two variables.
Lecture No. 27 Sequential Logic.
Timing issues.
Shapes Time Equations Place Value $10 $20 $30 $40 COMMON CORE.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
International Projects
قانون المنافسة ومنع الاحتكار
Lecture 10 CSE 331 Sep 21, 2016.
Lecture 10 CSE 331 Sep 20, 2017.
Finding the Volume of Irregular Shapes
Coordination of cell size control by the circadian clock in S
Connecting Algebra Tiles to Integer Tiles
Common Core Vs. Kansas Standards
Sequences COURSE 3 LESSON 12-1
Walks, Paths, and Circuits
CHAPTER 4 COUNTER.
Mod 15.2: Isosceles and Equilateral Triangles
EDLC(Embedded system Development Life Cycle ).
Arithmetic Sequence Objective:
Arithmetic Sequences.
Logarithms.
Sequential Design Example
Workgroup Timetable Tim Davis.
Lecture 11 CSE 331 Sep 23, 2011.
MATHEMATICIAN Numbers.
The Physical Sciences. The Physical Sciences Chapter Two: Science and Measurement 2.1 Inquiry and the Scientific Method 2.2 Distance, Time, and Speed.
Graphs G = (V, E) V are the vertices; E are the edges.
What are the next four numbers in these sequences?
Going round in circles… Going round in circles…
The travelling salesman problem
3-5 Proportional and Nonproportional Relationships
Problem ??: (?? marks) Consider executing the following code on the MIPS pipelined datapath: add $t5, $t6, $t8 add $t9, $t5, $t4 lw $t3, 100($t9) sub $t2,
Why We Need Car Parking Systems - Wohr Parking Systems
Types of Stack Parking Systems Offered by Wohr Parking Systems
Add Title.
Presentation transcript:

1 2 3 4 5 6 7 8 9

Add two numbers to get the next one in the sequence: 4,7 4+7 = 11 which is 1(mod 10) 4,7,1 7+1 = 8 4,7,1,8 8+1 = 9 4,7,1,8,9 8+9 = 17 which is 7(mod10)

4,7,1,8,9,7,6,3,9,2,1,3,4,7,..... cycle length 12

0,0,0,0,0,... cycle length 1

5,5,0,5,5,0,5,5,0,.... cycle length 3

2,6,8,4,2,6,8,4,.... cycle length 4

2,2,4,6,0,6,6,2,8,0,8,8,6,4,0,4,4,8,2,0,2,2,... cycle length 20

1,1,2,3,5,8,3,1,4,5,9,4,3,7,0,7,7,4,1,5,6,1,7,8,5,3,8,1,9,0,9,9,8,7,5,2,7,9,6,5,1,6,7,3,0,3,3,6,9,5,4,9,3,2,5,7,2,9,1,0,1,1,..... cycle length 60

Inviting Inquiry How will you know you’ve found them all? How many distinct cycles are there? How will you know you’ve found them all? What if your clock has 7 numbers? 5? 12? Is there a relationship between the number of cycles and the size of the clock?