Questões de Concurso
Sobre armazenamento de dados em arquitetura de computadores em arquitetura de computadores
Foram encontradas 337 questões
No que se refere às tecnologias de armazenamento de dados, considere os itens a seguir.
I - Sistema baseado em conteúdo.
II - Suporta armazenamento de instância única.
III - Arquitetura RAIN (Redundant Array of Independent Nodes).
Qual dos itens acima está relacionado à tecnologia
CAS (Content-Addressed Storage)?
Com relação a fundamentos de computação, julgue o item que se segue.
O acesso aos dados armazenados em fitas é feito de forma
sequencial, enquanto nos meios magnéticos é utilizado o
acesso direto.
Acerca do armazenamento de dados na plataforma Android, julgue o seguinte item.
O Android disponibiliza um banco de dados público local,
orientado a objetos, para o armazenamento de dados
estruturados, o que possibilita o gerenciamento das aplicações
e dos dados de forma rápida e segura.
Dadas as igualdades abaixo:
I. 1TB = 1000MB
II. 1GB = 1024MB
III. 1MB = 1000KB
IV. 1PB = 1024TB
Está CORRETO o que se afirma, apenas, em
Qual alternativa melhor explica o que vai acontecer?
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)
A capacidade máxima de armazenamento de dados de um DVD de 12 cm (tamanho mais comum) está entre
Obs.: 1 KByte = 1024 Bytes; 1 MByte = 1024 KBytes; 1 GByte = 1024 MByte; 1TByte = 1024 GByte).