Baze Podataka K1 - Teorijski Deo

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Ascl
A
Ascl
Community Contributor
Quizzes Created: 2 | Total Attempts: 563
| Attempts: 259 | Pitanja: 139
Please wait...

Question 1 / 139
0 %
0/100
Score 0/100
1. Obeležiti složen atribut:

Explanation

The attribute "DatumRođenja" should be marked as a composite attribute because it is made up of multiple sub-attributes like day, month, and year. This suggests that the attribute itself cannot be further divided and contains multiple pieces of information.

Submit
Please wait...
About This Quiz
Baze Podataka K1 - Teorijski Deo - Quiz

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Veza između entiteta Dekan i Student je:

Explanation

The relationship between the entities "Dekan" and "Student" is one-to-many (1:*). This means that one "Dekan" can have multiple "Student" entities associated with it, but each "Student" can only be associated with one "Dekan".

Submit
3. U hijerarhijskom modelu podataka:

Explanation

In a hierarchical data model, one parent can have multiple children. This means that a parent entity can have multiple child entities associated with it. This allows for a one-to-many relationship between the parent and child entities. Each child entity can only have one parent entity associated with it, but a parent entity can have multiple child entities. This type of relationship is commonly used in database systems to represent hierarchical structures, such as organizational charts or file systems.

Submit
4. Obeležiti složen atribut:

Explanation

The correct answer is "Adresa (Ulica, Broj, Grad)" because it represents a complex attribute that consists of multiple sub-attributes: Ulica (Street), Broj (Number), and Grad (City). Each sub-attribute provides specific information about the address, and they are all necessary to fully describe a person's address.

Submit
5. Veza između entiteta DEKAN i FAKULTET je:

Explanation

The relationship between the entities DEKAN and FAKULTET is one-to-one, which means that each DEKAN is associated with only one FAKULTET and each FAKULTET has only one DEKAN.

Submit
6. Kod baza podataka, u odnosu na klasicne sisteme

Explanation

The correct answer is "Primenjuje se Data Base Management System (DBMS)". This answer is correct because it states that a database management system (DBMS) is used in contrast to the other options listed. A DBMS is a software system that allows for the organization, storage, and retrieval of data in a database. It is specifically designed for managing large amounts of data efficiently and securely.

Submit
7. Nastanak baza podataka – patent za automatsku obradu podataka, vezuje se za:

Explanation

Herman Holerith is credited with the invention of the punched card system, which was used for automated data processing. This system laid the foundation for the development of databases. The punched cards allowed for the storage and retrieval of large amounts of data, making it easier to process and analyze information. Holerith's invention was a significant advancement in data processing and played a crucial role in the development of databases.

Submit
8. Najefikasniji način za dobijanje podataka iz relacionih baza podataka je:

Explanation

The most efficient way to retrieve data from relational databases is by using queries. Queries allow users to specify the exact data they want to retrieve, reducing the amount of unnecessary data that needs to be processed and improving the overall performance of the database. By formulating specific queries, users can retrieve only the relevant information they need, making it the most effective method for obtaining data from relational databases.

Submit
9. Strani ključ jedne relacije je:

Explanation

The correct answer is "Ključ koji pokazuje na drugu relaciju i povezuje je sa njom". This answer suggests that a foreign key is a key that establishes a relationship between two tables by referencing another table. It is used to maintain referential integrity and enforce relationships between tables in a relational database.

Submit
10. Opis logike primitivnih procesa počinje i završava:

Explanation

The correct answer is "Naredbama BEGIN i END između kojih se nalazi opis primitivnog procesa." This is because the logic of primitive processes is typically described within a block of code delimited by the BEGIN and END statements. These statements mark the beginning and end of the description of the primitive process, allowing for clear separation and organization of the code.

Submit
11. Karakteristike "nezavisnog (jakog)" entiteta su

Explanation

The correct answer is "Zapisi takvog entiteta mogu da postoje samostalno." This means that records of such an entity can exist independently, without any dependencies or associations with other entities.

Submit
12. Jak objekata u MOV modelu je:

Explanation

The correct answer is "Objekat koji može da egzistira samostalno. Ne zavisi od drugih objekata." This answer suggests that in the MOV model, an object is considered independent and does not rely on other objects for its existence. It implies that the object can exist on its own without any dependencies on other objects in the model.

Submit
13. Karakteristično za klasičan sistem baza, zasnovan na datotekama i programskim jezicima je:

Explanation

In a classical file-based and programming language-based system, programs need to have precise knowledge of the definition and data format on the disk. This is because the system relies on programs to directly interact with the data stored in files. Without a clear understanding of the data structure and format, the programs may not be able to access or manipulate the data correctly. Therefore, it is a characteristic of this type of system that programs must have precise knowledge of the data definition and format on the disk.

Submit
14. Karakteristika ličnih baza podataka

Explanation

Personal databases can enhance an individual's productivity because they allow for easy sharing of data with other users and enable the transfer of data to the entire organization's database. This means that individuals can efficiently collaborate with others and access and contribute to the organization's database, leading to increased productivity. Additionally, personal databases have the potential to evolve into organization-wide databases, further enhancing productivity and efficiency in data management.

Submit
15. Šta je ATRIBUT

Explanation

An attribute is a common characteristic or property that is possessed by all entities of a class.

Submit
16. U nestruktuirane podatke se svrstavaju:

Explanation

The correct answer includes different types of unstructured data such as documents, maps, photographs, sound, and video recordings. Unstructured data refers to information that does not have a predefined data model or organization. These types of data do not fit neatly into traditional databases or structured formats, making them more challenging to analyze and process.

Submit
17. Model realnog sveta koji se zasniva na simbolima naziva se

Explanation

A conceptual model is a model that represents the concepts and relationships between them in a system or domain. It is a high-level abstraction that helps in understanding and communicating the structure and behavior of the system. Unlike software, hardware, or global models, a conceptual model focuses on the ideas and concepts rather than the implementation details or physical aspects. It is used to provide a conceptual understanding and guide the development of software or physical models.

Submit
18. U relacionom modelu podataka:

Explanation

In the given answer, it is stated that in the relational data model, there is minimal redundancy, and both objects and relationships are represented by tables. This means that the data is organized in a structured manner without unnecessary duplication. Additionally, it is mentioned that there are no update anomalies, meaning that modifications to the data do not result in inconsistencies. Finally, it is stated that there are no duplicate rows within a table, ensuring data integrity.

Submit
19. Da bi tabela bila relacija mora da važi sledeće:

Explanation

In order for a table to be a relation, it must satisfy the condition that two identical rows cannot appear in the table. This means that each row in the table must be unique and there cannot be any duplicates. This is an important requirement for maintaining the integrity and consistency of the data in the table. If two identical rows were allowed, it would create ambiguity and make it difficult to accurately retrieve and manipulate the data in the table. Therefore, to ensure that the table is a valid relation, it must not contain two identical rows.

Submit
20. U opisu logike primitivnih procesa:

Explanation

The given answer states that primitive processes can use IF THEN ELSE, DO WHILE, FOR, and similar structures. This suggests that these logical structures are applicable and can be used within primitive processes. It also mentions that primitive processes do not have selective structures, so they do not use IF THEN ELSE structures. Additionally, it states that FOR loops are not used in primitive processes because they are elementary and can be reduced to a sequence of sequential commands. Instead, specific commands defined in pseudocode with a strictly defined syntax are used in primitive processes.

Submit
21. ENTITET po svojoj prirodi predstavlja:

Explanation

ENTITET po svojoj prirodi može predstavljati deo okruženja, konkretan objekat, vezu između objekata, apstraktan pojam, događaj ili asocijaciju. To znači da entitet može biti bilo šta što postoji ili se može opisati u određenom kontekstu, bilo da je to stvarni objekat, apstraktni koncept ili neki događaj koji se dešava. Ova definicija entiteta je široka i obuhvata različite vrste entiteta koje se mogu pojaviti u kontekstu baza podataka ili uopšte u informacionim sistemima.

Submit
22. U hijerarhijskom modelu podataka ne mogu se predstaviti veze tipa:

Explanation

In the hierarchical data model, relationships between entities are represented in a parent-child structure, where each parent can have multiple children but each child can have only one parent. This model does not allow for many-to-many relationships (M : N), where multiple entities from one table can be related to multiple entities from another table. Therefore, M : N relationships cannot be represented in the hierarchical data model.

Submit
23. Ako se jedan podatak pojavljuje dva ili više puta u bazi podataka

Explanation

When a piece of data appears multiple times in a database, it represents undesirable redundancy, which can lead to data loss and inconsistency in the database.

Submit
24. Obeležiti proste atribute:

Explanation

The correct answer includes three attributes: "BrojIndeksa" with values ranging from 1 to 250, "Boja" with values of "Crveno," "Plavo," and "Žuto," and "Godina studija" with values of 1, 2, 3, and 4. These attributes represent different characteristics or properties of a certain entity or object. The "BrojIndeksa" attribute represents the index number, the "Boja" attribute represents the color, and the "Godina studija" attribute represents the year of study.

Submit
25. Veza između entiteta STUDENT i PROFESOR je:

Explanation

The relationship between the entities STUDENT and PROFESOR is many-to-many (M:N). This means that a student can have multiple professors, and a professor can have multiple students. It indicates that there is a possible join table or intermediary entity required to establish this relationship.

Submit
26. Korisnički domen je:

Explanation

The correct answer is IDENT. In this context, "Korisnički domen" refers to the data type or domain of a user. The data type IDENT typically represents a unique identifier for a user, such as a username or user ID. This data type is commonly used in databases to ensure each user has a distinct identifier.

Submit
27. Slab objekat u MOV modelu je

Explanation

The correct answer is "Objekat koji ne postoji samostalno, a identifikuje ga jak objekat." This means that a slab object in the MOV model is an object that does not exist independently but is identified by a strong object. In other words, a slab object cannot exist on its own and is dependent on a stronger object for its identification.

Submit
28. Pogledi (views) na bazu podataka predstavljaju:

Explanation

Views on a database refer to the way user access to the data is restricted. It is a method of limiting user access to only the desired data, by defining specific permissions and restrictions on the data. This ensures that users can only view and manipulate the data that they are authorized to access, enhancing security and privacy.

Submit
29. Na vrhu funkcionalnog dijagrama obavezno se nalazi:

Explanation

The correct answer is "Naziv informacionog sistema koji se analizira" because the functional diagram represents the overall structure and components of the information system being analyzed. Therefore, it is necessary to include the name of the information system at the top of the diagram to provide a clear understanding of what system is being analyzed.

Submit
30. Karakteristično za klasičan sistem baza, zasnovan na datotekama i programskim jezicima je:

Explanation

This answer states that it is difficult to use previous development achievements and that development always starts from scratch in a classic file-based system. This implies that the system does not have built-in features or tools for reusing or building upon existing code or applications, making it challenging to continue development without starting over.

Submit
31. U relaciji Službenik (JMBG, Ime, Adresa, Položaj, Medalja) karakteristično je sledeće

Explanation

The given answer suggests that the characteristic of the relation "Službenik" is that there is a large number of NULL values for the attribute "Medalja". This means that many employees in the relation do not have a value assigned to the "Medalja" attribute, which could indicate that not all employees have received a medal or that the information about medals is incomplete or missing for some employees.

Submit
32. Primarni ključ jedne šeme relacije je:

Explanation

The correct answer is "Izabrani kandidat ključ" because the primary key of a relation is the chosen candidate key, which is the key selected from the available candidate keys to uniquely identify each tuple in the relation. It is not necessarily the key used for accessing all relations in the database or the key that points to the root place in the database. Additionally, the primary key can be a part of a super key or a candidate key.

Submit
33. Karakteristike "zavisnog (slabog)" entiteta su:

Explanation

The given correct answer states that the characteristic of a "dependent (weak)" entity is that its records cannot exist independently. This means that a dependent entity relies on another entity, known as the parent entity, for its existence. In a database, the records of a dependent entity are linked to the records of the parent entity through a foreign key relationship. This ensures that the dependent entity's records cannot exist without the corresponding records in the parent entity.

Submit
34. DOMEN atributa predstavlja:

Explanation

DOMEN atributa refers to the set of allowed values that an attribute can have. It defines the range or domain of values that can be assigned to a particular attribute in a database. The other options mentioned in the question do not accurately describe the concept of DOMEN atributa.

Submit
35. Šta je podatak?

Explanation

The correct answer is the definition of data as a fact about an object or event that can be recorded and stored on a computer. This definition captures the essence of data as information that can be stored and processed digitally.

Submit
36. Predefinisani domen je:

Explanation

The correct answer is CHAR{30} because it represents a predefined domain of characters with a length of 30. This means that any value assigned to this variable must be a string of characters with a maximum length of 30 characters.

Submit
37. Karakteristično za klasičan sistem baza, zasnovan na datotekama i programskim jezicima je

Explanation

The correct answer is "Ograničena mogućnost deljenja podataka između nezavisnh procesa" (Limited ability to share data between independent processes). This is because in a classic file-based system, data sharing between different departments or processes is not efficient or easily achievable. Each department or process typically has its own separate set of files and programs, making it difficult to share data seamlessly.

Submit
38. Šta ne spada u elemente dijagrama toka podataka (DTP)

Explanation

The given answer states that "Tables" do not belong to the elements of data flow diagrams (DFD). In DFD, tables are not considered as a separate element but rather as a part of the data stores. Data stores are used to represent the storage of data in a system, and tables are used to organize and store data within these data stores. Therefore, tables themselves are not considered as individual elements in DFDs.

Submit
39. Konceptualni sloj u troslojnoj arhitekturi baze podataka je:

Explanation

The correct answer is "Sloj koji obuhvata šeme modela podataka, sve relacije i ograničenja nad bazom". This answer accurately describes the conceptual layer in a three-tier architecture of a database. The conceptual layer is responsible for defining the overall structure of the database, including the data models, relationships between entities, and constraints imposed on the data. It acts as an intermediary between the application layer and the physical storage layer of the database.

Submit
40. Šta su metapodaci

Explanation

The correct answer is "Podaci koji opisuju svojstva ili karakteristike podataka krajnjih korisnika i kontekst tih podataka." This answer is correct because it accurately describes metadata as data that describes the properties or characteristics of end-user data and the context of that data. Metadata provides additional information about the data, such as its format, structure, or source, which helps users understand and interpret the data correctly.

Submit
41. Šta je sistem za upravljanje bazama podataka

Explanation

A database management system is a software system used to create, maintain, and manipulate data, as well as control access rights to the database.

Submit
42. Objekti u MOV modelima su:

Explanation

In MOV models, objects can represent both real-world objects and abstract concepts. This means that the objects in the model can be concrete entities that exist in the real world, as well as abstract ideas or concepts that cannot be physically touched or seen. The model captures both tangible and intangible entities, allowing for a comprehensive representation of the system being modeled.

Submit
43. Rekurzivna veza kod DOV dijagrama se odnosi na slučaj kada:

Explanation

This answer suggests that a recursive relationship in a DOV diagram occurs when one entity participates in a relationship with itself. In other words, an entity is related to itself.

Submit
44. Karakteristično za iterativni (ciklični, spiralni) pristup izgradnji informacionog sistema je:

Explanation

The correct answer states that the development process of an information system is not completed when it is introduced into use, but rather continues with the addition of new software modules and the modernization of existing functionalities. This implies that the iterative (cyclic, spiral) approach to building an information system allows for ongoing improvements and updates to be made even after the system is implemented. This characteristic makes the approach flexible and adaptable to changing needs and requirements.

Submit
45. Karakteristično za specijalizaciju kod DOV dijagrama je:

Explanation

When using the specialization feature in a DOV diagram, the object that is being specialized transfers its attributes to the newly created objects. This means that the attributes of the original object are inherited by the specialized objects. This allows the specialized objects to have the same attributes as the original object, but potentially with additional attributes specific to their specialization.

Submit
46. Generalizacija kod DOV dijagrama je:

Explanation

Generalizacija kod DOV dijagrama se odnosi na apstrakciju u kojoj se skup sličnih tipova objekata predstavlja opštim generičkim tipom ili nadtipom. Ovo znači da se objekti koji imaju zajedničke karakteristike grupišu i predstavljaju jednim generičkim tipom ili nadtipom, što omogućava da se zajedničke osobine i ponašanja objekata naslede od tog generičkog tipa. Ova generalizacija pomaže u organizaciji i strukturiranju objekata u dijagramu, čineći ga lakšim za razumevanje i analizu.

Submit
47. U šemi relacije STUDENT (BrInd, Ime, Prezime, GodineStarosti, Adresa, Telefon) obeležiti loše izabran atribut

Explanation

The attribute "GodineStarosti" is the correct answer because it represents the age of the student, which is a distinct characteristic that can be used to differentiate between students. The other attributes, such as "BrInd" (student ID), "Ime" (first name), "Prezime" (last name), "Adresa" (address), and "Telefon" (phone number) do not provide a unique or distinguishing feature for the students.

Submit
48. Primarni ključ jedne šeme relacije je:

Explanation

The primary key of a relation can consist of multiple attributes. This means that it is not limited to just one attribute but can be made up of a combination of multiple attributes. This allows for more flexibility in defining the primary key for a relation and ensures uniqueness of the records in the relation.

Submit
49. Šta je ENTITET u procesu modelovanja

Explanation

The correct answer is "Pod entitetom se podrazumeva sve što se može jednoznačno odrediti, identifikovati i razlikovati." This answer accurately defines the concept of an entity in the context of modeling. It states that an entity refers to anything that can be uniquely determined, identified, and differentiated. This definition aligns with the commonly accepted understanding of entities in the field of modeling.

Submit
50. Ako se u procesu modelovanja uoči PREMALO atributa, to znači da je:

Explanation

A model with too few attributes is simple, but its credibility is low and the usability of the information is limited. This is because a lack of attributes means there are fewer variables to consider, resulting in less accurate and comprehensive information.

Submit
51. Registar korisnika određuje

Explanation

The correct answer is "Ko može da pristupi podacima, kojim podacima i šta može sa njima da radi." This refers to the role of the user registrar in determining the access privileges of users to the data, specifying which data they can access, and what actions they can perform with the data.

Submit
52. Za podatak "ocena" na fakultetu metapodaci mogu biti

Explanation

The correct answer is "Ceo broj" and "Broj od 5 do 10". This means that the attribute "ocena" can have values that are whole numbers and that range from 5 to 10.

Submit
53. Opis logike primitivnih procesa se vrši u:

Explanation

The explanation for the given correct answer is that the description of primitive processes is done in a natural language, such as spoken language, pseudocode, or fragments of a higher-level programming language. This means that the logic of primitive processes can be expressed in a way that is easily understandable by humans, either through verbal communication or through written instructions that resemble code but are not necessarily bound by strict syntax rules.

Submit
54. Primitivni procesi su:

Explanation

The correct answer is "Procesi koji se dalje ne mogu dekomponovati. Dalja dekompozicija se svodi na instrukcije programa." This means that primitive processes are processes that cannot be further decomposed and their decomposition is reduced to program instructions. In other words, these processes are not further divisible and their execution is carried out through a sequence of program instructions.

Submit
55. Modelovanje procesa iz realnog sveta:

Explanation

The correct answer explains that modeling real-world processes involves simplifying the problems and observing them from the perspective that is relevant to the analysis goals. It focuses on essential aspects and disregards irrelevant details, resulting in a simplified representation of the real-world problem.

Submit
56. Karakteristično za klasičan sistem baza, zasnovan na datotekama i programskim jezicima je:

Explanation

The correct answer is "Velika redudansa podataka" (High data redundancy). In a classic file-based system, data redundancy is typically high. This means that there is a lot of duplication of data, leading to wastage of storage space. This redundancy can result in data inconsistencies and difficulties in maintaining data integrity.

Submit
57. Baza podataka se putem Interneta može otvoriti ka kupcima. U tom slučaju

Explanation

When opening a database to customers over the internet, it is important to pay attention to the security and integrity of the data. This means taking measures to protect the data from unauthorized access or manipulation. By ensuring the security and integrity of the data, the database can be safely accessed by customers without the risk of misuse or unauthorized changes.

Submit
58. Ako se kupci prave porudzbine, tada vazi:

Explanation

The given answer states that "PORUDZBINE su slab entitet" which means "ORDERS are weak entities" and "KUPCI su jak entitet" which means "CUSTOMERS are strong entities". This suggests that orders are dependent on customers and cannot exist without them, making them weak entities. On the other hand, customers can exist independently, making them strong entities.

Submit
59. Baza podataka cele oganizacije

Explanation

The given answer is correct because it accurately describes the purpose and function of the organization's database. It states that the database supports all the processes of the organization and the decision-making process. This implies that the database is comprehensive and covers all aspects of the organization's operations. The answer also does not mention anything about the size or location of the database, as these details are not provided in the question.

Submit
60. Registar korisnika u bazi podataka sadrzi

Explanation

The correct answer is "Podatke o korisnicima i njihovim pravima pristupa bazi podataka" because the registrar of users in a database contains information about the users and their access rights to the database. This information is crucial for managing and controlling user access to the database, ensuring data security and integrity. It allows the database administrator to grant or revoke permissions, define user roles, and enforce data privacy policies.

Submit
61. Naucnik koji je definisao principe relacionih baza podataka je:

Explanation

Edgar F. Codd is the correct answer because he was a scientist who defined the principles of relational databases. He introduced the concept of organizing data into tables with rows and columns, and developed the relational model which forms the basis of modern database management systems. His work revolutionized the field of database management and laid the foundation for the structured query language (SQL) used in relational databases today.

Submit
62. Karakteristično za atribute kod DOV dijagrama je:

Explanation

The characteristic of attributes in a DOV diagram is that the number of attributes for one object is not limited. This means that an object in a DOV diagram can have any number of attributes associated with it, making it flexible and adaptable to different scenarios.

Submit
63. Šta ne spada u strukturnu sistemsku analizu (SSA):

Explanation

The correct answer is "Izbor odgovarajućeg SUBP" because selecting the appropriate SUBP (Software Underlying Business Process) is not a part of the Structural System Analysis (SSA) methodology. SSA focuses on functional decomposition, data flow diagrams, and data dictionaries to analyze and model the system's structure. Selecting the appropriate SUBP is more related to software design or implementation rather than system analysis.

Submit
64. Relacija r definisana nad šemom relacije R

Explanation

The given statement suggests that the relation r defined over the relation R can have zero tuples. This means that there may not be any tuples present in the relation r.

Submit
65. Kada su jak i slab objekat u vezi vazi sledece:

Explanation

The correct answer is that a strong object identifies a weak object and a weak object existsentially depends on a strong object. This means that the strong object is able to recognize or reference the weak object, while the weak object relies on the existence of the strong object for its own existence.

Submit
66. Šta su skladišta podataka kod dijagrama toka podataka (DTP)

Explanation

The correct answer is "To je skup međusobno povezanih tabela." This means that a data store in a data flow diagram (DFD) represents a set of mutually connected tables. In other words, it represents a collection of tables that are related to each other in some way.

Submit
67. Ako se baza podataka realizuje kao jedna tabela:

Explanation

The given answer states that the model is simple, there is a high redundancy of data, and anomalies occur during updates. This suggests that the database is implemented as a single table, which leads to data duplication and inconsistencies when updating the data. The simplicity of the model may make maintenance easier, but the presence of data redundancy and update anomalies can lead to errors and inconsistencies in the database.

Submit
68. U hijerarhijskom modelu podataka:

Explanation

In a hierarchical data model, a record cannot be added to a child table until it is included in the parent table. This means that in order for a record to exist in a child table, it must have a corresponding record in the parent table. This ensures that the relationship between the parent and child tables is maintained and that data integrity is preserved.

Submit
69. Primarni ključ jedne relacije:

Explanation

A primary key in a relation can consist of multiple attributes. This means that the primary key can be formed by combining two or more attributes to uniquely identify a record in the table.

Submit
70. Fizički dizajn baze podataka je bitan zbog:

Explanation

The physical design of a database is important for efficient query execution. By optimizing the physical layout of the database, such as indexing and partitioning, the system can retrieve and process data more quickly, resulting in faster query execution times. This is crucial for applications that require real-time or near-real-time responses. Without proper physical design, queries may take longer to execute, leading to poor performance and user dissatisfaction. Therefore, ensuring efficient query execution is a key reason why physical database design is important.

Submit
71. Karakteristično za metodologija vodopada (waterfall) u izgradnji informacionog sistema je:

Explanation

The characteristic of the waterfall methodology in the development of an information system is a segmented approach in analysis, design, testing, implementation, and maintenance of the system. This means that each phase of the development process is completed before moving on to the next phase, ensuring a systematic and organized approach to building the system. This approach allows for better control and management of the project, as well as easier identification and resolution of issues at each stage. It also ensures that the system is thoroughly tested and stable before being implemented.

Submit
72. Obeležiti šta je karakteristično za relaciju r definisanu nad šemom relacije R

Explanation

The answer is correct because it states that the tuples must be unique, meaning that there cannot be any duplicate tuples in the relation. Additionally, it mentions that the order in which the tuples are entered is not important, indicating that the relation is not ordered based on the tuple input sequence.

Submit
73. Spoljni (strani) ključ jedne šeme relacije je:

Explanation

The correct answer is "Svaki podskup atributa te šeme koji je povezuje sa drugom relacijom" which translates to "Every subset of attributes of this schema that connects it to another relation." This answer correctly defines the foreign key in a relation as a subset of attributes that establishes a connection with another relation.

Submit
74. Dijagrami tokova podataka (DTP) opisuju:

Explanation

Dijagrami tokova podataka (DTP) opisuju tokove podataka i informacija u sistemu. They provide a visual representation of how data moves through a system, including inputs, outputs, and processes. DTPs are commonly used in systems analysis and design to understand and communicate the flow of information within an organization or system. They help identify data sources, data transformations, and data destinations, making it easier to analyze and improve system efficiency and effectiveness.

Submit
75. Neka su zadati skupovi A={2,3} i B={1,2,3}. Nad ovim skupovima je definisana relacijar: A´B={(a,b) | a=b+1}. Sledi da je

Explanation

The given relation A´B={(a,b) | a=b+1} states that the elements in set A are related to the elements in set B such that each element in A is equal to the corresponding element in B minus 1. Therefore, the correct answer r={(2,1); (3,2)} satisfies this relation, as 2 is equal to 1+1 and 3 is equal to 2+1.

Submit
76. Atribut može poprimiti NULL vrednost u sledećim slučajevima

Explanation

The attribute can take a NULL value in the following cases: when the value of the attribute is not known at the time of input and when the value of the attribute does not make sense.

Submit
77. Super ključ jedne šeme relacije je:

Explanation

The correct answer states that a super key of a relation is any subset of attributes of the schema that uniquely determines the n-tuples in the relation. This means that the combination of attributes in the super key must be able to uniquely identify each tuple in the relation.

Submit
78. Ako neki od zaposlenih profesori, tada vazi:

Explanation

The correct answer is "PROFESORI su slab entitet, ZAPOSLENI su jak entitet." This means that "PROFESORI" (professors) are a weak entity, while "ZAPOSLENI" (employees) are a strong entity. This implies that professors are dependent on the existence of employees, but employees can exist independently without being professors.

Submit
79. Šta su interfejsi kod dijagrama toka podataka (DTP)

Explanation

The correct answer is "Entiteti (objekti) iz realnog sveta koji okružuje sistem." This is because in data flow diagram (DFD), entities represent the external entities or objects in the real world that interact with the system being analyzed. They can be people, organizations, or other systems that provide inputs or receive outputs from the system. These entities are important to consider in order to understand the system's external interactions and dependencies.

Submit
80. Šta je kontekstualni dijagram

Explanation

A contextual diagram is a data flow diagram (DTP) that represents the entire system as a single process, often depicted as a black box. It shows the flow of data between various entities and processes in the system. This diagram helps in understanding the overall structure and interactions within the system.

Submit
81. Sistem za upravljanje bazama podataka je:

Explanation

The correct answer is "Interfejs između korisnika (korisničkih programa, aplikacija) i zapisa baze podataka na disku". This answer is correct because a database management system (DBMS) acts as an interface between the user and the database stored on the disk. It allows users to interact with the database by providing functionalities such as querying, updating, and managing data. The DBMS handles tasks like memory management, buffering, indexing, and pointers to ensure efficient data management.

Submit
82. Primarni ključ jedne relacije je:

Explanation

The primary key of a relation is a unique identifier for each record in the table. It is used to uniquely identify each row in the table and ensure that there are no duplicate records. The primary key is essential for maintaining data integrity and for establishing relationships with other tables through foreign keys.

Submit
83. Teorijske osnove relacionog modela podataka postavio je 1970. godine:

Explanation

The correct answer is Edgar Codd. Edgar Codd is credited with establishing the theoretical foundations of the relational model of data in 1970. His work laid the groundwork for the modern relational database management systems that are widely used today. Codd's contributions revolutionized the field of database management and his ideas continue to be influential in the design and implementation of database systems.

Submit
84. Šta sve čini komponente relacionog modela podataka:

Explanation

The correct answer includes three components of the relational data model: strukturna (structural) component, integritetska (integrity) component, and manipulativna (manipulative) component. These components are fundamental to the relational model and are necessary for organizing and managing data in a relational database system. The structural component defines the structure and organization of the data, the integrity component ensures the accuracy and consistency of the data, and the manipulative component allows for querying, inserting, updating, and deleting data in the database.

Submit
85. Sledeće aktivnosti u ciljnoj relaciji mogu da naruše referencijalni integritet:

Explanation

The activities of deleting and updating existing tuples can disrupt referential integrity because they can result in orphaned or inconsistent data. When a tuple is deleted or updated, any references to that tuple from other tables may become invalid or meaningless. This can lead to data integrity issues and inconsistencies in the database. Therefore, these activities need to be carefully managed and coordinated to maintain the referential integrity of the database.

Submit
86. U procesu modelovanja, objekat iz realnog sveta minimalno ima:

Explanation

In the process of modeling, an object from the real world must have at least one attribute. This means that it should have at least one characteristic or property that can be described or represented. Without any attributes, the object would not have any defining features or information associated with it, making it difficult to model or represent accurately. Therefore, having at least one attribute is essential in the modeling process.

Submit
87. Interni sloj u troslojnoj arhitekturi baze podataka je:

Explanation

The correct answer is the layer of the database that is responsible for storing the conceptual layer on a storage medium. This layer is responsible for physically storing the data in the database, converting it into a format that can be stored and retrieved efficiently. It is the lowest level of the three-layer architecture and is not directly accessed by applications or users.

Submit
88. Osnovna karakteristika mrežnog modela podataka je:

Explanation

The correct answer is "Visoka kompleksnost i težina upotrebe". This is because the basic characteristic of a network data model is its high complexity and difficulty of use. This means that it can be challenging to understand and manipulate the data within a network data model.

Submit
89. Komponente relacionog modela podataka su:

Explanation

The correct answer is "Strukturna, integritetska i manipulativna." These terms refer to different components of a relational data model. The "strukturna" component refers to the structure or organization of the data, including tables, fields, and relationships between them. The "integritetska" component refers to the integrity constraints that ensure the accuracy and consistency of the data, such as primary key constraints and referential integrity. The "manipulativna" component refers to the operations or actions that can be performed on the data, such as inserting, updating, and deleting records.

Submit
90. Neka su zadati skupovi A={1,2,3,4} i B={4,6,8}. Nad ovim skupovima je definisana relacijar: A´B={(a,b) | a=b/2}. Sledi da je

Explanation

The correct answer is r={(2,4); (3,6); (4,8)}. This is because the relation A´B is defined as {(a,b) | a=b/2}, which means that for every element a in A, there is an element b in B such that b is equal to a divided by 2. Looking at the given sets A={1,2,3,4} and B={4,6,8}, we can see that the only elements in A that satisfy the condition are 2, 3, and 4. For these elements, the corresponding elements in B are 4, 6, and 8 respectively. Therefore, the relation r={(2,4); (3,6); (4,8)} is the correct answer.

Submit
91. Sledeća specifikacija referencijalnog integritetaRadnik[SifNad] Í Radnik[SifR]ÈNULLza šemu Radnik(SifR,Ime,Adresa,SifNad) obezbeđuje:

Explanation

The given answer suggests that the specification of referential integrity allows for a NULL value to be entered for the attribute SifNad. This means that it is not mandatory to have a value for SifNad in the Radnik table. However, it does not specify anything about the attribute SifR, so it is unclear whether a NULL value can be entered for SifR or not based on the given information.

Submit
92. Kardinalnost relacije r određuje

Explanation

The cardinality of a relation determines the number of tuples (n-tuples) in that relation.

Submit
93. Kandidat ključ jedne šeme relacije je:

Explanation

The correct answer is: Svaki podskup atributa te šeme koji ima osobinu da jednoznačno odredjuje n-torke relacije, a da ni jedan njegov pravi podskup nema tu osobinu.

The answer correctly defines the concept of a candidate key in a relation. A candidate key is a subset of attributes in a relation that uniquely determines the tuples in the relation, and no proper subset of it has this property.

Submit
94. Baze podataka su:

Explanation

Baze podataka su integrisani skup podataka o nekom sistemu i skup postupaka za njihovo korišćenje i održavanje. To znači da baza podataka sadrži organizovane informacije o nekom sistemu, kao i set instrukcija i procedura za pristupanje tim podacima, njihovo korišćenje i održavanje. Baza podataka omogućava efikasno upravljanje i manipulaciju podacima, kao i deljenje informacija među korisnicima sistema.

Submit
95. Los scenario u razvoju poslovnih aplikacija obuhvata:

Explanation

The correct answer includes three components: "Brz dizajn" (Fast design), "Osnovna primena SQL-a" (Basic implementation of SQL), and "Slozeno programiranje" (Complex programming). These three elements are important in the development of business applications. Fast design refers to quickly creating the initial design of the application. Basic implementation of SQL involves using SQL (Structured Query Language) to interact with databases. Complex programming refers to writing intricate code to handle more advanced functionalities in the application.

Submit
96. Šta ne obuhvata rečnik podataka

Explanation

This answer is correct because it accurately describes the concept of "Opis prava pojedinih korisnika" which translates to "Description of individual user rights". This concept refers to the explanation or documentation of the specific permissions and privileges that each user has within a system or application. It outlines what actions or operations a user is allowed to perform, what data they can access, and any restrictions or limitations placed on their activities.

Submit
97. Eksterni sloj u troslojnoj arhitekturi baze podataka je:

Explanation

The correct answer is the layer to which applications refer, i.e. the corresponding user model of the database. This layer acts as an interface between the applications and the underlying database, allowing the applications to interact with the database using a user-friendly model that is tailored to their needs.

Submit
98. Obeležti šta je tačno od navedenog:

Explanation

The correct answer is "Konceptualni model ne propisuje fizički oblik podataka na hard disku". This means that the conceptual model does not dictate the physical form of data on a hard disk. The conceptual model is a high-level representation of how data is organized and structured, while the physical form refers to the actual arrangement of data on a storage device. The physical form is determined by factors such as the file system and hardware implementation, and it is not directly influenced by the conceptual model.

Submit
99. Dijagrami objekti-veze su važni za:

Explanation

Object-relationship diagrams are important for overall and accurate modeling of an organization. These diagrams help to visually represent the relationships between different objects in an organization, such as entities, attributes, and their connections. By creating these diagrams, organizations can gain a better understanding of their structure, processes, and interactions, which in turn can lead to more effective decision-making, improved communication, and better overall organization.

Submit
100. Šta je strukturna sistemska analiza (SSA):

Explanation

Structural System Analysis (SSA) is an approach in the development of business information systems where data flows within the system are analyzed, key entities and their attributes are determined, as well as entities outside the system with which it communicates. It focuses on analyzing data flows, identifying key entities and their attributes, and understanding the system's communication with external entities.

Submit
101. Kod baza podataka, u odnosu na klasične sisteme

Explanation

This answer suggests that in a database system, there is little to no redundancy of data. Redundancy refers to the duplication of data, which can lead to inconsistencies and inefficiencies in the database. By minimizing or eliminating redundancy, the database can ensure that each piece of data is stored only once, improving data integrity and reducing storage requirements.

Submit
102. Kod baza podataka, u odnosu na klasične sisteme

Explanation

The correct answer is "Smanjena je potreba za održavanjem aplikacija" (The need for maintaining applications has decreased). This is because in the context of a database system, the implementation of a centralized and structured database reduces the need for application maintenance. With a well-designed and efficient database system, applications can access and manipulate data easily, without requiring frequent updates or maintenance.

Submit
103. Šta je karakteristično za spoljni (strani) ključ jedne šeme relacije:

Explanation

The given answer states that a foreign key can be part of the primary key of the same relation. This means that the value of the foreign key can also be used as part of the primary key, which helps in establishing a relationship between two tables. This is a characteristic of a foreign key in a relational database.

Submit
104. Ako se nabavljaju artikli od razlicitih dobavljaca, tada vazi:

Explanation

In this statement, it is mentioned that if articles are procured from different suppliers, then the articles are a weak entity and the suppliers are a strong entity. This means that the existence of an article depends on the existence of a supplier, making it a weak entity. On the other hand, the suppliers can exist independently, making them a strong entity.

Submit
105. Karakteristike baza podataka iz 90' godina:

Explanation

During the 1990s, there was a wide application of network databases, which allowed for efficient storage and retrieval of data across different systems. Additionally, there was a significant development of applications based on the World Wide Web (WWW), Internet, and database foundations (DB). This led to the creation of web-based applications that could access and manipulate data from databases through the internet. Furthermore, the emergence of multimedia data became prominent during this time, as databases started to support the storage and retrieval of various types of media such as images, audio, and video.

Submit
106. Dobar scenario u razvoju poslovnih aplikacija obuhvata:

Explanation

A good scenario in the development of business applications involves a detailed design, complete implementation of SQL, and simple programming. This means that a thorough and well-thought-out design is necessary to ensure that all requirements are met. Additionally, the complete implementation of SQL allows for efficient and effective data management and manipulation. Lastly, using simple programming techniques helps in creating clean and maintainable code.

Submit
107. Ako se u procesu modelovanja uoči PREVIŠE atributa, to znači da je:

Explanation

If there are too many attributes in the modeling process, it means that the credibility of the model is excellent, the complexity is high, the manipulations are difficult, and the obtained information is confusing.

Submit
108. Specijalizacija kod DOV dijagrama je:

Explanation

The specialization in an ER (Entity-Relationship) diagram represents the specific cases of one entity, also known as concretization. It allows for the identification and representation of unique characteristics or attributes of a particular subset of the entity. This helps in organizing and categorizing data in a more structured manner, enabling better understanding and analysis of the system being modeled.

Submit
109. Šta su Jackson-ovi dijagrami

Explanation

The given correct answer is "Dijagrami funkcionalne dekompozicije jednog sistema od vrha na dole". This answer suggests that the diagrams in question are used to decompose a system from top to bottom, breaking it down into smaller functional components. This type of diagram helps to visualize the hierarchical structure of a system and understand how the different components interact with each other. It is a useful tool for system analysis and design.

Submit
110. Obeležiti klauzule koje se javljaju kod dinamičke specifikacije referencijalnog integriteta:

Explanation

The given answer includes the keywords "CASCADES", "RESTRICTED", and "NULLS". These keywords are commonly used in the context of dynamic specification of referential integrity. "CASCADES" refers to the action of cascading updates or deletes to related records. "RESTRICTED" indicates that the referential integrity constraint restricts updates or deletes if there are related records. "NULLS" suggests that null values are allowed in the foreign key column. Therefore, these keywords are relevant to the dynamic specification of referential integrity.

Submit
111. Model objekti-veze odnosi se na

Explanation

The correct answer is "Uočavanje entiteta, atributa, ograničenja i njihovu grafičku predstavu." This answer refers to the concept of object-relationship modeling, which involves identifying entities, attributes, constraints, and their graphical representation. It is a process used in database design to create a visual representation of the relationships between different elements of a system.

Submit
112. U procesu modelovanja, veza između objekata iz realnog sveta minimalno ima:

Explanation

In the process of modeling, a relationship between objects from the real world should have a minimum of two attributes. This means that in order to accurately represent the relationship between objects, at least two characteristics or properties need to be considered. Having only one attribute would not provide enough information to fully describe the relationship, and having zero attributes would mean there is no information or connection between the objects. Three attributes or more would provide additional details but are not necessary for the minimum requirement of establishing a relationship.

Submit
113. U SSA analizi interfejsi interaguju sa skladistima podataka na jedan od sledecih nacina:

Explanation

The correct answer is "Preko procesa". This means that the U SSA analysis interfaces interact with data stores through processes. This suggests that there is a separate process that handles the communication between the analysis interfaces and the data stores. It is likely that this process acts as a mediator or controller, facilitating the exchange of data between the interfaces and the data stores.

Submit
114. Spoljni (strani) ključ jedne šeme relacije:

Explanation

The correct answer is "Može da poprimi vrednost primarnog ključa u ciljnoj relaciji" and "Može da poprimi NULL vrednost". This means that the foreign key in a relationship can take on the value of the primary key in the target relation or it can be NULL.

Submit
115. U odnosu na BP u kojoj se vode podaci za studente i njihove ocene obeleziti sta su PODACI:

Explanation

The correct answer includes the data that is being stored in the student database. It includes the grades of students in different subjects, their place of residence (address), student ID number, average grade of the student, average grade of the students in the current year of study, and the average grade of all students at the faculty. Additionally, it includes a feature to view students who are from Belgrade.

Submit
116. Obeležiti karakteristike šeme relacije u RBP

Explanation

The given answer correctly states two characteristics of the RBP relation. The first characteristic is that the attribute names must be different, meaning that no two attributes can have the same name. This ensures uniqueness and avoids confusion in the relation. The second characteristic is that the relation schema must contain at least one attribute. This requirement ensures that the relation has some meaningful data to represent.

Submit
117. Obeleziti tehnike za prikupljanje informacija o korisnickim zahtevima kod projektovanja informacionog sistema:

Explanation

The correct answer is a list of techniques for gathering information about user requirements in the design of an information system. These techniques include studying documentation, conducting interviews, using questionnaires, observing work in the environment, and conducting research.

Submit
118. Karakteristicno za klasicne sisteme obrade podataka koji su zasnovani na datotekama i programskim jezicima su:

Explanation

In classical data processing systems based on files and programming languages, it is impossible to read a file without its definition. Additionally, it is difficult (sometimes even impossible) to provide support for concurrent operations. This means that without knowing the structure and format of a file, it is not possible to access its data, and implementing concurrent operations in such systems can be challenging or not feasible.

Submit
119. Opis logike primitivnih procesa se radi:

Explanation

The correct answer is the first option, "Nakon funkcionalne dekompozicije i definisanja tokova podataka i njihove strukture." This is because after the functional decomposition and defining the data flows and their structure, it is necessary to describe the logic of primitive processes. This implies that the logic of primitive processes is described after the functional decomposition and data flow definition.

Submit
120. Agregacija kod DOV dijagrama je:

Explanation

Aggregation in the ER (Entity-Relationship) diagram is a relationship between two entities where one entity is considered as a whole and the other entity is considered as a part. It is represented by a diamond-shaped line connecting the entities. The entity acting as a whole is called the aggregate and the entity acting as a part is called the component. The component entity can participate in other relationships as well, just like any other entity.

Submit
121. Podatak u bazi podataka je:

Explanation

Podatak u bazi podataka je vrednost koja se upisuje u promenljivu određenog tipa i cinjenica o nekom predmetu i/ili događaju koja se može zabeležiti i sačuvati na računaru.

Submit
122. Sistem za upravljanje bazama podataka (SUBP ili DBMS) je namenjen za:

Explanation

The correct answer includes three main functions of a database management system (DBMS). Firstly, it is responsible for creating a database and its objects, such as tables, indexes, and views. Secondly, it handles the maintenance and manipulation of data, allowing users to insert, update, delete, and retrieve data from the database. Lastly, it ensures control and access rights to the data in the database, ensuring that only authorized users can access and modify the data.

Submit
123. Karakteristika pristupa zasnovanog na bazama podataka

Explanation

The correct answer suggests that there is a dependency or relationship between applications and data. This means that the functioning or behavior of applications is influenced by the data they are working with. In other words, the applications rely on the data to perform their tasks effectively.

Submit
124. Šta su procesi kod dijagrama toka podataka (DTP)

Explanation

The correct answer is "Predstavljaju specifičnu poslovnu aktivnost u jednoj organizaciji." This is because data flow processes in data flow diagrams represent specific business activities within an organization. These processes show how data is transformed or manipulated within the system to achieve a specific goal or outcome.

Submit
125. Kardinalnost kod DOV dijagrama je:

Explanation

The correct answer is "Odnos broja objekata koji se povezuju." This means that the cardinality in a DOV diagram refers to the relationship between the number of objects that are connected to each other. It represents how many objects are involved in a particular relationship, such as binary (two objects) or unary (one object).

Submit
126. Opis logike primitivnih procesa predstavlja:

Explanation

The given correct answer is "Početak implementacije sistema". This answer suggests that the description of primitive processes represents the beginning of the system implementation. This implies that the primitive processes are the initial steps or actions taken in the implementation phase of a system. The other options, such as the description of functional decomposition, data flow in the system, and defining structure, fields, domains, and constraints, do not directly relate to the implementation phase.

Submit
127. Funkcionalni dijagrami:

Explanation

Functional diagrams primarily focus on analyzing and data flows in the construction of an information system. They relate to both data and processes, as well as functions within organizations. They show the flow of data within an organization, based on which the corresponding software modules are developed and implemented. However, functional diagrams do not deal with the data that already exists in the system, but rather emphasize the importance and complexity of individual business functions.

Submit
128. Baze podataka su:

Explanation

The correct answer is "Organizovani skup logički povezanih podataka, koji se održava i koje koristi više korisnika ili programa". This option accurately describes a database as a organized collection of logically connected data that is maintained and used by multiple users or programs. Additionally, the option "Skup podataka koji se odrzava i koji koriste vise korisnika ili programa" is also correct as it conveys the same meaning.

Submit
129. Karakteristike iterativnog pristupa u odnosu na tehnologiju vodopada u razvoju informacionih sistema:

Explanation

The iterative approach allows for quick implementation of the system, meaning that it can be introduced into usage rapidly. On the other hand, the development of the system continues as long as the system is alive, allowing for ongoing improvements and updates. This approach also allows for changes in business requirements during the implementation process. However, it does not provide precise time and cost estimates for the introduction of the system into usage.

Submit
130. Identifikacioni integritet definiše da:

Explanation

The correct answer states that there cannot be two identical tuples in a relation. This means that each tuple in the relation must have a unique combination of attribute values. This property ensures that each tuple can be uniquely identified and distinguishes it from other tuples in the relation. It is a fundamental aspect of maintaining data integrity and ensuring the accuracy and consistency of the data stored in the relation.

Submit
131. Karakteristicno za specijalizaciju kod DOV dijagrama je:

Explanation

In the context of the given question, the correct answer states that one of the characteristics of specialization in DOV diagrams is avoiding the input of NULL values. This means that when creating a DOV diagram, it is preferred to have non-null values for the attributes, as NULL values can create ambiguity and make it difficult to interpret the diagram accurately. By avoiding NULL values, the diagram becomes more reliable and easier to understand.

Submit
132. Referencijalni integritet definiše da:

Explanation

This answer correctly states that a foreign key can only take on the value of the primary key in the target relation or a NULL value. This is a key principle of referential integrity, which ensures that relationships between tables are maintained and that data remains consistent.

Submit
133. Karakteristike baza podataka iz 80' godina:

Explanation

In the 1980s, the characteristics of databases included the widespread use of network databases, the application of ER modeling, client-server processing, and the use of graphical user interfaces. These characteristics were prominent during that time period and represented advancements in database technology.

Submit
134. Kontekstualni dijagram u SSA analizi definise:

Explanation

The correct answer is "Sve interfejse sa kojima sistem komunicira" (All interfaces with which the system communicates). In SSA analysis, a contextual diagram defines all the interfaces or connections that the system has with external entities. It provides an overview of how the system interacts with its environment and helps identify the inputs and outputs of the system. This diagram is used to understand the system's boundaries and its interactions with other systems or entities.

Submit
135. Karakteristike tehnologiju vodopada u odnosu na iterativni pristup u razvoju informacionih sistema:

Explanation

The characteristics of the waterfall technology compared to the iterative approach in the development of information systems are that each individual activity is approved before the start of the next one, there is a high degree of cost control, and the system development is precisely defined in terms of time. This means that in the waterfall model, each phase of the development process must be completed and approved before moving on to the next phase, ensuring a systematic and controlled approach. Additionally, the waterfall model allows for better cost control and a clear timeline for the development process.

Submit
136. Minimalna kardinalnost veze oznacava:

Explanation

Minimalna kardinalnost veze oznacava minimalan broj instanci entiteta koji moraju da ucestvuju u vezi. This means that there is a minimum number of instances of an entity that must participate in the relationship.

Submit
137. Maksimalna kardinalnost veze oznacava:

Explanation

The correct answer is "Maksimalan broj entiteta koji ucestvuju u ostvarivanju veze" which translates to "The maximum number of entities that participate in establishing the relationship." This means that the maximum cardinality of a relationship refers to the maximum number of entities that can be involved in that relationship.

Submit
138. Stepen relacije r određuje

Explanation

The correct answer is "Broj domena nad kojima je definisana relacija" which translates to "The number of domains over which the relation is defined." This means that the stepen relacije r determines the number of different domains that the relation is defined on.

Submit
139. Šta je informacija?

Explanation

Informacija je skup podataka koji su obrađeni u bazi podataka. Obrada podataka u bazi podataka rezultira stvaranjem informacija koje mogu biti korisne i relevantne za korisnike. Ova definicija naglašava da informacija nije samo skup sirovih podataka, već podaci koji su obrađeni i organizirani na način koji omogućava korisnicima da dobiju znanje ili razumijevanje iz tih podataka.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 17, 2023 +

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

  • Current Version
  • Mar 17, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 04, 2017
    Quiz Created by
    Ascl
Cancel
  • All
    All (139)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Obeležiti složen atribut:
Veza između entiteta Dekan i Student je:
U hijerarhijskom modelu podataka:
Obeležiti složen atribut:
Veza između entiteta DEKAN i FAKULTET je:
Kod baza podataka, u odnosu na klasicne sisteme
Nastanak baza podataka – patent za automatsku obradu podataka,...
Najefikasniji način za dobijanje podataka iz relacionih baza podataka...
Strani ključ jedne relacije je:
Opis logike primitivnih procesa počinje i završava:
Karakteristike "nezavisnog (jakog)" entiteta su
Jak objekata u MOV modelu je:
Karakteristično za klasičan sistem baza, zasnovan na datotekama i...
Karakteristika ličnih baza podataka
Šta je ATRIBUT
U nestruktuirane podatke se svrstavaju:
Model realnog sveta koji se zasniva na simbolima naziva se
U relacionom modelu podataka:
Da bi tabela bila relacija mora da važi sledeće:
U opisu logike primitivnih procesa:
ENTITET po svojoj prirodi predstavlja:
U hijerarhijskom modelu podataka ne mogu se predstaviti veze tipa:
Ako se jedan podatak pojavljuje dva ili više puta u bazi...
Obeležiti proste atribute:
Veza između entiteta STUDENT i PROFESOR je:
Korisnički domen je:
Slab objekat u MOV modelu je
Pogledi (views) na bazu podataka predstavljaju:
Na vrhu funkcionalnog dijagrama obavezno se nalazi:
Karakteristično za klasičan sistem baza, zasnovan na datotekama i...
U relaciji Službenik (JMBG, Ime, Adresa, Položaj, Medalja)...
Primarni ključ jedne šeme relacije je:
Karakteristike "zavisnog (slabog)" entiteta su:
DOMEN atributa predstavlja:
Šta je podatak?
Predefinisani domen je:
Karakteristično za klasičan sistem baza, zasnovan na datotekama i...
Šta ne spada u elemente dijagrama toka podataka (DTP)
Konceptualni sloj u troslojnoj arhitekturi baze podataka je:
Šta su metapodaci
Šta je sistem za upravljanje bazama podataka
Objekti u MOV modelima su:
Rekurzivna veza kod DOV dijagrama se odnosi na slučaj kada:
Karakteristično za iterativni (ciklični, spiralni) pristup izgradnji...
Karakteristično za specijalizaciju kod DOV dijagrama je:
Generalizacija kod DOV dijagrama je:
U šemi relacije STUDENT (BrInd, Ime, Prezime, GodineStarosti,...
Primarni ključ jedne šeme relacije je:
Šta je ENTITET u procesu modelovanja
Ako se u procesu modelovanja uoči PREMALO atributa, to znači da je:
Registar korisnika određuje
Za podatak "ocena" na fakultetu metapodaci mogu biti
Opis logike primitivnih procesa se vrši u:
Primitivni procesi su:
Modelovanje procesa iz realnog sveta:
Karakteristično za klasičan sistem baza, zasnovan na datotekama i...
Baza podataka se putem Interneta može otvoriti ka kupcima. U tom...
Ako se kupci prave porudzbine, tada vazi:
Baza podataka cele oganizacije
Registar korisnika u bazi podataka sadrzi
Naucnik koji je definisao principe relacionih baza podataka je:
Karakteristično za atribute kod DOV dijagrama je:
Šta ne spada u strukturnu sistemsku analizu (SSA):
Relacija r definisana nad šemom relacije R
Kada su jak i slab objekat u vezi vazi sledece:
Šta su skladišta podataka kod dijagrama toka podataka...
Ako se baza podataka realizuje kao jedna tabela:
U hijerarhijskom modelu podataka:
Primarni ključ jedne relacije:
Fizički dizajn baze podataka je bitan zbog:
Karakteristično za metodologija vodopada (waterfall) u izgradnji...
Obeležiti šta je karakteristično za relaciju r definisanu nad...
Spoljni (strani) ključ jedne šeme relacije je:
Dijagrami tokova podataka (DTP) opisuju:
Neka su zadati skupovi A={2,3} i B={1,2,3}. Nad ovim skupovima je...
Atribut može poprimiti NULL vrednost u sledećim slučajevima
Super ključ jedne šeme relacije je:
Ako neki od zaposlenih profesori, tada vazi:
Šta su interfejsi kod dijagrama toka podataka (DTP)
Šta je kontekstualni dijagram
Sistem za upravljanje bazama podataka je:
Primarni ključ jedne relacije je:
Teorijske osnove relacionog modela podataka postavio je 1970. godine:
Šta sve čini komponente relacionog modela podataka:
Sledeće aktivnosti u ciljnoj relaciji mogu da naruše...
U procesu modelovanja, objekat iz realnog sveta minimalno ima:
Interni sloj u troslojnoj arhitekturi baze podataka je:
Osnovna karakteristika mrežnog modela podataka je:
Komponente relacionog modela podataka su:
Neka su zadati skupovi A={1,2,3,4} i B={4,6,8}. Nad ovim skupovima je...
Sledeća specifikacija referencijalnog integritetaRadnik[SifNad]...
Kardinalnost relacije r određuje
Kandidat ključ jedne šeme relacije je:
Baze podataka su:
Los scenario u razvoju poslovnih aplikacija obuhvata:
Šta ne obuhvata rečnik podataka
Eksterni sloj u troslojnoj arhitekturi baze podataka je:
Obeležti šta je tačno od navedenog:
Dijagrami objekti-veze su važni za:
Šta je strukturna sistemska analiza (SSA):
Kod baza podataka, u odnosu na klasične sisteme
Kod baza podataka, u odnosu na klasične sisteme
Šta je karakteristično za spoljni (strani) ključ jedne...
Ako se nabavljaju artikli od razlicitih dobavljaca, tada vazi:
Karakteristike baza podataka iz 90' godina:
Dobar scenario u razvoju poslovnih aplikacija obuhvata:
Ako se u procesu modelovanja uoči PREVIŠE atributa, to znači...
Specijalizacija kod DOV dijagrama je:
Šta su Jackson-ovi dijagrami
Obeležiti klauzule koje se javljaju kod dinamičke specifikacije...
Model objekti-veze odnosi se na
U procesu modelovanja, veza između objekata iz realnog sveta...
U SSA analizi interfejsi interaguju sa skladistima podataka na jedan...
Spoljni (strani) ključ jedne šeme relacije:
U odnosu na BP u kojoj se vode podaci za studente i njihove ocene...
Obeležiti karakteristike šeme relacije u RBP
Obeleziti tehnike za prikupljanje informacija o korisnickim zahtevima...
Karakteristicno za klasicne sisteme obrade podataka koji su zasnovani...
Opis logike primitivnih procesa se radi:
Agregacija kod DOV dijagrama je:
Podatak u bazi podataka je:
Sistem za upravljanje bazama podataka (SUBP ili DBMS) je namenjen za:
Karakteristika pristupa zasnovanog na bazama podataka
Šta su procesi kod dijagrama toka podataka (DTP)
Kardinalnost kod DOV dijagrama je:
Opis logike primitivnih procesa predstavlja:
Funkcionalni dijagrami:
Baze podataka su:
Karakteristike iterativnog pristupa u odnosu na tehnologiju vodopada u...
Identifikacioni integritet definiše da:
Karakteristicno za specijalizaciju kod DOV dijagrama je:
Referencijalni integritet definiše da:
Karakteristike baza podataka iz 80' godina:
Kontekstualni dijagram u SSA analizi definise:
Karakteristike tehnologiju vodopada u odnosu na iterativni pristup u...
Minimalna kardinalnost veze oznacava:
Maksimalna kardinalnost veze oznacava:
Stepen relacije r određuje
Šta je informacija?
Alert!

Advertisement