題庫堂
檢索
題庫堂
首頁
數學
英文學習
政治學
統計學
經濟學
藥理學
中醫藥物學
財政學
法學知識
公共行政
警察學
BI規劃師
財務管理
公共衛生學
工程經濟學
電力電子學
當前位置:
首頁
14 在一個高度為 7 層的二元樹結構中,其總節點數最多為: (A) 256 (B) 128 (C) 127 (D) 255
問題詳情
14 在一個高度為 7 層的二元樹結構中,其總節點數最多為:
(A) 256
(B) 128
(C) 127
(D) 255
參考答案
答案:C
統計:A:0,B:11,C:72,D:10,E:0
難度:簡單
上一篇 :
13 有一廠商倉庫管理採用堆疊(Stack)方式處理,從倉庫底部到倉庫門口依 序內含 a、b、c、d、e 產品,接著依序執行 Pop、Push f、Push g、Pop 動 作,則最接近倉庫
下一篇 :
15 一株二元樹如下圖,採用前序(preorder)追蹤方式的拜訪順序為: (A) 400, 300, 250, 350, 500, 550, 525, 575 (B) 250, 300, 3
資訊推薦
18 一個二輸入 NAND 閘,其中 A、B 為輸入,F 為輸出,下列何者不是代表 F 的布林函數? (A) (B) A+AB
47. A hydrogen atom in the 4f state has a total angular momentum (in terms of h) of magnitude (A)(B)
26. When an equimolar mixture of ammonia and butyI bromide reacts, which of these products will form
27. What would be the correct order of adding reagents (i)~(v), for the formation of the desired pro
16 就一個演算法的執行效率而言,可使用 Big O 函數表示。如果一個演算法所需的時間為一個線性函數,可表示為: (A) O(1) (B) O(n) (C
17 下列那一種資料結構可以直接存取資料結構中的指定項目? (A) Array (B) Linked List (C) Stack (D) Queue
18 一電腦其 IP 為 100.35.101.1,子網路遮罩(Subnet Mask)為 255.255.254.0, 請問其所屬網路為: (A) 100.35.101.0 (B) 100
19 下列搜尋法,何者不用對被搜尋資料內容先排序,即能進行資料搜尋? (A)費氏搜尋法(Fibonacci Search) (B)二分搜尋法(Binary Search) (C)循序搜尋法(
20 對 一 個 空 佇 列 ( Queue ) 執 行 enqueue( A ) 、 enqueue( B) 、 dequeue() 、 enqueue( A )、enqueue( C )、e
21 在 C 或 Java 程式語言中,設有兩個整數,分別為 a=20,b=7,&、| 為位 元運算子,其中&為且(and),| 為或(or),則 a & b 和 a | b 兩種運算, 其
22 物件導向程式語言將資料及方法包裝成一個物件的技術,稱為: (A)多載(Overloading) (B)繼承(Inheritance) (C)覆寫(Ov
23 依照下列程式,輸出的內容為: (A) 123 (B) 1235679 (C) 123567 (D) 123456789
18. 已知某有機化合物的分子式為(a、b 均為正整數),假設同一個碳上不能同時接上 2 個羥基,則下列關於的敘述中,何者正確? (A) 當a=8時,b 最大只能為 3 (B) 無論 b 為多少,a
24 依照下列函式,Fun(5)值為: (A) 60 (B) 120 (C)0 (D) 240
28. Which of the following carbohydrate structure is the cyclized form of the hexose in Fischer proj
62.The highest occupied molecular orbital of ferrocene is_______ (A)dx2-y2 (B)dz2(C) dx2-y2, dz2(D
63.The number of unpaired electrons in nickelocene is________. (A)0(B) 1 .(C) 2(D) 3(E) none of the
64.Which of the following are isolobal fragments? (A)CH-andNi(CO)3 (B) CH2+and Fe(CO)3 (C) CH3-and [
65.What is the valence electron configuration of S? (A) 3s23p4(B) 4s24p4(C) 1s22s22p63s23p4(D) ls22s
66.Which of the following statements about adiabatic processes is\/are true? l.In an adiabatic proc
67 △H°and△S° for the vaporization of Br2(I) at 25°C and 1 atm are 30.8 kJ\/mol and 92.8 J\/K-mol,
68.Which technique used for tiie separation of compounds is based on the di争rent electrostatic inter
69. Compound A on ozonolysis yields acetophmone and propanal. What is the structure of compound A? (
19 關於半加器(half adder)與全加器(full adder)的敘述,下列何者正確? (A)半加器有 2 個輸入,全加器有 2 個輸入 (B)半加器有 2 個輸入,全加
20 邏輯運算式 Y=(c < b) OR (b < d)。考慮下列的輸入:b = 7;c = 4;d = 2, 則輸出 Y=? (A)3