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: 561
| Attempts: 258
SettingsSettings
Please wait...
  • 1/139 Pitanja

    Obeležiti složen atribut:

    • Ocena
    • DatumRođenja
    • Fakultet
    • JMBG
Please wait...


Quiz Preview

  • 2. 

    Veza između entiteta Dekan i Student je:

    • Jedan prema jedan (1:1)

    • Jedan prema više (1:*)

    • Više prema jedan (*:1)

    • Više prema više (*:*)

    Correct Answer
    A. Jedan prema više (1:*)
    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".

    Rate this question:

  • 3. 

    U hijerarhijskom modelu podataka:

    • Jedan roditelj može da ima više naslednika

    • Jedan naslednik može da ima više roditelja

    • Jedan naslednik može da ima dva roditelja

    • Jedan roditelj može da ima jednog naslednika

    Correct Answer
    A. Jedan roditelj može da ima više naslednika
    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.

    Rate this question:

  • 4. 

    Obeležiti složen atribut:

    • SmerNaFakultetu (Programiranje, Projektovanje)

    • GodinaStudija (1, 2, 3, 4)

    • Adresa (Ulica, Broj, Grad)

    • Naučno zvanje (Docent, VanredniProfesor, Profesor)

    Correct Answer
    A. Adresa (Ulica, Broj, Grad)
    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.

    Rate this question:

  • 5. 

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

    • Charles Babbage

    • Howard Aiken

    • Herman Holerith

    • Alan Turing

    Correct Answer
    A. Herman Holerith
    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.

    Rate this question:

  • 6. 

    Veza između entiteta DEKAN i FAKULTET je:

    • 1 : 1 (jedan prema jedan)

    • 1 : N (jedan prema više)

    • M : 1 (više prema jedan)

    • M : N (više prema više)

    Correct Answer
    A. 1 : 1 (jedan prema jedan)
    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.

    Rate this question:

  • 7. 

    Kod baza podataka, u odnosu na klasicne sisteme

    • Primenjuje se Excel program za rad sa velikom kolicinom podataka

    • Primenjuje se Data Base Management System (DBMS)

    • Primenjuje se C, C++ i C# programiranje za resavanje kompleksnih poslovnih aplikacija

    • Primenjuje se programiranje zasnovano na velikom broju datoteka

    Correct Answer
    A. Primenjuje se Data Base Management System (DBMS)
    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.

    Rate this question:

  • 8. 

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

    • Postavljanje upita

    • Pregledanje rekorda u bazi podataka

    • Obavezno sortiranje podataka pri unosu

    • Primena algoritma polovljenja intervala pri pregledanju sortiranih rekorda

    Correct Answer
    A. Postavljanje upita
    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.

    Rate this question:

  • 9. 

    Strani ključ jedne relacije je:

    • Jedinstven identifikator svakog zapisa u tabeli

    • Vrednost atributa koja se upisuje iz aplikacije (spolja) i kojom se ukazuje na željeni atribut

    • Ključ koji pokazuje na drugu relaciju i povezuje je sa njom

    • Ključ koji je vaze sa drugim atributom u istoj relaciji

    Correct Answer
    A. Ključ koji pokazuje na drugu relaciju i povezuje je sa njom
    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.

    Rate this question:

  • 10. 

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

    • Naredbom INCLUDE kojom se uključuju osnovne biblioteke i naredbom RETURN kojom se vraća u glavni program

    • Naredbom VOID ImePrimitivnogProcesa()

    • Naredbama BEGIN i END između kojih se nalazi opis primitivnog procesa

    • Naredbama za definisanje početnih vrednosti korišćenih promenljivih

    Correct Answer
    A. Naredbama BEGIN i END između kojih se nalazi opis primitivnog procesa
    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.

    Rate this question:

  • 11. 

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

    • Programi moraju precizno da poznaju definiciju i zapis podataka na disku

    • Omogućava efikasno pisanje softvera za baze, zato što je na raspolaganju veliki broj programera za različite programske jezike

    • Predstavlja efikasno rešenje u kome se maksimalno štede memorijski resursi

    • Omogućava najbrži pristup podacima u bazi podataka

    Correct Answer
    A. Programi moraju precizno da poznaju definiciju i zapis podataka na disku
    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.

    Rate this question:

  • 12. 

    Karakteristika ličnih baza podataka

    • Podaci se lako dele sa drugim korisnicima

    • Mogu da unaprede produktivnost pojedinca

    • Iz njih se lako prenose podaci do baze cele organizacije

    • Lako prerastaju u baze podataka cele organizacije

    Correct Answer
    A. Mogu da unaprede produktivnost pojedinca
    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.

    Rate this question:

  • 13. 

    Šta je ATRIBUT

    • Atribut je skup entiteta koji imaju isto ponašanje

    • Atribut je zajednička osobina (svojstvo) koju poseduju svi entiteti jedne klase

    • Atribut je vrednost jednog entiteta

    • Atribut predstavlja vrstu (red, slog, rekord) u jednoj tabeli koja se na disk zapisuje kao datoteka.

    Correct Answer
    A. Atribut je zajednička osobina (svojstvo) koju poseduju svi entiteti jedne klase
    Explanation
    An attribute is a common characteristic or property that is possessed by all entities of a class.

    Rate this question:

  • 14. 

    Jak objekata u MOV modelu je:

    • Objekat koji može da egzistira samostalno. Ne zavisi od drugih objekata.

    • Objekat koji ima najviše atributa

    • Objekat koji za primarni ključ ima samo jedan atribut

    • Objekat koji se dalje ne može dekomponovati. Svi njegovi atributi su osnovnog tipa

    Correct Answer
    A. Objekat koji može da egzistira samostalno. Ne zavisi od drugih objekata.
    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.

    Rate this question:

  • 15. 

    Karakteristike "nezavisnog (jakog)" entiteta su

    • Zapisi takvog entiteta se unose iskljucivo od strane administratora

    • Zapisi takvog entiteta su sortirani od najveceg ka najmanjem

    • Zapisi takvog entiteta ne mogu da postoje samostalno

    • Zapisi takvog entiteta mogu da postoje samostalno

    Correct Answer
    A. Zapisi takvog entiteta mogu da postoje samostalno
    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.

    Rate this question:

  • 16. 

    U nestruktuirane podatke se svrstavaju:

    • Dokumenti, mape, fotografije, zvuk, video zapisi

    • Brojevi, karakteri, datumi, novčani podaci

    • Realni brojevi, decimalni brojevi, imaginarni brojevi

    • Realni brojevi sa promenljivom dužinom za decimalna mesta

    Correct Answer
    A. Dokumenti, mape, fotografije, zvuk, video zapisi
    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.

    Rate this question:

  • 17. 

    ENTITET po svojoj prirodi predstavlja:

    • Deo okruženja, konkretan objekat, veza između objekata, apstraktni pojam, događaj, asocijacija

    • Isključivo objekat iz realnog sveta koji se može opipati (sto, stolica, automobil, zgrada, fakultet, student i sl

    • Softverski alat koji se koristi za održavanje baza podataka

    • Hardver (PC računar, mainframe, notebook, PDA i sl) na kome se realizuje baza podataka

    Correct Answer
    A. Deo okruženja, konkretan objekat, veza između objekata, apstraktni pojam, događaj, asocijacija
    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.

    Rate this question:

  • 18. 

    U relacionom modelu podataka:

    • Osnovna mana je što se ne zasniva na nekoj strogoj matematičkoj teoriji, pa se ne može efikasno vršiti programiranje

    • Minimalna je redudansa, i objekti i veze se predstavljaju tabelama, nema anomalija ažuriranja, u jednoj tabeli ne postoje dva identična reda

    • Maksimalna je redudansa podataka, efikasno se predstavljaju veze tipa M:N, ne postoje anomalije ažuriranja, ali se mogu javiti anomalije kod brisanja podataka

    • Tabele su povezane pokazivačima (pointerima), koji ukazuju na početak druge tabele

    Correct Answer
    A. Minimalna je redudansa, i objekti i veze se predstavljaju tabelama, nema anomalija ažuriranja, u jednoj tabeli ne postoje dva identična reda
    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.

    Rate this question:

  • 19. 

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

    • Bitan je redosled unosa redova (zapisa) u tabelu

    • Bitan je redosled atributa pri definisanju tabele

    • Ne mogu se pojaviti dva ista reda u tabeli

    • Ne mogu se pojaviti dve iste kolone u tabeli

    Correct Answer
    A. Ne mogu se pojaviti dva ista reda u tabeli
    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.

    Rate this question:

  • 20. 

    U opisu logike primitivnih procesa:

    • Mogu se koristiti IF THEN ELSE, DO WHILE, FOR i slične strukture

    • Ne koriste se IF THEN ELSE strukture pošto kod primitivnih procesa ne postoji selektivna struktura

    • Ne koriste se FOR petlje, pošto su primitivni procesi elementarni i svode se na niz sekvencijalnih naredbi

    • Koriste se posebno definisane naredbe pseudokoda sa strogo definisanom sintaksom

    Correct Answer
    A. Mogu se koristiti IF THEN ELSE, DO WHILE, FOR i slične strukture
    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.

    Rate this question:

  • 21. 

    Model realnog sveta koji se zasniva na simbolima naziva se

    • Softverski model

    • Globalni model

    • Hardverski model

    • Konceptualni model

    • Fizicki modeli

    Correct Answer
    A. Konceptualni model
    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.

    Rate this question:

  • 22. 

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

    • To predstavlja nepoželjnu redudansu, što može dovesti do gubitka podataka i do nekonzistentnosti baze podataka

    • To predstavlja poželjnu redudansu, jer se višestruko zapisani podaci ne mogu lako izgubiti

    • To olakšava kreiranje algoritama na aplikativnom nivou za pristup željenim podacima

    • To dovodi do sporijeg pristupa (neefikasnost) željenim podacima u bazi podataka

    Correct Answer
    A. To predstavlja nepoželjnu redudansu, što može dovesti do gubitka podataka i do nekonzistentnosti baze 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.

    Rate this question:

  • 23. 

    U hijerarhijskom modelu podataka ne mogu se predstaviti veze tipa:

    • 1 : 1 (jedan prema jedan)

    • 1 : N (jedan prema više)

    • 1 : 2 (jedan prema dva)

    • M : N (više prema više)

    Correct Answer
    A. M : N (više prema više)
    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.

    Rate this question:

  • 24. 

    Obeležiti proste atribute:

    • Adresa (Ulica, Broj, Grad)

    • BrojIndeksa (1, 2, do 250)

    • Boja (Crveno, Plavo, Žuto)

    • Godina studija (1, 2, 3, 4)

    Correct Answer(s)
    A. BrojIndeksa (1, 2, do 250)
    A. Boja (Crveno, Plavo, Žuto)
    A. Godina studija (1, 2, 3, 4)
    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.

    Rate this question:

  • 25. 

    Šta je podatak?

    • Činjenica o nekom predmetu i/ili događaju koja se može zabeležiti i sačuvati na računaru

    • Rezultat obrade više različitih informacija

    • Činjenica koja se ne može promeniti (konstanta), a može da poprimi NULL vrednost

    • Numerički izražena vrednost atributa, može biti različitog tipa

    Correct Answer
    A. Činjenica o nekom predmetu i/ili događaju koja se može zabeležiti i sačuvati na računaru
    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.

    Rate this question:

  • 26. 

    Pogledi (views) na bazu podataka predstavljaju:

    • Različite pristupe modelovanju baza podataka (hijerarhijski, mrežni, relacioni, objektni model podatak)

    • Deo aplikativnog programa koji predstavlja celinu (definisanje, menjanje ili prava pristupa bazi podataka)

    • Izbor programskog paketa (C, C++, JAVA, JSP, PHP i sl ) za pristup bazi podataka.

    • Način ograničavanja prava korisnika. Nad jedinstvenim podacima ograničava se pravo pristupa korisnicima samo željenim podacima

    Correct Answer
    A. Način ograničavanja prava korisnika. Nad jedinstvenim podacima ograničava se pravo pristupa korisnicima samo željenim podacima
    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.

    Rate this question:

  • 27. 

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

    • Nakon promene programera lako se može nastaviti razvoj aplikacija

    • Teško se mogu koristiti prethodna razvojna dostignuća, razvoj je uvek od početka

    • Nastavak razvoja aplikacija je jednostavan jer postoji veliki broj programera

    • Lako je nastaviti razvoj aplikacija, ako se ne menja programski jezik

    Correct Answer
    A. Teško se mogu koristiti prethodna razvojna dostignuća, razvoj je uvek od početka
    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.

    Rate this question:

  • 28. 

    DOMEN atributa predstavlja:

    • Broj atributa kojima se opisuje konkretan entitet

    • Prostor u tabeli (datoteci) u koji se upisuju vrednosti atributa

    • Dužinu karaktera ili dužinu za numerčki tip podataka koji se upisuje u bazu podataka

    • Skup dozvoljenih vrednosti koje može da poprimi jedan atribut

    Correct Answer
    A. Skup dozvoljenih vrednosti koje može da poprimi jedan atribut
    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.

    Rate this question:

  • 29. 

    Veza između entiteta STUDENT i PROFESOR je:

    • 1 : 1 (jedan prema jedan)

    • 1 : N (jedan prema više)

    • M : 1 (više prema jedan)

    • M : N (više prema više)

    Correct Answer
    A. M : N (više prema više)
    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.

    Rate this question:

  • 30. 

    Na vrhu funkcionalnog dijagrama obavezno se nalazi:

    • Naziv informacionog sistema koji se analizira

    • Naziv osnovnog procesa koji se dalje dekomponuje

    • Naziv skladišta podataka, koje je ključno za dati informacioni sistem

    • Naziv procesa koji je povezan sa skladištem podataka

    Correct Answer
    A. Naziv informacionog sistema koji se analizira
    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.

    Rate this question:

  • 31. 

    Korisnički domen je:

    • CHAR{30}

    • REAL

    • DATE

    • IDENT

    Correct Answer
    A. IDENT
    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.

    Rate this question:

  • 32. 

    Slab objekat u MOV modelu je

    • Objekat koji se može dekomponovati na bar dva nova objekta

    • Objekat koji se nalazi na kraju DTP analize

    • Objekat koji ne postoji samostalno, a identifikuje ga jak objekat

    • Objekat koji ne može da stupa u veze sa drugim objektima

    Correct Answer
    A. Objekat koji ne postoji samostalno, a identifikuje ga jak objekat
    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.

    Rate this question:

  • 33. 

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

    • Nedostaje atribut Telefon

    • Moguće je da se pojave dve identične n-torke

    • Relacija je prekomplikovana i nepregledna

    • Javlja se veliki broj NULL vrednosti za atribut Medalja

    Correct Answer
    A. Javlja se veliki broj NULL vrednosti za atribut Medalja
    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.

    Rate this question:

  • 34. 

    Primarni ključ jedne šeme relacije je:

    • Izabrani kandidat ključ

    • Ključ koji se koristi kao glavni za pristup svim relacijama u bazi podataka

    • Ključ koji pokazuje na root mesto u bazi podataka

    • Osnovni ključ u bazi podataka čiji deo može postati super ili kandidat ključ

    Correct Answer
    A. Izabrani kandidat ključ
    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.

    Rate this question:

  • 35. 

    Karakteristike "zavisnog (slabog)" entiteta su:

    • Zapisi takvog entiteta se unose iskljucivo od strane administratora

    • Zapisi takvog entiteta su sortirani od najveceg ka najmanjem

    • Zapisi takvog entiteta ne mogu da postoje samostalno

    • Zapisi takvog entiteta mogu da postoje samostaln

    Correct Answer
    A. Zapisi takvog entiteta ne mogu da postoje samostalno
    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.

    Rate this question:

  • 36. 

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

    • Lako se mogu deliti podaci između nezavisnih procesa (odeljenja)

    • Postoji uvek jedna aplikacija koja pokriva sva odeljenja i omogućava deljenje podataka

    • Ograničena mogućnost deljenja podataka između nezavisnh procesa

    • Lako se mogu generisati izveštaji na nivou cele organizacije

    Correct Answer
    A. Ograničena mogućnost deljenja podataka između nezavisnh procesa
    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.

    Rate this question:

  • 37. 

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

    • Interfejsi

    • Procesi

    • Tokovi podataka

    • Tabele

    • Skladišta podataka

    Correct Answer
    A. Tabele
    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.

    Rate this question:

  • 38. 

    Predefinisani domen je:

    • CHAR{30}

    • JMBG

    • BR.IND

    • REG.BR

    Correct Answer
    A. CHAR{30}
    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.

    Rate this question:

  • 39. 

    Šta su metapodaci

    • Podaci koji mogu poprimiti NULL vrednost, do trenutka unošenja konkretnih podataka

    • Podaci koji imaju ograničen vek trajanja i često se menjaju od strane aplikativnih programa

    • Podaci koji opisuju svojstva ili karakteristike podataka krajnjih korisnika i kontekst tih podataka

    • Popularni naziv za različite tipove podataka krajnjih korisnika

    Correct Answer
    A. Podaci koji opisuju svojstva ili karakteristike podataka krajnjih korisnika i kontekst tih podataka
    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.

    Rate this question:

  • 40. 

    Šta je sistem za upravljanje bazama podataka

    • Softverski sistem koji se koristi za kreiranje, održavanje i manipulisanje podacima, kao i za kontrolu prava pristupa bazi podataka

    • Softverski sistem za upravljanje metapodacima

    • Softverski sistem za pristup datotekama, podacima i informacijama, koji obezbeđuje apsolutna prava pristupa pojedinim korisnicima baze podataka

    • Softverski sistem za on-line i off-line pristup bazi podataka i koji omogućava kopiranje podataka između različitih aplikacija nad bazom podataka

    Correct Answer
    A. Softverski sistem koji se koristi za kreiranje, održavanje i manipulisanje podacima, kao i za kontrolu prava pristupa bazi 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.

    Rate this question:

  • 41. 

    Šta je ENTITET u procesu modelovanja

    • Entitet je osobina uočenog objekta, koja se konkretno može izraziti jednim atributom

    • Pod entitetom se podrazumeva sve što se može jednoznačno odrediti, identifikovati i razlikovati

    • Entitet je vrednost atributa kojim se opisuje konkretno svojstvo

    • Predstavlja softversko ili hardversko okruženje u kome se vrši modelovanje

    Correct Answer
    A. Pod entitetom se podrazumeva sve što se može jednoznačno odrediti, identifikovati i razlikovati
    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.

    Rate this question:

  • 42. 

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

    • Model jednostavan, njegova verodostojnost mala, ograničena je upotrebljivost informacija

    • Model je jednostavan, njegova verodostojnost je velika i omogućava dobijanje efikasnih informacija

    • Model je komplikovan, njegova verodstojnost je velika i dobijene informacije su upotrebljive

    • Model je komplikovan zato što zbog malo atributa postoji puno međusobnih veza, a dobijene informacije su veoma upotrebljive

    Correct Answer
    A. Model jednostavan, njegova verodostojnost mala, ograničena je upotrebljivost informacija
    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.

    Rate this question:

  • 43. 

    Konceptualni sloj u troslojnoj arhitekturi baze podataka je:

    • Sloj kome se obraćaju aplikacije, tj. odgovarajući korisnički model baze

    • Sloj koji obuhvata šeme modela podataka, sve relacije i ograničenja nad bazom

    • Sloj baze koji se odnosi na zapisivanje konceptualnog sloja na nekom medijumu za čuvanje podataka.

    • Sloj koji je iznad eksternog i internog sloja baze podataka

    Correct Answer
    A. Sloj koji obuhvata šeme modela podataka, sve relacije i ograničenja nad bazom
    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.

    Rate this question:

  • 44. 

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

    • Pristup je odličan, ali vrlo složen, pa se ovakvi IS veoma sporo uvode u upotrebu

    • Segmentni pristup u analizi, dizajnu, testiranju, uvođenju i održavanju inf. sistema

    • Proces razvoja nije završen kada se IS uvede u upotrebu, već se nastavlja dodavanjem novih softverskih modula, osavremenjavanjem postojećih funkcionalnosti.

    • Razvijeni informacioni sistem je sastavljen od čvrsto povezanih segmenata, tako da je nakon njegovog uvođenja teško vršiti izmene

    Correct Answer
    A. Proces razvoja nije završen kada se IS uvede u upotrebu, već se nastavlja dodavanjem novih softverskih modula, osavremenjavanjem postojećih funkcionalnosti.
    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.

    Rate this question:

  • 45. 

    Objekti u MOV modelima su:

    • Objekti koji postoje u relnom svetu i egzistiraju samostalno

    • Objekti koji imaju materijalnu reprezentaciju. Apstraktni pojmovi se modeluju vezama.

    • Objekti iz realnog sveta, ali i apstraktni pojmovi

    • Pojmovi koji se dalje ne mogu rastavljati

    Correct Answer
    A. Objekti iz realnog sveta, ali i apstraktni pojmovi
    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.

    Rate this question:

  • 46. 

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

    • Slab entitet zavisi od jakog entiteta i obrnuto

    • Jedan isti atribut definiše dva entiteta

    • Veza ne poseduje svoje identifikaciono ime

    • Jedan entitet učestvuje u vezi sa samim sobom

    Correct Answer
    A. Jedan entitet učestvuje u vezi sa samim sobom
    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.

    Rate this question:

  • 47. 

    Karakteristično za specijalizaciju kod DOV dijagrama je:

    • Specijalizovanim objektima ne treba dodeljivati nove atribute

    • Objekat koji se specijalizuje prenosi svoje atribute na novonastale objekte

    • Novonastali specijalizovani objekti su jaki objekti

    • Specijalizovani objekti ne mogu stupati u veze sa drugim objektima

    Correct Answer
    A. Objekat koji se specijalizuje prenosi svoje atribute na novonastale objekte
    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.

    Rate this question:

  • 48. 

    Generalizacija kod DOV dijagrama je:

    • Rastavljanje jednog objekta na više generalizovanih podobjekata

    • Generalizacija je apstrakcija u kojoj se skup sličnih tipova objekata predstavlja opštim generičkim tipom ili nadtipom

    • Povezivanje različitih entiteta u jedinstvenu vezu koja je tipa više prema više (*:*)

    • Predstavljanje više atributa jednim atributom generičkog tipa, koji na jedinstven način određuje sve entitete jedne klase

    Correct Answer
    A. Generalizacija je apstrakcija u kojoj se skup sličnih tipova objekata predstavlja opštim generičkim tipom ili nadtipom
    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.

    Rate this question:

  • 49. 

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

    • Brind

    • Ime

    • Prezime

    • GodineStarosti

    • Adresa

    • Telefon

    Correct Answer
    A. GodineStarosti
    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.

    Rate this question:

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
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.