阿摩線上測驗
登入
首頁
>
教甄◆資訊科技概論專業(電腦科)
>
108年 - 桃園高中 108 學年度第 1 次教師甄選資訊科#75927
> 試題詳解
6. 這段 C++ 程式執行後,畫面上會出現幾個 * ?
(A)10;
(B) 12;
(C) 16;
(D) 18。
答案:
登入後查看
統計:
A(16), B(80), C(17), D(11), E(0) #1989173
詳解 (共 2 筆)
anita-home+go
B1 · 2021/03/25
#4615600
I=1,j=1 to 1,*,a=6-1...
(共 105 字,隱藏中)
前往觀看
5
0
MoAI - 您的AI助手
B2 · 2025/12/13
#7241346
這是一道非常經典的 C++ 程式邏輯追蹤...
(共 1726 字,隱藏中)
前往觀看
0
0
相關試題
7. 我們在一個電腦系統中使用 8 個位元採二補數方式來儲存一個整數,請以二進位來表示這個系統中整數的最小值。 (A) 10000000;(B) 11111111;(C) 11000000;(D) 10000001。
#1989174
8. 我們被分配到一個 class C 的 IP 範圍使用權,為了讓各部門都可以有自己的一個 subnet 可用,使用了 255.255.255.224 做為網路遮罩,則每個部門最多只有個 IP 可使用? (A) 18;(B) 30;(C) 32;(D) 62。
#1989175
9. 以下這段 python 程式運行後,c 的值何? (A) 3;(B) 100;(C) 1000;(D) 程式有誤,執行到途中會停下來。
#1989176
10. 若我們的加密演算法為將明文與金鑰做 XOR 運算,當金鑰為 0xB7 且加密後密文為 0xCD 時,請問明文為何? (A) 0x7A;(B) 0x85;(C) 0xFF;(D) 0x7F。
#1989177
11. What is the output of the following program : (A) 1 (B) 2 (C) 3 (D) 4
#1989178
12. What is the output of the following program: (A) 1,2,3 (B) 1,3,0 (C) 5,3,0 (D) 0,3,5
#1989179
13. The following function return true when ____________.(A) s is string with same char. (B) s is a palindrome. (C) s is empty. (D) all of the above.
#1989180
14. Given the following functions for Stack operation, please fill the blanks with correct statements. (A) code1: s[top++] , code2: s[top--] (B) code1: s[++top] , code2: s[--top] (C) code1: s[top++] , code2: s[--top] (D) code1: s[++top] , code2: s[top--]
#1989181
15. Suppose p is a pointer of node points to the rear of a circular linked list. Initially, p = null.The following program codes will insert a node pointed by pointer q at the front of the circuler list. Please fill in the blanks. (A) code1: p , code2: q (B) code1: p , code2: q->link (C) code1: p->link , code2: q (D) code1: p->link , code2: q->link
#1989182
16. Suppose p is a pointer of node points to the rear of a circular linked list. Initially, p = null. Suppose we have another linked list pointed by avail which links the unused space together. The following program will erase the circular list into the single linked list pointed by avail. Please fill the blanks.(A) code1: p->link->link, code2: p (B) code1: p , code2: p->link->link (C) code1: temp , code2: avail (D) code1: avail , code2: temp
#1989183
相關試卷
115年 - 115 臺北市公立國民小學教師聯合甄選初試專門類科知能試題:資訊科技科#139878
2026 年 · #139878
115年 - 115 臺北市立成淵高級中學_正式教師甄選試題:高中資訊科#139666
2026 年 · #139666
115年 - 115 教育部受託辦理公立高級中等學校教師甄選試題:資訊科技科#139592
2026 年 · #139592
115年 - 115-1 國立頭城高級家事商業職業學校_教師甄選試題:資料處理科#138785
2026 年 · #138785
115年 - 115-1 國立竹東高級中學_教師甄試試題:資訊科技概論科#138750
2026 年 · #138750
115年 - 115-1 國立羅東高中_教師甄選初試試題:資訊科#138680
2026 年 · #138680
115年 - 115-1 國立蘭陽女子高級中學_教師甄選試題︰資訊科技科#138669
2026 年 · #138669
115年 - 115 國立屏科實驗高級中等學校_教師甄選:國小資訊專長#138635
2026 年 · #138635
115年 - 115 國立屏科實驗高級中等學校_教師甄選:高中資訊科技科#138625
2026 年 · #138625
115年 - 115-1 臺北市立大同高級中學_教師甄選初選試題:高中資訊科技科#138590
2026 年 · #138590