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

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

( )1. 在Excel VBA的即時視窗輸入 print 1+2+3 請問會顯示(1)0 (2)123 (3)1+2+3 (4)6
( )2. 在Excel VBA的即時視窗輸入 print lcase("How are you")請問會顯示(1)HOW ARE YOU (2)How are you (3)how are you (4)How Are You
( )3. 在Excel VBA的即時視窗輸入 print ucase("How are you")請問會顯示(1)How are you (2)how are you (3)How Are You (4)HOW ARE YOU
( )4. 在Excel VBA的即時視窗輸入 print left("N1234",1) 請問會顯示(1)4 (2)1 (3)2 (4)N
( )5. 在Excel VBA中小於等於的符號是(1)<= (2)=< (3)>= (4)=>
( )6. 在Excel VBA中不等於的符號是(1)>=< (2)== (3)!= (4)<>
( )7. 在Excel VBA的即時視窗輸入 print 1 & 2 + 3 請問會顯示(1)123 (2)6 (3)0 (4)15
( )8. 在Excel VBA的即時視窗輸入? Mid("daylong", 2, 3)請問會顯示(1)ayl (2)yl (3)ylo (4)ay
( )9. 在Excel VBA要強制宣告變數才可以使用,要在程式的最上方加上(1)dim (2)Option Explicit (3)Option (4)Explicit
( )10. 請問此圖程式執行結果(1)在變數i<5時會中斷程式 (2)在變數i>5時會中斷程式 (3)在變數i不等於5時會中斷程式 (4)在變數i=5時會中斷程式
( )11. 在Excel VBA的即時視窗輸入 print len("中文字abc")請問會顯示(1)0 (2)6 (3)9 (4)3
( )12. 在ExcelVBA中要將3顯示在即時視窗要如何使用(1)print 3 (2)debug.print 3 (3)echo 3 (4)debug.echo 3
( )13. 在Excel VBA的即時視窗輸入 print mid("N1234",2,1) 請問會顯示(1)N (2)1 (3)2 (4)3
( )14. 請問此圖i若變成95,執行時會在即時視窗顯示(1)乙 (2)丙 (3)丁 (4)甲
( )15. 在Excel VBA的即時視窗輸入 print len(trim(" 1+2=3 ")) 請問會顯示(1)5 (2)6 (3)0 (4)4
( )16. 在Excel VBA的即時視窗輸入 print instr("1+2=3","=") 請問會顯示(1)4 (2)1 (3)2 (4)3
( )17. 在Excel VBA的即時視窗輸入 print 1 & 2 & 3 請問會顯示(1)123 (2)0 (3)1+2+3 (4)6
( )18. 請問此圖i若變成95,執行時會在即時視窗顯示(1)丙 (2)丁 (3)甲 (4)乙
( )19. 在Excel VBA的中斷模式時,按那一個按鈕可以逐一行執行(1)Ctrl+Shift+F9 (2)F8 (3)F5 (4)shift+F8
( )20. 在Excel VBA的即時視窗輸入 print right("N1234",1) 請問會顯示(1)N (2)4 (3)1 (4)2

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

詳解: