Tste Flashcards

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

O que a Arquitetura de Computadores refere-se?

A

Atributos de um sistema visíveis a um programador, com impacto direto na execução de um programa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Dê um exemplo de atributo arquitetural.

A

Um computador terá ou não instruções de multiplicação.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

O que a Organização de Computadores refere-se?

A

Unidades operacionais e sua interconexão que realizam as especificações arquiteturais.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

O que é Hardware?

A

Parte física de um computador, como placa mãe, processador, memória, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como a instrução de multiplicação pode ser implementada?

A

Com uma unidade de multiplicação ou por meio de repetições da unidade de adição.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Defina Software.

A

Conjuntos de programas, aplicativos, instruções e regras.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Dê exemplos de Software.

A

Windows, Linux, Excel, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A Arquitetura de Computadores tem impacto na _______.

A

[execução de um programa]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

O que constitui o Hardware de um computador?

A

Componentes físicos como placa mãe, processador, memória.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Verdadeiro ou Falso: A Arquitetura de Computadores e a Organização de Computadores são a mesma coisa.

A

Falso

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the operation for OU (OR)?

A

A Bx = A + B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the operation for E (AND)?

A

ABx = A * B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the algebra of Boole express?

A

It expresses the operation of a circuit in the form of an algebraic operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the operation for NÃO (NOT)?

A

x = A’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the formula for x in terms of A, B, C, and D?

A

x = (A’ * B * C) * (A + D)’ or x = (A * B * C) * (A + D)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are the components of a computer system?

A

CPU, Memórias, Barramentos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are examples of Dispositivos de Entrada / Saída?

A

Vídeo, Teclado, Mouse, Impressora

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are examples of Elementos de Hardware?

A

Memória, HD, CD, SSD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the formula for X in terms of A and B?

25
What is computer architecture?
The conceptual design and fundamental operational structure of a computer system.
26
True or False: The CPU is the central processing unit of a computer.
True
27
Fill in the blank: The __________ is responsible for executing instructions in a computer.
CPU
28
What does ALU stand for?
Arithmetic Logic Unit
29
Multiple Choice: Which component is primarily responsible for temporary data storage?
RAM
30
What is the function of the control unit in a CPU?
To direct the operation of the processor and coordinate the activities of all other hardware components.
31
True or False: ROM is a type of volatile memory.
False
32
What does the acronym 'I/O' stand for in computer architecture?
Input/Output
33
Fill in the blank: The __________ bus is used to transfer data between the CPU and memory.
data
34
Multiple Choice: Which of the following is NOT an input device?
Printer
35
What is the primary purpose of the system bus?
To connect the CPU with other components such as memory and I/O devices.
36
True or False: Cache memory is faster than main memory.
True
37
What is the difference between RISC and CISC architectures?
RISC (Reduced Instruction Set Computer) uses a small, highly optimized instruction set, while CISC (Complex Instruction Set Computer) uses a larger set of instructions.
38
Fill in the blank: The __________ is a collection of registers that temporarily hold data and instructions.
CPU cache
39
Multiple Choice: Which of the following is a characteristic of multiprocessor systems?
Increased processing power and performance.
40
What is pipelining in computer architecture?
A technique where multiple instruction phases are overlapped to improve performance.
41
True or False: A bus can only be unidirectional.
False
42
What is virtual memory?
A memory management capability that allows the execution of processes that may not be completely in memory.
43
Fill in the blank: The __________ is the main memory used for storing data and programs currently in use.
RAM
44
Multiple Choice: Which type of memory is typically slower?
Secondary storage
45
What does DMA stand for and what is its purpose?
Direct Memory Access; it allows certain hardware subsystems to access main system memory independently of the CPU.
46
True or False: The fetch-decode-execute cycle is fundamental to CPU operation.
True
47
What is the primary role of an operating system in relation to computer architecture?
To manage hardware resources and provide services for application software.
48
Fill in the blank: The __________ is used to convert high-level programming languages into machine code.
compiler
49
Multiple Choice: Which of the following is a type of secondary storage?
Hard disk drive
50
What is the purpose of a motherboard?
To connect all components of a computer and allow communication between them.