CPU Features Flashcards

(47 cards)

1
Q

What does a 32-bit operating system refer to?

A

The capability of the CPU to process 32 bits of data at a time and address up to 4GB of memory

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

What does a 64-bit operating system refer to?

A

The capability of the CPU to process 64 bits of data at a time and address up to 17 exabytes of memory (theoretically)

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

What is the maximum memory addressable by a 32-bit processor?

A

4 gigabytes (2^32 bytes)

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

What is the maximum memory addressable by a 64-bit processor?

A

17,179,869,184 gigabytes (2^64 bytes, theoretically)

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

What is the term used for 32-bit Intel processors?

A

x86

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

What is the term used for 64-bit Intel/AMD processors?

A

x64

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

Can a 32-bit operating system run 64-bit applications?

A

No

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

Can a 64-bit operating system run 32-bit applications?

A

Yes, through compatibility modes

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

Where are 32-bit applications typically installed on a 64-bit Windows system?

A

In the “Program Files (x86)” folder

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

Where are 64-bit applications typically installed on a 64-bit Windows system?

A

In the “Program Files” folder

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

What does ARM stand for?

A

Originally “Acorn RISC Machine,” now often referred to as “Advanced RISC Machine”

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

What company develops the ARM architecture?

A

ARM Limited (now owned by NVIDIA)

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

What are the advantages of ARM processors?

A

Energy efficiency, lower heat generation, and high performance in mobile devices

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

Where are ARM processors commonly used?

A

Mobile phones, tablets, embedded systems, and increasingly in laptops/desktops

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

What is a CPU core?

A

An individual processing unit within a CPU that can execute instructions independently

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

What is the purpose of multiple CPU cores?

A

To perform multiple tasks simultaneously, improving overall processing efficiency

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

What is a CPU die?

A

The small block of semiconducting material on which the CPU circuitry is fabricated

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

What can be seen in a magnified view of a CPU die?

A

Individual cores, cache memory, and other components of the CPU

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

What is the difference between a CPU and a core?

A

A CPU is the entire processor package, while a core is an individual processing unit within the CPU

20
Q

What is the role of cache memory in a CPU?

A

To reduce the time it takes for the CPU to access frequently used data

21
Q

A 64-bit operating system can address less memory than a 32-bit operating system.

A

False (A 64-bit OS can address significantly more memory)

22
Q

ARM processors are primarily used in desktop computers.

A

False (ARM processors are primarily used in mobile devices and embedded systems)

23
Q

A 32-bit application can run on a 64-bit operating system.

24
Q

A 64-bit application can run on a 32-bit operating system.

25
The x86 architecture refers to 64-bit processors.
False (x86 refers to 32-bit processors)
26
The x64 architecture refers to 64-bit processors.
True
27
ARM processors are known for high power consumption.
False (ARM processors are known for energy efficiency)
28
A CPU with more cores will always perform better than a CPU with fewer cores.
False (Performance depends on multiple factors, including clock speed, architecture, and software optimization)
29
Cache memory is slower than RAM.
False (Cache memory is faster than RAM)
30
ARM processors are licensed to third-party manufacturers.
True
31
A 32-bit processor can address up to 17 exabytes of memory.
False (A 32-bit processor can address up to 4GB of memory)
32
A 64-bit processor can address up to 4GB of memory.
False (A 64-bit processor can address up to 17 exabytes of memory, theoretically)
33
The "Program Files (x86)" folder on a 64-bit Windows system contains 64-bit applications.
False (It contains 32-bit applications)
34
The "Program Files" folder on a 64-bit Windows system contains 64-bit applications.
True
35
ARM processors are not used in laptops or desktops.
False (ARM processors are increasingly used in laptops and desktops)
36
A user wants to upgrade their old 32-bit system to a 64-bit operating system. What should they check before upgrading?
Ensure their CPU supports 64-bit instructions
37
A user wants to run a 64-bit application on a 32-bit operating system. Is this possible?
No, a 32-bit OS cannot run 64-bit applications
38
A system administrator is choosing processors for a new batch of mobile devices. What architecture should they consider for energy efficiency?
ARM architecture
39
A user is experiencing slow performance on a multi-core CPU. What could be a potential cause?
Software not optimized for multi-core processing
40
A technician is comparing a 32-bit and a 64-bit CPU. What is a key difference in memory addressing?
64-bit CPUs can address significantly more memory than 32-bit CPUs
41
A developer is creating software for both 32-bit and 64-bit systems. What should they consider for compatibility?
Compile separate versions for each architecture
42
A technician is troubleshooting a system with an ARM processor. What should they ensure when installing drivers?
The drivers are compatible with ARM architecture
43
A user wants to upgrade their laptop for better battery life. What type of processor should they consider?
ARM processor
44
A system administrator is deploying servers. Should they choose ARM or x64 processors for high-performance computing?
Typically x64 processors for high-performance computing
45
A technician is examining a CPU die under magnification. What might they see?
Individual cores and cache memory areas
46
A user wants to run legacy 32-bit software on a new 64-bit system. What feature allows this?
Backward compatibility mode in 64-bit operating systems
47
A system administrator is selecting CPUs for embedded systems. What architecture should they consider for low power consumption?
ARM architecture