Operativni SiSTEMi 1(Drugi Kolokvijum)

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,119
| Attempts: 1,484 | Pitanja: 150
Please wait...

Question 1 / 150
0 %
0/100
Score 0/100
1. Šta vidite na ovoj slici

Explanation

This answer correctly identifies the given image as a representation of a bit map. It also explains that bit maps are simple but consume a lot of memory space. Additionally, it mentions that FAT and linked lists are not the same and suggests that linked lists are an alternative to bit maps.

Submit
Please wait...
About This Quiz
Operativni Sistemi 1(Drugi Kolokvijum) - Quiz

2. Šta vidite na ovoj slici?

Explanation

The correct answer explains that the image represents the FAT file system, which is a modified linked allocation. In the original linked allocation, the empty data block contains a pointer to the next block. In FAT, these pointers are collected in a separate data area called the File Allocation Table (FAT).

Submit
3. Šta vidite na ovoj slici?

Explanation

The correct answer is that the image represents a UNIX-LINUX file system, which is recognized by the presence of I-nodes. In I-nodes, everything except the name is stored.

Submit
4. Kako se zove tehnika virtuelne memorije prikazana na slici?

Explanation

The correct answer is DP (Demand Paging). Demand Paging is a technique used in virtual memory systems where pages are loaded into memory only when they are demanded by the program. This helps in optimizing memory usage by loading only the required pages, reducing the overall memory footprint.

Submit
5. Osnovni algoritmi zamene stranica u sistemu sa virtuelnom memorijom su:

Explanation

The correct answer is FIFO, LRU, OPTIMAL. These algorithms are used for page replacement in a system with virtual memory. FIFO (First-In-First-Out) replaces the oldest page in memory, LRU (Least Recently Used) replaces the page that has not been used for the longest time, and OPTIMAL replaces the page that will not be used for the longest time in the future. These algorithms help in efficient management of memory by replacing pages when there is a need for more space.

Submit
6. Šta vidite na ovoj slici?

Explanation

The correct answer is VFS (Virtual File System-Virtuelni system datoteka). This is because VFS is a software layer that provides a consistent interface for accessing different types of file systems. It allows applications to access files and directories without needing to know the details of the underlying file system. NTFS, NFS, and SMB are all examples of specific file systems that can be accessed through VFS.

Submit
7. Koju alokaciju vidite na ovoj slici:

Explanation

The correct answer is "Indeksna alokacija (svi pointeri na jednom mestu)". This means that the allocation shown in the picture is using an index allocation method where all the pointers are stored in one place. This method allows for efficient access to the allocated memory by using an index or pointer to locate the specific memory location. It is a common method used in data structures like arrays, where elements are accessed using their index.

Submit
8. Ovo su imena nekih tehnika: Linear list Hash table B-trees Najmodernija i najbolja je:

Explanation

B-trees are considered the most modern and efficient technique among the given options. B-trees are self-balancing search trees that provide efficient data storage and retrieval operations. They are commonly used in databases and file systems due to their ability to handle large amounts of data and maintain balanced tree structures. Compared to linear lists and hash tables, B-trees offer better performance for operations like searching, inserting, and deleting data. Therefore, B-trees are considered the most advanced and optimal choice among the given techniques.

Submit
9. Šta vidite na ovoj slici?

Explanation

The correct answer is "Stack aproksimaciju LRU algoritma." This answer suggests that the image is related to the stack approximation of the Least Recently Used (LRU) algorithm. The LRU algorithm is used to manage the cache memory and prioritize the most recently used items. The stack approximation of this algorithm involves using a stack data structure to keep track of the most recently accessed items. Therefore, the image likely represents the implementation or visualization of this stack approximation for the LRU algorithm.

Submit
10. Šta vidite na ovoj slici:?

Explanation

The correct answer is "Standardizovane ulazno izlazne adrese u PC arhitekturi" (Standardized input-output addresses in PC architecture). This answer is based on the information provided in the question, which mentions different types of addresses in different architectures. The answer choice "Standardizovane ulazno izlazne adrese u PC arhitekturi" specifically refers to standardized input-output addresses in PC architecture, which aligns with the context given in the question.

Submit
11. Trashing efekat je posledica

Explanation

The correct answer is "Pojave ogromnog broja PF grešaka." This means that the trashing effect is caused by the occurrence of a large number of page fault errors. Trashing refers to a situation in which the system is constantly swapping pages between the main memory and the disk, resulting in poor performance. When there are a high number of page fault errors, it indicates that the system is struggling to find the required pages in memory, leading to excessive swapping and trashing.

Submit
12. Second chance(clock) algoritam zamene stranica u sistemu sa virtuelnom memorijom je aproksimacija ili simulacija

Explanation

The correct answer is LRU (Least Recently Used) algorithm. LRU algorithm is a page replacement algorithm used in virtual memory systems. It works on the principle that the least recently used page is the one that is most likely to be replaced. It keeps track of the usage of each page and replaces the page that has not been used for the longest time. By doing so, it maximizes the likelihood of keeping frequently used pages in memory, which helps in improving the overall system performance.

Submit
13. Šta vidite na slici:

Explanation

The correct answer is "stack aproksimaciju LRU algoritma". This suggests that the image is showing a stack approximation of the Least Recently Used (LRU) algorithm. LRU is a commonly used cache replacement algorithm where the least recently used item is evicted from the cache when it is full and a new item needs to be inserted. The stack approximation of LRU algorithm maintains a stack of recently accessed items, with the most recently accessed item at the top. When a new item needs to be inserted, the item at the bottom of the stack (the least recently used item) is evicted.

Submit
14. Gde se primenjuju ove tehnike?

Explanation

The explanation is that in UNIX, directories are called "Direktorijumi" while in Windows they are called "folderi". Linear lists are considered outdated techniques, while Hash tables and B-trees are considered modern techniques.

Submit
15. Simulacija random pristupa u odnosu na ovakav pristup datoteci se realizuje pomocu sistemskog poziva

Explanation

The correct answer is Lseek. Lseek is a system call that is used to change the position of the file pointer within a file. It allows for random access to the file, meaning that the file can be read or written at any position, rather than just sequentially from the beginning. This makes it useful for simulations that require random access to data in a file.

Submit
16. U sistemima sa vrituelnom memorijom, sa DP tehnikom, između virtuelne i fizičke memorije, prebacuje se

Explanation

In systems with virtual memory and demand-paging technique, only one single page is transferred between virtual and physical memory. This means that when a page is needed, it is brought into physical memory from virtual memory, and when it is no longer needed, it is moved back to virtual memory. This allows for efficient memory management by only transferring the necessary pages, reducing the amount of data that needs to be moved between the two memory spaces.

Submit
17. Na slici vidite?

Explanation

The correct answer is Journaling technique because it primarily helps with write-back updates.

Submit
18. Šta vidite na ovoj slici?

Explanation

The correct answer is "Disk prostora i bit validnosti." This answer suggests that the image is related to disk space and the validity of data. The other options mentioned, such as "Samo bit validnosti," "samo disk prostor," and "Paging," do not accurately describe what is seen in the image.

Submit
19. Virtuelna memorija može omogućiti deljenje datoteka?

Explanation

Virtualna memorija omogućava deljenje datoteka jer se koristi kao produžetak fizičke memorije računara. Kada se fizička memorija napuni, nekorišćeni delovi podataka mogu biti premješteni na virtuelnu memoriju na disku. Ovo omogućava da se više programa istovremeno izvršava i deli iste datoteke, jer svaki program ima pristup virtuelnoj memoriji. Dakle, virtuelna memorija omogućava deljenje datoteka između različitih programa i procesa na računaru.

Submit
20. Šta vidite na ovoj slici?

Explanation

The correct answer is "Interrupt-vector tabela. Adresa prekidnih rutina" (Interrupt-vector table. Address of interrupt routines). This is because the given options are related to different types of addresses or tables, and only the option "Interrupt-vector tabela" specifically mentions interrupt vectors and their addresses. Interrupt vectors are used in computer systems to store the addresses of interrupt service routines, which are executed when a specific interrupt occurs. Therefore, this option is the most relevant and accurate answer.

Submit
21. Kada nastupi Trashing efekat iskorišćenje procesa je oko

Explanation

The given question is in Serbian language and it is asking about the utilization process when the Trashing effect occurs. The correct answer is 0% because the Trashing effect refers to a situation where the system's performance decreases significantly due to excessive multitasking or resource allocation. In this case, the utilization process is not effectively utilized, resulting in a 0% utilization rate.

Submit
22. Second chance(clock) algoritam zamene stranica u sistemu sa virtuelnom memorijom je aproksimacija

Explanation

The correct answer is LRU algorithm. LRU stands for Least Recently Used, and it is a page replacement algorithm used in virtual memory systems. It works on the principle that the page that has not been used for the longest time will be the least likely to be used in the future. Therefore, when a page needs to be replaced, the LRU algorithm selects the least recently used page for eviction. This helps to minimize the number of page faults and optimize memory usage.

Submit
23. Na slici vidite?

Explanation

The correct answer is "Razne tehnike za ubrzavanje performasni FS (slika prikazuje podelu keša!)" because the image shown represents different techniques for accelerating performance in a file system, specifically related to cache partitioning.

Submit
24. Šta vidite na ovoj slici?

Explanation

The correct answer is "Struktura magistrale kod PC-a" (Structure of the bus in a PC). This answer is correct because the image is likely showing the internal components and connections of a computer's bus system. The bus is responsible for transferring data between different components of a computer, such as the CPU, memory, and peripherals. Therefore, it is logical to identify the image as depicting the structure of the bus in a PC.

Submit
25. LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom se može aproksimirati

Explanation

The LRU (Least Recently Used) page replacement algorithm in a virtual memory system can be approximated using counters or a stack mechanism. This means that either counters can be used to keep track of the usage of each page, and the page with the lowest count can be replaced, or a stack can be used to keep track of the most recently used pages, and the page at the bottom of the stack can be replaced. Both of these approaches are valid ways to approximate the LRU algorithm.

Submit
26. Šta vidite na ovoj slici?

Explanation

Mounting refers to the process of integrating a file system into the existing directory structure of the operating system. It allows the user to access the files and directories in the mounted file system as if they were part of the local file system. This can be done by associating a directory with a device or a remote file system. Mounting is commonly used in operating systems to access external storage devices or network shares. Therefore, the correct answer is Mounting.

Submit
27. Imate sledece stranice(proveri ovo)

Explanation

The correct answer is "Stranica 1" because it is the first page mentioned in the given list. The list starts with "Stranica 4" and then goes on to "Stranica 1," followed by "Stranica 3," and finally "Stranica 2." Therefore, "Stranica 1" is the correct answer as it is the first page mentioned in the given list.

Submit
28. Na slici vidite?

Explanation

The correct answer is "Tehniku za povecanje pouzdanosti FS" which translates to "Technique for increasing the reliability of FS" in English.

Submit
29.  Virtuelna memorija može imati veliki uticaj na nači programiranja:  

Explanation

not-available-via-ai

Submit
30. Šta je ovo?

Explanation

The correct answer is "Fajl operacije. Sve su prirodne osim dve veštačke: Open i close." This answer states that the file operations are all natural except for two artificial ones: Open and close.

Submit
31. Optimal algoritam zamene stranica sa virtuelnom memorijom ima  

Explanation

The optimal page replacement algorithm has the best performance because it selects the page that will not be used for the longest period of time in the future. This ensures that the number of page faults is minimized, resulting in efficient memory management.

Submit
32. Šta je PIO?

Explanation

The correct answer is "Programiran ulaz izlaz kada proces mora sam da obavlja transfer podataka." This answer suggests that PIO (Programmed Input Output) refers to a process where the transfer of data is handled by the program itself. This means that the program controls the input and output operations and is responsible for transferring the data.

Submit
33. FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom je:

Explanation

The correct answer is "Jednostavan za realizaciju" (Simple to implement). The FIFO (First-In-First-Out) page replacement algorithm is one of the simplest algorithms used in virtual memory systems. It works by replacing the oldest page in memory, which requires minimal computation and is easy to implement. Other page replacement algorithms may be more efficient in terms of performance, but FIFO is straightforward and does not require complex calculations or data structures.

Submit
34.  Struktura clusters predstavlja koju alokaciju:i Koju alokaciju vidite na ovoj slici:

Explanation

The correct answer is "Linkovana alokacija (modifikovana linkovana alokacija)" because the image shows a structure where each element is connected to the next element through links. This type of allocation is commonly used in linked lists, where each node contains a reference to the next node in the list. The term "modifikovana linkovana alokacija" suggests that there might be some modifications or variations in the implementation of the linked allocation.

Submit
35. Kako se zove struktura na slici?

Explanation

The correct answer is "Directory." A directory is a structure that organizes files and subdirectories into a hierarchical structure. It is used in file systems to keep track of the location and metadata of files. In the given question, the structure depicted in the image is likely a directory, which is why "Directory" is the correct answer.

Submit
36.  Za sisteme sa virtuelnom memorijom, sa DP (Demand Paging) tehnikom, rešavanje problema sa PF (page fault) obavlja:

Explanation

In systems with virtual memory and demand paging technique, the operating system handles the problem of page faults (PF). This means that when a page fault occurs, the operating system is responsible for retrieving the required page from secondary storage and bringing it into main memory. The programmer does not directly handle page faults, as it is the operating system's responsibility to manage memory and handle page faults. The hardware also plays a role in handling page faults, but the primary responsibility lies with the operating system.

Submit
37. Šta vidite na ovoj slici?

Explanation

The correct answer is "Second Chance algoritam koji aproksimira LRU algoritma". This means that the Second Chance algorithm approximates the Least Recently Used (LRU) algorithm. The Second Chance algorithm is a page replacement algorithm that gives a second chance to pages that have been referenced recently, similar to how the LRU algorithm replaces the least recently used page. Therefore, the Second Chance algorithm is designed to closely mimic the behavior of the LRU algorithm in managing page replacements.

Submit
38. Kvalitetne funkcijeza IO, kao što su, buffering, spooling, caching nalaze se:

Explanation

The correct answer is "Samo u višem delu kernela" which translates to "Only in the higher part of the kernel". This suggests that high-quality IO functions such as buffering, spooling, and caching are present only in the higher part of the kernel. This implies that these functions are not available in the lower part of the kernel or outside the kernel.

Submit
39. Šta vidite na ovoj slici?

Explanation

The correct answer is "Hard links." Hard links are a feature in the file system that allows multiple file names to be associated with the same file data. This means that multiple hard links can point to the same file, and deleting one hard link does not affect the other hard links or the file data itself. Hard links are commonly used to create backups or to create multiple access points to the same file.

Submit
40. Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom ima ::f

Explanation

The optimal page replacement algorithm in a virtual memory system provides the best performance. This algorithm selects the page that will not be used for the longest period of time in the future and replaces it with the new page. By doing so, it minimizes the number of page faults and maximizes the efficiency of the system. Therefore, it can be concluded that the optimal algorithm has the best performance among the given options.

Submit
41. Virtuelna memorija za memorijski mapirane datoteke:

Explanation

Virtual memory for memory-mapped files speeds up file operations. By mapping files into virtual memory, the operating system can treat them as if they were part of the computer's physical memory. This allows for faster access to the file data, as it can be directly accessed from memory rather than having to be read from the disk. Therefore, using virtual memory for memory-mapped files accelerates file operations.

Submit
42. Za sistem sa virtuelnom memorijom sa DP tehnikom, vremena izvršavanja instukcije kada napravi PF i kada ne napravi PF su:

Explanation

For a system with virtual memory using the Demand Paging technique, the execution times of an instruction when it causes a Page Fault (PF) and when it does not cause a Page Fault are very different.

Submit
43. Virtuelna memorija može imati veliki uticaj na način programiranja

Explanation

The correct answer suggests that virtual memory can have a significant impact on programming only in the case of limited allocation of physical memory. This implies that when there is a restriction on the amount of physical memory available, virtual memory becomes crucial in managing memory resources and optimizing program execution. In such cases, programmers need to consider the limitations and constraints imposed by the allocation of physical memory frames to effectively utilize virtual memory.

Submit
44. Which one do you like?

Explanation

The correct answer is "Database server" because it is the only option that is related to managing and storing data. A database server is responsible for storing, managing, and retrieving data, making it an essential component in many applications and systems. The other options, such as "Prevodioce i editore teksta," "Email servere," and "Web servere," are not directly related to data storage and management.

Submit
45. Tipična primena ove alokacije je kod sledećih FS

Explanation

The correct answer is FAT. FAT (File Allocation Table) is a file system commonly used in older versions of Windows operating systems. It is a simple and straightforward file system that uses a table to keep track of the allocation status of each cluster on a storage device. This allocation method is particularly suitable for devices with limited storage capacity or slower access times. It allows for efficient storage and retrieval of files, making it a typical choice for various file systems.

Submit
46. Na slici je prikazano?-Ko je kriv za ovu pojavu?

Explanation

The given correct answer is "Medium term scheduler." The medium-term scheduler is responsible for temporarily removing processes from main memory and placing them in secondary storage when there is not enough memory available. This helps in managing memory efficiently and preventing memory overload. Therefore, the medium-term scheduler is the most suitable option for the given question about who is responsible for this phenomenon.

Submit
47. Do zamene stranica u sistemu sa virtuelnom memorijom dolazi zbog

Explanation

The swapping of pages in a system with virtual memory occurs due to the size of the physical memory. When the physical memory becomes full and cannot accommodate all the pages required by the running processes, the operating system swaps out some pages from the physical memory to the disk. This frees up space in the physical memory for new pages to be loaded. When a process needs a swapped-out page, it is brought back into the physical memory, and another page may be swapped out if necessary. Therefore, the size of the physical memory directly affects the frequency and amount of swapping that occurs.

Submit
48. Šta vidite na ovoj slici

Explanation

not-available-via-ai

Submit
49. Šta vidite na ovoj slici. Ova procedura je

Explanation

The procedure shown in the image is feasible, meaning it can be done. However, it is non-destructive, which means it does not cause any damage or harm. However, it is not entirely correct or accurate, as there may be some errors or inaccuracies involved.

Submit
50. Kada se u šemi na slici modifikuje,tako da svi pointeri naslobodne blokove, koji mogu da stanu postave u jedan slobodan blok, tako da ovaj sadrži veci  broj pointera, ta tehnika se zove:

Explanation

The correct answer is "Grouping." This technique refers to the modification of a schema in an image so that all pointers to free blocks that can fit into one free block are placed in that block, which contains a larger number of pointers.

Submit
51.  LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom se:

Explanation

The LRU (Least Recently Used) page replacement algorithm is commonly used in systems with virtual memory. It works by replacing the least recently used page when a new page needs to be brought into memory. This algorithm is popular because it takes advantage of the principle of locality, which states that recently accessed pages are more likely to be accessed again in the near future. By replacing the least recently used page, the LRU algorithm aims to minimize the number of page faults and improve overall system performance.

Submit
52. FCFS ili FIFO algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo  

Explanation

The correct answer states that the FCFS or FIFO disk scheduling algorithm follows the rule that the disk head services requests in both directions relative to its current position. This means that it serves the requests in the order they arrive, regardless of whether they are in the upward or downward direction from the current position of the disk head.

Submit
53. U sistemu sa virtuelnom memorijom

Explanation

The correct answer is "Moderniji su paging sistemi." This is because in a system with virtual memory, paging systems are more modern compared to swapping systems. Paging systems divide the virtual address space into fixed-size pages and map them to physical memory, allowing for more efficient memory management. Swapping systems, on the other hand, move entire processes in and out of main memory, which can be less efficient. Therefore, the statement suggests that paging systems are the more advanced option in virtual memory systems.

Submit
54. FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom se može realizovati

Explanation

The correct answer is "Zato što se bazira na referencama iz prošlosti" (Because it is based on past references). The First-In-First-Out (FIFO) page replacement algorithm replaces the oldest page in memory first. It assumes that the pages that have been in memory the longest are less likely to be used in the future. Therefore, it makes sense to replace the pages that have not been accessed recently, which is why it is based on past references.

Submit
55. Trashing efekat je posledica

Explanation

The correct answer is "Nepažljivo uvodjenje novih procesa u sistem" (Careless introduction of new processes into the system). This means that the trashing effect is caused by the careless or reckless introduction of new processes into the system. This can lead to an overload of processes and resources, resulting in poor system performance and excessive swapping of data between the main memory and the disk.

Submit
56. Da biste realizovali sistem sa virtuelnom memorijom sa DP tehnikom, u tabelu stranica morate ubaciti

Explanation

In order to implement a virtual memory system with the Demand Paging technique, the V bit (Valid bit) needs to be included in the page table. The V bit is used to indicate whether a particular page is currently in main memory or if it has been swapped out to secondary storage. This allows the system to efficiently manage the allocation and retrieval of pages as needed, optimizing memory usage and performance. The R bit (Referenced bit) and D bit (Dirty bit) are also important for tracking page usage and modifications, but they are not specifically required for implementing the Demand Paging technique.

Submit
57. . Na slici vidite strukture koje su: (prikazano je podela cache-a; služi da se poboljšaju performanse)

Explanation

The structures shown in the image are mainly located in RAM. This is because the purpose of cache is to improve performance by storing frequently accessed data closer to the processor. RAM is faster than disk or flash memory, making it an ideal location for caching. Additionally, RAM is volatile memory, meaning it can be accessed and modified quickly, which is necessary for efficient caching operations.

Submit
58. Šta vidite na ovoj slici?

Explanation

The correct answer is "Ovo je indeksiranje u više nivoa." This means that the image depicts multilevel indexing.

Submit
59. Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom se ne može realizovati:  

Explanation

The optimal page replacement algorithm cannot be implemented based on future references because it is not possible to predict future memory references. The algorithm needs to make decisions based on the current state of the system and the past memory references. Therefore, basing the algorithm on future references is not feasible.

Submit
60.  Šta vidite na ovoj slici. Ovde je došlo do haosa. Haos je izazvan zbog (napomena: na slici je General Graph Directory gde je došlo do pojave krugova. Ovo nastaje preteranom upotrebom hard-linkovanja!)

Explanation

The correct answer is "Hard linkovanja direktorijuma (može da dovede do pojave ciklusa!)" because the image shows a General Graph Directory with circles, which indicates that there is a cycle. This is caused by excessive use of hard-linking directories, which can create loops in the directory structure.

Submit
61. Koji je ovo pristup datoteci

Explanation

Indeksno sekvencijalni pristup datoteci je pristup koji koristi indeksnu strukturu kako bi omogućio efikasno pretraživanje podataka. Ova vrsta pristupa kombinuje sekvencijalni pristup, koji omogućava čitanje i pisanje podataka u određenom redosledu, sa indeksiranjem koje olakšava pronalaženje određenih podataka. Indeksna struktura čuva informacije o lokaciji podataka u datoteci, što omogućava brzo pretraživanje i pristupanje željenim podacima.

Submit
62. U PIO režimu, resurs koji prenos ipodatke između I/O uređaja i RAM memorije je:

Explanation

In PIO (Programmed Input/Output) mode, the resource responsible for transferring data between I/O devices and RAM memory is the CPU. The CPU acts as the intermediary between the I/O devices and the RAM, facilitating the transfer of data between them. It handles the instructions and commands necessary for the data transfer process, ensuring that the data is properly transmitted and received.

Submit
63. Scan algoritam za Disk Scheduling, po pitanju performansi je

Explanation

The given answer, "Srednje dobar" (Moderately good), suggests that the performance of the Scan disk scheduling algorithm is neither excellent nor very poor. It implies that the algorithm has some positive aspects in terms of performance but may also have some limitations or room for improvement.

Submit
64. Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom se

Explanation

not-available-via-ai

Submit
65. Ovakav pristup datotekama je veoma dobar za

Explanation

This approach to files is very good for translators and text editors as it allows easy access and manipulation of the files. Translators and text editors often need to work with various file formats and make frequent changes to the text. This approach provides the necessary flexibility and efficiency for their tasks.

Submit
66. Tipična primena ove alokacije je kod slededih FS:

Explanation

This answer suggests that the typical application of this allocation is in UNIX and NTFS file systems. It implies that these file systems commonly utilize this type of allocation method.

Submit
67. Šta je ovo?

Explanation

This question is asking for the translation of the given phrase "Šta je ovo?" which means "What is this?" in English. The correct answer is "Atributi jedne datoteke" which translates to "Attributes of a file" in English.

Submit
68. Za sistem sa virtuelnom memorijom sa DP tehnikom, programer mora da vodi računa o pojavi PF

Explanation

For a system with virtual memory and demand paging technique, the programmer does not have to worry about the occurrence of a page fault.

Submit
69. Second chance clock algoritam zamene stranica u sistemu sa virtuelnom memorijom

Explanation

The second chance clock algorithm starts with the FIFO algorithm to simulate the LRU algorithm. This means that the algorithm first uses the FIFO (First-In-First-Out) approach to determine which page to replace, but it also incorporates a second chance mechanism. When a page is accessed, it is given a "second chance" and is moved to the end of the queue. If a page has not been accessed again by the time it reaches the front of the queue, it is considered for replacement. This combination of FIFO and second chance gives the algorithm a similar behavior to the LRU (Least Recently Used) algorithm.

Submit
70.  Struktura koju vidite na slici naziva se:

Explanation

The structure shown in the picture is called an I-node. An I-node, short for index node, is a data structure used in a file system to store metadata about a file, such as its permissions, size, and location on the disk. Each file in a file system has an associated I-node that contains this information. The I-node acts as a pointer to the actual data blocks on the disk where the file's contents are stored. In this way, the file system can efficiently manage and access files.

Submit
71. Gde je glavni keš za FS

Explanation

The correct answer is Block Buffer. A block buffer is a temporary storage area in the computer's memory that holds a block of data from a storage device, such as a hard drive. It is used to improve the efficiency of reading and writing data by reducing the number of times the storage device needs to be accessed. In the context of the question, the main cache for the file system is most likely the block buffer, as it is responsible for buffering data between the storage device and the file system.

Submit
72. Na slici vidite

Explanation

The correct answer is "razne tehnike za ubrzavanje performanasa FS" because the question is asking for the techniques for improving the performance of the file system. The other options mentioned are not relevant to the question.

Submit
73. Na pojavu PF (page fault), na sistemu sa virtuelnom memorijom, sa DP (demand paging) tehnikom, ukazuje

Explanation

The V bit (Valid bit) indicates whether a page is currently in the main memory or not. When a page fault occurs in a virtual memory system with demand paging, it means that the requested page is not present in the main memory and needs to be loaded from the secondary storage. The V bit helps in determining the validity of the page and whether it needs to be fetched from the disk.

Submit
74. Na slici vidite tehniku koja pomaže pre svega

Explanation

The correct answer is Write-back FS cache. This type of cache is designed to improve performance by delaying the writing of data to the main memory until it is absolutely necessary. It allows the CPU to quickly access and modify data in the cache, without immediately updating the main memory. This can result in faster processing speeds, as the CPU does not have to wait for the slower main memory to be updated. Additionally, by delaying the write operation, the cache can optimize the use of memory bandwidth and reduce the number of write operations, further improving performance.

Submit
75. Algoritam koji vidite na slici naziva se

Explanation

The algorithm shown in the picture is called FIFO (FCFS) which stands for First-In-First-Out (First-Come-First-Served). This scheduling algorithm processes the requests in the order they arrive, without considering the current position of the head or the direction of movement. It is a simple and straightforward algorithm where the requests are served in the order they are received, ensuring fairness but not considering efficiency or optimization.

Submit
76. Pojava koja se dogodila na ovoj slici naziva se?

Explanation

The correct answer is PF.

Submit
77. Second chance clock algoritam zamene stranica u sistemu sa virtuelnom memorijom se:

Explanation

The Second Chance clock algorithm is a commonly used page replacement algorithm in virtual memory systems. It is designed to approximate the behavior of the optimal page replacement algorithm while being more efficient to implement. This algorithm keeps track of a reference bit for each page, which is set to 1 whenever the page is accessed. When a page needs to be replaced, the algorithm looks for a page with a reference bit of 0. If all pages have a reference bit of 1, the algorithm gives them a second chance by setting their reference bit to 0 and moving to the next page. This process continues until a page with a reference bit of 0 is found for replacement.

Submit
78. LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom se moze realizovati

Explanation

The correct answer is "zato što se bazira na referencama iz prošlosti" (because it is based on past references). The LRU (Least Recently Used) page replacement algorithm replaces the least recently used page in the memory when a new page needs to be loaded. It assumes that the pages that have not been used for a long time are less likely to be used in the future, making it a reasonable choice for replacement.

Submit
79. U sistemima sa virtuelnom memorijom, i to kod paging sistema

Explanation

In systems with virtual memory, specifically in paging systems, only the pages of a process are transferred between virtual and physical memory. This means that not the entire process is moved, but rather only the necessary pages are swapped in and out of memory as needed. This allows for more efficient memory management and enables the system to handle larger processes than what can fit in physical memory at once.

Submit
80. Za sistem sa virtuelnom memorijom, sa DP tehnikom, zahteva se procesor:

Explanation

A system with virtual memory and DP technique requires a processor that has restartable instructions. Restartable instructions allow the processor to restart or resume execution from a specific point in the program, which is essential for managing virtual memory and handling page faults efficiently. By using restartable instructions, the processor can easily handle the swapping of pages between main memory and secondary storage, ensuring smooth operation of the virtual memory system.

Submit
81. LOOK (isto što I SCAN)algoritam za Disk Scheduling, po pitanju performansi je  

Explanation

The LOOK (isto što i SCAN) algorithm for Disk Scheduling is considered to be "srednje dobar" or moderately good in terms of performance. This algorithm works by moving the disk arm only in one direction until it reaches the end of the disk, and then it reverses its direction. It serves the requests in a similar manner as the SCAN algorithm but does not go all the way to the end of the disk before reversing. This helps in reducing the average seek time and improving the performance compared to the SCAN algorithm. However, there are other more efficient disk scheduling algorithms available, which is why LOOK is considered moderately good.

Submit
82. Second chance algoritam zamene stranica u sistemu sa virtuelnom memorijom je:

Explanation

The second chance algorithm for page replacement in a virtual memory system can be executed without any issues.

Submit
83. Šta vidite na ovoj slici?

Explanation

The given answer states that the allocation has poor random performance but good sequential performance, indicating that it is a linked allocation. This means that accessing data randomly within the allocation is slow, but accessing data sequentially is efficient. Therefore, the correct answer is that the allocation in question is a linked allocation.

Submit
84. Koji je ovo pristup datoteci?

Explanation

The correct answer is "Sekvencijalni." This refers to the sequential access method of file processing, where data is read or written in a sequential order, one after another. In this approach, the data can only be accessed in the order they were stored, and random access is not possible. This method is commonly used for tasks such as reading or writing large amounts of data sequentially, such as in batch processing or working with log files.

Submit
85.  U DMA režimu, programibilni parametri za DMA su:

Explanation

In DMA mode, the programmable parameters for DMA are the address of the buffer where the data will be transferred and the number of bytes to be transferred. This means that the DMA controller will use these parameters to transfer the specified number of bytes from the source device to the specified buffer address in the memory. The other options mentioned, such as only the number of bytes or only the buffer address, do not provide enough information for the DMA controller to perform the data transfer accurately. Additionally, the option mentioning the address of the I/O device is not necessary as the DMA controller does not need this information to perform the transfer.

Submit
86. C-SCAN algoritam za Disk Scheduling, sledeći zahtev za opsluživanje bira na osnovu  

Explanation

The C-SCAN algorithm for Disk Scheduling selects the next request based on the smallest distance relative to the current cylinder, but in the direction the head is moving. This means that it prioritizes servicing requests that are closest to the current position of the head, but in the direction the head is already moving. This ensures that the head continues moving in the same direction and avoids unnecessary backtracking, leading to more efficient disk access.

Submit
87. Za sistem sa virtuelnom memorijom, sa DP tehnikom pojave PF za dati  proces se prikazuje na ekranu

Explanation

In a system with virtual memory, page faults (PF) occur when a process requests a page that is not currently in the main memory. These page faults are not typically shown on the screen as they are handled by the operating system internally. Therefore, the answer "Ne" (No) is correct as page faults are not directly displayed on the screen.

Submit
88. Da biste realizovali Second chance clock algoritam zamene stranica u sistemu sa virtuelnom memorijom, u tabelu stranica morate ubaciti

Explanation

To implement the Second chance clock algorithm for page replacement in a virtual memory system, the pages in the page table need to have a "R bit" (Referenced bit). The R bit is used to track whether a page has been recently accessed or not. When a page needs to be replaced, the algorithm checks the R bit of each page in a circular manner. If the R bit is set, indicating that the page has been recently accessed, it is given a second chance and the R bit is cleared. If the R bit is not set, the page is chosen for replacement. Therefore, the R bit is necessary for the functioning of the Second chance clock algorithm.

Submit
89. Ovo je:

Explanation

The correct answer is "Simulacija sekvencijalnog pristupa preko random pristupa". This means that the simulation is mimicking sequential access through random access. In other words, the simulation is designed to simulate a scenario where data is accessed sequentially, but in reality, it is accessed randomly. This can be useful in testing and analyzing the performance of systems or algorithms that are designed for sequential access but may encounter random access patterns in real-world scenarios.

Submit
90.  Virtuelna memorija može imati veliki uticaj na način programiranja

Explanation

Virtualna memorija se odnosi na mehanizam koji omogućava operativnom sistemu da koristi deo hard diska kao privremenu memoriju kada fizička memorija (RAM) nije dovoljna za izvršavanje svih aktivnih procesa. Kada je virtualna memorija dostupna, programeri mogu programirati aplikacije bez potrebe za brinući o ograničenjima fizičke memorije. Ovo može značajno uticati na način programiranja jer programeri mogu koristiti više memorije nego što je fizički dostupno, ali to takođe može dovesti do sporijeg izvršavanja programa zbog pristupa disku umesto brže RAM memorije. Dakle, virtualna memorija može imati veliki uticaj na način programiranja, ali ovo zavisi od operativnog sistema koji podržava tu funkcionalnost.

Submit
91. Šta vidite na ovoj slici?

Explanation

The correct answer is "Strukture na slici nisu na disku nego u memoriji" because the statement indicates that the structures on the image are not stored on the disk but in the memory. This suggests that the image is being processed or displayed from the memory rather than being accessed directly from the disk.

Submit
92. Scan algoritam za Dsik Scheduling , sledeći zahtev za opsluživanje bira na osnovu

Explanation

The correct answer is "Najmanjeg rastojanja u odnosu na tekući cilindar, ali u smeru u kome je krenula glava." This means that the scan algorithm for Disk Scheduling selects the next request to be serviced based on the smallest distance from the current cylinder, but in the direction that the head is currently moving. This ensures that the head continues moving in the same direction, reducing the overall seek time and improving efficiency in accessing the data on the disk.

Submit
93. LOOK (isto što I SCAN!)algoritam za Disk Scheduling, sledeći zahtev za opsluživanje bira na osnovu

Explanation

The correct answer is "najmanjeg rastojanja u odnosu na tekući cilindar, ali u smeru u kome je krenula glava." This means that the LOOK algorithm for Disk Scheduling selects the next request based on the smallest distance in relation to the current cylinder, but in the direction that the head is moving. This ensures that the head continues moving in the same direction, reducing the amount of time it takes to service requests.

Submit
94. Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom

Explanation

The correct answer states that the optimal page replacement algorithm cannot be implemented and is used to evaluate the quality of other real algorithms. This suggests that the optimal algorithm is not practical or feasible to use in real systems, but it serves as a benchmark to compare the performance of other algorithms.

Submit
95.  SSTF algoritam za Disk Scheduling, po pitanju performansi je

Explanation

The correct answer is "odličan" (excellent). This means that the SSTF algorithm for disk scheduling performs exceptionally well in terms of performance. It is able to minimize the seek time and improve the overall efficiency of the disk system.

Submit
96. Look algoritam za Disk Scheduling, po pitanju performansi je

Explanation

The given correct answer suggests that the performance of the disk scheduling algorithm is "Srednje dobar" which translates to "Moderately good" in English. This implies that the algorithm is not excellent but also not very poor in terms of performance. It may have some room for improvement, but overall it is satisfactory and can provide decent results in disk scheduling operations.

Submit
97. Za virtuelnu memoriju, proces mora biti direktno u memoriji

Explanation

The statement is saying that for virtual memory, the process does not need to be directly in memory. This means that the process can be stored in secondary storage, such as a hard drive, and only portions of it that are actively being used are loaded into memory. This allows for efficient memory management and the ability to run larger programs than the available physical memory would allow.

Submit
98.  Virtuelna memorija omogudava deljenje datoteka (memorijski mapirane datoteke):  

Explanation

The correct answer is mapiranjem virtuelnog prostora procesa u datoteku, a ne u swap prostor. This means that virtual memory allows the mapping of the virtual address space of a process directly to a file, rather than copying the files into the swap space on the disk or copying them into physical memory. This allows for efficient sharing of files between processes and reduces the need for excessive disk I/O.

Submit
99. Na slici je prikazano?

Explanation

The correct answer is "Globalno rešenje za Trashing efekat" because the image shows a solution that is applicable to the entire system or process of Trashing effect, rather than just a specific part or component.

Submit
100. Struktura na slici naziva se:

Explanation

The correct answer is Streams. Streams refer to a software construct that allows data to flow between different components of a computer program. It is a way of organizing and managing data transfer between different parts of a program or between different programs. In this context, the structure depicted in the image is likely representing the concept of streams and how they facilitate data flow.

Submit
101. LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom

Explanation

The correct answer is "Jako složen za realizaciju" which translates to "Very complex to implement". This means that the LRU (Least Recently Used) page replacement algorithm in a system with virtual memory is difficult to implement. This algorithm requires keeping track of the order in which pages are accessed and replacing the least recently used page when the memory is full. Implementing this algorithm involves maintaining a data structure such as a queue or a linked list to track the page usage, which adds complexity to the system.

Submit
102.  Koju alokaciju vidite na ovoj slici:

Explanation

The correct answer is "Indeksna alokacija." This means that the allocation being referred to in the picture is an index allocation. Index allocation is a method of allocating disk space where a table, known as an index table, is used to keep track of the allocation status of each block on the disk. Each entry in the index table corresponds to a block on the disk and contains information about whether the block is allocated or free. This allows for efficient management of disk space and quick access to allocated blocks.

Submit
103. Zahvaljujuci ovakvoj strukturi koju vidite na slici

Explanation

The correct answer is "metadata se osetno smanjuje, a performanse neznatno padaju" which translates to "metadata is significantly reduced, and performance slightly decreases". This is the most accurate explanation as it states that the metadata is reduced significantly, leading to a decrease in performance, although the decrease is only slight.

Submit
104. Lokalno rešenje za Trashing efekat je

Explanation

The correct answer suggests that the solution to the Trashing effect is to monitor page fault errors (PF greške) for each process individually and adjust the allocation of physical memory (fizička memorija) for each process accordingly. This approach allows for efficient memory management and helps prevent excessive swapping of pages between main memory and secondary storage, which is the main cause of the Trashing effect.

Submit
105. Sekvencijalne performanse za ovakav pristup datoteci su:

Explanation

The given answer states that the sequential performance for this file access approach is "Jako dobre" which translates to "Very good" in English. This suggests that the performance of accessing the file in a sequential manner is highly efficient and effective.

Submit
106. Struktura na slici izvanredna je za :

Explanation

The given correct answer is "Character device drivers." The structure in the image is specifically designed for character device drivers. Character device drivers are responsible for transferring data between the kernel and the character devices, such as keyboards, printers, and serial ports, which transfer data character by character. The structure shown in the image likely contains the necessary functions and data structures required for the implementation and management of character device drivers.

Submit
107. C-LOOK (radi kao C-SCAN) algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo

Explanation

The correct answer is that the C-LOOK algorithm for Disk Scheduling follows the rule of the disk head servicing requests only in the upward direction.

Submit
108. Osnovni kriterijum za LRU algoritam je

Explanation

The correct answer is "Vreme poslednjeg pristupa stanice" which translates to "Time of the last access to the station" in English. This means that the LRU (Least Recently Used) algorithm uses the timestamp of the most recent access to determine which data should be replaced in the cache. It prioritizes evicting the least recently used data to optimize cache performance.

Submit
109. Koju alokaciju vidite na ovoj slici

Explanation

The given answer "Kontinualna alokacija" is the most appropriate because it means "Continuous allocation" in English. This suggests that the allocation shown in the picture is continuous, meaning that the memory is allocated in a contiguous manner without any fragmentation.

Submit
110. Osnovni kriterijum za FIFO algoritam je:

Explanation

The basic criterion for the FIFO algorithm is the time at which a page enters the system. This means that the page that has been in the system for the longest time will be selected for replacement when a page fault occurs. The FIFO algorithm does not consider the number of accesses to the page or the time of the last access. It simply follows a first-in-first-out approach, where the oldest page is replaced first.

Submit
111. Ova alokacije se ne primenjuje nigde. Glavni razlog:

Explanation

The main reason for not applying this allocation is the challenging circumstances during file growth or compression.

Submit
112. FCFS ili FIFO algoritam za Disk Scheduling, po pitanju zakucavanja je

Explanation

The given correct answer is "odličan" which means "excellent" in English. This implies that the FCFS or FIFO algorithm for Disk Scheduling is considered to be very good or efficient in terms of minimizing head movements and improving overall disk performance.

Submit
113. Algoritam koji vidite na slici naziva se?

Explanation

The algorithm shown in the image is called C-look or LOOK.

Submit
114. C-LOOK algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo  

Explanation

The correct answer is that the C-LOOK algorithm for Disk Scheduling follows the rule of serving requests only in the upward direction. This means that the disk head will only service requests that are located ahead of its current position on the disk. It will not move in the opposite direction or serve requests in the downward direction.

Submit
115. Šta je ovo?

Explanation

These structures are for the File System (FS) and are located on the disk.

Submit
116.  SCAN algoritamza Disk Scheduling, po pitanju zakucavanja je  

Explanation

The given correct answer, "Srednje dobar," suggests that the SCAN algorithm for disk scheduling is moderately good in terms of seeking time optimization. The SCAN algorithm moves the disk arm from one end of the disk to the other, serving all the requests in between. While it may not be the most efficient algorithm, it still performs reasonably well in reducing the average seek time compared to some other algorithms.

Submit
117. Šta vidite na ovoj slici?

Explanation

The correct answer is "Belady anomaliju i ona prati FIFO algoritam" (Belady's anomaly and it follows the FIFO algorithm). Belady's anomaly refers to the phenomenon where increasing the number of page frames in a page replacement algorithm can actually lead to more page faults. This anomaly is specifically associated with the FIFO (First-In-First-Out) algorithm, where the oldest page is replaced when a new page needs to be brought into memory.

Submit
118. U sistemima sa virtuelnom memorijom, sa DP tehnikom

Explanation

In systems with virtual memory, using the Demand Paging technique, only the page that caused a page fault is transferred between the virtual and physical memory. This means that when a page fault occurs, the operating system only brings in the specific page that caused the fault from the secondary storage into the physical memory, rather than transferring the entire process or a group of pages. This helps optimize memory usage and improves overall system performance.

Submit
119. SSTF algoritam za DISK Scheduling ,po pitanju performansi je

Explanation

The given correct answer states that the SSTF algorithm for disk scheduling is "odličan" which means excellent in English. This suggests that the SSTF algorithm is highly efficient and effective in terms of performance. It is able to minimize the seek time by selecting the closest request from the current position of the disk head, resulting in faster disk access and improved overall performance.

Submit
120. LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom ima

Explanation

The LRU (Least Recently Used) page replacement algorithm in a virtual memory system performs well. It aims to minimize the number of page faults by replacing the least recently used page with a new one. By doing so, it ensures that the most recently used pages are kept in the memory, which reduces the occurrence of page faults and improves the overall performance of the system.

Submit
121. Globalno rešenje za Trashing efekat je:

Explanation

The correct answer suggests that creating a system model of the entire system's working set and comparing it with the size of physical memory is the global solution for the Trashing effect. This implies that by analyzing the system's working set and comparing it with the available physical memory, one can determine if the system is experiencing excessive page swapping, which is characteristic of the Trashing effect. By identifying this, appropriate measures can be taken to optimize memory usage and prevent the Trashing effect.

Submit
122. Na slici je prikazano?

Explanation

The correct answer is "Globalno rešenje za trashing efekat" which translates to "Global solution for the trashing effect." This suggests that the image represents a solution that can be applied globally to address the trashing effect.

Submit
123. FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom se:

Explanation

The FIFO (First-In-First-Out) page replacement algorithm is commonly used in systems with virtual memory. This algorithm replaces the oldest page in the memory, which was the first one to be brought in. However, it has a drawback known as the "Belady's Anomaly," where increasing the number of page frames can lead to an increase in page faults. Due to this limitation, other page replacement algorithms like LRU (Least Recently Used) are often preferred over FIFO, making it less frequently used.

Submit
124. LOOK algoritam za Disk Scheduling, po pitanju zakucavanja je  

Explanation

The given answer "Srednje dobar" suggests that the LOOK algorithm for Disk Scheduling performs moderately well in terms of seeking and accessing data on a disk. It may not be the best algorithm, but it is also not the worst. It strikes a balance between efficiency and simplicity, making it a decent choice for disk scheduling.

Submit
125. Kako se zovu strukture na slici

Explanation

The correct answer is FS. FS stands for File System. In computing, a file system is a method of organizing and storing files and directories in a structured manner on a storage device, such as a hard drive or SSD. It provides a way for the operating system to access, manage, and manipulate files and folders. In the given question, the structures depicted in the image are likely related to the file system.

Submit
126. ALgoritam koji vidite na slici naziva se

Explanation

The algorithm shown in the image is called SCAN.

Submit
127. Second chance (clock) algoritam zamene stranica u sistemu sa virtuelnom memorijom ima:

Explanation

The Second Chance (clock) algorithm for page replacement in a virtual memory system has good performance. This algorithm is designed to approximate the behavior of the optimal page replacement algorithm while being more efficient to implement. It keeps track of a reference bit for each page and uses a circular queue to determine which page to replace. This algorithm performs well in terms of minimizing page faults and maximizing the number of useful pages in memory.

Submit
128. Random performanse za ovakav pristup datoteci su:(napomena: ovo je sekvencijalni pristup datoteci!)

Explanation

The performance for this file access approach is very poor. The reason for this is that it is mentioned that this is a sequential access approach. Sequential access means that the data is accessed in a linear manner, one after the other. This can be very slow and inefficient, especially for large files or when the data being accessed is not located close together in the file. Therefore, the performance is described as "very poor" in this case.

Submit
129. Utrošak disk prostora za upravljanje alokacijom koju vidite na ovoj slici, su: (napomena: u pitanju je kontinualna alokacija)

Explanation

The correct answer states that the disk space allocation shown in the image is "very small" and only includes File Control Blocks (FCBs). This means that the allocated space on the disk is limited and is primarily used for storing information about files (FCBs) rather than actual file data.

Submit
130. C-LOOK algoritam za Disk Scheduling, po pitanju zakucavanja je

Explanation

The given correct answer states that the C-LOOK algorithm for Disk Scheduling is "Odličan" which translates to "Excellent" in English. This suggests that the C-LOOK algorithm is highly efficient and effective when it comes to handling disk requests and minimizing seek time. It likely optimizes the movement of the disk arm by only servicing requests in one direction and avoiding unnecessary backtracking. Overall, the C-LOOK algorithm is considered to be a superior choice for disk scheduling.

Submit
131. 16. FCFS ili FIFO algoritamza Disk Scheduling, po pitanju performansi je

Explanation

The correct answer is "Jako slab" (Very poor). The FCFS (First-Come, First-Served) or FIFO (First-In, First-Out) algorithm for disk scheduling is considered to have very poor performance. This is because it does not prioritize requests based on their proximity to the current position of the disk head. As a result, it can lead to high seek times and poor overall efficiency, especially in scenarios with a high number of random or scattered requests. Other disk scheduling algorithms, such as SCAN or C-SCAN, are more efficient in terms of performance.

Submit
132. SSTF algoritamza Disk Scheduling, sledeći zahtev za opsluživanje bira na osnovu  

Explanation

The SSTF (Shortest Seek Time First) algorithm for Disk Scheduling selects the next request to be serviced based on the smallest distance from the current cylinder, regardless of the direction in which the head is moving. This means that the algorithm prioritizes servicing requests that are closest to the current position of the head, regardless of whether the head is moving towards or away from those requests. This helps to minimize the seek time and improve the overall efficiency of the disk scheduling process.

Submit
133. U sistemu sa virtuelnom memorijom, i  to kod swaping sistema

Explanation

In a swapping system with virtual memory, entire processes are moved between the virtual disk and memory. This means that when a process is not actively being used, it can be moved to the virtual disk to free up memory space for other processes. When the process needs to be accessed again, it can be swapped back into memory. This swapping of entire processes allows for efficient memory management and enables the system to handle more processes than the available physical memory can accommodate.

Submit
134.  Random performanse, za alokaciju koju vidite na ovoj slici, su: (napomena: u pitanju je kontinualna alokacija

Explanation

The performance for the allocation shown in the picture is very poor.

Submit
135. C­SCAN algoritam za Disk Scheduling, po pitanju performansi je

Explanation

The correct answer is "Srednje dobar." The C-SCAN algorithm for disk scheduling is considered to be moderately good in terms of performance. This algorithm works by moving the disk arm from one end of the disk to the other, servicing requests along the way. It ensures that all requests are serviced in a fair manner and reduces the average seek time. However, it may still have some inefficiencies compared to other more advanced disk scheduling algorithms.

Submit
136. C-SCAN algoritam za Disk Scheduling, po pitanju zakucavanja je

Explanation

The given correct answer is "Odličan" which means "Excellent" in English. This suggests that the C-SCAN algorithm for Disk Scheduling is highly effective and efficient in terms of handling seek operations on the disk. It is likely that the C-SCAN algorithm minimizes the time taken to access data on the disk by efficiently organizing and optimizing the movement of the disk head.

Submit
137. SSTF algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo

Explanation

The correct answer is "Glava diksa opslužuje zahteve u oba smera u odnosu na trenutnu poziciju". This means that the disk head serves requests in both directions relative to its current position. This allows for more efficient disk scheduling as it can reduce the seek time by servicing requests that are closer to its current position, regardless of the direction.

Submit
138.  C-LOOK algoritam za Disk Scheduling, po pitanju performansi je  

Explanation

The C-LOOK algorithm for disk scheduling is considered excellent in terms of performance. This algorithm improves upon the LOOK algorithm by only servicing requests in one direction, resulting in reduced seek time and improved efficiency. It scans the disk in a particular direction and then jumps to the opposite end of the disk without servicing any requests in between. This approach minimizes the average response time and maximizes the throughput of the disk system. Therefore, the C-LOOK algorithm is highly efficient and is considered excellent in terms of performance.

Submit
139. Utrošak disk prostora za upravljanje alokacijom koju vidite na ovoj slici, su:

Explanation

The correct answer is "relativno mali i obuhvata FCBs i pointere van FCB" which means "relatively small and includes FCBs and pointers outside FCB." This suggests that the disk space allocation management depicted in the image has a small size and includes both File Control Blocks (FCBs) and pointers outside the FCB.

Submit
140.  Osnovni kriterijum za LFU/MFU algoritam je:  

Explanation

The basic criterion for the LFU/MFU algorithm is the number of accesses to a page. This means that the algorithm prioritizes pages that have been accessed the least or the most frequently, depending on whether it is the LFU (Least Frequently Used) or MFU (Most Frequently Used) variant. The aim is to keep the most frequently accessed pages in memory to improve overall system performance.

Submit
141. Šta vidite na ovoj slici?

Explanation

The correct answer is "Linkovanu listu za odrzavanje slobodnog prostora u FS" because the question asks what is seen in the picture, and based on the given options, it is the most appropriate answer.

Submit
142. Algoritam koji vidite na slici

Explanation

The given options are different disk scheduling algorithms. SSTF stands for Shortest Seek Time First, which is a disk scheduling algorithm that selects the request with the shortest seek time from the current head position. This algorithm aims to minimize the total seek time and improve the overall efficiency of the disk system. Therefore, SSTF is the correct answer among the given options.

Submit
143. C-SCAN algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo  

Explanation

The correct answer is "glava diska opslužuje zahteve, samo u smeru na gore". This means that the C-SCAN algorithm for disk scheduling only services requests in the upward direction. It moves the disk head from its current position to the highest numbered track, then wraps around to the lowest numbered track and continues servicing requests in the upward direction. This ensures that all requests are serviced in a systematic manner, preventing starvation of requests on lower tracks.

Submit
144. SCAN algoritam za Disk Scheduling, po pitanju kretanja glave važi pravilo.  

Explanation

The SCAN disk scheduling algorithm follows the rule that the disk head services requests only in the direction it is currently moving. This means that if the disk head is moving from one end of the disk to the other, it will continue servicing requests in that same direction until it reaches the end before changing direction.

Submit
145.  FCFS ili FIFO algoritam za Disk Scheduling, sledeći zahtev za opsluživanje bira na osnovu  

Explanation

The correct answer is "Vreme ulaska u red čekanja" because the FCFS or FIFO (First-Come-First-Serve) disk scheduling algorithm selects the next request for service based on the time it entered the waiting queue. This means that the requests are serviced in the order they arrived, regardless of the distance from the current cylinder or the direction in which the head is moving.

Submit
146. Sekvencijalne performanse, za alokaciju koju vidite na ovoj slici, su:

Explanation

The sequential performance for the allocation shown in the picture is very good.

Submit
147. SSTF algoritam za Disk Scheduling, po pitanju zakucavanja je

Explanation

The given answer "Jako slab" (very weak) suggests that the SSTF algorithm for disk scheduling is not efficient when it comes to seeking or accessing data on the disk. This implies that the algorithm may result in longer waiting times and slower performance compared to other disk scheduling algorithms.

Submit
148. Šema na slici je:

Explanation

The explanation for the given correct answer, "Srednje brza," is that the schema in the picture is neither very slow nor very fast. It falls in the middle, indicating a moderate speed.

Submit
149. Sekvencijalne performanse, za alokaciju koju vidite na ovoj slici su

Explanation

The given answer "Veoma dobre" suggests that the sequential performance for the allocation shown in the picture is very good. This implies that the allocation is efficient and effective in terms of sequential processing, indicating that tasks or operations can be executed smoothly and quickly without significant delays or bottlenecks.

Submit
150. Tipična primena ove alokacije je kod slededih FS:

Explanation

The given answer suggests that the typical application of this allocation is not used anywhere. This means that the allocation method described is not commonly used or implemented in any file systems such as ZFS, UNIX, NTFS, or FAT.

Submit
View My Results

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
  • May 25, 2019
    Quiz Created by
    Nikola
Cancel
  • All
    All (150)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Šta vidite na ovoj slici
Šta vidite na ovoj slici?
Šta vidite na ovoj slici?
Kako se zove tehnika virtuelne memorije prikazana na slici?
Osnovni algoritmi zamene stranica u sistemu sa virtuelnom memorijom...
Šta vidite na ovoj slici?
Koju alokaciju vidite na ovoj slici:
Ovo su imena nekih tehnika: ...
Šta vidite na ovoj slici?
Šta vidite na ovoj slici:?
Trashing efekat je posledica
Second chance(clock) algoritam zamene stranica u sistemu sa virtuelnom...
Šta vidite na slici:
Gde se primenjuju ove tehnike?
Simulacija random pristupa u odnosu na ovakav pristup datoteci se...
U sistemima sa vrituelnom memorijom, sa DP tehnikom, između virtuelne...
Na slici vidite?
Šta vidite na ovoj slici?
Virtuelna memorija može omogućiti deljenje datoteka?
Šta vidite na ovoj slici?
Kada nastupi Trashing efekat iskorišćenje procesa je oko
Second chance(clock) algoritam zamene stranica u sistemu sa virtuelnom...
Na slici vidite?
Šta vidite na ovoj slici?
LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom se...
Šta vidite na ovoj slici?
Imate sledece stranice(proveri ovo)
Na slici vidite?
 Virtuelna memorija može imati veliki uticaj na nači...
Šta je ovo?
Optimal algoritam zamene stranica sa virtuelnom memorijom ima  
Šta je PIO?
FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom je:
 Struktura clusters predstavlja koju alokaciju:i Koju alokaciju...
Kako se zove struktura na slici?
 Za sisteme sa virtuelnom memorijom, sa DP (Demand Paging)...
Šta vidite na ovoj slici?
Kvalitetne funkcijeza IO, kao što su, buffering, spooling,...
Šta vidite na ovoj slici?
Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom...
Virtuelna memorija za memorijski mapirane datoteke:
Za sistem sa virtuelnom memorijom sa DP tehnikom, vremena...
Virtuelna memorija može imati veliki uticaj na način programiranja
Which one do you like?
Tipična primena ove alokacije je kod sledećih FS
Na slici je prikazano?-Ko je kriv za ovu pojavu?
Do zamene stranica u sistemu sa virtuelnom memorijom dolazi zbog
Šta vidite na ovoj slici
Šta vidite na ovoj slici. Ova procedura je
Kada se u šemi na slici modifikuje,tako da svi pointeri...
 LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom...
FCFS ili FIFO algoritam za Disk Scheduling, po pitanju kretanja glave...
U sistemu sa virtuelnom memorijom
FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom se...
Trashing efekat je posledica
Da biste realizovali sistem sa virtuelnom memorijom sa DP tehnikom, u...
. Na slici vidite strukture koje su: ...
Šta vidite na ovoj slici?
Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom se...
 Šta vidite na ovoj slici. Ovde je došlo do haosa....
Koji je ovo pristup datoteci
U PIO režimu, resurs koji prenos ipodatke između I/O uređaja i RAM...
Scan algoritam za Disk Scheduling, po pitanju performansi je
Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom se
Ovakav pristup datotekama je veoma dobar za
Tipična primena ove alokacije je kod slededih FS:
Šta je ovo?
Za sistem sa virtuelnom memorijom sa DP tehnikom, programer mora da...
Second chance clock algoritam zamene stranica u sistemu sa virtuelnom...
 Struktura koju vidite na slici naziva se:
Gde je glavni keš za FS
Na slici vidite
Na pojavu PF (page fault), na sistemu sa virtuelnom memorijom, sa DP...
Na slici vidite tehniku koja pomaže pre svega
Algoritam koji vidite na slici naziva se
Pojava koja se dogodila na ovoj slici naziva se?
Second chance clock algoritam zamene stranica u sistemu sa virtuelnom...
LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom se...
U sistemima sa virtuelnom memorijom, i to kod paging sistema
Za sistem sa virtuelnom memorijom, sa DP tehnikom, zahteva se...
LOOK (isto što I SCAN)algoritam za Disk Scheduling, po pitanju...
Second chance algoritam zamene stranica u sistemu sa virtuelnom...
Šta vidite na ovoj slici?
Koji je ovo pristup datoteci?
 U DMA režimu, programibilni parametri za DMA su:
C-SCAN algoritam za Disk Scheduling, sledeći zahtev za opsluživanje...
Za sistem sa virtuelnom memorijom, sa DP tehnikom pojave PF za...
Da biste realizovali Second chance clock algoritam zamene stranica u...
Ovo je:
 Virtuelna memorija može imati veliki uticaj na način...
Šta vidite na ovoj slici?
Scan algoritam za Dsik Scheduling , sledeći zahtev za opsluživanje...
LOOK (isto što I SCAN!)algoritam za Disk Scheduling, sledeći...
Optimal algoritam zamene stranica u sistemu sa virtuelnom memorijom
 SSTF algoritam za Disk Scheduling, po pitanju performansi je
Look algoritam za Disk Scheduling, po pitanju performansi je
Za virtuelnu memoriju, proces mora biti direktno u memoriji
 Virtuelna memorija omogudava deljenje datoteka (memorijski...
Na slici je prikazano?
Struktura na slici naziva se:
LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom
 Koju alokaciju vidite na ovoj slici:
Zahvaljujuci ovakvoj strukturi koju vidite na slici
Lokalno rešenje za Trashing efekat je
Sekvencijalne performanse za ovakav pristup datoteci su:
Struktura na slici izvanredna je za :
C-LOOK (radi kao C-SCAN) algoritam za Disk Scheduling, po pitanju...
Osnovni kriterijum za LRU algoritam je
Koju alokaciju vidite na ovoj slici
Osnovni kriterijum za FIFO algoritam je:
Ova alokacije se ne primenjuje nigde. Glavni razlog:
FCFS ili FIFO algoritam za Disk Scheduling, po pitanju zakucavanja je
Algoritam koji vidite na slici naziva se?
C-LOOK algoritam za Disk Scheduling, po pitanju kretanja glave važi...
Šta je ovo?
 SCAN algoritamza Disk Scheduling, po pitanju zakucavanja je ...
Šta vidite na ovoj slici?
U sistemima sa virtuelnom memorijom, sa DP tehnikom
SSTF algoritam za DISK Scheduling ,po pitanju performansi je
LRU algoritam zamene stranica u sistemu sa virtuelnom memorijom ima
Globalno rešenje za Trashing efekat je:
Na slici je prikazano?
FIFO algoritam zamene stranica u sistemu sa virtuelnom memorijom se:
LOOK algoritam za Disk Scheduling, po pitanju zakucavanja je  
Kako se zovu strukture na slici
ALgoritam koji vidite na slici naziva se
Second chance (clock) algoritam zamene stranica u sistemu sa...
Random performanse za ovakav pristup datoteci su:(napomena: ovo je...
Utrošak disk prostora za upravljanje alokacijom koju vidite na...
C-LOOK algoritam za Disk Scheduling, po pitanju zakucavanja je
16. FCFS ili FIFO algoritamza Disk Scheduling, po pitanju performansi...
SSTF algoritamza Disk Scheduling, sledeći zahtev za opsluživanje...
U sistemu sa virtuelnom memorijom, i  to kod swaping sistema
 Random performanse, za alokaciju koju vidite na ovoj slici, su: ...
C­SCAN algoritam za Disk Scheduling, po pitanju performansi je
C-SCAN algoritam za Disk Scheduling, po pitanju zakucavanja je
SSTF algoritam za Disk Scheduling, po pitanju kretanja glave važi...
 C-LOOK algoritam za Disk Scheduling, po pitanju performansi je ...
Utrošak disk prostora za upravljanje alokacijom koju vidite na...
 Osnovni kriterijum za LFU/MFU algoritam je:  
Šta vidite na ovoj slici?
Algoritam koji vidite na slici
C-SCAN algoritam za Disk Scheduling, po pitanju kretanja glave važi...
SCAN algoritam za Disk Scheduling, po pitanju kretanja glave važi...
 FCFS ili FIFO algoritam za Disk Scheduling, sledeći zahtev za...
Sekvencijalne performanse, za alokaciju koju vidite na ovoj slici, su:
SSTF algoritam za Disk Scheduling, po pitanju zakucavanja je
Šema na slici je:
Sekvencijalne performanse, za alokaciju koju vidite na ovoj slici su
Tipična primena ove alokacije je kod slededih FS:
Alert!

Advertisement