高一第二章

高一第二章

10th Grade

25 Qs

quiz-placeholder

Similar activities

112程式語言與設計

112程式語言與設計

9th - 12th Grade

23 Qs

micro:bit python音樂燈光專題

micro:bit python音樂燈光專題

9th - 12th Grade

30 Qs

ai01

ai01

10th - 12th Grade

25 Qs

11900系發21-40

11900系發21-40

9th - 12th Grade

20 Qs

11900系發01-20

11900系發01-20

9th - 12th Grade

20 Qs

S02 互联网

S02 互联网

10th Grade

21 Qs

1920 S4 ICT CPU & IO

1920 S4 ICT CPU & IO

9th - 12th Grade

20 Qs

數概-ch11

數概-ch11

10th Grade

29 Qs

高一第二章

高一第二章

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Tu Hector

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

下列何者可用來存取陣列的元素?

索引

元素值

型態

變數名稱

2.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

使用下列那一種程式結構來處理陣列,可減少程式設計的工作?

循序結構

選擇結構

重複結構

跳躍結構

3.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

下列何者不是使用陣列的優點?

可利用索引快速指定陣列元素的值

不必使用大量變數儲存同一類型的資料

存放在連續的記憶體位置,可以加快程式運算

可同時存放各種不同型態的資料

4.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

以下 C/C++ 陣列所占的記憶體空間大小比較,何者為真?char a[10]; int b[5]; float c[2];

a > b > c

b > a > c

a > c > b

c > b > a

5.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

在Python中,List 索引的預設起始值為何?

-2

-1

0

1

6.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

若 n[2] = {11, 12, 34, 21, 22},則 n[4] 之值為何?

12

34

21

不可預期的值

7.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

若 a[4] = {4, 2, 3, 1},則 a[a[2]] 之值為何?

1

2

3

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?