Question : In some answers and questions I see citations to these acronyms. They are usually embedded in the following […]
Tag: arquitetura-computadores
Minimum number of bits required to represent decimal numbers
Question : I’m making a list of computer architecture and one of the first exercises is pretty basic: What […]
Memory addresses
Question : My architecture is 32-bit so my memory addresses are 32-bit? because it was using a debug by looking […]
What is the difference between socket and port?
Question : Developing a service-oriented app , I came across the following question: What is the difference between port and […]
What are the real problems for anyone working with assembly development? [closed]
Question : I’m studying the architecture and implementation in MIPS, but since I’m not working at a low level, what […]
Why does linux have an ISO for each processor architecture?
Question : Hello, I would like to understand why Linux has several ISO’s for each type of CPU (AMD64, i386, […]
Assembly and Architecture Compatibility
Question : I have no experience with the assembly low-level language. What does it take to get the most out […]
Relation of Java types or another language with processor architecture
Question : In Java you have the primitive types: int and float , which hold a maximum of 32 bits […]
What are the terms RISC and CISC in relation to software development?
Question : My teacher mentioned the two terms RISC and CISC, they seem to me to be some kind of […]
Execution of Instructions
Question : I’m reading a book on Introduction to Computer Architecture. A section of the book reads as follows about […]