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

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

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

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

詳解: