APCS10510-2

APCS10510-2

10th Grade - University

5 Qs

quiz-placeholder

Similar activities

雲端從業人員Module 3 知識點檢查

雲端從業人員Module 3 知識點檢查

9th - 12th Grade

10 Qs

scratch

scratch

11th - 12th Grade

10 Qs

C++ 變數/輸入/輸出

C++ 變數/輸入/輸出

11th Grade

10 Qs

APCS10503-5

APCS10503-5

10th Grade - University

5 Qs

code.org(Play Lab)

code.org(Play Lab)

10th Grade

5 Qs

練習

練習

10th Grade

10 Qs

電資營2023

電資營2023

University

10 Qs

2223_S4_ICT_T2_exam_exercise_1-10

2223_S4_ICT_T2_exam_exercise_1-10

9th - 12th Grade

10 Qs

APCS10510-2

APCS10510-2

Assessment

Quiz

Computers

10th Grade - University

Hard

Created by

劉怡萱 劉怡萱

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

6. 右側函式以 F(7) 呼叫後回傳值為 12,則 <condition> 應為何?

a < 3

a < 2

a < 1

a < 0

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

7. 若n為正整數,右側程式三個迴圈執行完畢後 a 值將為何?

n(n+1)/2

n3n^3 /2

n(n-1)/2

n2(n+1)n^2\left(n+1\right) /2

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

8. 下面哪組資料若依序存入陣列中,將無法直接使用二分搜尋法搜尋資料?

a, e, i, o, u

3, 1, 4, 5, 9

10000, 0, -10000

1, 10, 10, 10, 100

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

20

11

2

10

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

10. 右側主程式執行完三次G()的呼叫後,p 陣列中有幾個元素的值為 0?

1

2

3

4