1
00:00:00,333 --> 00:00:01,200
Hello
2
00:00:02,000 --> 00:00:06,533
Let's learn how to identify the model of Intel CPU
3
00:00:07,200 --> 00:00:11,000
There are two ways to identify the CPU model of Intel
4
00:00:11,966 --> 00:00:17,233
The first is to directly mark the CPU model on the surface of the CPU
5
00:00:17,933 --> 00:00:21,533
This method is usually used on older CPUs
6
00:00:22,133 --> 00:00:23,833
Like this picture
7
00:00:25,300 --> 00:00:28,466
A label is attached to the edge of the CPU
8
00:00:28,733 --> 00:00:33,700
It says i3-330M
9
00:00:34,633 --> 00:00:37,633
This is the actual model of the CPU
10
00:00:38,133 --> 00:00:45,700
The second method is to use the code name "SR***" to indicate the model of the CPU
11
00:00:46,966 --> 00:00:51,233
When we find codenames like "SR***" on the surface of the CPU
12
00:00:53,433 --> 00:00:58,200
We can search for this codename on Intel's official website
13
00:00:58,433 --> 00:01:02,800
You can find the specific model of the CPU corresponding to this code
14
00:01:05,266 --> 00:01:07,166
For example, this CPU
15
00:01:08,233 --> 00:01:14,000
It has a code like "SRKT3" below
16
00:01:15,166 --> 00:01:18,600
Usually it consists of five letters and numbers
17
00:01:21,266 --> 00:01:33,466
We learned by searching for "SRKT3" on Intel's official website that the actual model corresponding to it is i7-11800H
18
00:01:34,533 --> 00:01:38,400
Here are two ways to identify the CPU model