1.
7. Karakteristike stručnog podučavanja su:
Изаберите један или више одговора:
● Može se izvoditi udaljeno
● Može se primeniti na bilo koji sistem
● Ne znam
● Merljivi podaci se prikupljaju
● Ne može se izvoditi udaljeno
● Merljivi podaci se ne prikupljaju
● Ne može se primeniti na bilo koji sistem
Nadji odgovor
2.
Analiza zadatak zasnovana na znanju stavlja akcenat na
Изаберите један одговор:
● Objekte i akcije
● Pravila i akcije
● Nijedno od ponuđenih
● Ne znam
● Samo pravila
● Samo objekte
koji je odgovor?
3.
Pristup analiza zadataka se obavlja na nekoliko tipičnih načina. Označite
netipičnu analizu. Изаберите један одговор:
● Anliza zasnovana na pojmovima i relacijama
Anliza zasnovana na redosledu
● Anliza zasnovana na sličnosti
● Anliza zasnovana na znanju
Nadji odgovor
4.
149. Uz hijerarhijski prikaz akcija dodaju se napomene. Na primer: fiksna sekvenca,
opcioni zadaci, čekanje na događaj, ciklični zadaci,... Sve ovo se naziva:
Изаберите један одговор:
● Pravila plana
● Naznake plana
● Ne znam
● Tipovi plana
● Akcije plana
Nadji odgovor
5.
209. Povezati date opise sa odgovarajućim tipom rezonovanja.
izvodi se generalizacijom slučajeva (primera) koje smo izučivi, a u vezi slučajeva koje nismo
posmatrali induktivno
izvodi se logički iz datih pretpostavki deduktivno
210. Postoje dva načina upravljanja događajima u prozorkim sistemima.
Koji su to?
● Read-evolution loop tacno
● Unix
● Multiple interfaces
● Notification-based tacno
6.
U razmatranjima interakcije čoveka sa računarom, računar treba da
bude posmatran kao centralna figura.
Correct Answer
B. Netacno
Explanation
In the context of human-computer interaction, the computer should not be seen as the central figure, but rather as a tool or medium through which humans interact with technology. The focus should be on designing interfaces and systems that prioritize the needs and abilities of the human user.
7.
Nedostaci BNF notacija:
Correct Answer(s)
B. ● Nema refleksije u odnosu na korisničku percepciju
C. ● Minimum provera konzistentnosti
E. ● Ista sintaksa za različite semantike
Explanation
The correct answer is that the disadvantages of BNF notation include the lack of reflection in relation to user perception, minimal consistency checks, and the use of the same syntax for different semantics. This means that BNF notation does not account for how users perceive and understand the language, there are limited checks for ensuring consistency in the language, and the same syntax can be used for different meanings or interpretations.
8.
CCT sadrži dva paralelna opisa. Jedan opis je tranzicione mreže racunara,
a drugi?
Correct Answer
C. Opis pravila
Explanation
The correct answer is "Opis pravila." This is because the question asks for the other description in CCT (Computer Configuration Table), and the two parallel descriptions mentioned are "Tranzicija iz radne u kratkoročnu memoriju" (Transition from working to short-term memory) and "Opis pravila" (Description of rules). Therefore, "Opis pravila" is the correct answer as it is the other description mentioned in CCT.
9.
DS (dijagrami sekvence) opisuju interakciju pomoću:
Correct Answer(s)
B. Linije života
D. ● Trake aktivnosti
F. Poruke
Explanation
The correct answer is Linije života, Trake aktivnosti, Poruke. DS (dijagrami sekvence) opisuju interakciju pomoću linija života koje predstavljaju entitete koji učestvuju u interakciji, traka aktivnosti koje opisuju aktivnosti koje se izvršavaju tokom interakcije i poruka koje se razmenjuju između entiteta.
10.
U sistemima gde je obrada poruka tipa“read-evaluation loop” kontrola
dijaloga je:
Correct Answer
A. INterna
Explanation
The correct answer is "INterna." In systems where message processing is done in a "read-evaluation loop," the control of the dialogue is internal to the system. This means that the system itself handles and manages the flow of the conversation without relying on external factors or inputs.
11.
Označiti tačno tvrđenje / tačna tvrđenja.
Izabерите један или више одговора:
Correct Answer(s)
A. Electronic mail je tipičan primer CSCW interakcije.
B. CSCW odbacuje tezu single user / single computer.
Explanation
The given answer states that "Electronic mail je tipičan primer CSCW interakcije" (Electronic mail is a typical example of CSCW interaction) and "CSCW odbacuje tezu single user / single computer" (CSCW rejects the thesis of single user/single computer). These statements are correct because CSCW (Computer-Supported Cooperative Work) is a field of study that focuses on how computers can be used to support collaborative work among individuals. Electronic mail is a common tool used for communication and collaboration in CSCW, and CSCW emphasizes the importance of collaboration among multiple users and computers rather than single user/single computer systems.
12.
Osnovna razlika između standardnog ASP.NET-a i MVC Framework-a je:
Correct Answer
D. Zahteve klijenata opslužuju kontroleri.
Explanation
The basic difference between standard ASP.NET and MVC Framework is that in MVC, client requests are served by controllers instead of pages.
13.
Romb se u dijagramu toka koristi da bi: PROVERI OVO???
Correct Answer
D. Predstavio tačke odlučivanja
Explanation
The correct answer is "predstavio tačke odlučivanja." In a flowchart, a diamond shape (romb) is used to represent decision points or points where a choice needs to be made. These decision points are represented by conditions or criteria that determine the flow of the process. Therefore, the diamond shape in a flowchart represents decision points or points of branching in the process flow.
14.
Koja arhitektura je mnogo jasnija ali se manje koristi u praksi:
Correct Answer
A. PAC
Explanation
PAC (Presentation-Abstraction-Control) architecture is clearer but less commonly used in practice compared to the other options (MAC, MVC, KLM). This suggests that while PAC may provide a clear and logical structure for organizing software systems, it may not be as widely adopted or implemented in real-world scenarios.
15.
Karakteristike merenja performansi su:
Correct Answer(s)
A. Merljivi podaci se prikupljaju
E. Može se primeniti na bilo koji sistem
F. Ne može se izvoditi udaljeno
Explanation
The correct answer is that measurable data is collected and can be applied to any system, but it cannot be remotely executed.
16.
Razdvajanje ulaza od izlaza je specifično za:
Correct Answer
A. MVC
Explanation
The given correct answer is MVC. MVC stands for Model-View-Controller, which is a software architectural pattern commonly used in web development. In MVC, the input is separated from the output, meaning that the user input is handled by the controller, which then updates the model (data), and the view (user interface) is updated based on the changes in the model. This separation allows for better organization and maintainability of the code.
17.
Vrste obrazlaganja dizajna je orjentisano:
Correct Answer(s)
A. Procesno
B. Strukturno
Explanation
The correct answer is "Procesno, Strukturno." This suggests that the orientation of explaining design is both process-oriented and structural. This means that when explaining design, the focus is on the steps and stages involved in the design process, as well as the overall structure and organization of the design. This approach helps to provide a clear understanding of how the design was developed and how it is structured to achieve its intended purpose.
18.
Epizodička i semantička memorija čine zajedno strukturu
Correct Answer
B. Deklarativne memorije
Explanation
The correct answer is "deklarativne memorije." Episodic and semantic memory together form the structure of declarative memory.
19.
CCT karakteristike su:
Correct Answer(s)
A. Linearni model
C. Paralelni model
D. Greške se mogu predstavljati
E. Akcije su u procedurama
Explanation
The correct answer is "Linearni model, Paralelni model, Greške se mogu predstavljati, Akcije su u procedurama." This means that the characteristics of CCT include a linear model, a parallel model, the ability to represent errors, and actions being in procedures.
20.
Analiza upotrebljivosti i dizajn rešenja projektuju se
Correct Answer
B. Od samog starta
Explanation
The correct answer is "od samog starta" because the sentence states that the usability analysis and design of the solution are projected from the very beginning. This implies that the analysis and design process start right from the start of the project.
21.
Nedostajuce polje peto po redu
Correct Answer(s)
B. INtegracija
E. Testiranje
Explanation
The correct answer is "INtegracija, Testiranje" because it is the fifth field missing in the given list. The list starts with "Testiranje delova" and continues with "INtegracija", "Implementacija", "Kodovanje", and "Testiranje". Therefore, the missing fifth field is "INtegracija, Testiranje".
22.
Zaokružiti tačna tvrđenja vezana za dekoraciju.
Correct Answer(s)
A. Uvećava produktivnost
B. Može da utiče na efikasnost
D. Uvećava korisničko zadovoljstvo
Explanation
The correct answer is that decoration increases productivity, can affect efficiency, and increases user satisfaction. This means that adding decorative elements to an application can have a positive impact on these aspects, making the application more enjoyable and effective for users.
23.
Šta karakteriše staklene interfejse (glass interfaces)?
Correct Answer(s)
A. Jeftiniji i fleksibilniji
B. Precizne vrednosti
Explanation
Glass interfaces are characterized by being cheaper and more flexible compared to other types of interfaces. They also provide precise values, meaning that they are able to accurately measure and display data. However, the answer does not provide any explanation for the statement "nije moguć gubitak konteksta" (no loss of context) or "fizički locirani" (physically located), so it is unclear why these options are not correct.
24.