APCS10510-5

APCS10510-5

10th Grade - University

5 Qs

quiz-placeholder

Similar activities

Binary and Binary Addition

Binary and Binary Addition

9th - 10th Grade

10 Qs

Adding Binary

Adding Binary

9th - 10th Grade

10 Qs

การใช้อุปกรณ์ทางดิจิตอล

การใช้อุปกรณ์ทางดิจิตอล

9th - 12th Grade

10 Qs

A CH03 數據表示

A CH03 數據表示

10th Grade

8 Qs

Multiplexer, Decoder, dan Register

Multiplexer, Decoder, dan Register

10th Grade

10 Qs

ICT C 語言1

ICT C 語言1

9th - 12th Grade

10 Qs

Mastering Bitwise Operations and Shifts

Mastering Bitwise Operations and Shifts

7th Grade - University

8 Qs

Arduino-5

Arduino-5

University

10 Qs

APCS10510-5

APCS10510-5

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

劉怡萱 劉怡萱

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

((2 * a) + 2) * G(a, x-1)

(a + 5) * G(a-1, x-1)

((3 * a) - 1) * G(a, x-1)

(a + 6) * G(a, x-1)

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

 22. 如果  xnx_n  代表 X 這個數字是 n 進位,請問  D02A16+548710D02A_{16}+5487_{10}   等於多少? 


 1100 0101 1001 100121100\ 0101\ 1001\ 1001_2  

 1626318162631_8  

 587871658787_{16}  

 F59916F599_{16}  

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

23. 請問右側程式,執行完後輸出為何?

2417851639229258349412352 7

68921 43

65537 65539

134217728 6

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

24. 右側G()為遞迴函式,G(3,7)執行後回傳值為何?

128

2187

6561

1024

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

25. 右側函式若以 search (1, 10, 3) 呼叫時,search 函式總共會被執行幾次?

2

3

4

5