Operativni SiSTEMi(Os1) -prvi Kolokvijum Viser

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 Nikola
N
Nikola
Community Contributor
Quizzes Created: 3 | Total Attempts: 4,115
| Attempts: 1,751
SettingsSettings
Please wait...
  • 1/197 Pitanja

    Kako se štiti CPU u računarskim sistemima? Koji je hardverski uređaj najpogodniji za CPU zaštitu:

    • Timer
    • Kes memorija
    • Flash memorija
    • Dma
    • Network Card
Please wait...


Quiz Preview

  • 2. 

    Model na slici je:

    • One to one

    • Many to many

    • Many to one

    • Ne moze se zakljuciti

    Correct Answer
    A. Many to one
    Explanation
    The model in the picture represents a relationship where many entities from one side can be associated with one entity on the other side. This can be inferred from the fact that there are multiple arrows pointing from the "many" side towards the "one" side. Therefore, the correct answer is "Many to one".

    Rate this question:

  • 3. 

    Šta vidite na ovoj slici:

    • Real-time OS

    • PIC ciklus

    • Time-sharing OS

    • Multiprograming

    • DMA ciklus

    Correct Answer
    A. Multiprograming
    Explanation
    The correct answer is "Multiprograming". Multiprogramming is a technique used in operating systems where multiple programs are loaded into the memory and executed concurrently. This allows for efficient utilization of the CPU and resources, as the operating system switches between different programs. In this context, the other options mentioned (Real-time OS, PIC ciklus, Time-sharing OS, DMA ciklus) are not directly related to the concept of multiprogramming.

    Rate this question:

  • 4. 

    Imate MMU sa relokacionim registrom. Generisana logička adresa iznosi 150, a vrednost relokacionog registra za proces je 10000. Izračunati fizičku adresu

    Correct Answer
    10150
    Explanation
    The logical address is calculated by adding the value of the relocation register (10000) to the generated logical address (150). Therefore, the physical address is 10150.

    Rate this question:

  • 5. 

    Koju arhitekturu vidite na ovoj slici?

    • Monolitnu

    • Slojevitu  

    • MikroKernel

    • Client-server

    • Distribuiranu

    Correct Answer
    A. Slojevitu  
    Explanation
    *##*Slojevitu-tacan odgovor*##*Netacan odgovor

    Rate this question:

  • 6. 

    U situaciji na slici štiti se jedan resurs, a to je:

    • Hard disk

    • Mrežna kartica

    • Ram memorija

    • Input Output system

    • CPU

    Correct Answer
    A. Ram memorija
    Explanation
    The correct answer is Ram memorija. In the given situation, only one resource is being protected, and that is the RAM memory. The other options such as hard disk, network card, input-output system, and CPU are not mentioned in the context of the question. Therefore, the RAM memory is the most logical choice for the protected resource in this scenario.

    Rate this question:

  • 7. 

    U osnovnoj dijagramu stanja procesa, sa slike učestvuju neki od rasporedjivača. To su:

    • Short term scheduler

    • Long term scheduler

    • Medium term scheduler

    • Svi

    • Nijedan

    Correct Answer
    A. Short term scheduler
    Explanation
    In the given question, the correct answer is "Short term scheduler". The short term scheduler is responsible for selecting which processes from the ready queue will be executed next by the CPU. It is also known as the CPU scheduler. The long term scheduler is responsible for selecting which processes will be admitted to the system and brought into the ready queue. The medium term scheduler is responsible for swapping processes in and out of main memory. Therefore, the short term scheduler is the only option that fits the description of participating in the state diagram of the process.

    Rate this question:

  • 8. 

    U multithread modelu procesa, programski kod je:

    • Zajednički-deljiv za sve niti

    • Unikatan

    • Zajednički- deljiv samo za pojedine niti

    • Deljivost zavisi od operativnog sistema

    Correct Answer
    A. Zajednički-deljiv za sve niti
    Explanation
    In a multithreaded model of a process, the program code is shared among all the threads. This means that all the threads within the process can access and execute the same code. Therefore, the program code is "Zajednički-deljiv za sve niti" or "shared among all the threads".

    Rate this question:

  • 9. 

    Analizirati straničenje. Imate veličinu stranice od 8K(8192 bajta). Kolika je minimalna interna fregmentacija za ovaj slučaj.

    • 511 bajtova

    • 512 bajtova

    • 0 bajtova

    • 1023 bajta

    Correct Answer
    A. 0 bajtova
    Explanation
    The question asks for the minimum internal fragmentation for a page size of 8K (8192 bytes). Internal fragmentation refers to the wasted space within a page due to the allocation of memory in larger chunks than necessary. In this case, since the page size is 8K and there is no mention of any allocation or fragmentation, it can be inferred that there is no internal fragmentation, hence the answer is 0 bytes.

    Rate this question:

  • 10. 

    Imate MMU sa relokacionim registrom. Generisana logička adresa iznosi 100, a vrednost relokacionog registra za proces je 8000. Izračunati fizičku adresu

    • 8000

    • 8050

    • 7500

    • 8100

    Correct Answer
    A. 8100
    Explanation
    The correct answer is 8100. The physical address is obtained by adding the logical address (100) to the value of the relocation register (8000). Therefore, 100 + 8000 = 8100.

    Rate this question:

  • 11. 

    Arhitektura prikazana na slici je idealna za razvoj ili učenje:

    • C++ i java

    • Aplikativnog softvera

    • Operativnih sistema

    • Sistemskog softvera

    • Google chrome :')

    Correct Answer
    A. Operativnih sistema
    Explanation
    The architecture shown in the picture is ideal for the development or learning of operating systems. This is because operating systems require a specific architecture that can manage and control hardware resources efficiently, handle multiple processes, and provide a stable and secure environment for running applications. The architecture depicted in the picture likely includes components such as a kernel, device drivers, memory management, process scheduling, and inter-process communication mechanisms, which are essential for building an operating system.

    Rate this question:

  • 12. 

    U strukturnoj šemi OS-a, najkvalitetniji i fundamentalni deo naziva se:

    • MMU

    • Device driver

    • Kernel

    • TCP-IP

    • Interrupt routine

    Correct Answer
    A. Kernel
    Explanation
    The kernel is the most important and fundamental part of an operating system's structure. It is responsible for managing the system's resources, such as memory, processes, and input/output devices. The kernel acts as a bridge between the hardware and software components of the system, providing essential services and functions for the operating system to run smoothly. It is often referred to as the heart of the operating system.

    Rate this question:

  • 13. 

    Koji je najbolji prijatelj CPU i racunarskog sistema

    • Kes memorija

    • Flash memorija

    • Cooler

    • MDA

    • Network card

    • Mouse

    • Timer

    • Hard disk

    Correct Answer
    A. Timer
    Explanation
    The timer is the best friend of the CPU and computer system because it helps in synchronizing and coordinating various tasks and processes. It ensures that different components of the system work together efficiently and at the right time. The timer is responsible for keeping track of time intervals, scheduling tasks, and generating interrupts when necessary. This allows the CPU to allocate resources effectively, manage multitasking, and maintain system stability. Without a timer, the CPU and computer system would struggle to perform tasks in a timely and organized manner.

    Rate this question:

  • 14. 

    Koju arhitekturu vidite na slici:

    • Mikrokernel

    • Distribuirana

    • Klijent-server

    • Slojevita

    • Monolitna

    Correct Answer
    A. Slojevita
    Explanation
    The architecture depicted in the picture is a layered architecture. In a layered architecture, the system is divided into multiple layers, where each layer performs a specific set of functions. These layers are organized hierarchically, with each layer relying on the layer below it. This architectural style promotes separation of concerns and modularity, making the system easier to understand, maintain, and modify.

    Rate this question:

  • 15. 

    U situaciji na slici, ako učestvuje kernelski proces dispečer njegov posao je da:

    • Bezbedno zaustavi P0

    • Bezbedno startuje P1

    • Izabere P1 iz ready queque

    • Bezbedno zaustavi P0, bezbedno startuje P1

    • Nema aktivnosti na ovoj slici

    Correct Answer
    A. Bezbedno zaustavi P0, bezbedno startuje P1
    Explanation
    In the given situation, if the kernel dispatcher is involved, its job is to safely stop P0 and safely start P1.

    Rate this question:

  • 16. 

    Model na slici je:

    • Moderan kernel, moderna aplikacija

    • Moderan kernel, zastarela aplikacija

    • Zastareli kernel, moderna aplikacija

    • Zastarela aplikacija, zastareo kernel

    • Ne može se zakljjučiti

    Correct Answer
    A. Moderan kernel, moderna aplikacija
    Explanation
    The correct answer is "Moderan kernel, moderna aplikacija." This is because the question is asking about the model in the picture, and based on the given options, the most suitable answer is that the model consists of a modern kernel and a modern application.

    Rate this question:

  • 17. 

    Analizirati straničenje. Imate veličinu stranice od 2k(2048 bajta). Kolika je maksimalna interna fragmentacija za ovaj slučaj

    Correct Answer
    2047
    Explanation
    The maximum internal fragmentation in this case is 2047. This is because the page size is 2048 bytes, and the internal fragmentation refers to the unused space within a page. Since the page size is 2048 bytes, there can be at most 1 byte of unused space within each page. Therefore, the maximum internal fragmentation is 2047 bytes.

    Rate this question:

  • 18. 

    Kojem OS najvise odgovara ova slika:

    • Nowel Netware

    • Sun Solaris

    • Dos-UNIX

    • MS windows(NT based)

    Correct Answer
    A. MS windows(NT based)
    Explanation
    The given answer, MS Windows (NT based), is the most suitable operating system for the provided image. This suggests that the image is likely depicting a graphical user interface (GUI) that is specific to the MS Windows operating system. The other options, Novell Netware, Sun Solaris, and DOS-UNIX, are not mentioned in relation to the image, indicating that they are not relevant in this context.

    Rate this question:

  • 19. 

    U multithread modelu procesa, globalni podaci su:

    • Zajednički deljivi za sve niti

    • Unikatni nedeljivi za svaku nit pojedinačno

    • Zajednički deljivi samo za pojedine niti

    • Deljivost zavisi od OS

    Correct Answer
    A. Zajednički deljivi za sve niti
    Explanation
    In the multithread model of a process, global data is shared and accessible by all threads. This means that any thread within the process can read from or write to the global data. The global data is not unique or specific to any individual thread, but rather it is shared among all threads.

    Rate this question:

  • 20. 

    U situaciji na slici štiti se jedan hardverski resurs: To je:

    • Mrežna kartica

    • CPU

    • Input Output system

    • Ram memorija

    • Hard disk

    Correct Answer
    A. Ram memorija
    Explanation
    The correct answer is Ram memorija. In the given situation, only one hardware resource is being protected, and that is the RAM memory. The other options, such as the network card, CPU, input/output system, and hard disk, are not mentioned in the context of protection. Therefore, the RAM memory is the most suitable answer.

    Rate this question:

  • 21. 

    U modelu na slici, kada neka od korisničkih niti predje u stanje waiting:

    • Sve druge korisničke niti iz grupe su blokirane

    • Sve druge korisničke niti nastavljaju aktivnosti normalno

    • Samo slične niti su blokirane

    • Ne može se zaključiti

    Correct Answer
    A. Sve druge korisničke niti nastavljaju aktivnosti normalno
    Explanation
    In the given model, when one of the user threads enters the waiting state, all other user threads continue their activities normally. This means that the waiting state of one thread does not affect the activities of other threads in the group.

    Rate this question:

  • 22. 

    Cemu služi struktura sa slike

    • Za modelovanje sistema u cilju merenja performansi

    • Za modelovanje sistema u cilju ispitivanja pouzdanosti

    • Za modelovanje sistema u cilju ispitivanja deadlocka

    • Za modelovanje sistema u cilju ispitivanja utroska vremena

    Correct Answer
    A. Za modelovanje sistema u cilju ispitivanja deadlocka
    Explanation
    The given correct answer states that the purpose of the structure in the image is for modeling systems in order to test for deadlocks. This suggests that the structure is designed to simulate and analyze potential deadlocks that may occur in a system. It implies that the structure helps in identifying and resolving issues related to deadlocks in order to improve the system's performance and reliability.

    Rate this question:

  • 23. 

    U otkrivanju pojave deadlocka je vrlo pouzdana i jednostavna

    • Uvek

    • Nikad nije pouzdan

    • Veoma pouzdan i jednostavan samo ako resursi sadrže samo po jednu instancu

    • Veoma pouzdan i jednostavan samo ako resursi sadrže više instanci

    Correct Answer
    A. Veoma pouzdan i jednostavan samo ako resursi sadrže samo po jednu instancu
    Explanation
    The explanation for the given answer is that the detection of a deadlock is very reliable and simple only if the resources involved in the system contain only one instance each. If there are multiple instances of the resources, the detection becomes more complex and less reliable.

    Rate this question:

  • 24. 

    Analizirati straničenje. imate veličinu stranice od 1k(1024 bajta). KOlika je maksimalna interna fragmentacija za ovaj slučaj?

    • 1024 bajta

    • 1023 bajta

    • 0 bajta

    • 511 bajtova

    Correct Answer
    A. 1023 bajta
    Explanation
    The maximum internal fragmentation in this case is 1023 bytes. Internal fragmentation occurs when the allocated memory block is larger than the actual data that needs to be stored. In this scenario, if the page size is 1024 bytes and the allocated memory block is only 1 byte, there will be 1023 bytes of unused space within the page. This unused space is known as internal fragmentation.

    Rate this question:

  • 25. 

    Koju arhitekturu vidite na slici?

    • Cluster

    • Client-server

    • Cloud computing

    • Time sharing

    • NUMA

    • UMA

    • Distribuirani sistemi

    Correct Answer
    A. Cluster
    Explanation
    The correct answer is Cluster. A cluster is a type of computer architecture where multiple computers are connected and work together as a single system. In a cluster, each computer, called a node, performs specific tasks and shares resources, such as storage and processing power, to improve performance and reliability. This architecture is commonly used in high-performance computing and data-intensive applications where scalability and fault tolerance are crucial.

    Rate this question:

  • 26. 

    U user modu, proces koristi:

    • Bilo koje resurste sistema

    • Samo cpu

    • Samo ram

    • Samo dva resursa: cpu i ram

    • Samo 2 resursa cpu i datoteke

    • Samo 3 resursa cpu ram i datoteke

    Correct Answer
    A. Samo dva resursa: cpu i ram
    Explanation
    The correct answer is "Samo dva resursa: cpu i ram". This means that the process uses only two resources: the CPU (central processing unit) and RAM (random access memory). It does not utilize any other system resources such as files or any additional hardware components.

    Rate this question:

  • 27. 

    U situaciji sa slike štiti se jedan resurs. To je:

    • CPU

    • RAM memorija

    • Hard disk

    • Mrežna kartica

    • I-O system

    • FLash memorija

    Correct Answer
    A. RAM memorija
    Explanation
    In the given situation, the resource that is being protected is the RAM memory. RAM (Random Access Memory) is a type of computer memory that is used to store data that is currently being used by the computer's operating system, software programs, and data files. It is a volatile memory, meaning that its contents are lost when the computer is powered off or restarted. Protecting the RAM memory ensures that the data stored in it is not corrupted or accessed by unauthorized users.

    Rate this question:

  • 28. 

    Šta vidite na ovoj slici?

    • DMA ciklus

    • PIC ciklus

    • Time-sharing OS

    • Real-TIME OS

    • Multiprograming

    • Multi-mode operations

    Correct Answer
    A. Multiprograming
    Explanation
    The correct answer is "Multiprograming." Multiprogramming is a technique used in operating systems where multiple programs are loaded into memory and executed concurrently. This allows for better utilization of system resources and increased efficiency. In this context, the picture may be depicting the concept of multiprogramming, where multiple programs are running simultaneously.

    Rate this question:

  • 29. 

    OS je po pitanju alokacija i upravljanja računarskim resursima:

    • Samo resource allocator

    • Istovremeno i resource allocator i resource maganer

    • Samo resource manager

    • Na nekim sistemima resource allocator a na nekim resource manager

    Correct Answer
    A. Istovremeno i resource allocator i resource maganer
    Explanation
    The correct answer is "Istovremeno i resource allocator i resource manager." This means that the operating system is both a resource allocator and a resource manager. This suggests that the operating system is responsible for allocating and managing computer resources, such as memory, CPU time, and input/output devices. It performs the task of allocating these resources to different processes and manages their usage to ensure efficient and fair utilization.

    Rate this question:

  • 30. 

    Koji operativni sistem je prikazan na slici:

    • Nowel Netware

    • Dos

    • Linux

    • Unix

    • Sun Solaris

    • Windows(NT based)

    Correct Answer
    A. Dos
    Explanation
    The correct answer is "Dos" because it is the only operating system mentioned in the given options.

    Rate this question:

  • 31. 

    Koju arhitekturu vidite na slici?

    • Time sharing

    • Cloud computing

    • Client-server

    • Cluster

    • Distribuirani sistemi

    Correct Answer
    A. Client-server
    Explanation
    The correct answer is client-server. This architecture is characterized by a central server that manages resources and responds to client requests. In this model, clients send requests to the server, which processes them and sends back the corresponding responses. This architecture is commonly used in networked systems where multiple clients need access to shared resources or services provided by the server.

    Rate this question:

  • 32. 

    Analizirati segmentaciju. Imate veličinu stranice od 1350 bajtova. KOliko je minimalna interna fragmentacija za ovaj slučaj?(odgovor u bajtovima)

    • 511

    • 512

    • 0

    • 1023

    Correct Answer
    A. 0
    Explanation
    The minimum internal fragmentation in this case is 0 bytes. This means that there is no wasted space within the page, as the size of the page (1350 bytes) perfectly matches the size of the segment being allocated. Therefore, there is no need for any additional bytes to be allocated or wasted.

    Rate this question:

  • 33. 

    U arhitekturu koju vidite na ovoj slici:

    • Sloj M može da koristi samo soptsvene usluge

    • Sloj M može tražiti uslugu bilo kog sloja

    • Sloj M može tražiti uslugu samo slojeva ispod sebe(M-1)

    • Sloj M može tražiti uslugu samo slojevima iznad sebe

    Correct Answer
    A. Sloj M može tražiti uslugu samo slojeva ispod sebe(M-1)
    Explanation
    The correct answer is that layer M can only request services from layers below it (M-1). This means that layer M is dependent on the services provided by the layers beneath it and cannot request services from layers above it or from its own layer.

    Rate this question:

  • 34. 

    U situaciji na slici u jednoj grani se sigurno dogodila preemption. To je :

    •  Prva grana i-o request

    • Druga grana(time slice expired)

    • Treca grana fork a child

    • Cetvrta grana

    • Svaka grana

    • Na slici se vidi samo kratki rasporedjivac

    • Nijedna grana ne odgovara

    Correct Answer
    A. Druga grana(time slice expired)
    Explanation
    In the given situation, the correct answer is the second branch (time slice expired). This is because preemption occurs when a process's time slice expires, meaning that it has used up its allocated time for execution and must be interrupted to allow another process to run. This interruption is a form of preemption, where the currently running process is preempted or temporarily halted to give way to another process. The second branch represents this scenario, making it the correct answer.

    Rate this question:

  • 35. 

    Koja odobrava svaki zahtev, a obavlja proracun u kom stanju su procesi naziva se:

    • Ostrich algorithm

    • Deadlock detection algorithm

    • Banker algorithm

    • Deadlock prevention algorithm

    Correct Answer
    A. Banker algorithm
    Explanation
    The Banker algorithm is the correct answer because it is the only algorithm mentioned that approves every request and performs a calculation based on the state of the processes. The Ostrich algorithm does not approve every request, the Deadlock detection algorithm only detects deadlocks without approving requests, and the Deadlock prevention algorithm prevents deadlocks but does not perform calculations based on process states.

    Rate this question:

  • 36. 

    Na slici su prikazana 2 mehanizma

    • Levi mehanizam je direktni IPC, levi je indirektni IPC

    • Levi mehanizam je indirektni IPC, desni mehanizam je direktni IPC

    • Oba mehanizma su direktni IPC

    • Oba mehanizma su indirektni IPC

    • Oba mehanizma mogu biti i direktni i indirektni IPC

    Correct Answer
    A. Levi mehanizam je indirektni IPC, desni mehanizam je direktni IPC
    Explanation
    The correct answer is that the left mechanism is an indirect IPC, while the right mechanism is a direct IPC. This can be deduced from the given options, where it is stated that the left mechanism is an indirect IPC and the right mechanism is a direct IPC.

    Rate this question:

  • 37. 

    U otkrivanju pojave deadlocka je vrlo pouzdana i jednostavna

    • Veoma pouzdan i jednostavan samo ako resursi sadrže više instanci

    • Uvek

    • Nije pouzdan

    • Veoma pouzdan i jednostavan samo ako resursi sadrže po jednu instancu

    Correct Answer
    A. Veoma pouzdan i jednostavan samo ako resursi sadrže po jednu instancu
    Explanation
    The answer suggests that the detection of deadlock is very reliable and simple only if the resources contain only one instance. This means that if there are multiple instances of resources, the detection of deadlock may not be as reliable or simple.

    Rate this question:

  • 38. 

    U situaciji na slici učestvuju ili ne sledeće hardverske komponente:

    • DMA učestvuje, PIC ne učestvuje

    • DMA ne učestvuje, PIC ne učestvuje

    • DMA učestvuje, PIC učestvuje

    • Ne može da se zaključi

    Correct Answer
    A. DMA učestvuje, PIC učestvuje
    Explanation
    Based on the given options, the correct answer is "DMA učestvuje, PIC učestvuje" which translates to "DMA participates, PIC participates" in English. This implies that both DMA (Direct Memory Access) and PIC (Programmable Interrupt Controller) are involved in the situation depicted in the image.

    Rate this question:

  • 39. 

    Struktura na slici uglavnom služi:

    • Za modelovanje sistema u cilju merenja performansi

    • Za modelovanje sistema u cilju merenja pouzdanosti

    • Za modelovanje sistema u cilju merenja deadlocka

    • Za modelovanje sistema u cilju ispitivanja utroska resursa

    Correct Answer
    A. Za modelovanje sistema u cilju merenja deadlocka
    Explanation
    The correct answer suggests that the structure in the picture is mainly used for modeling systems in order to measure deadlocks. This means that the structure depicted in the picture is designed to represent and analyze situations where multiple processes are unable to proceed because each is waiting for the other to release a resource. By using this structure, one can simulate and evaluate the occurrence and impact of deadlocks in a system.

    Rate this question:

  • 40. 

    Sema koja u odnosu na ovu sliku, koja na svaki zahtev prvo obavi proračun, a tek onda odobrava i privremeno odbija zahtev naziva se

    • Deadlock detection algorithm

    • Banker algorithm

    • Deadlock prevention algorithm

    • Ostrich algorithm

    Correct Answer
    A. Banker algorithm
    Explanation
    The correct answer is Banker algorithm. The Banker algorithm is used to prevent deadlock in a system by dynamically allocating resources to processes. It works by keeping track of the available resources, the maximum resources each process can request, and the resources currently allocated to each process. Before granting a request, the algorithm checks if it will leave the system in a safe state, meaning that there will always be a way to satisfy the remaining processes' resource requests. If the request would lead to an unsafe state, it is denied. This algorithm helps in avoiding deadlock situations by carefully managing resource allocation.

    Rate this question:

  • 41. 

    U strukturnoj šemi računarskog sistema, OS je neposredno iznad

    • Sistemskog softvera

    • Aplikativnog softvera

    • Mrežnog sloja

    • Kernelskog sloja

    • Hardvera

    Correct Answer
    A. Hardvera
    Explanation
    In the given question, the correct answer is "Hardvera". This means that in the structure of a computer system, the operating system (OS) is directly above the hardware. The hardware refers to the physical components of the computer system such as the processor, memory, storage devices, and input/output devices. The operating system interacts with the hardware to manage and control its resources, allowing the software (system software, application software, and network layer) to run efficiently on the computer system.

    Rate this question:

  • 42. 

    Izaberite tacan odgovor

    • Jedini način da proces dobije bilo kakav resurs

    • Jedini način da proces dobije cpu

    • Najbolji ali ne i jedini način da proces dobije bilo kakav hardverski resurs

    • Option4

    Correct Answer
    A. Najbolji ali ne i jedini način da proces dobije bilo kakav hardverski resurs
    Explanation
    The given correct answer states that it is the best way, but not the only way, for a process to obtain any hardware resource. This suggests that there may be other ways for a process to acquire hardware resources, but the option presented is considered the most effective or preferred method.

    Rate this question:

  • 43. 

    Identifikujte short term scheduler algoritam, pa ga ocenite po pitanju preemption

    • Zavisi od Os

    • Preemptive

    • Ne moze se odrediti

    • Non preemptive

    • Uslovno preemptive

    Correct Answer
    A. Preemptive
    Explanation
    The given answer is "Preemptive." This means that the short term scheduler algorithm can interrupt or preempt a running process in order to allocate the CPU to another process. This allows for better responsiveness and priority management in the system. However, without further information, it is not possible to determine the specific algorithm being referred to.

    Rate this question:

  • 44. 

    U slučaju ulaska nekih procesa u deadlock, za sistem sa Deadlock detection algoritmom, najbolja metoda je:

    • Rollback

    • Ovakav sistem nikada nece uci u deadlock

    • Detekcija kruga i razbijanje kruga unistavajuci sve procese u krugu

    • Detekcija kruga i razbijanje unistavajuci jedan ili vise procesa

    Correct Answer
    A. Rollback
    Explanation
    The best method in case of processes entering a deadlock in a system with a Deadlock detection algorithm is to perform a rollback. Rollback involves reverting the state of the system to a previous checkpoint before the deadlock occurred, allowing the system to recover and continue running without the deadlock. This approach ensures that the system can resolve the deadlock and resume normal operation without the need to terminate or destroy any processes.

    Rate this question:

  • 45. 

    Objasniti MVT. Koji algoritam za MVT ne mora da analizira postojeće šupljine, prilikom alokacije memorije.

    • First-fit

    • Best fit

    • Worst fit

    Correct Answer
    A. First-fit
    Explanation
    The explanation for the correct answer, which is "first-fit," is that the first-fit algorithm does not need to analyze existing holes or gaps in memory during the memory allocation process. It simply allocates the first available block of memory that is large enough to accommodate the requested size. This algorithm is efficient and fast, but it may lead to fragmentation over time as smaller gaps are left between allocated blocks.

    Rate this question:

  • 46. 

    Kojem operativnom sistemu najvise odgovara ova slika?

    • Novel netware

    • DOS

    • Unix/Linux

    • Sun solaris

    • Ms windows (Nt based)

    • Chrome

    Correct Answer
    A. Unix/Linux
    Explanation
    This image is most suitable for Unix/Linux operating system because Unix/Linux is known for its stability, security, and flexibility, making it a popular choice for servers and high-performance computing. Additionally, Unix/Linux is often used in development and programming environments, which is represented by the image's coding symbols.

    Rate this question:

  • 47. 

    Potpunu CPU izolaciju u odnosu na i/o akcije omogucavaju dva hardverska uredjaja. To su:

    • MMU I DMA

    • MMU i timer

    • MDA i timer

    • MDA I PIC

    • PIC i mrezna kartica

    • MMU I PIC

    Correct Answer
    A. MDA I PIC
    Explanation
    The correct answer is MDA I PIC. MDA stands for Memory Direct Access, which allows the CPU to directly access memory without going through the CPU. PIC stands for Programmable Interrupt Controller, which manages and prioritizes interrupt requests from various devices. Both MDA and PIC contribute to the complete isolation of the CPU from I/O actions. MDA allows direct memory access, reducing the CPU's involvement in I/O operations, while PIC manages interrupts, ensuring that the CPU is not interrupted unnecessarily during I/O actions.

    Rate this question:

  • 48. 

    Kod TS fundamentalni resurs koji se deli je:

    • PIC

    • RAM

    • CPU time

    • DMA

    • Network

    Correct Answer
    A. CPU time
    Explanation
    CPU time is the correct answer because it refers to the amount of time that the central processing unit (CPU) spends executing a program or task. It is a fundamental resource in programming and computing, as it determines the speed and efficiency of program execution. CPU time is measured in units such as seconds or clock cycles and is crucial for optimizing performance and resource allocation in computer systems.

    Rate this question:

  • 49. 

    Tranziciju na koju ukazuje crvena strelica izaziva

    • Proces dete

    • PIC

    • Proces roditelji

    • Nedostatak RAM memorije

    • Nedostatak podataka ili resursa na koji se dugo čeka

    Correct Answer
    A. Proces roditelji
    Explanation
    The correct answer is "Proces roditelji". The red arrow indicates a transition caused by the process of parents.

    Rate this question:

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

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 07, 2019
    Quiz Created by
    Nikola
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.