3.5 CPU features Flashcards

(12 cards)

1
Q

What does a 32-bit CPU mean in terms of memory addressing?

A

It can reference up to 4 GB of memory.

This limitation is due to the maximum addressable space of 2^32 bytes.

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

How much memory can a 64-bit CPU address?

A

Up to 17 billion GB (theoretical limit).

The theoretical limit is 2^64 bytes.

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

Can a 64-bit OS run 32-bit applications?

A

Yes, but it requires 64-bit hardware and drivers.

This compatibility is facilitated through a subsystem in the OS.

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

Can a 32-bit OS run 64-bit applications?

A

No.

32-bit operating systems cannot handle the architecture required for 64-bit applications.

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

What are 32-bit and 64-bit Intel processors commonly called?

A
  • 32-bit: x86
  • 64-bit: x64

These terms refer to the architecture used in the processors.

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

Where are 32-bit and 64-bit applications typically installed in Windows?

A
  • 32-bit: “Program Files (x86)”
  • 64-bit: “Program Files”

This separation helps manage compatibility and organization of applications.

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

What does ARM stand for?

A

Advanced RISC Machine.

ARM architecture is known for its efficiency and is widely used in mobile devices.

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

What are the advantages of ARM processors?

A
  • High efficiency
  • Low power usage
  • Less heat generation
  • Fast processing

These features make ARM processors ideal for mobile and embedded systems.

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

Where are ARM processors most commonly used?

A

In mobile phones (99%) and increasingly in desktops and laptops.

Their efficiency and performance make them suitable for a variety of devices.

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

What is a CPU core?

A

An individual processor within a CPU package that can execute instructions independently.

Each core can handle its own tasks, improving multitasking capabilities.

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

How do multiple cores improve CPU performance?

A

Each core can run instructions simultaneously, increasing overall efficiency.

This parallel processing allows for better performance in multi-threaded applications.

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

How are processors often described in terms of cores?

A

By the number of cores, e.g., 4-core, 8-core, 16-core.

The number of cores indicates the potential for parallel processing capabilities.

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