wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arquitetura de Computadores P1

Total questions: 38

Worksheet time: 3hrs 30mins

Name
Class
Date
1.

Quais são as funções/instruções básicas de um computador?

a)

Armazenamento em memória, Processamento de bytes, Movimentação de dados e Controle

b)

Processamento de dados, Armazenamento de dados, Movimentação de dados e Controle

c)

Controle, Processamento de arquivos, Armazenamento de dados, Movimentação de dados

d)

Controle de E/S, Armazenamento de dados, Movimentação de dados e Processamento de Sinal

2.

Um método de execução de um programa escrito em L1 é primeiro substituir cada instrução nele por uma sequência equivalente de instruções em L0. O programa resultante consiste totalmente em instruções L0. O computador, então, executa o novo programa L0 em vez do antigo programa L1. Que técnica é essa?

a)

Ligação

b)

Interpretação

c)

Tradução

3.

A técnica consiste em escrever um programa em L0 que considere os programas em L1 como dados de entrada e os execute, examinando cada instrução por sua vez, executando diretamente a sequência equivalente de instruções L0. Essa técnica não requer que se gere um novo programa em L0. Que técnica é essa?

a)

Interpretação

b)

Montagem

c)

Tradução

d)

Compilação

4.

Quais são os principais componentes da arquitetura de Von Neumann?

a)

Memória Secundária, Unidade de Controle e CPU

b)

Memória Cache, Dispositivos de E/S e CPU

c)

Memória, CPU e Dispositivos de E/S

d)

Registradores, CPU e Memória

5.

O estudo de Arquitetura de Computadores pode ser definido como?

a)

Conjunto de instruções, número de bits usados para representação de dados, mecanismos de E/S, técnicas de endereçamento

b)

Os sinais de controle, interfaces, tecnologia de memória usando no projeto de um computador

c)

Registradores, número de bytes usados para representação de dados, mecanismos de E/S, técnicas de acesso a memória

d)

Conjunto de operações, número de bytes usados para representação de dados, memória, técnicas de armazenamento

6.

Quem desenvolveu a ideia de programa armazenado no computador e a arquitetura dos computadores modernos?

a)

John Von Neumann

b)

Bill Gates

c)

Steve Jobs

d)

Tim Berners-Lee

7.

O que conecta o processador e a memória?

a)

Barramento

b)

Cache

c)

NIC

d)

Unidade de Controle

8.

Quais são as duas partes principais de um processador?

a)

Control Unit & Arithmetic Logic Unit

b)

RAM & ROM

c)

RAM & Cache

d)

Control Unit & Cache

9.

Qual desses não é um barramento do computador?

a)

I/O Bus

b)

Address Bus

c)

Data Bus

d)

Control

10.

Qual desses é um barramento bi-direcional?

a)

Data Bus

b)

Control Bus

c)

Address Bus

d)

Cache Bus

11.

A menor área de armazenamento de alta velocidade dentro do processador é conhecida como..?

a)

Registers

b)

Addresses

c)

Cache

d)

Buses

12.
what does RAM stand for 
a)
random access memory
b)
random accessible memory
c)
random algorithm memory 
13.
Increasing the width of the data bus (adding more lines):
a)
Allows more data to be processed in one clock cycle, improving system performance
b)
Allows more locations in main memory to be addressed (used)
c)
Allows more data to be transferred to the CPU registers in one clock cycle
d)
Allows more data to be transferred to backing storage in one clock cycle
14.
If one extra line is added to the address bus:
a)
The amount of addressable memory doubles
b)
The amount of addressable memory increases by 1Gb
c)
There is no change to the amount of addressable memory
d)
The amount of addressable memory increases by 128Mb
15.
Increasing the width of the address bus (adding more lines):
a)
Allows more data to be processed in one clock cycle, improving system performance
b)
Allows more locations in main memory to be addressed (used)
c)
Allows more data to be stored in the CPU registers
d)
Allows more locations in backing storage to be addressed (used)
16.
The data bus:
a)
Transfers data between RAM and the CPU
b)
Identifies the next memory location to be used
17.
The address bus:
a)
Transfers data between RAM and the CPU
b)
Identifies the next memory location to be used
18.
The address bus is:
a)
Unidirectional
b)
Bidirectional
19.
One component of a processor is the Control Unit (CU).  What is this responsible for?
a)
Transferring data to main memory
b)
Controlling the address in main memory which will be used next
c)
Controlling the timing of operations and synchronising the other CPU components
d)
Carrying out instructions
20.
One component of the processor is the ALU.  What does this stand for?
a)
Arithmetic Logic Unit
b)
Adding Logic Unit
c)
Address Layout Unit
d)
ASCII Loop Unit
21.

Com relação às diferentes tecnologias de armazenamento de dados, julgue os itens a seguir.

I. Quando a tensão de alimentação de uma memória ROM é desligada, os dados dessa memória são apagados. Por isso, esse tipo de memória é denominado volátil.

II. O tempo de acesso à memória RAM é maior que o tempo de acesso a um registrador da unidade central de processamento (UCP).

III. O tempo de acesso à memória cache da UCP é menor que o tempo de acesso a um disco magnético.

IV. O tempo de acesso à memória cache da UCP é maior que o tempo de acesso à memória RAM.


Estão certos apenas os itens:

a)

I e II.

b)

I e III.

c)

II e III.

d)

II e IV.

e)

III e IV.

22.
The CPU cache is a memory buffer that sits between the hard drive and the main memory
a)
true
b)
FALSE
23.
Cache memory temporarily stores data.
a)
true
b)
FALSE
24.
CPU cache has lower access time than RAM
a)
true
b)
FALSE
25.
The CPU cache stores
a)
Only instructions
b)
Word documents
c)
Frequently accessed data and instructions
d)
A list of IP addresses
26.
Having a larger cache size on the CPU can improve the performance of the computer.
a)
true
b)
FALSE
27.
A cache makes recently accessed data immediately available to the processor
a)
true
b)
FALSE
28.
CPU cache memory is typically volatile
a)
true
b)
FALSE
29.
CPU Cache is located on
a)
The CPU
b)
The RAM
c)
The hard drive
d)
The motherboard
30.
Cache is used to make the computer faster
a)
TRUE
b)
FALSE
31.
Cache memory acts as a buffer between the processor and
a)
the RAM
b)
the harddrive
c)
the motherboard
d)
the user
32.
When the processor fetches data from the RAM, it is first copied onto the
a)
cache memory, and then from the cache memory into the main processor
b)
RAM, and then from the RAM into the main processor
c)
CPU, and then from the CPU into the RAM
d)
cache memory, and then from the cache memory into the RAM
33.
Which transfer is faster
a)
data between the cache and the CPU
b)
data between the RAM and cache
c)
data between the RAM and CPU
d)
data between the hard drive and CPU
34.
Before the processor fetches data from the RAM, it will check if it is stored on the cache first.
a)
TRUE
b)
FALSE
35.
The larger the cache, the slower the CPU will fetch instructions
a)
FALSE
b)
TRUE
36.
A CPU cache is the same as a website cache
a)
FALSE
b)
TRUE
37.
A cache is used to reduce average times to access memory
a)
TRUE
b)
FALSE
38.
Cache memory generally has (at least) two different levels, level 1 is the fastest.
a)
TRUE
b)
FALSE