女人久久久www免费人成看片,国内自拍偷拍网,国产一区二区三区免费在线观看,欧美精品三区四区,91久久国产综合久久91,欧美成人精品第一区二区三区 ,美女成人在线观看

專業(yè)網(wǎng)絡工程師網(wǎng)站|培訓機構|服務商(加客服微信:cnitpm或QQ:800184589進網(wǎng)絡工程師學霸群)

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 網(wǎng)絡工程師 >> 綜合知識 >> 文章內容
2005年下半年網(wǎng)絡工程師上午綜合知識真題文字版
來源:信管網(wǎng) 2021年05月08日 【所有評論 分享到微信


免費下載網(wǎng)絡工程師歷年真題:http://m.xiexiliangjiufa.com/zhenti/wg.html

該套題在線考試:http://m.xiexiliangjiufa.com/exam/examam.aspx?t1=2&sid=68933


1、 陣列處理機屬于 ( ) 計算機。

a、sisd
b、simd
c、misd
d、mimd
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84742918.html
2、 采用 ( ) 不能將多個處理機互連構成多處理機系統(tǒng)。
a、std 總線
b、交叉開關
c、pci 總線
d、centronic 總線
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/84752918.html
3、 某計算機系統(tǒng)的可靠性結構是如下圖所示的雙重串并聯(lián)結構,若所構成系統(tǒng)的每個部件的可靠度為 0.9 ,即 r=0.9 ,則系統(tǒng)的可靠度為 ( ) 。

a、0.9997
b、0.9276
c、0.9639
d、0.6561
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84762918.html
4、 若每一條指令都可以分解為取指、分析和執(zhí)行三步。已知取指時間t取指=5△t,分析時間t分析=2△t,執(zhí)行時間t執(zhí)行=5△t。如果按順序方式從頭到尾執(zhí)行完 500 條指令需 (1) △t。如果按照[執(zhí)行]k、[分析]k+1、[取指]k+2重疊的流水線方式執(zhí)行指令,從頭到尾執(zhí)行完 500 條指令需 (2) △t。
(1)a、5590
b、5595
c、6000
d、6007
(2)a、2492
b、2500
c、2510
d、2515
信管網(wǎng)參考答案:c、c
查看解析:m.xiexiliangjiufa.com/st/84772919.html
5、 在開發(fā)一個系統(tǒng)時,如果用戶對系統(tǒng)的目標是不很清楚,難以定義需求,這時最好使用 ( ) 。
a 、原型法
b、瀑布模型
c、v-模型
d、螺旋模型
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/84782919.html
6、 應該在 ( ) 階段制定系統(tǒng)測試計劃。
a、需求分析
b、概要設計
c、詳細設計
d、系統(tǒng)測試
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/84792919.html
7、 已經(jīng)發(fā)布實施的標準(包括已確認或修改補充的標準),經(jīng)過實施一定時期后,對其內容再次審查,以確保其有效性、先進性和適用性,其周期一般不超過 ( ) 年。
a、1
b、3
c、5
d、7
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84802920.html
8、 ( ) 不需要登記或標注版權標記就能得到保護。
a、專利權
b、商標權
c、著作權
d、財產權
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84812920.html
9、 在下圖所示的樹型文件中,方框表示目錄,圓圈表示文件,“/”表示路徑的分隔符“/”路徑之首時表示根目錄。圖中, (1) 。

假設當前目錄是 d1,進程 a 以如下兩種方式打開文件 f1 :
方式① fd1=open(" (2) /f1",o_rdonly);
方式② fd1=open("/d1/w1/f1",o_rdonly);
其中,方式①的工作效率比方式②的工作效率高,因為采用方式①的文件系統(tǒng) (3) 。
(1)a、子目錄 w2 中文件 f2 和子目錄 d2 中文件 f2 是完全相同的
b、子目錄 w2 中文件 f2 和子目錄 d2 中文件 f2 是不相同的
c、子目錄 w2 中文件 f2 和子目錄 d2 中文件 f2 是可能相同也可能不相同
d、樹型文件系統(tǒng)中不允許出現(xiàn)相同名字的文件
(2)a、/d1/w1
b、d1/w1
c、w1
d、f1
(3)a、可以直接訪問根目錄下的文件f1
b、可用從當前路徑開始查找需要訪問的文件 f1
c、只需要訪問一次磁盤,就可以讀取文件f1,而方式 ② 需要二次
d、只需要訪問一次磁盤,就可以讀取文件f1,而方式 ② 需要三次
信管網(wǎng)參考答案:c、c、b
查看解析:m.xiexiliangjiufa.com/st/84822920.html
10、 按照同步光纖網(wǎng)傳輸標準(sonet),oc-3 的數(shù)據(jù)速率為 ( ) mb/s 。
a、150.336
b、155.520
c、622.080
d、2488.320
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84832921.html
11、 設信號的波特率為 600baud,采用幅度—相位復合調制技術,由 4 種幅度和 8 種相位組成 16 種碼元,則信道的數(shù)據(jù)率為 ( ) 。
a、600 b/s
b、2400 b/s
c、4800 b/s
d、9600 b/s
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84842921.html
12、 雙極型ami編碼經(jīng)過一個噪聲信道,接收的波形如圖所示,那么出錯的是第 ( )位。

a、3
b、5
c、7
d、9
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84852921.html
13、 若信息碼字為11100011,生成多項式 g(x)=x5+x4+x+1,則計算出的 crc 校驗碼為 ( ) 。
a、01101
b、11010
c、001101
d、0011010
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84862922.html
14、 若采用后退 n 幀 arq 協(xié)議進行流量控制,幀編號字段為 7 位,則發(fā)送窗口的最大長度為 ( ) 。
a、7
b、8
c、127
d、128
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84872922.html
15、 在 iso osi/rm 中, ( ) 實現(xiàn)數(shù)據(jù)壓縮功能。
a、應用層
b、表示層
c、會話層
d、網(wǎng)絡層
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84882923.html
16、 以太網(wǎng)中的幀屬于 ( ) 協(xié)議數(shù)據(jù)單元。
a、物理層
b、數(shù)據(jù)鏈路層
c、網(wǎng)絡層
d、應用層
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84892923.html
17、 匿名 ftp 訪問通常使用 ( ) 作為用戶名。
a、guest
b、email 地址
c、anonymous
d、主機 id
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84902923.html
18、 adsl 采用多路復用技術是 (1) ,最大傳輸距離可達 (2) 米。
(1)a、tdm
b、fdm
c、wdm
d、cdma
(2)a、500
b、1000
c、5000
d、10000
信管網(wǎng)參考答案:b、c
查看解析:m.xiexiliangjiufa.com/st/84912924.html
19、 布線實施后需要進行測試,在測試線路的主要指標中, (1) 是指一對相鄰的另一對線通過電磁感應所產生的耦合信號。 (2) 是由于集膚效應、絕緣損耗、阻抗不匹配、連接電阻等因素,造成信號沿鏈路傳輸時的損失。
(1)a、近端串繞
b、衰減值
c、回波損耗
d、傳輸延遲
(2)a、近端串繞
b、衰減值
c、回波損耗
d、傳輸延遲
信管網(wǎng)參考答案:a、b
查看解析:m.xiexiliangjiufa.com/st/84922924.html
20、 通常情況下,信息插座的安裝位置距離地面的高度為 ( ) cm 。
a、10 ~ 20
b、20 ~ 30
c、30 ~ 50
d、50 ~ 70
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84932924.html
21、 在 linux 操作系統(tǒng)中手工安裝 apache 服務器時,默認的 web 站點的目錄為 ( ) 。
a、/etc/httpd
b、/var/log/httpd
c、/etc/home
d、/home/httpd
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/84942925.html
22、 在 linux 中, ( ) 命令可用顯示當前用戶的工作目錄。
a、#where
b、#md
c、#pwd
d、#rd
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/84952925.html
23、 下列選項中, ( ) 不屬于 windows 的網(wǎng)絡應用程序接口(api)。
a、winsock
b、nfs
c、rpc
d、netbios
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/84962925.html
24、 atm 適配層的功能是 ( ) 。
a、分割和合并用戶數(shù)據(jù)
b、信元頭的組裝和拆分
c、比特定時
d、信元校驗
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/84972926.html
25、 fttx + lan 接入網(wǎng)采用的傳輸介質為 ( ) 。
a、同軸電纜
b、光纖
c、5類雙絞線
d、光纖和5類雙絞線
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/84982926.html
26、 竊取是對 (1) 的攻擊,ddos 攻擊破壞了 (2) 。
(1)a、可用性
b、保密性
c、完整性
d、真實性
(2)a、可用性
b、保密性
c、完整性
d、真實性
信管網(wǎng)參考答案:b、a
查看解析:m.xiexiliangjiufa.com/st/84992926.html
27、 數(shù)據(jù)加密標準( des )是一種分組密碼,將明文分成大小 (1) 位的塊進行加密,密鑰長度為 (2) 位。
(1)a、16
b、32
c、56
d、64
(2)a、16
b、32
c、56
d、128
信管網(wǎng)參考答案:d、c
查看解析:m.xiexiliangjiufa.com/st/85002927.html
28、 下面關于數(shù)字簽名的說法錯誤的是 ( ) 。
a、能夠保證信息傳輸過程中的保密性
b、能夠對發(fā)送者的身份進行認證
c、如果接收者對報文進行了篡改,會被發(fā)現(xiàn)
d、網(wǎng)絡中的某一用戶不能冒充另一用戶作為發(fā)送者或接收者
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85012927.html
29、 在 rip 協(xié)議中,默認的路由更新周期是 ( ) 秒。
a、30
b、60
c、90
d、100
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85022927.html
30、 在距離矢量路由協(xié)議中,可以使用多種方法防止路由循環(huán),以下選項中,不屬于這些方法的是 ( ) 。
a、垂直翻轉(flip vertical)
b、水平分裂(split horizon)
c、反向路由中毒(poison reverse)
d、設置最大度量值(metric infinity)
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85032928.html
31、 關于外部網(wǎng)關協(xié)議 bgp ,以下選項中,不正確的是 ( ) 。
a、bgp 是一種距離矢量協(xié)議
b、bgp 通過 udp 發(fā)布路由信息
c、bgp 支持路由匯聚功能
d、bgp 能夠檢測路由循環(huán)
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85042928.html
32、 運行 ospf 協(xié)議的路由器每 10 秒鐘向它的各個接口發(fā)送 hello 分組,接收到 hello 分組的路由器就知道了鄰居的存在。如果在 ( ) 秒內沒有從特定的鄰居接收到這種分組,路由器就認為那個鄰居不存在了。
a、30
b、40
c、50
d、60
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85052928.html
33、 在廣播網(wǎng)絡中, ospf 協(xié)議要選出一個指定路由器(designated router ,dr)。 dr 有幾個作用,以下關于 dr 的描述中, ( ) 不是 dr 的作用。
a、減少網(wǎng)絡通信量
b、檢測網(wǎng)絡故障
c、負責為整個網(wǎng)絡生成 lsa
d、減少鏈路狀態(tài)數(shù)據(jù)庫的大小
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85062929.html
34、 使用 traceroute 命令測試網(wǎng)絡可以 ( ) 。
a、檢驗鏈路協(xié)議是否運行正常
b、檢驗目標網(wǎng)絡是否在路由表中
c、檢驗應用程序是否正常
d、顯示分組到達目標經(jīng)過的各個路由器
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85072929.html
35、 能顯示ip、icmp、tcp、udp統(tǒng)計信息的 windows 命令是 ( ) 。
a、netstat -s
b、netstat -e
c、netstat -r
d、netstat -a
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85082929.html
36、 在 rmon 管理信息庫中,矩陣組存儲的信息是 ( ) 。
a、一對主機之間建立的 tcp 連接數(shù)
b、一對主機之間交換的 ip 分組數(shù)
c、一對主機之間交換的字節(jié)數(shù)
d、一對主機之間出現(xiàn)沖突的次數(shù)
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85092930.html
37、 假設有一個局域網(wǎng),管理站每 15 分鐘輪詢被管理設備一次,一次查詢訪問需要的時間是 200ms ,則管理站最多可以支持 ( ) 個網(wǎng)絡設備。
a、400
b、4000
c、4500
d、5000
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85102930.html
38、 使用 raid 作為網(wǎng)絡存儲設備有許多好處,以下關于 raid 的敘述中不正確的是( ) 。
a、raid 使用多塊廉價磁盤陣列構成,提高了性能價格比
b、raid 采用交叉存取技術,提高了訪問速度
c、raid0 使用磁盤鏡像技術,提高了可靠性
d、raid3 利用一臺奇偶校驗盤完成容錯功能,減少了冗余磁盤數(shù)量
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85112930.html
39、 在路由表中設置一條默認路由,目標地址應為 (1) ,子網(wǎng)掩碼應為 (2) 。
(1)a、127.0.0.0
b、127.0.0.1
c、1.0.0.0
d、0.0.0.0
(2)a、0.0.0.0
b、255.0.0.0
c、0.0.0.255
d、255.255.255.255
信管網(wǎng)參考答案:d、a
查看解析:m.xiexiliangjiufa.com/st/85122931.html
40、 屬于網(wǎng)絡 112.10.200.0/21 的地址是 ( ) 。
a、112.10.198.0
b、112.10.206.0
c、112.10.217.0
d、112.10.224.0
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85132931.html
41、 設有下面 4 條路由: 172.18.129.0/24 、 172.18.130.0/24 、 172.18.132.0/24 和 172.18.133.0/24 ,如果進行路由匯聚,能覆蓋這 4 條路由的地址是 ( ) 。
a、172.18.128.0/21
b、172.18.128.0/22
c、172.18.130.0/22
d、172.18.132.0/23
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85142931.html
42、 網(wǎng)絡 122.21.136.0/24 和 122.21.143.0/24 經(jīng)過路由匯聚,得到的網(wǎng)絡地址是( ) 。
a、122.21.136.0/22
b、122.21.136.0/21
c、122.21.143.0/22
d、122.21.128.0/24
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85152932.html
43、 如果路由器配置了 bgp 協(xié)議,要把網(wǎng)絡地址 133.1.2.0/24 發(fā)布給鄰居,那么發(fā)布這個公告的命令是 ( ) 。
a、r1(config-route)#network 133.1.2.0
b、r1(config-route)#network 133.1.2.0  0.0.0.255
c、r1(config-route)#network-advertise 133.1.2.0
d、r1(config-route)#network 133.1.2.0 mask 255.255.255.0
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85162932.html
44、 如果要徹底退出路由器或者交換機的配置模式,輸入的命令是 ( ) 。
a、exit
b、no config-mode
c、ctrl+c
d、ctrl+z
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85172932.html
45、 把路由器配置腳本從 ram 寫入 nvram 的命令是 ( ) 。
a、save ram nvram
b、save ram
c、copy running-config startup-config
d、copy all
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85182933.html
46、 虛擬局域網(wǎng)中繼協(xié)議(vtp)有三種工作模式,即服務器模式、客戶機模式和透明模式,以下關于這 3 種工作模式的敘述中,不正確的是 ( ) 。
a、在服務器模式可以設置 vlan 信息
b、在服務器模式下可以廣播 vlan 配置信息
c、在客戶機模式下不可以設置 vlan 信息
d、在透明模式下不可以設置 vlan 信息
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85192933.html
47、 按照網(wǎng)絡分級設計模型,通常把網(wǎng)絡設計分為 3 層,即核心層、匯聚層和接入層,以下關于分級網(wǎng)絡的描述中,不正確的是 ( )  。
a、核心層承擔訪問控制列表檢查功能
b、匯聚層實現(xiàn)網(wǎng)絡的訪問策略控制
c、工作組服務器放置在接入層
d、在接入層可以使用集線器代替交換機
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85202934.html
48、 以太網(wǎng)中如果發(fā)生介質訪問沖突,按照二進制指數(shù)后退算法決定下一次重發(fā)的時間,使用二進制后退算法的理由是 ( ) 。
a、這種算法簡單
b、這種算法執(zhí)行速度快
c、這種算法考慮了網(wǎng)絡負載對沖突的影響
d、這種算法與網(wǎng)絡的規(guī)模大小無關
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85212934.html
49、 在 802.11 定義的各種業(yè)務中,優(yōu)先級最低的是 ( ) 。
a、分布式競爭訪問
b、帶應答的分布式協(xié)調功能
c、服務訪問節(jié)點輪詢
d、請求 / 應答式通信
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85222934.html
50、 802.11b 定義了無線網(wǎng)的安全協(xié)議 wep (wired equivalent privacy)。以下關于 wep 的描述中,不正確的是 ( ) 。
a、wep使用rc4流加密協(xié)議
b、wep支持40位密鑰和128位密鑰
c、wep支持端到端的加密與認證
d、wep是一種對稱密鑰機制
信管網(wǎng)參考答案:c
查看解析:m.xiexiliangjiufa.com/st/85232935.html
51、 下列路由器協(xié)議中, ( ) 用于 as 之間的路由選擇。
a、rip
b、ospf
c、is-is
d、bgp
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85242935.html
52、 iee802.3ae 10gb/s 以太網(wǎng)標準支持的工作模式是 ( ) 。
a、全雙工
b、半雙工
c、單工
d、全雙工和半雙工
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85252935.html
53、 通過代理服務器使內部局域網(wǎng)中的客戶機訪問 internet 時, ( ) 不屬于代理服務器的功能。
a、共享 ip 地址
b、信息緩存
c、信息轉發(fā)
d、信息加密
信管網(wǎng)參考答案:d
查看解析:m.xiexiliangjiufa.com/st/85262936.html
54、 下列 ( ) 設備可以隔離 arp 廣播幀。
a、路由器
b、網(wǎng)橋
c、以太網(wǎng)交換機
d、集線器
信管網(wǎng)參考答案:a
查看解析:m.xiexiliangjiufa.com/st/85272936.html
55、 在 windows 系統(tǒng)中, ( ) 不是網(wǎng)絡服務組件。
a、ras
b、http
c、iis
d、dns
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85282936.html
56、 在 osi 參考模型中,數(shù)據(jù)鏈路層處理的數(shù)據(jù)單位是 ( ) 。
a、比特
b、幀
c、分組
d、報文
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85292937.html
57、 在 ogsa 標準中定義了 ( ) 的概念,它提供一組遵守特定的約定并定義明確的接口,是實體之間產生、管理和交換信息的機制。
a、object
b、grid service
c、web service
d、xml
信管網(wǎng)參考答案:b
查看解析:m.xiexiliangjiufa.com/st/85302937.html
58、 midi enables people to use (1) computers and electronic musical instruments . there are actually three components to midi, the communications " (2) ", the hardware interface and a distribution (3) called "standard midi files". in the context of the www, the most interesting component is the (4) format. in principle, midi files contain sequences of midi protocol messages. however, when midi protocol (5) are stored in midi files, the events are also time-stamped for playback in the proper sequence. music delivered by midi files is the most common use of midi today.
(1)a、personal
b、electronic
c、multimedia
d、network
(2)a、device
b、protocol
c、network
d、controller
(3)a、format
b、text
c、wave
d、center
(4)a、video
b、faxmail
c、graphic
d、audio
(5)a、messages
b、packets
c、frame
d、information
信管網(wǎng)參考答案:c、b、a、d、a
查看解析:m.xiexiliangjiufa.com/st/85312937.html
59、 certificates are (1) documents attesting to the (2) of a public key to an individual or other entity. they allow verification of the claim that a given public key does in fact belong to a given individual. certificates help prevent someone from using a phony key to (3) someone else. in their simplest form, certificates contain a public key and a name. as commonly used, a certificate also contains an (4) date, the name of the ca that issued the certificate, a serial number, and perhaps other information. most importantly, it contains the digital (5) of the certificate issuer. the most widely accepted format for certificates is x.509 , thus, certificates can be read or written by any application complying with x.509.
(1)a、text
b、data
c、digital
d、structured
(2)a、connecting
b、binding
c、composing
d、conducting
(3)a、impersonate
b、personate
c、damage
d、control
(4)a、communication
b、computation
c、expectation
d、expiration
(5)a、signature
b、mark
c、stamp
d、hypertext
信管網(wǎng)參考答案:c、b、a、d、a
查看解析:m.xiexiliangjiufa.com/st/85322938.html
掃碼關注公眾號

溫馨提示:因考試政策、內容不斷變化與調整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。

相關內容

發(fā)表評論  查看完整評論  

推薦文章