Sequential (126) Architecture of in-out

https://chihaukam.blogspot.com/2024/07/blog-post.html

.

Ref: https://chihaukam.blogspot.com/2024/02/john-one-day-i-went-out-to-street.html?m=1

.


.
John: Take a look.  https://chihaukam.blogspot.com/2023/09/me-before-person-is-converted-and.html?m=1 . It's about dynamic and static memory. 
Me: Ok.

John: Take a lookhttps://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_15.html?m=1 . https://kamchihau.blogspot.com/2022/08/angle-effect-in-optical-fiber.html?m=1 . They are about architecture of data bus. 

.

Me: Ok.

.

John: Lastly,  they develop into the model as the picture above described.  There's only 2 lines which are output line and input line.

.

Me: And, there're readability line and writability line.

.

John : In code, we have, 

.

If (readable = 1 & writable = 1)

{

Memory = dynamic 

}

Else if (readable = 1 & writable = false)

{

Memory = static 

}


Comments