Questões de Arquitetura de Computadores - Armazenamento de Dados em Arquitetura de Computadores para Concurso

Foram encontradas 322 questões

Q871200 Arquitetura de Computadores
Sobre os dispositivos de armazenamento, é CORRETO afirmar que
Alternativas
Q871199 Arquitetura de Computadores

Dadas as igualdades abaixo:


I. 1TB = 1000MB

II. 1GB = 1024MB

III. 1MB = 1000KB

IV. 1PB = 1024TB


Está CORRETO o que se afirma, apenas, em

Alternativas
Ano: 2017 Banca: UFSM Órgão: UFSM Prova: UFSM - 2017 - UFSM - Auxiliar em Administração |
Q858432 Arquitetura de Computadores
Você está em seu primeiro dia no emprego e recebeu como material de trabalho um pen drive de 16GB. Nesse pen drive você precisa salvar um único arquivo de 5,32GB chamado backup2016.zip. Porém, como o pen drive é novo e não veio formatado de fábrica, você o formata, escolhendo o sistema de arquivos FAT32.
Qual alternativa melhor explica o que vai acontecer?
Alternativas
Q856661 Arquitetura de Computadores

A typical computer system provides a hierarchy of different types of memories for data storage. Consider the statements below. 


I. The hard drive has a local data cache. Because the hard drive access speed is so much slower, disk access are normally done asynchronously at the hardware level. The hard drive controller will acknowledge the instruction right away, and will take sometime to populate the disk cache with the requested data block, and then, at a later time, raise an interrupt to notify the interested party that the data access is complete. This model of interrupt based data transfer is asynchronous. 

II. The cache is made up of small chunks of mirrored main memory. The size of these chunks is called the line size, and is typically something like 32 or 64 bytes. The cache can load and store memory in sizes a multiple of a cache line. Caches have their own hierarchy, commonly termed L1, L2 and L3. L1 cache is the fastest and smallest; L2 is bigger and slower, and L3 more so. 

III. Internal register in a CPU is used for holding variables and temporary results. Internal registers have a very small storage; however they can be accessed instantly. Accessing data from the internal register is the fastest way to access memory. Most registers are implemented as an array of DRAM cells. DRAM is a type of RAM that is much faster and more reliable than the SRAM, which is used for main memory because of its lower cost and smaller space consumption. DRAM does not need to be electrically refreshed as does SRAM. 

The correct statement (s) 

Alternativas
Q856281 Arquitetura de Computadores
Sobre os meios de armazenamento para backup é correto afirmar-se que
Alternativas
Respostas
221: C
222: C
223: C
224: E
225: D