Q. 14 What is the relationship between operation and method?A. The ter dịch - Q. 14 What is the relationship between operation and method?A. The ter Việt làm thế nào để nói

Q. 14 What is the relationship betw

Q. 14 What is the relationship between operation and method?
A. The terms are synonymous.
B. An operation describes how a method is implemented.
C. A method describes how an operation is implemented.
D. There is no relationship.
Q. 15 Why would you use subsystem interfaces rather than subsystem instances on
sequence diagrams?
A. to make it easier to model subsystems during Subsystem Design
B. to make use-case realizations easier to change
C. to ease sequence diagram maintenance when message signatures change
D. to reduce the number of classes needed to implement the subsystem
Q. 16 Which is an input artifact to the Identify Design Elements activity?
A. Deployment Model
B. Implementation Model
C. Reference Architecture
D. Software Architecture Document
Q. 17 What is an important consideration when allocating processes to nodes?
A. minimizing network traffic
B. minimizing power consumption
C. utilizing all available nodes
D. physical distance between nodes
11
Q. 18 Which type of mechanism is a connector on a deployment diagram?
A. backup
B. communication
C. transaction
D. computation
Q. 19 A design mechanism _____.
A. captures the key aspects of a solution in a way that is implementation-independent
B. specifies the exact implementation of the mechanism and is bound to a certain technology,
implementation language, or vendor
C. is the same as a design pattern
D. assumes some details of the implementation environment, but is not tied to a specific
implementation
Q. 20 When identifying interfaces during the Identify Design Elements activity,
which statement is true?
A. Classes should not realize an interface.
B. Each subsystem realizes only one interface.
C. Interfaces should be identified before subsystems are created.
D. Interfaces should be packaged separately from the elements that realize them.
Q. 21 Additional subsystems can be discovered during Use Case Design by noting
_____.
A. common subflows between objects on several sequence diagrams
B. similar objects on several sequence diagrams
C. a consistent series of state transitions for multiple classes involved in a use-case realization
D. the same design classes involved in more than one use-case realization
Q. 22 Which activities are performed during Use Case Design?
A. converting analysis classes into design classes and design subsystems
B. describing persistence-related behavior
C. describing object interactions that implement interface operations
D. simplifying sequence diagrams using design classes
Q. 23 On a sequence diagram, what is used to represent a specific subsystem?
A. an interface that the subsystem realizes
B. a subsystem proxy
C. a subsystem component
D. a subsystem class
Q. 24 Which UML elements are used to describe the physical architecture of a
system?
A. classes and relationships
B. objects and messages
C. subsystems and dependencies
D. nodes and connectors
Q. 25 Which artifact is used to describe use-case realizations?
A. textual use-case descriptions
B. communication diagrams
C. state charts
12
D. activity diagrams
Q. 26 What defines a subsystems responsibilities?
A. its internal class behavior
B. the operations of the interfaces it implements
C. the use-case realizations in which the subsystem appears
D. the operations on a class contained within the subsystem
Q. 27 Which is a design mechanism?
A. Persistency
B. ObjectStore Object-oriented Database
C. Distribution
D. Remote Method Invocation
Q. 28 To begin identifying design mechanisms, you start by categorizing analysis
mechanisms. What are three steps in the process of Categorizing Analysis Mechanisms?
(Choose three.)
A. identify characteristic profiles for each analysis mechanism
B. identify the clients of each analysis mechanism
C. assign a vendor implementation to each analysis mechanism
D. group clients according to their use of characteristic profiles
Q. 29 In Subsystem Design, what happens in the step, Distribute Subsystem
Responsibilities?
A. The subsystems responsibilities are allocated to its internal design elements.
B. Each subsystem is checked to ensure it has a consistent set of responsibilities and inconsistent
responsibilities are reassigned to other subsystems.
C. Libraries and external APIs are identified to realize the subsystem behavior.
D. Distribution mechanisms are detailed for exposing subsystem interfaces.
Q. 30 Which entity has a well-defined boundary and identity that encapsulates state
and behavior?
A. class
B. object
C. component
D. package
Q. 31 What is the purpose of the Identify Design Mechanisms activity?
A. to refine the analysis mechanisms and specify the exact implementation of the mechanism
B. to provide a conceptual set of services that is used by analysis objects
C. to refine analysis mechanisms into design mechanisms, based on the constraints imposed by
the implementation environment
D. to define design placeholders in the architecture so the architecting effort remains focused and
is less likely to become sidetracked
Q. 32 In a dependency, through what reference does the client class gain visibility to
the supplier?
A. local reference
B. parameter reference
C. global reference
D. field reference
13
Q. 33 In which Analysis and Design activity are subsystems mapped to analysis
classes?
A. Architectural Analysis
B. Identify Design Elements
C. Identify Subsystems
D. Incorporate Existing Design Elements
Q. 34 Which design element is used to represent a concurrent object?
A. active class
B. capsule
C. design class
D. event
Q. 35 The Describe Distribution activity is where the processes defined in the
Describe the Run-time Architecture activity are allocated to _____.
A. physical nodes
B. components
C. classes
D. activities
Q. 36 During Subsystem Design, how many interaction diagrams (sequence or
communication) should be created?
A. at least one interaction diagram per interface operation
B. one interaction diagram per interface realization
C. at least one interaction diagram for each use of an external interface
D. one interaction diagram for each realizing class
Q. 37 A directed graph of nodes connected by transitions is a _____ diagram.
A. communication
B. sequence
C. component
D. state machine
5000/5000
Từ: Anh
Sang: Việt
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Q. 14 What is the relationship between operation and method?A. The terms are synonymous.B. An operation describes how a method is implemented.C. A method describes how an operation is implemented.D. There is no relationship.Q. 15 Why would you use subsystem interfaces rather than subsystem instances onsequence diagrams?A. to make it easier to model subsystems during Subsystem DesignB. to make use-case realizations easier to changeC. to ease sequence diagram maintenance when message signatures changeD. to reduce the number of classes needed to implement the subsystemQ. 16 Which is an input artifact to the Identify Design Elements activity?A. Deployment ModelB. Implementation ModelC. Reference ArchitectureD. Software Architecture DocumentQ. 17 What is an important consideration when allocating processes to nodes?A. minimizing network trafficB. minimizing power consumptionC. utilizing all available nodesD. physical distance between nodes11Q. 18 Which type of mechanism is a connector on a deployment diagram?A. backupB. communicationC. transactionD. computationQ. 19 A design mechanism _____.A. captures the key aspects of a solution in a way that is implementation-independentB. specifies the exact implementation of the mechanism and is bound to a certain technology,implementation language, or vendorC. is the same as a design patternD. assumes some details of the implementation environment, but is not tied to a specificimplementationQ. 20 When identifying interfaces during the Identify Design Elements activity,which statement is true?A. Classes should not realize an interface.B. Each subsystem realizes only one interface.C. Interfaces should be identified before subsystems are created.D. Interfaces should be packaged separately from the elements that realize them.Q. 21 Additional subsystems can be discovered during Use Case Design by noting_____.A. common subflows between objects on several sequence diagramsB. similar objects on several sequence diagramsC. a consistent series of state transitions for multiple classes involved in a use-case realizationD. the same design classes involved in more than one use-case realizationQ. 22 Which activities are performed during Use Case Design?A. converting analysis classes into design classes and design subsystemsB. describing persistence-related behaviorC. describing object interactions that implement interface operationsD. simplifying sequence diagrams using design classesQ. 23 On a sequence diagram, what is used to represent a specific subsystem?A. an interface that the subsystem realizesB. a subsystem proxyC. a subsystem componentD. a subsystem classQ. 24 Which UML elements are used to describe the physical architecture of asystem?A. classes and relationshipsB. objects and messagesC. subsystems and dependenciesD. nodes and connectorsQ. 25 Which artifact is used to describe use-case realizations?A. textual use-case descriptionsB. communication diagramsC. state charts12D. activity diagramsQ. 26 What defines a subsystems responsibilities?A. its internal class behaviorB. the operations of the interfaces it implementsC. the use-case realizations in which the subsystem appearsD. the operations on a class contained within the subsystemQ. 27 Which is a design mechanism?A. PersistencyB. ObjectStore Object-oriented DatabaseC. DistributionD. Remote Method InvocationQ. 28 To begin identifying design mechanisms, you start by categorizing analysismechanisms. What are three steps in the process of Categorizing Analysis Mechanisms?(Choose three.)A. identify characteristic profiles for each analysis mechanismB. identify the clients of each analysis mechanismC. assign a vendor implementation to each analysis mechanismD. group clients according to their use of characteristic profilesQ. 29 In Subsystem Design, what happens in the step, Distribute SubsystemResponsibilities?A. The subsystems responsibilities are allocated to its internal design elements.B. Each subsystem is checked to ensure it has a consistent set of responsibilities and inconsistentresponsibilities are reassigned to other subsystems.C. Libraries and external APIs are identified to realize the subsystem behavior.D. Distribution mechanisms are detailed for exposing subsystem interfaces.Q. 30 Which entity has a well-defined boundary and identity that encapsulates stateand behavior?A. classB. objectC. componentD. packageQ. 31 What is the purpose of the Identify Design Mechanisms activity?A. to refine the analysis mechanisms and specify the exact implementation of the mechanismB. to provide a conceptual set of services that is used by analysis objectsC. to refine analysis mechanisms into design mechanisms, based on the constraints imposed bythe implementation environmentD. to define design placeholders in the architecture so the architecting effort remains focused andis less likely to become sidetrackedQ. 32 In a dependency, through what reference does the client class gain visibility tothe supplier?A. local referenceB. parameter referenceC. global referenceD. field reference13Q. 33 In which Analysis and Design activity are subsystems mapped to analysisclasses?A. Architectural AnalysisB. Identify Design ElementsC. Identify SubsystemsD. Incorporate Existing Design ElementsQ. 34 Which design element is used to represent a concurrent object?A. active classB. capsuleC. design classD. eventQ. 35 The Describe Distribution activity is where the processes defined in theDescribe the Run-time Architecture activity are allocated to _____.A. physical nodesB. componentsC. classesD. activitiesQ. 36 During Subsystem Design, how many interaction diagrams (sequence orcommunication) should be created?A. at least one interaction diagram per interface operationB. one interaction diagram per interface realizationC. at least one interaction diagram for each use of an external interfaceD. one interaction diagram for each realizing classQ. 37 A directed graph of nodes connected by transitions is a _____ diagram.A. communicationB. sequenceC. componentD. state machine
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Q. 14 mối quan hệ giữa các hoạt động và phương pháp là gì?
A. Các điều khoản này là đồng nghĩa.
B. Một hoạt động mô tả cách một phương pháp được thực hiện.
C. Một phương pháp mô tả cách một hoạt động được thực hiện.
D. Không có mối quan hệ.
Q. 15 Tại sao bạn sẽ sử dụng giao diện hệ thống phụ chứ không phải là trường hợp hệ thống phụ trên
sơ đồ trình tự?
A. để làm cho nó dễ dàng hơn để mô hình hệ thống con trong hệ thống con Design
B. để làm cho trường hợp sử dụng chứng ngộ dễ dàng hơn để thay đổi
C. để dễ dàng bảo trì sơ đồ trình tự khi chữ ký tin thay đổi
D. để giảm số lượng các lớp học cần thiết để thực hiện các hệ thống phụ
Q. 16 Đó là một artifact đầu vào cho các hoạt động Xác định yếu tố thiết kế?
A. Triển khai mô hình
B. Thực hiện mô hình
C. Reference Architecture
D. Kiến trúc phần mềm Document
Q. 17 xem xét một điều gì là quan trọng khi phân bổ các quy trình cho nút?
A. giảm thiểu lưu lượng mạng
B. giảm thiểu điện năng tiêu thụ
C. sử dụng tất cả các nút có sẵn
D. khoảng cách giữa các nút vật lý
11
Q. 18 Các loại hình cơ chế là một kết nối trên một sơ đồ triển khai?
A. backup
B. thông tin liên lạc
C. giao dịch
D. tính toán
Q. 19 Một cơ chế thiết kế _____.
A. nắm bắt được những khía cạnh quan trọng của một giải pháp trong một cách mà là thực hiện được độc lập
B. quy định cụ thể việc thực hiện chính xác của cơ chế và ràng buộc với một công nghệ nhất định,
ngôn ngữ thực hiện, hoặc nhà cung cấp
C. là giống như một mẫu thiết kế
D. giả định một số chi tiết của môi trường thực hiện, nhưng không được gắn với một cụ thể
thực hiện
Q. 20 Khi xác định các giao diện trong suốt Xác định yếu tố thiết kế hoạt động,
trong đó tuyên bố là đúng?
A. Lớp học không nên nhận ra một giao diện.
B. Mỗi hệ thống con nhận ra chỉ có một giao diện.
C. Giao diện phải được xác định trước khi hệ thống con được tạo ra.
D. Giao diện phải được đóng gói riêng rẽ với các yếu tố hiện thực hóa chúng.
Q. 21 hệ thống con khác có thể được phát hiện trong quá Use Case Thiết kế bằng cách ghi nhận
_____.
A. subflows chung giữa các đối tượng trên một số trình tự sơ đồ
B. đối tượng tương tự trên một số trình tự sơ đồ
C. nhất quán một chuỗi các chuyển trạng thái cho nhiều tầng lớp tham gia vào một trường hợp sử dụng thực hiện
D. các lớp học thiết kế cùng tham gia vào nhiều hơn một trường hợp sử dụng thực
Q. 22 hoạt động nào được thực hiện trong trường hợp sử dụng thiết kế?
A. chuyển đổi các lớp phân tích thành các lớp thiết kế và hệ thống con thiết kế
B. mô tả kiên trì liên quan đến hành vi
C. mô tả các tương tác đối tượng mà thực hiện các hoạt động giao diện
D. đơn giản hóa sơ đồ trình tự bằng cách sử dụng các lớp học thiết kế
Q. 23 Trên một biểu đồ trình tự, những gì được sử dụng để đại diện cho một hệ thống phụ cụ thể?
A. một giao diện mà các hệ thống con nhận ra
B. một hệ thống phụ Proxy
C. một thành phần hệ thống phụ
D. một lớp hệ thống phụ
Q. 24 Mà UML yếu tố được sử dụng để mô tả kiến trúc vật lý của một
hệ thống?
A. các lớp học và các mối quan hệ
B. đối tượng và thông điệp
C. hệ thống con và phụ thuộc
D. các nút và kết nối
Q. 25 Những hiện vật được sử dụng để mô tả trường hợp sử dụng chứng ngộ?
A. trường hợp sử dụng văn bản giới thiệu
B. giao tiếp sơ đồ
C. bảng xếp hạng quốc
12
D. sơ đồ hoạt động
Q. 26 Cái gì làm nên một hệ thống phụ trách nhiệm?
A. lớp học nội bộ hành vi của nó
B. các hoạt động của các giao diện nó thực hiện
C. những chứng ngộ trường hợp sử dụng trong đó các hệ thống phụ xuất hiện
D. các hoạt động trên lớp chứa trong các hệ thống phụ
Q. 27 Đó là một cơ chế thiết kế?
A. Persistency
B. ObjectStore hướng đối tượng cơ sở dữ liệu
C. Phân phối
D. Từ xa Method Invocation
Q. 28 Để bắt đầu xác định cơ chế thiết kế, bạn bắt đầu bằng cách phân loại phân tích
cơ chế. Ba bước trong quá trình Phân loại cơ chế phân tích? Là gì
(Chọn ba.)
A. xác định các cấu hình đặc trưng cho từng cơ chế phân tích
B. xác định các khách hàng của từng phân tích cơ chế
C. chỉ định một nhà cung cấp để thực hiện mỗi cơ chế phân tích
D. khách hàng theo nhóm để sử dụng các cấu đặc
Q. 29 Trong Subsystem Thiết kế, những gì xảy ra trong các bước, phân phối Subsystem
Trách nhiệm?
A. Các hệ thống phụ trách nhiệm được phân bổ cho các yếu tố thiết kế bên trong của nó.
B. Mỗi hệ thống được kiểm tra để đảm bảo nó có một tập hợp các trách nhiệm và không phù hợp
các trách nhiệm được gán lại cho hệ thống phụ khác.
C. Thư viện và các API bên ngoài được xác định để thực hiện các hành vi hệ thống phụ.
D. Cơ chế phân phối là chi tiết để lộ giao diện hệ thống phụ.
Q. 30 Những thực thể có một ranh giới rõ ràng và sắc mà gói gọn nhà nước
và hành vi?
A. lớp
B. đối tượng
C. thành phần
D. gói
Q. Mục đích của thiết kế cơ chế hoạt động Xác định 31 là gì?
A. để tinh chỉnh các cơ chế phân tích và xác định việc thực hiện chính xác của cơ chế
B. để cung cấp một tập hợp các khái niệm của dịch vụ được sử dụng bằng cách phân tích các đối tượng
C. để tinh chỉnh các cơ chế phân tích các cơ chế thiết kế, dựa trên những hạn chế áp đặt bởi
các môi trường thực hiện
D. để xác định placeholders thiết kế trong kiến trúc nên các nỗ lực architecting vẫn tập trung và
ít có khả năng để trở thành sidetracked
Q. 32 Trong một sự phụ thuộc, thông qua những gì tham khảo hiện khả năng hiển thị tăng lớp khách hàng với
các nhà cung cấp?
A. tham khảo địa phương
B. tham số tham chiếu
C. tài liệu tham khảo toàn cầu
D. trường chuẩn
13
Q. 33 Trong đó phân tích và hoạt động Thiết kế hệ thống con được ánh xạ tới phân tích
các lớp học?
A. Phân tích kiến trúc
B. Xác định các yếu tố thiết kế
C. Xác định các hệ thống con
D. Kết hợp thiết kế hiện tại Elements
Q. 34 Những yếu tố thiết kế được sử dụng để đại diện cho một đối tượng đồng thời?
A. hoạt động lớp
B. nang
C. lớp học thiết kế
D. sự kiện
Q. 35 Mô tả hoạt động phân phối là nơi mà các quy trình quy định tại các
Mô tả Run-thời gian hoạt động kiến trúc được phân bổ cho _____.
A. các nút vật lý
B. thành phần
C. lớp
D. hoạt động
Q. 36 Trong Subsystem Thiết kế, làm thế nào nhiều sơ đồ tương tác (chuỗi hoặc
thông tin liên lạc) nên được tạo ra?
A. ít nhất một sơ đồ tương tác trên giao diện hoạt động
B. một sơ đồ tương tác trên giao diện thực hiện
C. ít nhất một sơ đồ tương tác cho mỗi lần sử dụng một giao diện bên ngoài
D. một sơ đồ tương tác cho mỗi lớp nhận
Q. 37 Một đạo diễn đồ thị của các nút được kết nối bởi quá trình chuyển đổi là một sơ đồ _____.
A. giao tiếp
B. chuỗi
C. thành phần
D. máy nhà nước
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: ilovetranslation@live.com