免費免註冊,彰化一整天線上測驗:http://exam.bestdaylong.com/test2188.htm
| ( | ) | 1. | 在ExcelVBA中要使用除(只取整數的商)要用那一個?(1)\ (2)/ (3)* (4)mod | ||
| ( | ) | 2. | 在Excel VBA的即時視窗輸入 print len("中文字abc")請問會顯示(1)3 (2)0 (3)6 (4)9 | ||
| ( | ) | 3. | 請問此圖 那一個的真值表(1)or
(2)and
(3)not
(4)xor
| ||
| ( | ) | 4. | 在Excel VBA的即時視窗輸入 print 5\2 請問會顯示(1)1 (2)0 (3)2.5 (4)2 | ||
| ( | ) | 5. | 請問 此圖那一個的真值表(1)xor
(2)or
(3)and
(4)not
| ||
| ( | ) | 6. | 請問 此圖i若變成95,執行時會在即時視窗顯示(1)丙
(2)丁
(3)甲
(4)乙
| ||
| ( | ) | 7. | 在Excel VBA的即時視窗輸入 print 1+2+3 請問會顯示(1)6 (2)0 (3)123 (4)1+2+3 | ||
| ( | ) | 8. | 在Excel VBA的即時視窗輸入 print 2^3請問會顯示(1)23 (2)1 (3)8 (4)6 | ||
| ( | ) | 9. | 在Excel VBA的即時視窗輸入 print 10 mod 3 請問會顯示(1)0 (2)3 (3)1 (4)1.33 | ||
| ( | ) | 10. | 在Excel VBA要強制宣告變數才可以使用,要在程式的最上方加上(1)Option Explicit (2)Option (3)Explicit (4)dim | ||
| ( | ) | 11. | 在Excel VBA的即時視窗輸入? Mid("daylong", 2, 3)請問會顯示(1)ayl (2)yl (3)ylo (4)ay | ||
| ( | ) | 12. | 在Excel VBA的即時視窗輸入 print left("N1234",1) 請問會顯示(1)4 (2)1 (3)2 (4)N | ||
| ( | ) | 13. | 在Excel VBA的即時視窗輸入 print right("N1234",1) 請問會顯示(1)2 (2)N (3)4 (4)1 | ||
| ( | ) | 14. | 在Excel VBA中大於等於的符號是(1)=> (2)<= (3)<> (4)>= | ||
| ( | ) | 15. | 在Excel VBA的即時視窗輸入 print lcase("How are you")請問會顯示(1)How Are You (2)HOW ARE YOU (3)How are you (4)how are you | ||
| ( | ) | 16. | 在Excel VBA中小於等於的符號是(1)>= (2)=> (3)<= (4)=< | ||
| ( | ) | 17. | 請問 此圖那一個的真值表(1)not
(2)xor
(3)or
(4)and
| ||
| ( | ) | 18. | 在Excel VBA的即時視窗輸入 print 1 & 2 + 3 請問會顯示(1)0 (2)15 (3)123 (4)6 | ||
| ( | ) | 19. | 在Excel VBA的即時視窗輸入 print ucase("How are you")請問會顯示(1)How Are You (2)HOW ARE YOU (3)How are you (4)how are you | ||
| ( | ) | 20. | 在ExcelVBA中要使用餘數要用那一個?(1)mod (2)\ (3)/ (4)* | ||
| ( | ) | 21. | 在ExcelVBA中要將3顯示在即時視窗要如何使用(1)debug.print 3 (2)echo 3 (3)debug.echo 3 (4)print 3 | ||
| ( | ) | 22. | 請問 此圖程式執行結果(1)在變數i不等於5時會中斷程式
(2)在變數i=5時會中斷程式
(3)在變數i<5時會中斷程式
(4)在變數i>5時會中斷程式
| ||
| ( | ) | 23. | 在Excel VBA的即時視窗輸入 print mid("N1234",2,1) 請問會顯示(1)N (2)1 (3)2 (4)3 | ||
| ( | ) | 24. | 請問 此圖i若變成95,執行時會在即時視窗顯示(1)乙
(2)丙
(3)丁
(4)甲
| ||
| ( | ) | 25. | 在Excel VBA中不等於的符號是(1)!= (2)<> (3)>=< (4)== | ||
| ( | ) | 26. | 在Excel VBA的中斷模式時,按那一個按鈕可以逐一行執行(1)F5 (2)shift+F8 (3)Ctrl+Shift+F9 (4)F8 | ||
| ( | ) | 27. | 在Excel VBA的即時視窗輸入 print 1 & 2 & 3 請問會顯示(1)0 (2)1+2+3 (3)6 (4)123 | ||
| ( | ) | 28. | 在Excel VBA的即時視窗輸入 print 5/2 請問會顯示(1)0 (2)2.5 (3)2 (4)1 | ||
| ( | ) | 29. | 在Excel VBA的即時視窗輸入 print len(trim(" 1+2=3 ")) 請問會顯示(1)4 (2)5 (3)6 (4)0 | ||
| ( | ) | 30. | 在Excel VBA的即時視窗輸入 print instr("1+2=3","=") 請問會顯示(1)2 (2)3 (3)4 (4)1 |