"基本程式語言 01" 修訂間的差異

出自 陳富國維基館
前往: 導覽搜尋
(新頁面: <span style="font-size:medium;"><span style="font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: justify;"> </span></...)
 
行 2: 行 2:
 
</span></span>  
 
</span></span>  
  
<br>下列片斷程式執行後,i, j與k的值各為何?
+
<br>下列片斷程式執行。
  
<span style="font-size:medium;"><span style="font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19px; text-align: justify;">
+
QUESTION 1
</span></span>
 
  
int i = 3, j = 2, k = 4;
 
 
&nbsp;  i  =  i  +  j--  %  ++k;
 
  
 +
Given the code in the exhibit. What is the result?
 +
A. Compilation fails
 +
B. An exception is thrown at runtime.
 +
C. An instance of Forest is serialized.
 +
D. An instance of Forest and an instance of Tree are both serialized.
  
  
行 18: 行 19:
 
----
 
----
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
<span style="font-size: medium;">Ans: 515  </span>
+
<span style="font-size: medium;">Ans: </span>
  
 
<span style="font-size:medium;"> 解說:
 
<span style="font-size:medium;"> 解說:

於 2013年3月26日 (二) 06:53 的修訂


下列片斷程式執行。

QUESTION 1


Given the code in the exhibit. What is the result? A. Compilation fails B. An exception is thrown at runtime. C. An instance of Forest is serialized. D. An instance of Forest and an instance of Tree are both serialized.


解答


Ans:

解說:


類似題型


題目

解說:


程式觀念考題
基本程式語言 決策程式語法 迴圈/重複敘述 副程式呼叫與遞迴 物件導向-類別與物件 其他

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15

01 . 02 . 03 . 04 . 05
06 . 07 . 08 . 09 . 10
11 . 12 . 13 . 14 . 15