Questions tagged as 'arquitetura-computadores'

1
answer

What is the architecture of Cleopatra?

There are several basic architectures of modern computers. Here at SOPt you have some questions about Von architecture Neumann and from Harvard . Recently, in a small reading, they quoted another architecture, which would be such an architec...
asked by 01.08.2017 / 02:39
1
answer

What are the terms RISC and CISC in relation to software development?

My teacher mentioned the two terms RISC and CISC, they seem to me to be some kind of architecture. And software that is developed (compiled) for computers that use RISC can not run on CISC-like computers, even using identical operating systems,...
asked by 28.09.2017 / 04:59
1
answer

Assembly and Architecture Compatibility

I have no experience with the assembly low-level language. What does it take to get the most out of cross platform with this language? I mean, if I focus only on AMD64 (x86-64) will I get compatibility with all current computers?     
asked by 29.06.2014 / 19:27
2
answers

Execution of Instructions

I'm reading a book on Introduction to Computer Architecture. A section of the book reads as follows about the RISC interface of processors: "Each instruction typically takes a clock cycle." But the same book contains the following excerpt,...
asked by 25.11.2014 / 14:00
1
answer

Are there advantages to using little endianess?

Today's top architectures use little endianess . Is there a clear advantage to its use? Should I worry when I'm programming? In what situation?     
asked by 30.03.2017 / 13:18
2
answers

What is the difference between socket and port?

Developing a service-oriented app , I came across the following question: What is the difference between port and socket within the computational structure?     
asked by 21.02.2018 / 03:59
0
answers

What are and how do registrars work? [closed]

   Market processors feature a set of components and   internal elements, which perform specific functions. Of these   components, the registers perform important functions in the   processing instructions. How do these MDR (Memory in Regist...
asked by 10.05.2017 / 22:11
1
answer

What is the size of the memory according to the size of the address?

I'm having some difficulty answering two questions based on the following information: Supports virtual memory hardware; Works with 1KB pages; Works with 24-bit virtual addresses; Works with 16-bit physical addresses; Has only 1 page...
asked by 01.12.2018 / 14:50
1
answer

Where are stored instructions for a processor?

I'm studying computer architecture, and I'm very confused about the set of instructions for a processor. When we write something, for example, ADD A1, B1 , the processor sums the value of register A1 with B1 and stores the result in A1. Bu...
asked by 23.10.2015 / 23:49
1
answer

What is the lowest memory unit of a processor? [closed]

I wanted to know which is the smallest memory unit of the processor? Will it be the data loggers or is there something smaller than them?     
asked by 17.05.2017 / 00:56