Informacioni Sistemi

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 Singi12345
S
Singi12345
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,291
Questions: 44 | Attempts: 1,374

SettingsSettingsSettings
Informacioni Sistemi - Quiz

Questions and Answers
  • 1. 

    Šta se podrazumeva pod arhitekturom s oftvera?

    • A.

      Logički prikaz modela softverskog sistema

    • B.

      Organizacija slučajeva korišćenja i njihova detaljna analiza

    • C.

      Struktuiranje softverskog sistema sa fokusom na softverske komponente koji čine funkcionalnost sistema

    • D.

      Option 4

    Correct Answer
    C. Struktuiranje softverskog sistema sa fokusom na softverske komponente koji čine funkcionalnost sistema
    Explanation
    Software architecture refers to the process of structuring a software system and defining its components and their functionality. This involves organizing the system in a way that focuses on the software components that make up the system's functionality. Therefore, option 4, which mentions structuring the software system with a focus on its components that make up its functionality, is the correct answer.

    Rate this question:

  • 2. 

    Koji UML dijagrami se kreiraju u fazi analize sistema?

    • A.

      Dijagram slučajeva korišćenja

    • B.

      Dijagram aktivnosti

    • C.

      Dijagram sekvenci

    • D.

      Dijagram komunikacije

    • E.

      Konceputalni dijagram klasa

    • F.

      Dijagram komponenti

    • G.

      Dijagram uvođenja

    Correct Answer(s)
    C. Dijagram sekvenci
    D. Dijagram komunikacije
    E. Konceputalni dijagram klasa
    Explanation
    In the analysis phase of system development, the following UML diagrams are created: sequence diagram, communication diagram, and conceptual class diagram. These diagrams help to analyze and understand the system requirements, interactions between components, and the structure of the system.

    Rate this question:

  • 3. 

    Koji su koraci faze analize sistema?

    • A.

      Logički prikaz arhitekture sistema

    • B.

      Analiza slučajeva korišćenja

    • C.

      Identifikovanje dizajn paterna sistema

    • D.

      Fizički model sistema

    Correct Answer(s)
    A. Logički prikaz arhitekture sistema
    B. Analiza slučajeva korišćenja
    Explanation
    The steps in the system analysis phase include creating a logical representation of the system architecture and conducting a use case analysis. These two steps are essential in understanding the system's structure and functionality. The logical representation of the system architecture helps in identifying the components and their interactions, while the use case analysis helps in identifying the different scenarios in which the system will be used. Therefore, the correct answer includes both the logical representation of the system architecture and the use case analysis.

    Rate this question:

  • 4. 

    Koje vrste arhitektura softvera postoj e?

    • 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, Model-View-Controller. These are two types of software architectures. The slojevita (layered) architecture divides the software into different layers, each with its own specific functionality, allowing for easier maintenance and scalability. The Model-View-Controller (MVC) architecture separates the application into three interconnected components: the model (data and logic), the view (user interface), and the controller (handles user input and updates the model and view). This separation of concerns enhances code reusability and flexibility.

    Rate this question:

  • 5. 

    Koji model arhitekture je pogodan za r azvoj Web aplikacija?

    • A.

      Domain Driven Design arhitektura

    • B.

      Model-View-Controller arhitektura

    • C.

      Servisno-orijentisana arhitektura

    • D.

      Option 4

    Correct Answer
    B. Model-View-Controller arhitektura
    Explanation
    The Model-View-Controller (MVC) architecture is suitable for developing web applications because it provides a clear separation of concerns. 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 allows for easier maintenance and updates, as changes in one component do not affect the others. Additionally, MVC promotes code reusability and modularity, making it a popular choice for web development.

    Rate this question:

  • 6. 

    Koji su koraci analize slučajeva kori šćenja?

    • A.

      Kreiranje dijagrama aktivnosti

    • B.

      Identifikovati klase sistema na osnovu inicijalnog use case dijagrama

    • C.

      Modelovanje interakcija između klasa

    • D.

      Analiza mehanizama arhitekture

    • E.

      Kreiranje use case dijagrama prema korisničkim zahtevima

    • F.

      Kreiranje fizičkog dijagrama klasa

    Correct Answer(s)
    B. Identifikovati klase sistema na osnovu inicijalnog use case dijagrama
    C. Modelovanje interakcija između klasa
    D. Analiza mehanizama arhitekture
    Explanation
    The correct answer is a combination of three steps in the process of use case analysis. First, it is important to identify the classes of the system based on the initial use case diagram. This helps in understanding the different components and functionalities of the system. Next, modeling the interactions between these classes is crucial to understand how they communicate and collaborate with each other. Finally, analyzing the mechanisms of the architecture helps in identifying the underlying structure and design patterns of the system. These three steps collectively contribute to a comprehensive use case analysis process.

    Rate this question:

  • 7. 

    Koji od navedenih UML dijagrama modelu je interakcije između klasa?

    • A.

      use case dijagram

    • B.

      dijagram aktivnosti

    • C.

      dijagram sekvenci

    • D.

      dijagram komunikacije (kolaboracije)

    • E.

      dijagram klasa

    • F.

      dijagram komponenti

    Correct Answer(s)
    C. dijagram sekvenci
    D. dijagram komunikacije (kolaboracije)
    Explanation
    The correct answer is "dijagram sekvenci" and "dijagram komunikacije (kolaboracije)". These two UML diagrams are used to model the interactions between classes. The sequence diagram represents the sequence of messages exchanged between objects in a system, showing the order of interactions. The communication diagram, also known as the collaboration diagram, illustrates the interactions between objects and the messages exchanged, focusing on the structural organization of the objects. Both diagrams are valuable for understanding the interactions and relationships between classes in a system.

    Rate this question:

  • 8. 

    Koji tip klasa postaju akteri sa use c ase dijagrama?

    • A.

      klasa tipa entitet

    • B.

      kontrolna klasa

    • C.

      granična (interfejs) klasa

    • D.

      Option 4

    Correct Answer
    A. klasa tipa entitet
    Explanation
    In a use case diagram, actors represent the external entities that interact with the system. The class of entity type is a type of class that represents the entities or objects in the system. Therefore, the correct answer is "klasa tipa entitet" (class of entity type), as these classes become the actors in the use case diagram.

    Rate this question:

  • 9. 

    Koji tip klasa postaju relacije asocij acija između aktera i use case na use case dijagramu?

    • A.

      klasa tipa entitet

    • B.

      granična (interfejs) klasa

    • C.

      kontrolna klasa

    • D.

      klasa tipa izuzetak (exception)

    Correct Answer
    B. granična (interfejs) klasa
    Explanation
    Granična (interfejs) klasa postaju relacije asocijacije između aktera i use case na use case dijagramu.

    Rate this question:

  • 10. 

    Koji tip klasa postaju use case-ovi na use case dijagramu?

    • A.

      klasa tipa entitet

    • B.

      granična (interfejs) klasa

    • C.

      kontrolna klasa

    • D.

      Option 4

    Correct Answer
    C. kontrolna klasa
    Explanation
    In a use case diagram, use cases represent the functionality or behavior of a system. They describe the interactions between actors and the system. Control classes, also known as controller classes, are responsible for controlling the flow of the system and coordinating the execution of use cases. They handle the logic and decision-making processes. Therefore, control classes become the use cases on the use case diagram.

    Rate this question:

  • 11. 

    Šta je namena dijagrama sekvenci?

    • A.

      da se uoče veze i poruke koje razmenjuju klase

    • B.

      da hronološki opiše interakcije koje se javljaju između klasa

    • C.

      da se sagleda struktura klasa i njihovi atributi i metode

    • D.

      Option 4

    Correct Answer
    B. da hronološki opiše interakcije koje se javljaju između klasa
    Explanation
    The purpose of a sequence diagram is to chronologically describe the interactions that occur between classes.

    Rate this question:

  • 12. 

    Na osnovu čega se uočavaju metode ko je će klasa izvršavati?

    • 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 slučajeva korišćenja i njihovih veza prikazanih na use case dijagramu

    • D.

      na osnovu aktivnosti koje detaljnije prikazuju funkcionalnost jednog slučaja korišćenja

    • E.

      na osnovu komponenti uočenih 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
  • 13. 

    Kakve veze mogu biti između 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 correct answer options (asocijacija, agregacija, kompozicija, generalizacija) represent different types of relationships that can exist between classes in a class diagram. "Asocijacija" refers to a simple relationship where one class is associated with another. "Agregacija" represents a relationship where one class is composed of multiple instances of another class. "Kompozicija" is a stronger form of aggregation where one class is composed of exclusive parts. "Generalizacija" represents an inheritance relationship where one class inherits the properties and behaviors of another class.

    Rate this question:

  • 14. 

    Ukoliko su dve klase zavisne jedna od druge (tj. životni vek zavisne klase će zavisiti od životnog veka klase o koju zavisi), koji tip veze ćete pri kazati na dijagramu klasa?

    • A.

      Asocijacija

    • B.

      kompozicija

    • C.

      Agregacija

    • D.

      Option 4

    Correct Answer
    B. kompozicija
    Explanation
    If two classes are dependent on each other (i.e. the lifespan of the dependent class will depend on the lifespan of the class it depends on), the type of relationship that will be shown on the class diagram is composition.

    Rate this question:

  • 15. 

    Koji tip veze između klasa na dijagra mu klasa prikazuje odnos između celin e i njenih delova bez uticaja na živo tni vek klase?

    • A.

      Asocijacija

    • B.

      Agregacija

    • C.

      Kompozicija

    • D.

      Option 4

    Correct Answer
    B. Agregacija
    Explanation
    The correct answer is "agregacija" (aggregation). Aggregation represents a relationship between classes where one class is composed of multiple instances of another class, but the lifespan of the objects is independent of each other. In other words, the parts can exist independently of the whole. This type of relationship is often represented by a diamond-shaped arrow pointing from the whole class to the part class on a class diagram.

    Rate this question:

  • 16. 

    Čemu služi objektni dijagram?

    • A.

      da proveri da li je dijagram klasa dobro postavljen prolazeći kroz neki realni scenario

    • B.

      da proveri atribute i metode klasa na dijagramu klasa testirajući sistem

    • C.

      da uoči sve metode analizom svih stanja u kojima klasa može da se nađe

    • D.

      Option 4

    Correct Answer
    A. da proveri da li je dijagram klasa dobro postavljen prolazeći kroz neki realni scenario
    Explanation
    The object diagram is used to verify if the class diagram is well-designed by going through a real scenario.

    Rate this question:

  • 17. 

    Koji su koraci projektovanja informaci onih sistema?

    • A.

      modelovanje korisničkih zahteva

    • B.

      detaljna analiza sistema

    • C.

      identifikovanje dizajn paterna

    • D.

      projektovanje slučajeva korišćenja

    • E.

      implementacija sistema

    • F.

      uvođenje sistema

    Correct Answer(s)
    C. identifikovanje dizajn paterna
    D. projektovanje slučajeva korišćenja
    Explanation
    The steps of designing information systems include identifying design patterns and designing use cases. These steps involve identifying common solutions to design problems and creating scenarios that describe how users will interact with the system. The other options listed, such as modeling user requirements, conducting a detailed system analysis, implementing the system, and introducing the system, are also important steps in the overall process of designing information systems, but they are not specifically mentioned in the question.

    Rate this question:

  • 18. 

    Koji UML dijagrami se razvijaju u fazi projektovanja sistema?

    • A.

      glavni use case dijagram

    • B.

      logički dijagram sekvenci

    • C.

      dijagram komponenti

    • D.

      dijagram uvođenja

    • E.

      fizički dijagram klasa

    • F.

      logički dijagram komunikacije (kolaboracije)

    Correct Answer(s)
    C. dijagram komponenti
    D. dijagram uvođenja
    E. fizički dijagram klasa
    Explanation
    The correct answer includes three types of UML diagrams that are typically developed during the system design phase: component diagram, deployment diagram, and class diagram. These diagrams help in representing the structure, deployment, and organization of the system components and classes. They provide a visual representation of the system's architecture and aid in understanding the relationships and interactions between different components and classes.

    Rate this question:

  • 19. 

    Šta se podrazumeva pod terminom " ;dizajn patern"?

    • A.

      ponovo upotrebljiv softverski kod koji nudi opšte rešenje za učestale probleme u razvoju aplikacije

    • B.

      paterni strukture softverskog sistema koji prikazuje kolekciju softverskih komponenata i njihovih veza

    • C.

      patern ponašanja klasa koji predstavlja streteške odluke o standardima, politikama i praksama razvoja softvera

    • D.

      Option 4

    Correct Answer
    A. ponovo upotrebljiv softverski kod koji nudi opšte rešenje za učestale probleme u razvoju aplikacije
    Explanation
    The term "design pattern" refers to reusable software code that provides a general solution for common problems in application development. It is a way to standardize and streamline the development process by offering proven solutions for recurring issues. Design patterns help improve the efficiency and maintainability of software systems by promoting best practices and reducing the need for repetitive coding.

    Rate this question:

  • 20. 

    Koji od ponuđenih dizajn paterna se k oristi za instanciranje klasa?

    • A.

      Dizajn patern stanja (State design pattern)

    • B.

      Singleton dizajn patern

    • C.

      Observer dizajn patern

    • D.

      Option 4

    Correct Answer
    B. Singleton dizajn patern
    Explanation
    The correct answer is Singleton design pattern. The Singleton design pattern is used for instantiating classes. It ensures that only one instance of a class is created and provides a global point of access to it. This pattern is commonly used in scenarios where there is a need for a single instance of a class to be shared across multiple parts of an application.

    Rate this question:

  • 21. 

    Koji od ponuđenih dizajn paterna reš ava problem provere različitih stanja u kojima klasa može da se nađe?

    • A.

      Singleton dizajn patern

    • B.

      State dizajn patern

    • C.

      Observer dizajn patern

    • D.

      Option 4

    Correct Answer
    B. State dizajn patern
    Explanation
    The State design pattern is used to solve the problem of managing different states that a class can be in. It allows an object to change its behavior when its internal state changes. This pattern is useful when an object's behavior depends on its state and needs to transition between different states dynamically. By encapsulating each state in a separate class, the State pattern promotes flexibility and maintainability in the code.

    Rate this question:

  • 22. 

    Šta je interfejs?

    • A.

      apstrakcija koja nema implementaciju svojih metoda

    • B.

      obezbeđuju difoltna ponašanja za klase koje ga realizuju

    • C.

      grupa klasa koja je funkcionalno povezana i nalazi se u jednom paketu

    • D.

      Option 4

    Correct Answer
    A. apstrakcija koja nema implementaciju svojih metoda
    Explanation
    An interface is an abstraction that does not have an implementation of its methods. It provides default behaviors for classes that implement it.

    Rate this question:

  • 23. 

    Koji od elemenata dizajna realizuje in terfejs, obezbeđuje određenu funkcio nalnost tj. ponašanje i lako može bi ti zamenjiv?

    • A.

      paket

    • B.

      podsistem

    • C.

      Interfejs

    • D.

      Klasa

    Correct Answer
    B. podsistem
    Explanation
    A subsystem is a correct answer because it is a design element that implements an interface, provides specific functionality or behavior, and can easily be replaced.

    Rate this question:

  • 24. 

    Šta opisuje dijagram stanja?

    • A.

      opisuje definisane atribute i metode klasa sa tipovima podataka i parametrima

    • B.

      opisuje interakcije između objekata i vizuelizuje jedan scenario

    • C.

      opisuje životni vek objekta u vidu događaja koji dovode do promena u stanjima objekata

    • D.

      Option 4

    Correct Answer
    C. opisuje životni vek objekta u vidu događaja koji dovode do promena u stanjima objekata
    Explanation
    The answer is option 4 because it states that a state diagram describes the lifecycle of an object in terms of events that cause changes in the object's states. In other words, a state diagram shows how an object transitions from one state to another based on certain events or conditions. It does not describe attributes and methods of classes, interactions between objects, or visualize a specific scenario.

    Rate this question:

  • 25. 

    Komponente koje se prikazuju na dijagr amu komponenti mogu biti:

    • A.

      komponenta izvornog koda

    • B.

      granične komponente

    • C.

      izvršne komponente

    • D.

      kontrolne komponente

    Correct Answer(s)
    A. komponenta izvornog koda
    C. izvršne komponente
    Explanation
    The correct answer for this question is "komponenta izvornog koda" and "izvršne komponente". This means that the components displayed on the component diagram can be either the source code component or the executable component. These components represent different parts of a system and can be used to visualize and understand the structure and behavior of the system.

    Rate this question:

  • 26. 

    Namena dijagrama komponenti je:

    • A.

      Opisivanje fizičke implementacije sistema prikazivanjem softverskih komponenti i njihovih međusobnih relacija

    • B.

      Opisivanje raspoređivanja softverskih komponenti na čvorove na mreži

    • C.

      Opisuje raspoređivanje softverskih komponenata po slojevima arhitekture

    • D.

      Option 4

    Correct Answer
    A. Opisivanje fizičke implementacije sistema prikazivanjem softverskih komponenti i njihovih međusobnih relacija
    Explanation
    The correct answer is "Opisivanje fizičke implementacije sistema prikazivanjem softverskih komponenti i njihovih međusobnih relacija". This option accurately describes the purpose of a component diagram, which is to depict the physical implementation of a system by showing the software components and their relationships.

    Rate this question:

  • 27. 

    Koje su karakteristike komponenata sis tema koje se prikazuju na dijagramu ko mponenti?

    • A.

      autonomnost

    • B.

      ponovna upotrebljivost

    • C.

      obezbeđuju jedan ili više interfejsa

    • D.

      lako se mogu zameniti drugom komponentom

    • E.

      može biti i klijent i server

    • F.

      slojevitost

    • G.

      zavisnost tj. jaka povezanost sa drugim komponentama sistema

    Correct Answer(s)
    A. autonomnost
    B. ponovna upotrebljivost
    C. obezbeđuju jedan ili više interfejsa
    D. lako se mogu zameniti drugom komponentom
    Explanation
    The correct answer includes characteristics of component-based systems. These characteristics include autonomy, which means that components can operate independently; reusability, meaning that components can be used in different contexts; providing one or more interfaces, allowing other components to interact with them; and the ability to be easily replaced by another component. These characteristics contribute to the flexibility and modularity of component-based systems.

    Rate this question:

  • 28. 

    Šta se podrazumeva pod terminom " ;debeli klijent" (fat client)?

    • A.

      više funkcionalnosti obrađuje server

    • B.

      više funkcionalnosti se izvršava na klijent mašini

    • C.

      funkcionalnosti su podjednako podeljene i na klijent i server strani

    • D.

      Option 4

    Correct Answer
    B. više funkcionalnosti se izvršava na klijent mašini
    Explanation
    The term "debeli klijent" (fat client) refers to a client-side architecture where more functionalities are executed on the client machine. This means that the client machine handles a greater portion of the processing and execution of tasks, reducing the reliance on the server.

    Rate this question:

  • 29. 

    Šta se podrazumeva pod terminom " ;debeli server" (fat server)?

    • A.

      više funkcionalnosti se obrađuje na strani servera

    • B.

      više funkcionalnosti se obrađuje na klijent mašini

    • C.

      funkcionalnosti su podjednako podeljene i na klijent i server mašini

    • D.

      Option 4

    Correct Answer
    A. više funkcionalnosti se obrađuje na strani servera
    Explanation
    The term "debeli server" (fat server) implies that more functionalities are processed on the server side.

    Rate this question:

  • 30. 

    Koji tip arhitekture odgovara Cloud ap likaciji kojoj klijent pristupa putem web browser-a?

    • A.

      debeli klijent (Fat Client)

    • B.

      debeli server (Fat Server)

    • C.

      peer-to-peer (P2P)

    • D.

      Option 4

    Correct Answer
    B. debeli server (Fat Server)
    Explanation
    A "Cloud application" refers to a software program that is accessed through a web browser, typically over the internet. In this scenario, the client accesses the application through a web browser, indicating that the client-side is lightweight and does not require extensive processing power. On the other hand, a "fat server" architecture is designed to handle complex processing and storage tasks, making it suitable for cloud applications where the server carries the majority of the workload. Therefore, the correct answer is "debeli server (Fat Server)".

    Rate this question:

  • 31. 

    Posmatrajući višeslojnu arhitekturu softvera, na kom sloju se nalaze servi si koji su nezavisni od aplikacije i p latforme gde će se sistem izvršavati (npr. java.sql)?

    • A.

      sloj prezentacije

    • B.

      sloj poslovnih servisa

    • C.

      middleware sloj

    • D.

      sloj podataka

    Correct Answer
    C. middleware sloj
    Explanation
    In a multi-layered software architecture, the middleware layer is where independent services, such as java.sql, are located. This layer acts as a bridge between the presentation layer, business service layer, and data layer. It provides a platform-independent and application-independent environment for the services to execute. Therefore, the correct answer is the middleware layer.

    Rate this question:

  • 32. 

    Koje korake je neophodno uraditi da bi se kreirao dijagram uvođenja (Deploy ment Diagram)?

    • A.

      prikazati fizičko okruženje mreže (npr. prikazati topologije mreže, širinu opsega svakog segmenta mreže itd.)

    • B.

      opisati konfiguraciju čvorova na mreži (npr. primarna svrha čvora, veličina prostora na disku, procesor, šta je sve instalirano na čvoru i sl.)

    • C.

      prikazati način raspoređivanja softverskih komponenata aplikacije po čvorovima na mreži

    • D.

      prikazati slučajeve korišćenja koji se izvršavaju na određenom čvoru

    • E.

      prikazati koje klase se izvršavaju na kom sloju na mreži

    • F.

      prikazati način testiranja komponenti po čvorovima na mreži

    Correct Answer(s)
    A. prikazati fizičko okruženje mreže (npr. prikazati topologije mreže, širinu opsega svakog segmenta mreže itd.)
    B. opisati konfiguraciju čvorova na mreži (npr. primarna svrha čvora, veličina prostora na disku, procesor, šta je sve instalirano na čvoru i sl.)
    C. prikazati način raspoređivanja softverskih komponenata aplikacije po čvorovima na mreži
    Explanation
    The necessary steps to create a deployment diagram include showing the physical network environment, describing the configuration of nodes on the network, and displaying the way software components of an application are deployed on nodes in the network. These steps help in understanding the overall structure and deployment of the system, including the network topology, node configurations, and software component allocation.

    Rate this question:

  • 33. 

    Šta se podrazumeva pod čvorovima na mreži prikazanih na dijagramu uvođen ja (deployment)?

    • A.

      mehanizam komunikacije koji opisuje fizički medijum prenosa ili protokol

    • B.

      fizički objekat koji predstavlja resurs obrade i odgovoran je za jednu ili više softverskih komponenti

    • C.

      softverski moduli koji sadrže interfejse i internu implementaciju komponenti

    • D.

      Option 4

    Correct Answer
    B. fizički objekat koji predstavlja resurs obrade i odgovoran je za jednu ili više softverskih komponenti
    Explanation
    The correct answer is a physical object that represents a processing resource and is responsible for one or more software components. This means that under the nodes in the deployment diagram, there are physical objects that represent resources for processing and are responsible for running the software components. These physical objects can be servers, computers, or any other hardware that is capable of executing software.

    Rate this question:

  • 34. 

    Da li uređaj kao što je štampač mo že da predstavlja čvor na mreži pri kazanog na dijagramu uvođenja?

    • A.

      Da

    • B.

      Ne

    • C.

      Pod određenim uslovima

    • D.

      Option 4

    Correct Answer
    A. Da
    Explanation
    The given correct answer is "Da". This means that the device, such as a printer, can represent a node on the network as shown in the deployment diagram.

    Rate this question:

  • 35. 

    Koji su osnovni elementi modela uvođe nja (deployment)?

    • A.

      čvorovi (nodes)

    • B.

      entiteti

    • C.

      konekcije između čvorova

    • D.

      slučajevi korišćenja

    • E.

      aktivnosti koje se izvšravaju na čvorovima

    Correct Answer(s)
    A. čvorovi (nodes)
    C. konekcije između čvorova
    Explanation
    The basic elements of the deployment model are nodes and the connections between these nodes. Nodes represent the physical or virtual devices or systems where the software or application is deployed. The connections between nodes depict the network or communication links between these devices, allowing them to interact and exchange data.

    Rate this question:

  • 36. 

    Šta je osnovna namena dijagrama uvođ enja (deployment diagram)?

    • A.

      Modelovanje distributivnosti sistema tj. raspoređivanje komponenata na čvorove na mreži

    • B.

      Modelovanje fizičke implementacije softvera

    • C.

      Modelovanje integracije aplikativnog softvera kroz hardversku implementaciju

    • D.

      Option 4

    Correct Answer
    A. Modelovanje distributivnosti sistema tj. raspoređivanje komponenata na čvorove na mreži
    Explanation
    The basic purpose of a deployment diagram is to model the distribution of a system by arranging its components on nodes in a network. This diagram helps in visualizing how the software components are deployed on hardware nodes and how they interact with each other. It provides a high-level view of the physical implementation of the system and helps in understanding the overall architecture and distribution of the system.

    Rate this question:

  • 37. 

    Šta se kreira tokom faze implementaci je sistema?

    • A.

      izvorni kod

    • B.

      izveštaj o bagovima u sistemu

    • C.

      projektna dokumentacija

    • D.

      priručnici za obuku

    • E.

      planovi oporavka od šoka

    • F.

      plan bezbednosti sistema

    Correct Answer(s)
    A. izvorni kod
    B. izveštaj o bagovima u sistemu
    D. priručnici za obuku
    Explanation
    During the implementation phase of a system, various components are created to ensure the successful deployment and functioning of the system. These components include the source code, which is the actual programming instructions that make up the system, the bug report, which identifies and documents any issues or errors in the system, and the training manuals, which provide instructions and information for users to effectively use the system. These components are crucial in ensuring that the system is implemented correctly and can be used efficiently by users.

    Rate this question:

  • 38. 

    Koju metodologiju za implementaciju SA P poslovnog rešenja poznajete?

    • A.

      Microsoft Solution Framework (MSF)

    • B.

      Open Unified Process (OUP)

    • C.

      Accelerated SAP (ASAP)

    • D.

      Advanced Business Application Programming (ABAP)

    Correct Answer
    C. Accelerated SAP (ASAP)
    Explanation
    Accelerated SAP (ASAP) is a methodology for implementing SAP (Systems, Applications, and Products) solutions. It is a proven approach that helps organizations streamline their implementation process, reduce risks, and achieve faster results. ASAP provides a structured framework and guidelines for project management, business process analysis, system configuration, testing, and training. It ensures that all aspects of the implementation, including business requirements, technical infrastructure, and organizational change management, are properly addressed. By following the ASAP methodology, organizations can effectively plan, execute, and monitor their SAP implementation projects, leading to successful and efficient business solutions.

    Rate this question:

  • 39. 

    Koji su koraci uvođenja rešenja u re alno okruženje?

    • A.

      Priprema okruženja (npr. nabavka hardvera, licenci ...)

    • B.

      Ažuriranje dokumentacije (npr. backup plan)

    • C.

      Obučavanje korisnika

    • D.

      Projektovanje sistema

    • E.

      Kreiranje projektne dokumentacije sistema

    • F.

      Kreiranje dijagrama uvođenja (Deployment diagram)

    Correct Answer(s)
    A. Priprema okruženja (npr. nabavka hardvera, licenci ...)
    B. Ažuriranje dokumentacije (npr. backup plan)
    C. Obučavanje 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 such as a backup plan, and training users on how to use the solution. These steps are crucial in ensuring a smooth transition and successful implementation of the solution.

    Rate this question:

  • 40. 

    Šta je ASAP (Accelerated SAP)?

    • A.

      metodologija uvođenja sistema u produkciono okruženje

    • B.

      metodologija razvoja kompletnog sistema koju je razvila SAP kompanija

    • C.

      metodologija brze implementacije SAP poslovnog sistema

    • D.

      Option 4

    Correct Answer
    C. metodologija brze implementacije SAP poslovnog sistema
    Explanation
    ASAP (Accelerated SAP) is a methodology for the rapid implementation of the SAP business system. It is designed to streamline and expedite the process of deploying SAP software in a production environment. This methodology helps organizations to quickly and efficiently implement the SAP system, reducing the implementation time and cost. It provides a structured approach and best practices for project management, business process analysis, system configuration, and training. By following the ASAP methodology, organizations can achieve faster time-to-value and realize the benefits of the SAP system sooner.

    Rate this question:

  • 41. 

    Šta se podrazumeva pod terminom " ;nula bagova" (zero bug)?

    • A.

      kada ne postoje kritički, ozbiljni, srednji ni mali bagovi u sistemu

    • B.

      tačka u kojoj broj bagova koji se pronalazi je isti broju bagova koji se razrešava

    • C.

      tačka u projektu kada razvojni tim razreši sve bagove koji su se pojavili u toku testiranja sistema

    • D.

      Option 4

    Correct Answer
    C. tačka u projektu kada razvojni tim razreši sve bagove koji su se pojavili u toku testiranja sistema
    Explanation
    The term "zero bug" refers to the point in a project when the development team resolves all the bugs that have appeared during system testing. This means that there are no critical, serious, medium, or minor bugs left in the system.

    Rate this question:

  • 42. 

    Šta je SAP (Systems, Applications, Pr oducts)?

    • A.

      metodologija za brzi razvoj poslovnih sistema

    • B.

      softverska kuća koja se bavi razvojem poslovnih sistema

    • C.

      softversko rešenje koje automatizuje proces proizvodnje u organizaciji

    • D.

      Option 4

    Correct Answer
    B. softverska kuća koja se bavi razvojem poslovnih sistema
    Explanation
    SAP (Systems, Applications, Products) is a software company that specializes in the development of business systems.

    Rate this question:

  • 43. 

    Šta se podrazumeva pod pojmom kastimi zacije poslovnog sistema?

    • A.

      prilagođavanje gotovog poslovnog sistema realnom okruženju organizacije

    • B.

      razvoj poslovnog sistema od početka za potrebe organizacije

    • C.

      proces implementacije i uvođenja sistema u realno okruženje

    • D.

      Option 4

    Correct Answer
    A. prilagođavanje gotovog poslovnog sistema realnom okruženju organizacije
    Explanation
    The correct answer is the adaptation of an existing business system to the real environment of the organization. This means that the organization takes a pre-existing business system and modifies it to fit its specific needs and requirements. This process involves making changes and adjustments to ensure that the system aligns with the organization's goals, processes, and resources. By adapting the system, the organization can maximize its efficiency and effectiveness in its unique environment.

    Rate this question:

  • 44. 

    Šta je ABAP (Advanced Business Applic ation Programming)? Which one do you like?

    • A.

      programski jezik

    • B.

      poslovno rešenje

    • C.

      softverski modul

    • D.

      metodologija implementacije SAP sistema

    Correct Answer
    A. programski jezik
    Explanation
    ABAP (Advanced Business Application Programming) is a programming language used for developing applications within the SAP system. It is specifically designed for creating business applications and is widely used in SAP environments. Therefore, the correct answer is "programski jezik" which translates to "programming language" in English.

    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 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 26, 2014
    Quiz Created by
    Singi12345
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.