【正文】
該程序段運(yùn)行之后,整數(shù)型變量 y 的值 A. 0 B. 3 C. 5 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 11 頁 共 119 頁 3. 有如下程序段: s = For i = 1 To 3 For j = 7 To i + 1 Step 1 If a(j) a(j 1) Then k = a(j): a(j) = a(j 1): a(j 1) = k End If Next j s = s + Str(a(i)) Next i = s 數(shù)組元素 a(1)到 a(7)的數(shù)據(jù)依次為“ 3,9,1,5,8,6,2” 經(jīng)過該程序段“加工” 后,文本框Text1 中顯示的 內(nèi)容是 A. 1 2 3 8 6 C. 3 9 1 6 2 VB 代碼如下: t = False i = 0 Do While i 7 And t = False i = i + 1 If a(i) = Key Then t = True Loop If t = False Then i = 0 數(shù)組元素 a(1)到 a(7)的數(shù)據(jù)依次為 “ 3, 5, 1, 5, 8, 9, 5”,當(dāng)變量 key 值為 5 時(shí),運(yùn)用該算法處理后,變量 i 的值是 A. 0 B. 2 C. 4 ,則稱該數(shù)是“完全平方數(shù)”。下列 VB 程序可以求出 1 到 n( 1≤ n≤ 1000) 之間的所有完全平方數(shù)之和: Private Sub Command1_Click() Dim s As Long 39。當(dāng) ok 函數(shù)返冋值為 True 時(shí)’執(zhí)行 s = s + i Next i = Str(s) End Sub 39。 6. 運(yùn)行下列 VB 程序 ,在文本框 Text1 中輸入 12, ,界面如 第 6 題圖所示。 Private Sub Command1_Click() Dim x As Integer, i As Integer, max As Integer, min As Integer x = Val() = Str(x) + = min = 1 For i = 2 To x 1 If x Mod i = 0 Then min = i Exit For 39。校驗(yàn)碼由前面 9 個(gè) X 計(jì)算得到,計(jì)算方法為 :從左邊開始,第 1 個(gè)數(shù)字乘以1 加上第 2 個(gè)數(shù)字乘以 2??依此類推,直到加上第 9 個(gè)數(shù)字乘以 9,將該結(jié)果除以 10,所得余數(shù)即為校驗(yàn)碼。 ”( 如第 7 題 — 1 圖所示 ), 否則輸出“校驗(yàn)不通過! ”( 如第 7 題 — 2 圖所示 )。 Dim s As String 39。用于存儲(chǔ)計(jì)算校驗(yàn)碼的累加和 Dim check_old As Integer 39。用于存儲(chǔ)按照前面 9 個(gè)數(shù)字 X 計(jì)算所得的新校驗(yàn)碼 Dim a(1 To 10) As Integer Private Sub Command1_Click() 39。(1) j = 0 For i = 1 To 13 t = Mid(s, i, 1) If (t = 0) And (t = 9) Then j = j + 1 a(j) = Val(t) End If Next i 39。(2) Next i check_new = sum \ 10 39。 Else = 校驗(yàn)不通過! End If End Sub ―、選擇題:本大題共 5 小題,每小題 3 分,共 15 分。 、制作一段主 題 為“環(huán)境保護(hù)”的視頻, 需 要的 視頻 采集工具和加工軟件分別是 A. 錄音機(jī)、 ACDSee 、 PowerPoint C. 數(shù) 碼攝像機(jī)、會(huì)聲會(huì)影 、 Photoshop 5 秒的單聲道音 頻 “朗誦 .wav”和 10 秒的單 聲 道音頻“ 配 樂 .wav”合成為 10 秒的雙 聲道音 頻 “配樂詩朗誦 .wav” ,三個(gè)音頻均使用相同 采 樣頻率和量化位數(shù),關(guān)于 3 個(gè)文件的存儲(chǔ)容量 ,下列描述正確 的是 A.“配樂詩朗誦 .wav”與“配樂 .wav”相同 B.“配樂詩朗誦 .wav”與“朗誦 .wav”相同 C.“配樂詩朗誦 .wav”約等于“配樂 .wav”的 2 倍 D.“配樂詩朗誦 .wav”約等于“朗誦 .wav” 與 “配樂 .wav” 之和 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 14 頁 共 119 頁 Photoshop 軟件制作賀年卡時(shí),在畫布中沒有看見“蛇”圖層的蛇圖像,如圖所示 造成這種現(xiàn)象的原因是 A.“ 蛇”圖層被鎖定 B.“蛇”圖層為不可視 C.“ 蛇”圖層內(nèi)容未選定 D.“蛇”圖層不透明度為 0% Flash 軟件中,顏色填充類型有“無”、 純色”、“線性”、“放射狀”和“位圖”。 Action 圖層第 36 幀的動(dòng)作命令為 “ stop()” ,播放到該幀時(shí),單擊“按鈕” 圖 層中的“ 重播”按鈕,動(dòng)畫跳轉(zhuǎn)到該場景的第 1 幀播放 , 則“ 重 播”按鈕的動(dòng)作命令是 A. on( release) { Play(); } B. on( release) { gotoAndPlay(); } C. on( release) { Stop(); } D. on( release) { gotoAndStop(); } 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 15 頁 共 119 頁 二、綜合題:本大題共 2 小題,其中第 6小題 4分 , 第 7 小題 6 分,共 10分。 第 6 題 — 1 圖 ( 1) 小峰要在 草叢 中添加一只蝴蝶 ,操作步驟如下: ①打開“素材 .psd” 文件 ,執(zhí)行“選擇”菜單中的“全選”命令,如第 6 題 2 圖所示,然后執(zhí)行“編輯”菜單中的“拷貝”命令 。 小峰發(fā)現(xiàn)蝴蝶沒有復(fù)制成功,其原因是 __________(填字母: “素材 .psd” 文件“ 蝴蝶”圖層中的圖像 / 對 象是“素材 .psd”文件“背景”圖層中的圖像 /C.“蝴蝶”圖像被粘貼到畫布以外的區(qū)域 )。若要使蝴蝶呈現(xiàn)如第 6 題 — 4 圖所示的效果,他還須 對該“蝴蝶”圖像執(zhí)行 1 步 _________(填字母: 90 度(順時(shí)針) 90 度(逆時(shí)針) 180 度 / )操作 。 動(dòng)畫開始時(shí)停止在第 1 幀 ,單擊“播放”按鈕后動(dòng)畫 開 始播放。 ( 2) 圖中含有“播放”字 樣的實(shí)例來源于庫中的“播放”元件。 ( 3)“ 雪花動(dòng)畫” 圖層中的“雪花飄”元件實(shí)例具有雪花飄落效果,元件編輯的部分界面如第 7 題 — 2 圖所示。 (注 :選對且選全得滿分 , 不選或錯(cuò)選不得分, 少選且選對得 部分 分) 第 7 題 — 2 圖 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 17 頁 共 119 頁 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 18 頁 共 119 頁 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 19 頁 共 119 頁 (英文版 ) easily blame, to prevent the broken window effect. Supervise the leading cadres to play an exemplary role, take the lead in the strict implementation of the code and rule , lead to safeguard the solemnity and authority of the party discipline, ensure that the party discipline and the laws and regulations for implementation in place. Throughout the discipline in the daily supervision and management , strengthen supervision and inspection, from the thorough investigation of violations of discipline behavior. Strengthen to key areas, key departments and key projects as well as the masses reflect the concentration of the units and departments for supervision. strengthening supervision, discipline inspection and supervision of cadres to set an example for pliance with the code and rule is a man must be hexyl, blacksmith needs its own hardware. Discipline inspection ans as the executor of the party discipline, and supervisor of the defenders, for its supervision must be more strictly, discipline inspection and supervision of cadres to firmly establish the awareness of Party Constitution, sense of discipline and rules consciousness, politics loyalty, sense obey. Action speak Ji Ordinance to set an example of the 編輯:桐鄉(xiāng)第一中學(xué) 杜宗飛 第 20 頁 共 119 頁 regulations of the rule of law, strengthen supervision and accept the supervision of the firmness and consciousness, do ply with and . To firmly establish the discipline must first be disciplined, the supervisor will be subject to the supervision of concept, and consciously safeguard and implement party passes party, take the lead in practicing three strict real strict, so loyal, clean, play. To be good at learning, the Constitution and the code as morality, politics and brought to fruition。 to discipline a ruler, often the control inspection, and consciously in the ideological red line to draw the row Ming Good accumulation is indeed the bottom line, so that the heart has fear, said to have quit, the line has ended. Attached: indifferent to heart, calmly to the table in our life, there are many unpredictable things will happen, some good, some bad things, we cannot control is powerless to stop, but with time, you will find in life sometimes turns out to be not good, some bad things finally turned out to be a good thing, but then we muddy however did not know, this is the life teach us things. 1, life can be plex, can also be simple. Want simple life of precipitation, to have enough time to reflect, to make