oracle的體系太龐大了,對於初學者來說,難免會有些無從下手的感覺,什麽都想學,結果什麽都學不好,所以把學習經驗共享壹下,希望
讓剛剛入門的人對oracle有壹個總體的認識,少走壹些彎路。 壹、定位 oracle分兩大塊,壹塊是開發,壹塊是管理。開發主要是寫寫存儲過程、觸發器什麽的,還有就是用Oracle的Develop工具做form。有點類似於
程序員,需要有較強的邏輯思維和創造能力,個人覺得會冉閑量啵喬啻悍笿;管理則需要對oracle數據庫的原理有深刻的認識,有全局操縱的能力和緊密的思維,責任較大,因為壹個小的失誤就會down掉整個數據庫,相對前者來說,後者更看重經驗。 因為數據庫管理的責任重大,很少公司願意請壹個剛剛接觸oracle的人去管理數據庫。對於剛剛畢業的年輕人來說,可以先選擇做開發,有壹定經驗後轉型,去做數據庫的管理。當然,這個還是要看個人的實際情況來定。
二、學習方法 我的方法很簡單,就是:看書、思考、寫筆記、做實驗、再思考、再寫筆記 看完理論的東西,自己靜下心來想想,多問自己幾個為什麽,然後把所學和所想的知識點做個筆記;在想不通或有疑問的時候,就做做實
驗,想想怎麽會這樣,同樣的,把實驗的結果記下來。思考和做實驗是為了深入的了解這個知識點。而做筆記的過程,也是理清自己思路的過程。 學習的過程是使壹個問題由模糊到清晰,再由清晰到模糊的過程。而每次的改變都代表著妳又學到了壹個新的知識點。 學習的過程也是從點到線,從線到網,從網到面的過程。當點變成線的時候,妳會有總豁然開朗的感覺。當網到面的時候,妳就是高手了 很多網友,特別是初學的人,壹碰到問題就拿到論壇上來問,在問前,妳有沒有查過書,自己有沒有研究過,有沒有搜索壹下論壇?這就叫思維惰性。由別人來回答妳的問題,會讓妳在短時間內不費勁地弄懂這個知識點,然而通過自己的努力去研究它,不但會更深入的了解這個知識點,更重要的是在研究的過程會提高妳解決問題和分析問題的能力。總的來說,沒有鉆研的學習態度,不管學什麽東西,都不會成功的。 當然,初學的人很多時候是因為遇到問題時,無從下手,也不知道去哪裏找資料,才會到論壇上提問題的。但我認為,在提問的時候,是不是可以問別人是如何分析這個問題?從哪裏可以找到相關的資料?而不是這個題的答案是什麽?授人以魚不如授人以漁。
下面我講下我處理問題的過程
首先要知道oracle的官方網站:www.oracle.com 這裏有oracle的各種版本的數據庫、應用工具和權威的官方文檔。其次,還要知道
http://metalink.oracle.com/這裏是買了oracle服務或是oracle的合作夥伴才可以進去的,裏面有很多權威的解決方案和補丁。然後就是壹些
著名網站:asktom.oracle.com www.orafaq.net, www.dbazine.com。這裏有很多經驗之談。
遇到問題了。如果是概念上的問題,第壹時間可以找tahiti.oracle.com,這裏會給妳最詳細的解釋。如果在運行的過程中出了什麽錯誤。
可以去metalink看看。如果是想知道事務的處理的經驗之談。可以去asktom。當然。這裏只是相對而言。三、oracle的體系 oracle的體系很龐大,要學習它,首先要了解oracle的框架。在這裏,簡要的講壹下oracle的架構,讓初學者對oracle有壹個整體的認識。 1、物理結構(由控制文件、數據文件、重做日誌文件、參數文件、歸檔文件、密碼文件組成) 控制文件:包含維護和驗證數據庫完整性的必要信息、例如,控制文件用於識別數據文件和重做日誌文件,壹個數據庫至少需要壹個控制文件 數據文件:存儲數據的文件 重做日誌文件:含對數據庫所做的更改記錄,這樣萬壹出現故障可以啟用數據恢復。壹個數據庫至少需要兩個重做日誌文件 參數文件:定義Oracle 例程的特性,例如它包含調整SGA 中壹些內存結構大小的參數 歸檔文件:是重做日誌文件的脫機副本,這些副本可能對於從介質失敗中進行恢復很必要。 密碼文件:認證哪些用戶有權限啟動和關閉Oracle例程 2、邏輯結構(表空間、段、區、塊) 表空間:是數據庫中的基本邏輯結構,壹系列數據文件的集合。 段:是對象在數據庫中占用的空間 區:是為數據壹次性預留的壹個較大的存儲空間 塊:ORACLE最基本的存儲單位,在建立數據庫的時候指定 3、內存分配(SGA和PGA) SGA:是用於存儲數據庫信息的內存區,該信息為數據庫進程所共享。它包含Oracle 服務器的數據和控制信息, 它是在Oracle 服務器所駐留的
計算機的實際內存中得以分配,如果實際內存不夠再往虛擬內存中寫。 PGA:包含單個服務器進程或單個後臺進程的數據和控制信息,與幾個進程共享的SGA 正相反PGA 是只被壹個進程使用的區域,PGA 在創建進程
時分配在終止進程時回收 4、後臺進程(數據寫進程、日誌寫進程、系統監控、進程監控、檢查點進程、歸檔進程、服務進程
1Y0-A06 考試是 Citrix 公司的 Implementing Citrix Provisioning Server 5.0 認證考試官方代號,Implementing Citrix Provisioning Server 5.0 認證作為全球IT領域專家.
1Y0-A06 Exam
Implementing Citrix Provisioning Server 5.0
科目編號:1Y0-A06
科目名稱:Implementing Citrix Provisioning Server 5.0
考題數目:107 Q&As
Citrix 1Y0-A06 資訊指南,是許多大中IT企業選擇人才標準的必備條件。
1.Which step must an administrator take before configuring administrative roles within a Provisioning
Server environment?
A.Create an administrative service account
B.Create the administrative groups in Active Directory
C.Grant the farm administrator db_admin rights in SQL
D.Add the currently logged in user to the local administrator group
Answer:B
2.Scenario: An administrator wants to delegate management of a Provisioning Server farm. The
administrator needs to delegate only these specific tasks: 1. Shut down target devices 2. Boot target
devices 3. Send messages to target devices Which role should the administrator assign for these tasks?
A.Device Operator
B.Site Administrator
C.Farm Administrator
D.Device Administrator
Answer:A
考試大綱
1.了解Citrix Presentation Server 4.0工作原理
2.部署Citrix Presentation Server 4.0
3.發布和管理應用程序、服務器桌面及文檔
4.管理打印機在Citrix Presentation Server 4.0中的使用
5.為用戶提供安全的ICA訪問
6.具備通過Citrix 1y0-256考試的能力
7.學習Testinside 1Y0-A06 認證管理員(Presentation Server 4.0)課程要求學員能對網絡的基礎知識有壹定了解,熟悉Windows Active Directory、終端服務以及安全基本知識。
8.學習 Citrix Presentation Server 4.0 管理員所必需的知識與技術,包括如何安裝、配置和管理服務器,如何管理 License ,如何發布應用程序、如何配置 Web 訪問方式,如何使用 SG 保護服務器,如何使用 IM 部署應用程序,以及如何使用 LM 實現負載平衡等。
PK0-003 考試是 CompTIA 公司的 Project+ 認證考試官方代號,Project+ 認證作為全球IT領域專家 CompTIA PK0-003 熱門資訊 ,是許多大中IT企業選擇人才標準的必備條件。
Project+認證是業界最廣泛認可的IT技術認證之壹,也是業界最權威、最受尊敬的認證之壹。獲得Project+認證不僅僅能證明您的IT技 術能力,更是您進入職場的敲門磚,也是提高您身價的另壹捷徑。
世界計算機行業協會(CompTIA)成立於1982年,作為非盈利性的組織目前已經在102個國家擁有超過2萬個成員,總部設在美國。在組織成員 中包括IT銷售商、零售商、制造商、培訓和學術研究以及政府機構,其中著名的IT業制造商有如IBM、HP、DELL、CISCO、3COM、 Microsoft、MOTOROLA、Intel、Lenovo等。
CompTIA認證培訓的內容包括A+ 、Network+、Security+、Server+等業內知名培訓認證。CompTIA是壹個全球性的貿易協會,代表著信息技術產業的商業利益。 23年來,Comp TIA為其會員提供了很多研究、網絡和合作機會。協會參與制定標準和最好的行業慣例,在影響全世界信息技術的政治、經濟和教育領域內發揮著作用。
Killtest PK0-003 是全球最大的廠商中立的認證考試開發商,CompTIA 可提供多達 11 個領域的認證,具體認證考試如下:PC 硬件、網絡、服務器、因特網、電子商務、項目管理、培訓師、Linux、安全、主站技術 (home technology) 以及文件成像。十多年來,CompTIA 壹直致力於認證考試,並不斷改進考試項目的開發、考試與試題發放的方法。CompTIA 在認證考試方面的雄厚實力源於業界企業的大力支持。數千家公司均依托 CompTIA 標準來提供壹個可靠的員工業績評估。此外,數十家擁有自己認證項目的公司也非常信賴 CompTIA 認證,以確保員工具備紮實的技能功底。此舉可以為公司節省大量的時間和開銷。
1z0-051 Exam,
Killtest offers free demo for 1z0-051 Exam. You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only onesite can offer demo for almost all products.
4. Which two statements are true regarding single row functions? (Choose two.)
A. They a ccept only a single argument.
B. They c an be nested only to two levels.
C. Arguments can only be column values or constants.
D. They a lways return a single result row for every row of a queried table.
E. They c an return a data type value different from the one that is referenced.
Answer: DE
5. Which SQL statements would display the value 1890.55 as $1,890.55? (Choose three .)
A. SELECT TO_CHAR(1890.55,’$0G000D00′)
FROM DUAL;
B. SELECT TO_CHAR(1890.55,’$9,999V99′)
FROM DUAL;
C. SELECT TO_CHAR(1890.55,’$99,999D99′)
FROM DUAL;
D. SELECT TO_CHAR(1890.55,’$99G999D00′)
FROM DUAL;
E. SELECT TO_CHAR(1890.55,’$99G999D99′)
FROM DUAL;
Answer: ADE
1z0-051 Exam,
Killtest offers free demo for 1z0-051 Exam. You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only onesite can offer demo for almost all products.
4. Which two statements are true regarding single row functions? (Choose two.)
A. They a ccept only a single argument.
B. They c an be nested only to two levels.
C. Arguments can only be column values or constants.
D. They a lways return a single result row for every row of a queried table.
E. They c an return a data type value different from the one that is referenced.
Answer: DE
5. Which SQL statements would display the value 1890.55 as $1,890.55? (Choose three .)
A. SELECT TO_CHAR(1890.55,’$0G000D00′)
FROM DUAL;
B. SELECT TO_CHAR(1890.55,’$9,999V99′)
FROM DUAL;
C. SELECT TO_CHAR(1890.55,’$99,999D99′)
FROM DUAL;
D. SELECT TO_CHAR(1890.55,’$99G999D00′)
FROM DUAL;
E. SELECT TO_CHAR(1890.55,’$99G999D99′)
FROM DUAL;
Answer: ADE
考試編號: 70-643
所屬認證: MCTS
考試時間: 90分鐘
考試題量: 50-60道
通過分數:700分,總分1000分
考試語言: 英語,法語,德語,日語,西班牙語,中文(簡體),韓語,意大利語,俄語,葡萄牙語(巴西)
考試機構: Prometric,VUE
考試題型: 選擇題,拖圖題
技術種類:Windows Vista
職業方向:開發者
資料費用: http://www.killtest.net/MCTS/70-643.asp
1. Your network consists of a single Active Directory domain. The domain contains a server that runs
Windows Server 2008. The server has Windows SharePoint Services (WSS) installed. You need to
allow users to create distribution lists from a SharePoint site. What should you do on the WSS server?
A.Set the outgoing mail character set to 1200(Unicode).
B.Enable the SharePoint Directory Management Service.
C.Configure the site to accept messages from authenticated users only.
D.Configure the site to use the default Rights Management server in Active Directory Domain Services.
Answer B
2. You install a new server named Server1 that runs Windows Server 2008. The server has the Streaming
Media Services server role installed. You install and activate all Windows Media Services control
protocols. Users connect to Server1 locally and remotely through a firewall. You need to ensure that the
protocol rollover will occur only if the users are accessing Server1 from the Internet. What should you do?
A.Install the Reliable Multicast Protocol on Server1.
B.Install the Quality of Service (QoS) service on the network adapter.
C.Configure the firewall to forward incoming port 1755 traffic to Server1.
D.Use announcements to enable users to access the streaming media.
Answer D
3. You have two servers that run Windows Server 2008 named Server1 and Server2. Both servers have
the Streaming Media Services server role installed. Server2 is a License Clearing House. You publish an
audio file on Server1. The audio file is licensed by Server2. You need to ensure that users are allowed to
use the audio file for only two days. What should you do?
A.On Server1, modify the key ID.
B.On Server1, modify the license key seed.
C.On Server2, modify the license.
D.On Server2, create a new package.
Answer C
Oracle公司頒布並實施的一項權威的專業技術標準,它是專為認證那些能夠滿足對Oracle核心產品的服務與支持,並具有嫻熟的操作能力與廣泛理論知識的專業人士。一經認證,在行業內的專業資格將被確認,從而使個人或企業更具競爭實力。一次性通過Oracle認證專家計劃包含了兩個目前IT行業十分熱門的認證角色,即數據庫管理員(DBA Atabase Administrator)和應用程序開發員(DEV Application Developer)。
Oracle認證這一方面是由於Oracle產品的特殊性,作為全球最大的數據庫廠商,Oracle在行業中有著不容置疑的地位,而數據庫又是整個IT行業中的關鍵和核心應用,特別是大型企業級數據庫,更是高端中的高端。 Oracle的最新認證體系包括三個層次:Oracle Certified Associate (OCA),Oracle Certified Professional (OCP)和Oracle Certified Master (OCM)
下面是學習OCP的一些基礎入門的方法。
1. 為了打開數據庫,所有的控制文件,每個聯機日誌文件組的至少壹個成員以及
所有的聯機數據文件都必須存在且同步。
2. 若任壹控制文件副本受損或丟失,數據庫停在NOMOUNT狀態。否則繼續進行。
3. 查看所有聯機數據文件的頭部,若任壹文件頭部受損或丟失,則數據庫停留在mount狀態。
4 .若聯機文件沒有同步,應用重做日誌進行實例恢復.若聯機日誌不可用,則無法打開數據庫。
若數據文件是通過備份還原的。則需要進行media恢復。
5.數據庫打開後,任何控制文件副本,SYSTEM表空間或活動undo表空間的數據任壹數據文件受損,
則實例立即終止。聯機日誌受損時,只要日誌文件組中存在幸存成員,不會造成實例的終止.
除SYSTEM表空間或活動undo表空間的之外的數據文件受損,ORACLE讓這些受損數據文件脫機,不用導致實例終止。
August 25th, 2010 in
Oracle | tags:
OCP,
Oracle,
Oracle公司 |
No Comments
photoshop是Adobe公司旗下最為出名的圖像處理軟件之壹,集圖像掃描、編輯修改、圖像制作、廣告創意,圖像輸入與輸出於壹體的圖形圖像處理軟件,深受廣大平面設計人員和電腦美術愛好者的喜愛.Adobe公司成立於1981年,是美國最大的個人電腦軟件公司之壹。
Photoshop 9A0-094考試題庫由我們專業IT認證講師及產品專家精心打造,包括了當前最新的全真9A0-094考試試題,全部附有正確答案。
1. You have finished editing an image acquired from a digital camera. Which command should you
choose to change the current image mode to one that is appropriate for preparing an image to be printed
using process colors?
A. Image > Mode > CMYK
B. Image > Mode > Lab Color
C. Image > Mode > RGB Color
D. Image > Mode > Indexed Color
Answer: A
2. You have a grayscale image that you would like to print. You would like to add a color tint and print the
image on two separate plates. Which should you choose?
A. Image > Mode > Indexed Color
B. Image > Mode > RGB Color
C. Image > Mode > CMYK Color
D. Image > Mode > Duotone
Answer: D
3. In the Photoshop Color Settings dialog box you see a warning that says: Your Creative Suite
applications are not synchronized for consistent color. You want consistent color treatment across
Photoshop, Illustrator, Acrobat, and InDesign. What should you do?
A. From the Settings list choose: Monitor Color
B. From the Settings list choose: Custom
C. In Bridge, choose Edit > Creative Suite Color Settings and apply a color setting
D. In Bridge, choose Preferences > Advanced and check the box to Use Software Rendering
Answer: C
不同的情況,壹條SQL可能有多種執行計劃,但在某壹時點,壹定只有壹種執行計劃是最優的,花費時間是最少的。相信妳壹定會用Pl/sql Developer、Toad等工具去看壹個語句的執行計劃,不過妳可能對Rule、Choose、First rows、All rows這幾項有疑問,因為我當初也是這樣的,那時我也疑惑為什麽選了以上的不同的項,執行計劃就變了?
1、Oracle優化器的優化方式
Oracle優化器共有兩種的優化方式,即基於規則的優化方式(Rule-Based Optimization,簡稱為RBO)和基於代價的優化方式(Cost-Based Optimization,簡稱為CBO)。
A、RBO方式:優化器在分析SQL語句時,所遵循的是Oracle內部預定的壹些規則。比如我們常見的,當壹個where子句中的壹列有索引時去走索引。
B、CBO方式:依詞義可知,它是看語句的代價(Cost)了,這裏的代價主要指Cpu和內存。優化器在判斷是否用這種方式時,主要參照的是表及索引的統計信息。統計信息給出表的大小 、有少行、每行的長度等信息。這些統計信息起初在庫內是沒有的,是妳在做analyze後才出現的,很多的時侯過期統計信息會令優化器做出壹個錯誤的執行計劃,因些我們應及時更新這些信息。在Oracle8及以後的版本,Oracle列推薦用CBO的方式。
我們要明了,不壹定走索引就是優的 ,比如壹個表只有兩行數據,壹次IO就可以完成全表的檢索,而此時走索引時則需要兩次IO,這時對這個表做全表掃描(full table scan)是最好的。
2、Oracle優化器的優化模式(Optermizer Mode)
優化模式包括Rule,Choose,First rows,All rows這四種方式,也就是我們以上所提及的。如下我解釋壹下:
Rule:不用多說,即走基於規則的方式。
Choolse:這是我們應觀註的,默認的情況下Oracle用的便是這種方式。指的是當壹個表或或索引有統計信息,則走CBO的方式,如果表或索引沒統計信息,表又不是特別的小,而且相應的列有索引時,那麽就走索引,走RBO的方式。
First Rows:它與Choose方式是類似的,所不同的是當壹個表有統計信息時,它將是以最快的方式返回查詢的最先的幾行,從總體上減少了響應時間。
All Rows:也就是我們所說的Cost的方式,當壹個表有統計信息時,它將以最快的方式返回表的所有的行,從總體上提高查詢的吞吐量。沒有統計信息則走基於規則的方式。
3、如何設定選用哪種優化模式
◆A、Instance級別
我們可以通過在init.ora文件中設定OPTIMIZER_MODE=RULE、OPTIMIZER_MODE=CHOOSE、OPTIMIZER_MODE=FIRST_ROWS、OPTIMIZER_MODE=ALL_ROWS去選用3所提的四種方式,如果妳沒設定OPTIMIZER_MODE參數則默認用的是Choose這種方式。
◆B、Sessions級別
通過SQL> ALTER SESSION SET OPTIMIZER_MODE=;來設定。
◆C、語句級別
這些需要用到Hint
August 23rd, 2010 in
Oracle | tags:
Oracle,
優化器,
優化方式 |
No Comments
隨著電氣電子技術的發展,家用電器產品日益普及和電子化,廣播電視、郵電通訊和電腦網路的日益發達,電磁環境日益複雜和惡化,使得電氣電子產品的電磁兼容性(EMC電磁干擾EMI與電磁抗EMS)問題也受到各國政府和生產企業的日益重視。電子、電器產品的電磁兼容性(EMC)是一項非常重要的質量指標,它不僅關係到產品本身的工作可靠性和使用安全性,而且還可能影響到其他設備和系統的正常工作,關係到電磁環境的保護問題。 歐共體政府規定,從1996年1月1起,所有電氣電子產品必須通過EMC認證,加貼CE標誌後才能在歐共體市場上銷售。此舉在世界上引起廣泛影響,各國政府紛紛採取措施,對電氣電子產品的RMC性能實行強制性管理。國際上比較有影響的,例如歐盟89/336/EEC指令(即EMC指令)、美國聯邦法典CFR 47/FCC Rules等都對電磁兼容認證提出了明確的要求。
E20-322 屬於EMC認證中的一門考試
1. A customer is deploying a new Microsoft Exchange environment and has requested assistance with the
associated disk design. They are deploying Exchange for 850 users with an average of 3 I/Os per user.
They expect a 60% read and 40% write distribution.
The customer would like to know the number of disks required for both RAID 5 and RAID 1/0 DMX
configurations with 15k rpm drives. How many disks are required for each configuration type?
A. RAID 5 28 and RAID 1/0 18
B. RAID 5 31 and RAID 1/0 20
C. RAID 5 38 and RAID 1/0 24
D. RAID 5 43 and RAID 1/0 28
Answer: A
2. A customer plans to create two regional offices that are between 800 and 2,000 km away from their
main data center. Each regional office will have a data center that will serve four to six branch offices
between 30 and 50 km away.
At the close of business each evening the customer will shut down the application and transmit changes
to each regional office. The amount of new information sent from the head office each night will vary from
0.5 and 1.5 GB. Later each night, an application at the regional offices will read the data from the head
office and generate approximately 50 MB of new rate information appropriate for its branch offices.
What is the most cost-effective EMC solution?
A. 1. Configure CLARiiON arrays in each office.
2. Use MirrorView/A and T3 networks for all data transfers.
B. 1. Configure Symmetrix arrays in the head office and CLARiiONs in the regional offices.
2. Use OC-3 networks to transmit the same master copy of data from the head office to the regional
offices using Open Replicator.
3. At the regional offices, create a snap of the data received and transmit the changes to the branch
offices using SAN Copy.
C. 1. Configure Symmetrix arrays at all the main data centers and CLARiiONs at the regional and branch
offices.
2. Use OC-3 network links between the main data centers.
3. Use DS-3 between the regional and branch offices.
4. Use SRDF/DM for data transfer in each case.
D. 1. Configure Symmetrix arrays at the head office and regional offices.
2. Configure CLARiiONs at the branch offices.
3. Use SRDF/DM and T1 network links between the head office and regional offices.
4. Use Open Replicator incremental offline push to distribute rate information to the branch offices
using T1 network links.
Answer: D
3. A customer decided to consolidate their storage onto a Symmetrix. They have a mix of Windows and
UNIX servers and want one copy of data for creating backups each night. They also want another copy to
be made during the day. This second copy will be a standby to perform a fast recovery in the event of data
corruption.
The initial survey of the customer environment shows that the read/write ratio of their application is 1. 2
during the day and 5. 1 at night. The application appears to be highly sensitive to disk response times
during the day.
Which initial solution should be considered?
A. TimeFinder/Clones for the standby copy and TimeFinder/Mirror BCVs for backups at night
B. TimeFinder/Snap for the standby copy and TimeFinder/Clone for backups at night
C. TimeFinder/Snap for the standby copy and TimeFinder/Mirror BCVs for backups at night
D. TimeFinder/Mirror BCVs for the standby copy and TimeFinder/Snaps for backups at night
Answer: D
August 21st, 2010 in
EMC | tags:
E20-322,
e20-322 題庫 |
No Comments
美國Adobe公司是世界上第二大桌面軟體公司,產品涉及圖形設計、圖像製作、數碼視頻和網頁製作等領域。其中,以Photoshop為首的圖像處理軟體更是享譽平面設計領域。 使用Adobe產品,人們的創作才華可盡情施展,創意、出版和傳播各種具有豐富視覺效果的作品,其無與倫比的圖形圖像功能,倍受網頁和圖像設計人員、專業出版人員、商務人員和設計愛好者的喜愛。
Adobe多媒體網頁設計目前已成為各族群追求的主流軟體,對於多媒體網頁編輯設計有興趣者、網頁設計SOHO族、欲培養網頁設計、行銷企畫第二專長、電腦動畫設計等人員,進修多媒體網頁設計軟體已是刻不容緩的事實,並且是最佳的選擇。結合專業繪圖及動畫影像設計軟體,將各種技巧整合而創造出多采多姿、夢幻綺麗的多媒體網頁,此創意已蔚為一股風潮,亦是所有美術設計與網頁設計工作者必須涉獵的基本要件。
通過了9A0-092 考題,說明你已經掌握了Flash的精髓,會獲得Adobe公司的相關證書,以下是9A0-092的部份考題。
1. Which keyword is associated with creating subclasses?
Select the best response.
A. implements
B. extends
C. inherits
D. subclass
Answer: B
2. Which is an advantage of using the Document class as implemented in ActionScript 3?
Select the best response.
A. You no longer have to write any code in any frame on the main timeline.
B. The Document class is the final code executed in any SWF file.
C. Use of the Document class prevents the need for external ActionScript files.
D. The Document class cannot contain any functions, allowing for decentralized storage.
Answer: A
3. Which class must a Document class extend in ActionScript 3.0?
Select the best response.
A. EventDispatcher
B. Sprite
C. Document
D. A Document class is not required to exte
Answer: B