Informacioni Sistemi 2 Kolokvijum

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Aca.peric93
A
Aca.peric93
Community Contributor
Quizzes Created: 1 | Total Attempts: 494
Questions: 45 | Attempts: 496

SettingsSettingsSettings
Informacioni Sistemi 2 Kolokvijum - Quiz

Questions and Answers
  • 1. 

    Sta se podrazumeva po arhitekturom softvera?

    • A.

      Logicki prikaz modela soft Sistema

    • B.

      Organizacija slucajeva koriscenja I njihova detalj analiza

    • C.

      Struktuiranje soft Sistema sa fokusom na soft komponente koji cine funkcionalnost Sistema

    Correct Answer
    C. Struktuiranje soft Sistema sa fokusom na soft komponente koji cine funkcionalnost Sistema
    Explanation
    The correct answer explains that software architecture involves structuring the software system with a focus on the software components that make up its functionality. This means that the architecture of the software system is designed to define the organization and arrangement of these components, ensuring that they work together effectively to achieve the desired functionality of the system.

    Rate this question:

  • 2. 

    Koji UML dijagrami se kreiraju u fazi analize sistema?

    • A.

      Dijagram slucajeva koriscenja

    • B.

      Dijagram aktivnosti

    • C.

      Dijagram sekvenci

    • D.

      Dijagram komunikacije

    • E.

      Konceptualni dijagram klasa

    • F.

      Dijagram komponenti

    • G.

      Dijagram uvodjenja

    Correct Answer(s)
    A. Dijagram slucajeva koriscenja
    B. Dijagram aktivnosti
    C. Dijagram sekvenci
    D. Dijagram komunikacije
    E. Konceptualni dijagram klasa
    Explanation
    The correct answer is: Dijagram slucajeva koriscenja, Dijagram aktivnosti, Dijagram sekvenci, Dijagram komunikacije, Konceptualni dijagram klasa.

    These UML diagrams are created during the analysis phase of the system. Use case diagrams are used to represent the interactions between actors and the system, activity diagrams depict the flow of activities and actions within the system, sequence diagrams show the sequence of messages exchanged between objects, communication diagrams illustrate the interactions between objects, and conceptual class diagrams provide a high-level view of the classes and their relationships in the system.

    Rate this question:

  • 3. 

    Koji su koraci faze analize sistema?

    • A.

      Logicki prikaz arhitekture sistema

    • B.

      Analiza slucajeva koriscenja

    • C.

      Identifikovanje dizajn paterna sistema

    • D.

      Fizicki model sistema

    Correct Answer(s)
    A. Logicki prikaz arhitekture sistema
    B. Analiza slucajeva koriscenja
    Explanation
    The correct answer is "Logicki prikaz arhitekture sistema" and "Analiza slucajeva koriscenja". These two steps are part of the analysis phase in system analysis. The logical representation of the system architecture helps in understanding the overall structure and components of the system. The analysis of use cases helps in identifying and understanding the various ways in which the system will be used by different users. Both these steps are crucial in analyzing and understanding the system requirements and designing an effective solution.

    Rate this question:

  • 4. 

    Koje vrste arhitektura softvera postoje?

    • A.

      Slojevita

    • B.

      Singleton

    • C.

      Model-view-controller

    • D.

      Remote method invocation

    Correct Answer(s)
    A. Slojevita
    C. Model-view-controller
    Explanation
    The correct answer is Slojevita (Layered) and Model-view-controller.

    Layered architecture is a software design pattern where the system is divided into several layers, each responsible for a specific functionality. This allows for better organization, maintainability, and reusability of code.

    Model-view-controller (MVC) is a software architectural pattern commonly used for designing user interfaces. It separates the application logic into three interconnected components: the model (data and business logic), the view (presentation layer), and the controller (handles user input and updates the model and view).

    Singleton and Remote method invocation are not types of software architectures, but rather design patterns and mechanisms used in software development.

    Rate this question:

  • 5. 

    Koji model arhitekture je pogodan za razvoj web aplikacija?

    • A.

      Domain driven design arhitektura

    • B.

      Model-view-controller arhitektura

    • C.

      Servisno-orjentisana

    Correct Answer
    B. Model-view-controller arhitektura
    Explanation
    The Model-View-Controller (MVC) architecture is suitable for developing web applications because it separates the application into three interconnected components: the model, the view, and the controller. The model represents the data and business logic, the view handles the presentation and user interface, and the controller manages the communication between the model and the view. This separation of concerns allows for easier maintenance, scalability, and reusability of code, making MVC a popular choice for web development.

    Rate this question:

  • 6. 

    Koji su koraci analize slucajeva koriscenja?

    • A.

      Kreiranje dijagrama aktivnosti

    • B.

      Identifikovati klase sistema na osnovu inicijalnog use case dijagrama

    • C.

      Modelovanje interakcije izmedju klasa

    • D.

      Analiza mehanizma arhitekture

    • E.

      Kreiranje fizickog dijagrama klasa

    Correct Answer(s)
    A. Kreiranje dijagrama aktivnosti
    B. Identifikovati klase sistema na osnovu inicijalnog use case dijagrama
    C. Modelovanje interakcije izmedju klasa
    D. Analiza mehanizma arhitekture
    Explanation
    The steps for use case analysis are: 1) Creating an activity diagram, 2) Identifying system classes based on the initial use case diagram, 3) Modeling the interaction between classes, and 4) Analyzing the architecture mechanism. Additionally, creating a physical class diagram is also a step in the use case analysis process.

    Rate this question:

  • 7. 

    Koji od navedenih UML dijagrama modelu je interakcija izmedju klasa?

    • A.

      Use case dijagram

    • B.

      Dijagram aktivnosti

    • C.

      Dijagram sekvenci

    • D.

      Dijagram komunikacije

    • E.

      Dijagram klasa

    • F.

      Dijagram komponenti

    Correct Answer(s)
    C. Dijagram sekvenci
    D. Dijagram komunikacije
    Explanation
    The correct answer is "Dijagram sekvenci" and "Dijagram komunikacije". These two UML diagrams, sequence diagram and communication diagram, both represent interactions between classes. In a sequence diagram, the interactions are shown in a chronological order, depicting the messages exchanged between objects. On the other hand, a communication diagram illustrates the interactions in a more abstract and simplified manner, focusing on the relationships between objects and the messages exchanged. Both diagrams are used to model the dynamic behavior and interactions between classes in a system.

    Rate this question:

  • 8. 

    U koji tip klasa se mapiraju akteri sa use case dijagrama?

    • A.

      Klasa tipa entiteta

    • B.

      Kontrola klasa

    • C.

      Granicna (interfejs) klasa

    Correct Answer
    A. Klasa tipa entiteta
    Explanation
    The correct answer is "Klasa tipa entiteta." In the context of use case diagrams, actors are mapped to entity classes. Entity classes represent the objects or concepts that the actors interact with in the system. These classes typically contain attributes and methods to represent the behavior and properties of the entities.

    Rate this question:

  • 9. 

    Koji tip klasa je rezultat relacije asocijacije izmedju aktera I use case na use case dijagramu?

    • A.

      Klasa tipa entitet

    • B.

      Granicna (interfejs) klasa

    • C.

      Kontrolna klasa

    • D.

      Klasa tipa izuzetak (exception)

    Correct Answer
    B. Granicna (interfejs) klasa
    Explanation
    The correct answer is "Granicna (interfejs) klasa". In a use case diagram, the association relationship represents a communication or interaction between an actor and a use case. A boundary (interface) class is responsible for handling the communication between the actor and the use case. It acts as an intermediary, receiving input from the actor and passing it to the use case, and vice versa. Therefore, a boundary class is the result of the association relationship between an actor and a use case in a use case diagram.

    Rate this question:

  • 10. 

    Koji tip klasa je rezultat use case na use case dijagramu?

    • A.

      Klasa tipa entitet

    • B.

      Granicna (interfejs) klasa

    • C.

      Kontrolna klasa

    Correct Answer
    C. Kontrolna klasa
    Explanation
    The correct answer is "Kontrolna klasa" (Control class). In a use case diagram, a control class represents the behavior or logic that coordinates the flow of activities and interactions between other classes. It encapsulates the control flow and decision-making processes of the system. It is responsible for receiving inputs from the user, invoking appropriate methods, and coordinating the execution of use cases. This class helps in achieving the desired functionality of the system by controlling and managing the interactions between different classes.

    Rate this question:

  • 11. 

    Sta je namena dijagrama komunikacije?

    • A.

      Da se uoce veze I poruke koje razmenjuju klase

    • B.

      Da hronoloski opise interakcije koje se javljaju izmedju klasa

    • C.

      Da se sagleda struktura klasa I njihovi atributi I metodi

    Correct Answer
    A. Da se uoce veze I poruke koje razmenjuju klase
    Explanation
    The purpose of a communication diagram is to show the connections and messages exchanged between classes. It helps to visualize the interactions between classes and understand how they communicate with each other.

    Rate this question:

  • 12. 

    Sta je namena dijagrama sekvenci?

    • A.

      Da se uoce veze I poruke koje razmenjuju klase

    • B.

      Da hronoloski opise interakcije koje se javljaju izmedju klasa

    • C.

      Da se sagleda struktura klasa I njihovi atributi I metodi

    Correct Answer
    B. Da hronoloski opise interakcije koje se javljaju izmedju klasa
    Explanation
    The purpose of a sequence diagram is to chronologically describe the interactions that occur between classes. It provides a visual representation of the order in which messages are exchanged between objects, allowing for a better understanding of the flow of interactions in a system. The diagram helps in identifying the sequence of events and the order in which methods are called and executed, aiding in the analysis and design of the system.

    Rate this question:

  • 13. 

    Na osnovu cega se uocavaju metode koje ce klasa izvrsavati

    • A.

      Na osnovu poruka koje klase razmenjuju, a prikazane su na dijagramu sekvenci

    • B.

      Na osnovu sagledavanja svih stanja jedne klase prikazanih na dijagramu stanja

    • C.

      Na osnovu slucajeva koriscenja I hihovih veza prikazanih na use case dijagramu

    • D.

      Na osnovu aktivnosti koje detaljnije prikazuju funkcionalnost jednog slucaja koriscenja

    • E.

      Na osnovu komponenti uocenih na dijagramu komponenti sistema

    Correct Answer(s)
    A. Na osnovu poruka koje klase razmenjuju, a prikazane su na dijagramu sekvenci
    B. Na osnovu sagledavanja svih stanja jedne klase prikazanih na dijagramu stanja
    Explanation
    The correct answer is "Na osnovu poruka koje klase razmenjuju, a prikazane su na dijagramu sekvenci" and "Na osnovu sagledavanja svih stanja jedne klase prikazanih na dijagramu stanja". These two options suggest that the methods a class will execute can be determined based on the messages exchanged between classes shown on the sequence diagram and by considering all the states of a class depicted on the state diagram.

    Rate this question:

  • 14. 

    Kakve veze mogu biti izmedju klasa na use case dijagramu?

    • A.

      Asocijacija

    • B.

      Agregacija

    • C.

      Kompozicija

    • D.

      Generalizacija

    • E.

      Include

    • F.

      Extend

    Correct Answer(s)
    A. Asocijacija
    D. Generalizacija
    E. Include
    F. Extend
    Explanation
    The given correct answer includes the types of relationships that can exist between classes on a use case diagram. Asocijacija represents a simple relationship between two classes. Generalizacija represents an inheritance relationship where one class is a specialization of another. Include represents a relationship where one use case includes another. Extend represents a relationship where one use case extends another. The answer does not include Agregacija and Kompozicija, which are types of relationships that are typically used in class diagrams rather than use case diagrams.

    Rate this question:

  • 15. 

    Kakve veze mogu biti izmedju klasa na dijagramu klasa?

    • A.

      Asocijacija

    • B.

      Agregacija

    • C.

      Kompozicija

    • D.

      Generalizacija

    • E.

      Include

    • F.

      Extend

    Correct Answer(s)
    A. Asocijacija
    B. Agregacija
    C. Kompozicija
    D. Generalizacija
    Explanation
    The given answer includes all the possible relationships that can exist between classes in a class diagram. These relationships are commonly used in object-oriented programming to represent different types of connections between classes. "Asocijacija" (Association) represents a basic relationship where one class is connected to another. "Agregacija" (Aggregation) represents a relationship where one class is a part of another class. "Kompozicija" (Composition) represents a stronger form of aggregation where the parts cannot exist without the whole. "Generalizacija" (Generalization) represents an inheritance relationship where one class is a specialized version of another class.

    Rate this question:

  • 16. 

    U koliko su dve klase zavisne jedna od druge (tj. Zivotni vek zavisne klase ce zavisiti od zivotnog veka klase o koju zavisi), koji tip veze cete prikazati na dijagramu klasa?

    • A.

      Asocijacija

    • B.

      Agregacija

    • C.

      Kompozicija

    Correct Answer
    C. Kompozicija
    Explanation
    The correct answer is "Kompozicija" (Composition). In object-oriented programming, composition is a strong form of association where one class is composed of one or more instances of another class. In this scenario, the lifespan of the dependent class is directly dependent on the lifespan of the class it depends on. This relationship is represented by a filled diamond arrow on a class diagram.

    Rate this question:

  • 17. 

    Koji tip veza izmedju klasa na dijagramu klasa prikazuje odnos izmedju celine I njenih delova bez uticaja na zivotni vek klase?

    • A.

      Asocijacija

    • B.

      Agregacija

    • C.

      Kompozicija

    Correct Answer
    B. Agregacija
    Explanation
    Agregacija je tip veze između klasa na dijagramu klasa koji prikazuje odnos između celine i njenih delova bez uticaja na životni vek klase. Ovo znači da delovi mogu postojati i nezavisno od cele, i da jedan deo može pripadati više celina istovremeno. Agregacija se često koristi kada se jedan objekat koristi kao deo drugog objekta, ali ne zavisi od njega.

    Rate this question:

  • 18. 

    Cemu sluzi objektni dijagram?

    • A.

      Da proveri da li je dijagram klasa dobro postavljen prolazeci kroz neki realni scenario

    • B.

      Da proveri attribute I metode klasa na dijagramu klasa testirajuci system

    • C.

      Da uoci sve metode analizom svih stanja u kojima klasa moze da se nadje

    Correct Answer
    A. Da proveri da li je dijagram klasa dobro postavljen prolazeci kroz neki realni scenario
    Explanation
    The object diagram is used to verify whether the class diagram is correctly set up by going through a real scenario. It helps in understanding how objects interact with each other and whether the relationships and attributes defined in the class diagram are accurately represented in the scenario. By simulating a real scenario, the object diagram ensures that the class diagram is practical and functional.

    Rate this question:

  • 19. 

    Koji su koraci projektovanja inforimacionih Sistema?

    • A.

      Modelovanje korisnickih zahteva

    • B.

      Detaljna analiza Sistema

    • C.

      Identifikovanje dizajn paterna

    • D.

      Projektovanje slucajeva koriscenja

    • E.

      Implementacija Sistema

    • F.

      Uvodjenje Sistema

    Correct Answer(s)
    C. Identifikovanje dizajn paterna
    D. Projektovanje slucajeva koriscenja
    Explanation
    The correct answer is "Identifikovanje dizajn paterna, Projektovanje slucajeva koriscenja." In the process of designing information systems, identifying design patterns and designing use cases are important steps. Identifying design patterns involves recognizing common solutions to recurring problems in system design, which can help in creating efficient and effective solutions. Designing use cases involves identifying and documenting the different ways in which users will interact with the system, which helps in understanding the system's functionality and requirements.

    Rate this question:

  • 20. 

    Koji uml dijagrami se razvijaju u fazi projektovanja Sistema

    • A.

      Glavni use case dijagram

    • B.

      Logicki dijagram sekvenci

    • C.

      Dijagram komponenti

    • D.

      Dijagram uvodjenja

    • E.

      Fizicki dijagram klasa

    • F.

      Logicki dijagram komunikacije(kolabracije)

    Correct Answer(s)
    C. Dijagram komponenti
    D. Dijagram uvodjenja
    E. Fizicki dijagram klasa
    Explanation
    The given answer lists three types of UML diagrams that are developed during the design phase of a system: Component diagram, Deployment diagram, and Physical class diagram. These diagrams are used to represent the structure and deployment of components, the physical architecture of the system, and the physical implementation of classes, respectively. These diagrams help in visualizing and understanding the system's design and its components.

    Rate this question:

  • 21. 

    Sta se podrazumeva pod teminom “dizajn patern”?

    • A.

      Ponovo upotrebljiv softverski kod koji nudi opste resenje za ucestale problem u razvoju aplikacije

    • B.

      Paterni structure softverskog Sistema koji prikazuju kolekciju softverskih komponenata I njihovih veza

    • C.

      Patern ponasanja klasa koji predstavljaju strateske odluke o standardima, politikama I praksama razvoja softvera

    Correct Answer
    A. Ponovo upotrebljiv softverski kod koji nudi opste resenje za ucestale problem u razvoju aplikacije
    Explanation
    The term "design pattern" refers to reusable software code that provides a general solution for common problems in application development. Design patterns are not specific to a particular software system or component, but rather offer a solution that can be applied to various situations. They help developers save time and effort by providing proven solutions to recurring problems.

    Rate this question:

  • 22. 

    Koji od ponudjenih dizajn paterna se koristi sa instanciranje klasa?

    • A.

      Dizajn patern stanja(state design pattern)

    • B.

      Singleton dizajn patern

    • C.

      Ovserver dizajn patern

    Correct Answer
    B. Singleton dizajn patern
    Explanation
    The correct answer is Singleton design pattern. The Singleton design pattern is used when we want to ensure that only one instance of a class is created and that it can be accessed globally. This is useful in scenarios where we need a single point of access to a shared resource or when we want to limit the number of instances of a class. The Singleton design pattern provides a global point of access to the instance and ensures that only one instance is created throughout the application.

    Rate this question:

  • 23. 

    Koji od ponudjenih dizajn paterna resave problem provere razlicitih stanja u kojima klasa moze da se nadje?

    • A.

      Singleton dizajn patern

    • B.

      State dizajn patern

    • C.

      Observer dizajn patern

    Correct Answer
    B. State dizajn patern
    Explanation
    The State design pattern is used to solve the problem of checking different states in which a class can be found. It allows an object to alter its behavior when its internal state changes. This pattern is useful when an object's behavior depends on its state and needs to change dynamically at runtime. By encapsulating each state in a separate class, the State pattern promotes better code organization and makes it easier to add new states without modifying the existing code.

    Rate this question:

  • 24. 

    Sta je interfejs?

    • A.

      Apstrakcija koja nema implementaciju svojih metoda

    • B.

      Obezbedjuje difoltna ponasanja za klase koje ga realizuju

    • C.

      Observer dizajn patern

    Correct Answer
    B. Obezbedjuje difoltna ponasanja za klase koje ga realizuju
    Explanation
    An interface in programming is a way to define a contract or a set of rules that a class must follow. It provides a blueprint for implementing classes and does not have any implementation of its own methods. By implementing an interface, a class agrees to adhere to the rules defined by that interface and provide the required behavior. The correct answer states that an interface provides default behaviors for the classes that implement it, which is an accurate explanation of interfaces in programming.

    Rate this question:

  • 25. 

    Koji od elemenata dizajna realizuje interfejs, obezbedjuje odredjenu funkcionalnost tj. Ponasanje I lako moze biti zamenljiv?

    • A.

      Paket

    • B.

      Podsistem

    • C.

      Interfejs

    • D.

      Klasa

    Correct Answer
    B. Podsistem
    Explanation
    A subsystem in design implements an interface, provides a specific functionality, and can easily be replaced with another subsystem.

    Rate this question:

  • 26. 

    Sta opisuje dijagram stanja?

    • A.

      A) Opisuje definisane attribute I metode klasa sa tipovima podataka I parametrima

    • B.

      B) Opisuje interakciju izmedju objekata I vizuelizuje jedan scenario

    • C.

      C) Opisuje zivotni vek objekata u vidu dogadjaja koji dovode do promena u stanjima objekata

    Correct Answer
    C. C) Opisuje zivotni vek objekata u vidu dogadjaja koji dovode do promena u stanjima objekata
    Explanation
    The correct answer is c) It describes the life cycle of objects in terms of events that lead to changes in the states of objects.

    Rate this question:

  • 27. 

    Komponente koje se prikazuju na dijagramu komponenti mogu biti

    • A.

      Komponenta izvornog koda

    • B.

      Granicne komponente

    • C.

      Izvrsne komponente

    • D.

      Kontrolne komponente

    Correct Answer(s)
    A. Komponenta izvornog koda
    C. Izvrsne komponente
    Explanation
    The correct answer is "Komponenta izvornog koda, Izvrsne komponente." This is because the question is asking about the components that can be displayed on a component diagram. The components mentioned in the answer options, "Komponenta izvornog koda" (source code component) and "Izvrsne komponente" (executable components), are both valid types of components that can be represented on a component diagram. The other options, "Granicne komponente" (boundary components) and "Kontrolne komponente" (control components), are not mentioned in the question and therefore cannot be considered as correct answers.

    Rate this question:

  • 28. 

    Namena dijagrama komponenti je

    • A.

      Opisivanje fizicke implementacije Sistema prikazivanjem softverskih komponenti I njihovih medjusobnih relacija

    • B.

      Opisivanje rasporedjivanja softverskih komponenti na cvorove na mrezi

    • C.

      Opisuje rasporedjivanje softverskih komponenata po slojevima arhitekture

    Correct Answer
    A. Opisivanje fizicke implementacije Sistema prikazivanjem softverskih komponenti I njihovih medjusobnih relacija
    Explanation
    The correct answer is "Opisivanje fizicke implementacije Sistema prikazivanjem softverskih komponenti I njihovih medjusobnih relacija" which means "Describing the physical implementation of the System by showing software components and their interrelationships". This explanation suggests that the component diagram describes the physical implementation of the system by representing the software components and their relationships with each other.

    Rate this question:

  • 29. 

    Koje su karakteristike komponenata Sistema koje se prikazuju na dijagramu komponenti?

    • A.

      Autonomnost

    • B.

      Ponovna upotrebljivost

    • C.

      Obezvedjuje jedan ili vise interfejsa

    • D.

      Lako se mogu zameniti drugom komponentom

    • E.

      Moze biti I klijent I server

    • F.

      Slojevitost

    • G.

      Zavisnost tj. jaka povezanost sa drugim koponentama Sistema

    Correct Answer(s)
    A. Autonomnost
    B. Ponovna upotrebljivost
    C. Obezvedjuje jedan ili vise interfejsa
    D. Lako se mogu zameniti drugom komponentom
    Explanation
    The characteristics of components that are displayed on the component diagram are autonomy, reusability, providing one or more interfaces, ease of replacement with another component, and the ability to act as both a client and a server. These characteristics define the behavior and functionality of the components within the system.

    Rate this question:

  • 30. 

    Sta se podrazumeva pod temirnom “debeli klijent” (fat client)?

    • A.

      Vise funkcionalnosti obradjuje server

    • B.

      Vise funkcionalnosti se izvrsava na klijent masini

    • C.

      Funkcionalnosti su podjednako podeljene I na klijent I na server strain

    Correct Answer
    B. Vise funkcionalnosti se izvrsava na klijent masini
    Explanation
    The correct answer suggests that a "debeli klijent" or "fat client" refers to a situation where more functionalities are executed on the client machine. This means that the client machine is responsible for processing and executing a larger portion of the functionalities, rather than relying heavily on the server.

    Rate this question:

  • 31. 

    Sta se podrazumeva pod terminom “debeli server” (fat server)?

    • A.

      Vise funkcionalnosti se obradjuje na strani servera

    • B.

      Vise funnkc se obradjuje na klijent masini

    • C.

      Podeljene na klijent I server strain

    Correct Answer
    A. Vise funkcionalnosti se obradjuje na strani servera
    Explanation
    The term "debeli server" or "fat server" refers to a server that handles multiple functionalities or processes on its own, without relying heavily on the client machine. In other words, more functionalities are processed on the server side rather than on the client machine. This implies that the server is responsible for performing complex tasks and computations, reducing the workload on the client and allowing for a more efficient and streamlined user experience.

    Rate this question:

  • 32. 

    Sta se podrkoji tip arhitekture odgovara cloud aplikaciji kojoj klijent pristupa putem web browsera?

    • A.

      Debeli klijent

    • B.

      Debeli server

    • C.

      Peer-to-peer

    Correct Answer
    C. Peer-to-peer
    Explanation
    The correct answer is "Peer-to-peer" because a cloud application accessed through a web browser does not require a thick client or a thick server. In a peer-to-peer architecture, the resources and responsibilities are distributed among the participating peers, allowing them to communicate and share data directly with each other without the need for a central server. This type of architecture is suitable for cloud applications accessed through web browsers as it allows for decentralized communication and data sharing.

    Rate this question:

  • 33. 

    Posmatrajuci viseslojnu arhitekturu sofrt, na kom sloju se nalaze servisi koji su nezavisni od aplikacije I platform gde ce se system izvrsavati?

    • A.

      Sloj prezentacije

    • B.

      Sloj poslovnih servisa

    • C.

      Middleware sloj

    • D.

      Sloj podataka

    Correct Answer
    C. Middleware sloj
    Explanation
    The correct answer is the Middleware layer. The Middleware layer is responsible for providing communication and integration between the presentation layer, business service layer, and data layer. It acts as a bridge between the different layers and handles tasks such as request processing, data transformation, and security. This layer is independent of the application and platform where the system will be executed, making it the appropriate layer for housing services that are independent of the application and platform.

    Rate this question:

  • 34. 

    Koje korake je nepohodno uraditi da bi se kreirao dijagram uvodjenja?

    • A.

      Prikazati fizicko okruzenje mreze npr prikazati topologije mreze, sirinu opsega svakog segmenta

    • B.

      Opisati konfig cvorova na mrezi npr. Primarna svrha cvora, velicina prostora na disku, proc, sta je sve instalirano na cvoru

    • C.

      Prikazati nacin rasporedjivanje soft komponenata aplikacije po cvorovima na mrezi

    • D.

      Prikazati slucajeve koriscenja koji se izvrsavaju na odredjenom cvoru

    • E.

      Prikazati koje klase se izvrsavaju na kom sloju na mrezi

    • F.

      Prikazati nacin testiranja komponenti po cvorovima na mrezi

    Correct Answer(s)
    A. Prikazati fizicko okruzenje mreze npr prikazati topologije mreze, sirinu opsega svakog segmenta
    B. Opisati konfig cvorova na mrezi npr. Primarna svrha cvora, velicina prostora na disku, proc, sta je sve instalirano na cvoru
    C. Prikazati nacin rasporedjivanje soft komponenata aplikacije po cvorovima na mrezi
    Explanation
    To create a deployment diagram, it is necessary to show the physical network environment, such as network topologies and the bandwidth of each segment. Additionally, it is important to describe the configuration of network nodes, including their primary purpose, disk space, processor, and installed software. The diagram should also illustrate how software components of the application are distributed across the network nodes. Furthermore, it should depict the use cases executed on specific nodes and the classes executed on each layer of the network. Lastly, the diagram should show the method of testing components on the network nodes.

    Rate this question:

  • 35. 

    Sta se podrazumeva pod cvorovima na mrezi prikazanih na dijagramu ovodjenja?

    • A.

      Mehanizam komunikacije koji opisuju fizicki medijum prenosa ili protocol

    • B.

      Fizicki objekat koji predstavlja resurs obrade I odgovoran je za jednu ili vise soft komponenti

    • C.

      Soft moduli koji sadrze interfejse I internu implementaciju komponenti

    Correct Answer
    B. Fizicki objekat koji predstavlja resurs obrade I odgovoran je za jednu ili vise soft komponenti
    Explanation
    The correct answer states that the nodes on the network diagram represent physical objects that serve as processing resources and are responsible for one or more software components. In other words, the nodes represent physical entities that perform processing tasks and are responsible for executing software components.

    Rate this question:

  • 36. 

    Da li uredjaj kao sto je stampac moze da predstavlja cvor na mrezi prikazanog na dijagramu uvodjenja?

    • A.

      Da

    • B.

      Ne

    • C.

      Pod odredjenim uslovima

    Correct Answer
    A. Da
    Explanation
    Yes, a device like a printer can be considered a node on the network shown in the deployment diagram. This means that the printer can be connected to the network and communicate with other devices on that network.

    Rate this question:

  • 37. 

    Sta se kreira tokom faze implementacije Sistema?

    • A.

      Izvorni kod

    • B.

      Izvestaj o bagovima u sistemu

    • C.

      Projektna dokumentacija

    • D.

      Prirucnici za obuku

    • E.

      Planovi oporavka od soka

    • F.

      Plan bezbednosti Sistema

    Correct Answer(s)
    A. Izvorni kod
    B. Izvestaj o bagovima u sistemu
    D. Prirucnici za obuku
    Explanation
    During the implementation phase of a system, several things are created. The source code is developed, which is the set of instructions that the computer will execute to perform the desired functions. A bug report is also generated, which documents any issues or errors encountered during the implementation process. Training manuals are created to provide guidance and instructions for users to effectively use the system. Therefore, the correct answer includes the creation of the source code, bug report, and training manuals.

    Rate this question:

  • 38. 

    Koju metadologiju za implementaciju sap poslovnog resenja poznajete?

    • A.

      Msf

    • B.

      Oup

    • C.

      Asap

    • D.

      Abap

    Correct Answer
    C. Asap
    Explanation
    ASAP (Accelerated SAP) is a methodology for implementing SAP business solutions. It is a structured approach that ensures a quick and efficient implementation process. ASAP provides a step-by-step guide for project planning, business blueprinting, realization, final preparation, and go-live. It emphasizes the importance of collaboration between the project team and stakeholders, as well as the need for thorough testing and training. By following the ASAP methodology, organizations can streamline their SAP implementation and achieve faster time-to-value.

    Rate this question:

  • 39. 

    Koji su koraci uvodjenja resenja u realno okruzenje?

    • A.

      Priprema okruzenja (npr. Nabavka hardvera, licenci)

    • B.

      Azuriranje dokumentacije

    • C.

      Obucavanje korisnika

    • D.

      Projektovanje Sistema

    • E.

      Kreiranje projektne dokumentacije Sistema

    • F.

      Kreiranje dijagrama uvodjenja

    Correct Answer(s)
    A. Priprema okruzenja (npr. Nabavka hardvera, licenci)
    B. Azuriranje dokumentacije
    C. Obucavanje korisnika
    Explanation
    The correct answer includes the steps involved in introducing a solution into a real environment. These steps include preparing the environment by acquiring hardware and licenses, updating documentation, training users, designing the system, creating project documentation, and creating deployment diagrams. These steps are essential for a successful implementation of a solution in a real environment.

    Rate this question:

  • 40. 

    Sta je asap?

    • A.

      Metadologija uvodjenja Sistema u produkciono okruzenje

    • B.

      Metadologija razvoja kompletnog Sistema koju je razvila sap kompanija

    • C.

      Metadologija brze implementacije sap poslovnog Sistema

    Correct Answer
    C. Metadologija brze implementacije sap poslovnog Sistema
    Explanation
    The correct answer is "Metadologija brze implementacije sap poslovnog Sistema" which translates to "Methodology for fast implementation of the sap business system". This answer aligns with the question, which asks for the meaning of "asap" and this option provides a clear explanation of what "asap" stands for in this context.

    Rate this question:

  • 41. 

    Sta se podrazumeva pod teminom “nula bagova”

    • A.

      Kada ne postoji kriticki, ozbiljni, srednji ni mali bagovi u sistemu

    • B.

      Tacka u kojoj broj bagova koji se pronalazi je isti broj bagova koji se razresava

    • C.

      Tacka u projektu kada razvojni tim razresi sve bagove koji su se pojavili u toku testiranja Sistema

    Correct Answer
    B. Tacka u kojoj broj bagova koji se pronalazi je isti broj bagova koji se razresava
    Explanation
    "Nula bagova" refers to a point in a project where the number of bugs being discovered is equal to the number of bugs being resolved. This means that the development team is effectively addressing all the bugs that are being found during the testing phase. It indicates a state of stability and efficiency in bug resolution.

    Rate this question:

  • 42. 

    Sta je SAP CRM?

    • A.

      Metodologija za brzi razvoj poslovnih Sistema

    • B.

      Softverska kuca koja se bavi razvojem poslovnih Sistema

    • C.

      Softverska resenja koje automatizuje process proizvodnje u organizaciji

    Correct Answer
    C. Softverska resenja koje automatizuje process proizvodnje u organizaciji
  • 43. 

    Sta je SAP?

    • A.

      Metodologija za brzi razvoj poslovnih Sistema

    • B.

      Softverska kuca koja se bazi razvojem poslovnih Sistema

    • C.

      Softverska resenja koje automatizuje process proizvodnje u organizaciji

    Correct Answer
    B. Softverska kuca koja se bazi razvojem poslovnih Sistema
    Explanation
    The correct answer is "Softverska kuca koja se bazi razvojem poslovnih Sistema." This answer states that SAP is a software company that focuses on developing business systems.

    Rate this question:

  • 44. 

    Sta se podrazumeva pod pojmom kastimizacije poslovnog Sistema?

    • A.

      Prilagodjavanje gotovog poslovnog Sistema realnom okruzenju organizacije

    • B.

      Razvoj poslovnog Sistema od pocetka za potrebe organizacije?

    • C.

      Process implementacije I uvodjenja Sistema u realno okruzenje

    Correct Answer
    A. Prilagodjavanje gotovog poslovnog Sistema realnom okruzenju organizacije
    Explanation
    The correct answer is "Prilagodjavanje gotovog poslovnog Sistema realnom okruzenju organizacije". This means that the concept of business system customization refers to adapting an existing business system to the real environment of an organization. It involves making modifications and adjustments to ensure that the system meets the specific needs and requirements of the organization. This process allows the organization to optimize the use of the business system and make it more effective in its operations.

    Rate this question:

  • 45. 

    Sta je ABAP?

    • A.

      Programski jezik

    • B.

      Poslovno resenje

    • C.

      Softverski modul

    • D.

      Metodologija implementacije SAP sistema

    Correct Answer
    A. Programski jezik
    Explanation
    ABAP (Advanced Business Application Programming) je programski jezik koji se koristi za razvoj i održavanje SAP aplikacija. Ovaj jezik omogućava programerima da kreiraju i prilagode funkcionalnosti SAP sistema. ABAP se koristi za pisanje programa koji obavljaju različite zadatke, kao što su obrada podataka, upravljanje bazama podataka, izveštavanje i integracija sa drugim sistemima. Dakle, ABAP je programski jezik i to je tačan odgovor na pitanje.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 15, 2015
    Quiz Created by
    Aca.peric93
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.