Search Header Logo

高一第二章

Authored by Tu Hector

Computers

10th Grade

Used 4+ times

高一第二章
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?