阿摩線上測驗
登入
首頁
>
施工法
>
110年 - 110 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#103198
> 申論題
四、比較分析綠建築標章評估手冊之九大評估指標及智慧建築標章評估手 冊之八大評估指標。 (20 分)
相關申論題
五、建築及土木工程施工用之鋼筋及卜特蘭水泥等工程材料,應善用政府採 購法採購正字標記產品,相關工廠應如何申請正字標記。(20 分)
#435718
(一) Many governments have implemented the use of biometrics to enhance their safety measures when issuing passports, visas or residence permits to people who migrate to their countries. Biometric measures rely on a computerized system that scans and collects a person’s special traits such as his/her fingerprints, face, iris, retina or ear features. This storing of the data can also be utilized to look for or verify a person’s identity to reduce the mistakes that might happen when providing the immigration services to travelers.
#435719
(二) Climate migration is a unique kind of environmental migration; it describes a type of migration that is caused by climate change. In this context, people who are environmental refugees are usually forced to move away from their places of origin because they cannot live any longer in their residency where their living environment has much been damaged by the drastic change of climate. They usually have to adapt to a different living surrounding when they move to stay in a different place.
#435720
(三) It is common for most people to express xenophobia when they encounter strangers, foreigners or immigrants who also stay in their communities or countries. People often tend to discriminate against someone who is different from them. But this dislike or fear of strangers and foreigners from other countries can be strong and unreasonable sometimes. Therefore, it is important that the government should introduce the practice of social inclusion to reduce discrimination against immigrants.
#435721
(四) Some governments carry out the visa waiver program (VWP) by allowing some countries to travel to their nations for a certain phase of time without the need to apply for a visa. But travelers who wish to use this kind of scheme still need to seek for authorization of the countries they plan to travel to. Countries such as the United States impose certain limits on visitors who are eligible for using this service.
#435722
(五) Some countries issue a visa to a family member of an international student in their country as the subsequent entrant. A family member of this kind usually applies for this visa to join or reunite with their family members who study in a foreign country. This kind of visa enables the subsequent entrant to provide emotional, psychological, or mental support to the international student. They are also allowed to stay during the duration of the stay of the international student.
#435723
四、中譯英:請將以下中文段落進行適當的英文翻譯(15 分) 美國總統拜登上任後便簽署通過幾項移民法案,並對前任川普總統任內 所執行的幾項移民法案做了一些變革,包括維持歐巴馬總統任內所推動 的「童年抵達者暫緩驅逐辦法」,持續讓這些於孩童時就已入境美國的無 照移民能夠免於面臨被遣返的命運,並讓他們能經由合法管道取得公民 證、停止建造介於美國與墨西哥邊境的圍牆,以省下鉅額的建造費、消 除對穆斯林國家人民到美國的旅遊禁令、將境內不具公民身分的人民亦 算入全國人口數、擴大對海外自由鬥士的人道救援以及提交多項移民法 案到國會進行審議與通過等。
#435724
五、英文作文: (20 分) Social inclusion is crucial for improving the ability, opportunity, and dignity of those disadvantaged in society on the basis of their identity. But to implement social integration more smoothly requires overcoming many obstacles in order to reach a more satisfactory result. Write a problem and solution essay between 250 and 300 words. State the possible problems when the government intends to enact social inclusion and their solutions. Please give specific examples to support your points.
#435725
一、有一銀行委予資料庫設計,做完系統分析後,得到如下需求(Requirements):⑴一銀行(BANK),有銀行代碼(Code),銀行名稱(Name)和地址(Addr),銀行代碼用以區別不同的銀行。⑵一銀行有許多分行(BANK-BRANCH),每一分行有地址(BranchAddr)和分行代碼(BranchNo),分行代碼用以區別不同的分行,一分行不能單獨存在,一定要隸屬於某一銀行,但一銀行可以沒有分行(例如籌備中)。⑶一分行可以有許多的帳戶(ACCOUNT),每一帳戶有帳戶編號(AcctNo),餘額(Balance),和帳號種類(Type),帳戶編號用以區別不同的帳戶,一帳戶必須隸屬於某一分行,但分行可以沒有帳戶。⑷一客戶(CUSTOMER)可以擁有多個帳戶(ACCOUNT),每一客戶有客戶代碼(SSN),名字(CustName),手機號碼(Phone)和地址(CustAddr),客戶代碼用以區別不同的客戶;一帳戶(ACCOUNT)也可以由多個客戶(CUSTOMER)所擁有,一帳戶必須要有客戶所擁有,但客戶可以沒有帳戶。⑸一分行可以有許多的貸款(LOAN),每一筆貸款有貸款編號(LoanNo),種類(LoanType)和貸款金額(Amount),每一貸款必須隸屬於某一分行,但分行可以沒有貸款。⑹一客戶可以有多筆貸款,一筆貸款也可以由多個客戶來共同借貸,一貸款必須隸屬於一客戶,但客戶可以沒有貸款。請畫出此銀行資料庫的實體關係圖(ERDiagram),此實體關係圖裡應包括有強實體型態(StrongEntityType)與弱實體型態(WeakEntityType)的設計,並請標示各項限制(Constraints)。
#435726
二、給予一關聯綱要(Relation Schema)EMP-PROJ(SSN, Pnumber, Hours,Ename, Pname, Plocation),主鍵為(SSN, Pnumber),此關聯綱要記錄員工的識別碼與名字,與所參與的計畫名稱及計畫所在位置,一個員工可參與多個計畫,每一參與的計畫會記錄參與的時數,此外,此關聯綱要給予一組功能依附性(Functional Dependences):{{SSN, Pnumber} → {Hours},{SSN} → {Ename}, {Pnumber} → {Pname}, {Pnumber} → {Plocation}},EMP-PROJ 關聯綱要有更改異常(Update Anomalies)問題嗎?試舉一例說明插入更改異常(Insertion Anomalies),EMP-PROJ 關聯綱要是 2NF格式嗎?如不是,請將 EMP-PROJ 關聯綱要分割(Decompose)到 2NF的關聯綱要,並論述分割的原理。(25 分)
#435727
相關試卷
114年 - 114 專技高考_土木工程技師:施工法(包括土木、建築施工法與工程材料)#133555
114年 · #133555
114年 - 114 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#129536
114年 · #129536
113年 - 113 專技高考_土木工程技師:施工法(包括土木、建築施工法與工程材料)#123954
113年 · #123954
113年 - 113 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#122028
113年 · #122028
112年 - 112 專技高考_土木工程技師:施工法(包括土木、建築施工法與工程材料)#117630
112年 · #117630
112年 - 112 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#116146
112年 · #116146
111年 - 111 專技高考_土木工程技師:施工法(包括土木、建築施工法與工程材料)#111785
111年 · #111785
111年 - 111 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#110271
111年 · #110271
110年 - 110 專技高考_土木工程技師:施工法(包括土木、建築施工法與工程材料)#104098
110年 · #104098
110年 - 110 司法、調查特種考試_三等_檢察事務官營繕工程組、營繕工程組:施工法(包括土木、建築施工法與工程材料)#103198
110年 · #103198