MHB How Did NAND Memory Impact the ASUS Transformer TF300?

AI Thread Summary
The discussion centers around ideas for a research report on Advanced Computer Architecture, with a focus on topics like pipelining, branch prediction, and memory design. One suggestion highlights the potential of quantum computing advancements, emphasizing its relevance to current technology. Another contributor shares a personal experience with an ASUS Transformer TF300 tablet, noting its performance issues due to NAND memory and the introduction of the TRIM operation in Android 4.3 to mitigate these problems. This technical detail could serve as an interesting case study in memory design and its impact on device performance.
ineedhelpnow
Messages
649
Reaction score
0
Hi. I don't know if this is the right place to post this but I had a feeling that many of you might have some ideas on this. I have to write a research report on Advanced Computer Architecture. It can be about pipelining, branch prediction, memory or whatever. I want something really interesting and I have to be able to relate it with current technology today. For exam a distinct memory design for a new Dell processor or something like that. I'd appreciate any ideas because I'm not able to brainstorm much on it.
 
Technology news on Phys.org
Welcome back! :D

I would likely focus on the current advances being made in the field of quantum computing:

Quantum Computers News
 
Thanks unc :D
 
Several years ago I bought an ASUS Transformer TF300 tablet. It turned out to be OK except for one major flaw. If I understand correctly, it had NAND memory, which apparently was new and not well tested at the time. It turned out that it becomes slow over time to a point of a crawl. Therefore, something called TRIM operation was added to Android 4.3. It cleans the memory when the tablet is not in use. Unfortunately for me, ASUS never released Android 4.3 update for TF300. I think the technical details of this would be quite interesting.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top