<   【題號21到題號40亂數取20題測驗】-Excel VBA實務班(第二班)測驗   >

免費免註冊,彰化一整天線上測驗:http://exam.bestdaylong.com/test2228.htm

( )1. 在ExcelVBA中要使用餘數要用那一個?(1)mod (2)\ (3)/ (4)*
( )2. inputbox的回傳值型別是(1)single (2)date (3)integer (4)string
( )3. 請問此圖那一個的真值表(1)and (2)not (3)xor (4)or
( )4. 在Excel VBA參數與參數中間是用什麼符號區隔(1)逗點 (2)等號 (3)冒號 (4)減號
( )5. 在ExcelVBA中要使用除(只取整數的商)要用那一個?(1)* (2)mod (3)\ (4)/
( )6. 圖中的數字3代表(1)column (2)range (3)cell (4)row
( )7. 在Excel 中要如何在變數d設定為日期1972/3/31(1)d="1972/3/31" (2)d='1972/3/31' (3)d=1972/3/31 (4)d=#1972/3/31#
( )8. 請問此圖那一個的真值表(1)xor (2)or (3)and (4)not
( )9. 在Excel VBA中物件方法的圖示為(1) (2) (3) (4)
( )10. 在Excel VBA中大於等於的符號是(1)>= (2)=> (3)<= (4)<>
( )11. 在Excel VBA的即時視窗輸入 print 10 mod 3 請問會顯示(1)3 (2)1 (3)1.33 (4)0
( )12. 請問此圖那一個的真值表(1)or (2)and (3)not (4)xor
( )13. 在Excel VBA的即時視窗輸入 print 2^3請問會顯示(1)1 (2)8 (3)6 (4)23
( )14. 在Excel VBA的即時視窗輸入 print 5/2 請問會顯示(1)1 (2)0 (3)2.5 (4)2
( )15. 圖中的數字4代表(1)worksheet (2)range (3)cell (4)workbook
( )16. 圖中的數字2代表(1)workbook (2)worksheet (3)range (4)cell
( )17. 在Excel VBA的即時視窗輸入 print 5\2 請問會顯示(1)2 (2)1 (3)0 (4)2.5
( )18. 圖中的數字1代表(1)column(行) (2)worksheet (3)cell (4)row(列)
( )19. 圖中的數字5代表(1)range (2)cell (3)row (4)column
( )20. 圖中的數字6代表(1)worksheet (2)range (3)cell (4)workbook

解答:
001.【1】002.【4】003.【4】004.【1】005.【3】006.【1】007.【4】008.【4】009.【1】010.【1】
011.【2】012.【2】013.【2】014.【3】015.【2】016.【1】017.【1】018.【3】019.【3】020.【1】

詳解: