3.4 - CPU Features Flashcards

1
Q

What are the common CPU architectures for operating systems?

A

Most of the latest operating systems are 64-bit architectures, but older systems might be 32-bit.

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

What is the maximum amount of information a 32-bit processor can access?

A

A 32-bit processor can access up to 2 to the 32nd power of information, which is just over 4 billion values.

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

What is the maximum amount of information a 64-bit processor can access?

A

A 64-bit processor can access up to 2 to the 64th power of information, which is an extremely large amount of data.

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

What is the memory capacity of a 32-bit processor?

A

A 32-bit processor can access 4 gigabytes of information.

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

What is the memory capacity of a 64-bit processor?

A

A 64-bit processor can access up to 17 billion gigabytes of information.

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

How can you check the system type in Windows?

A

Go to the Control Panel under the System settings to see the system type.

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

What type of hardware drivers should you use for a 32-bit operating system?

A

Use 32-bit hardware drivers for a 32-bit operating system.

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

What type of hardware drivers should you use for a 64-bit operating system?

A

Use 64-bit hardware drivers for a 64-bit operating system.

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

What does x86 software refer to?

A

x86 software refers to 32-bit software, referencing the Intel 8086 processors.

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

What does x64 refer to?

A

x64 refers to 64-bit processors.

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

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

A

No, you cannot run 64-bit applications on a 32-bit operating system.

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

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

A

Yes, a 64-bit operating system can run both 64-bit and 32-bit applications.

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

Where are 32-bit applications installed on Windows?

A

32-bit applications are installed under Program Files (x86).

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

Where are 64-bit applications installed on Windows?

A

64-bit applications are installed under Program Files.

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

What is the ARM architecture?

A

The ARM architecture is developed by ARM Limited, known for efficiency and is commonly used in mobile devices.

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

How does ARM architecture compare to traditional 64-bit operating systems?

A

ARM architecture is expanding its capabilities, blurring lines with traditional 64-bit operating systems.

17
Q

What does a CPU consist of?

A

A CPU consists of multiple cores, caches, memory controllers, and sometimes graphics processors.

18
Q

What is the purpose of CPU caches?

A

Caches are designed to help speed the processing of information into and out of the CPU.

19
Q

How does Hyper-Threading Technology (HTT) affect CPU performance?

A

HTT increases the throughput of processes by 15% to 30%, making a single physical CPU core appear as multiple cores.

20
Q

How can you check if your CPU supports virtualization?

A

Check your BIOS for Intel Virtualization Technology (VT) or AMD Virtualization (AMD-V).

21
Q

What is virtualization and why is it resource-intensive?

A

Virtualization allows running multiple operating systems on one computer. It is resource-intensive because it involves running multiple OS instances simultaneously.