BPSC TRE 4 operating system practice set 1

Que: (1). Which of the following is NOT a memory management technique used by operating systems?

Asked in BPSC TRE 3.0
C.
B.
A.
D.
E.
Open question page

Que: (2). In paging, a process is divided into fixed-size units called:

A.
B.
C.
D.
E.
Open question page

Que: (3). In paging, physical memory is divided into fixed-size units called:

C.
A.
B.
D.
E.
Open question page

Que: (4). Which memory management technique divides a program into variable-sized logical units such as code, data and stack?

C.
B.
A.
D.
E.
Open question page

Que: (5). Which type of fragmentation is commonly associated with paging?

B.
C.
A.
D.
E.
Open question page

Que: (6). Which type of fragmentation is primarily associated with variable-sized memory allocation and segmentation?

A.
C.
B.
D.
E.
Open question page

Que: (7). Which technique allows a program to execute even when the entire program cannot fit into physical main memory at once?

B.
C.
A.
D.
E.
Open question page

Que: (8). Which of the following is a page replacement algorithm used in virtual memory systems?

B.
C.
A.
D.
E.
Open question page

Que: (9). Which of the following is a file system commonly used in operating systems?

Asked in BPSC TRE 3.0
C.
A.
B.
D.
E.
Open question page

Que: (10). Which file system is commonly associated with modern Microsoft Windows systems?

A.
C.
B.
D.
E.
Open question page

Que: (11). Which file system is commonly used by Linux distributions?

A.
B.
C.
D.
E.
Open question page

Que: (12). Which file system was developed by Apple for use with older versions of Mac OS and macOS?

C.
A.
B.
D.
E.
Open question page

Que: (13). Which of the following file systems supports journaling?

B.
A.
C.
D.
E.
Open question page

Que: (14). Which file system is known for having a maximum individual file size of approximately 4 GB?

C.
A.
B.
D.
E.
Open question page

Que: (15). Which of the following is the modern default file system introduced by Apple for macOS, iOS and related platforms?

A.
B.
C.
D.
E.
Open question page

Que: (16). Which component of a file system keeps information about files and their locations on storage?

C.
B.
A.
D.
E.
Open question page

Que: (17). Which of the following is NOT a type of interrupt?

Asked in BPSC TRE 3.0
C.
B.
A.
D.
E.
Open question page

Que: (18). Which type of interrupt is generated by an external hardware device?

A.
C.
B.
D.
E.
Open question page

Que: (19). Which type of interrupt is generated by the execution of a special instruction or software condition?

A.
C.
B.
D.
E.
Open question page

Que: (20). What is the name of the routine executed by the CPU to handle an interrupt?

A.
C.
B.
D.
E.
Open question page

Que: (21). Which type of interrupt can normally be disabled or ignored temporarily by the CPU?

B.
C.
A.
D.
E.
Open question page

Que: (22). Which interrupt is designed for conditions that require immediate attention and normally cannot be disabled by the usual interrupt mask?

A.
C.
B.
D.
E.
Open question page

Que: (23). Which hardware component commonly generates periodic interrupts used by an operating system for timekeeping and scheduling?

B.
C.
A.
D.
E.
Open question page

Que: (24). What generally happens when the CPU accepts an interrupt?

B.
C.
A.
D.
E.
Open question page

Que: (25). What is a page in paging?

Asked in BPSC TRE 3.0
A.
B.
C.
D.
E.
Open question page

Que: (26). What is a frame in a paging system?

C.
B.
A.
D.
E.
Open question page

Que: (27). What is the primary purpose of a page table?

A.
C.
B.
D.
E.
Open question page

Que: (28). Which of the following is true about the size of a page and a frame in paging?

A.
B.
C.
D.
E.
Open question page

Que: (29). What is a page fault?

C.
A.
B.
D.
E.
Open question page

Que: (30). Which hardware component is commonly used to speed up virtual-to-physical address translation?

C.
A.
B.
D.
E.
Open question page

Que: (31). Which technique loads a page into physical memory only when the page is actually needed?

A.
B.
C.
D.
E.
Open question page

Que: (32). Which of the following is a common page replacement algorithm?

C.
B.
A.
D.
E.
Open question page

Que: (33). In a system with a page size of 4 KB and a physical address space of 64 GB, what is the number of bits required for the page offset?

Asked in BPSC TRE 3.0
B.
A.
C.
D.
E.
Open question page

Que: (34). If the page size is 8 KB, how many bits are required for the page offset?

B.
C.
A.
D.
E.
Open question page

Que: (35). If a paging system uses a page size of 1 KB, how many bits are required for the page offset?

B.
C.
A.
D.
E.
Open question page

Que: (36). A paging system has a page size of 16 KB. What is the number of bits in the page offset?

A.
C.
B.
D.
E.
Open question page

Que: (37). A system has a physical address space of 32 GB and a page size of 4 KB. How many bits are required for a physical address?

A.
B.
C.
D.
E.
Open question page

Que: (38). A system has a physical memory size of 16 GB and a page size of 4 KB. How many physical memory frames are available?

A.
B.
C.
D.
E.
Open question page

Que: (39). A logical address is 32 bits long and the page size is 4 KB. How many bits are used for the page number?

B.
C.
A.
D.
E.
Open question page

Que: (40). A system has a 36-bit physical address and a page size of 4 KB. How many bits are required for the physical frame number?

A.
B.
C.
D.
E.
Open question page

Que: (41). What is a segment base in segmentation?

Asked in BPSC TRE 3.0
C.
B.
A.
D.
E.
Open question page

Que: (42). What does the segment limit specify in a segmentation system?

C.
B.
A.
D.
E.
Open question page

Que: (43). Which two values are primarily stored in each segment-table entry?

C.
B.
A.
D.
E.
Open question page

Que: (44). How is the physical address obtained in basic segmentation when the offset is valid?

B.
C.
A.
D.
E.
Open question page

Que: (45). A segment has a base address of 5000 and an offset of 300. What physical address is generated, assuming the offset is within the segment limit?

A.
B.
C.
D.
E.
Open question page

Que: (46). A segment has a base address of 8000 and a limit of 1000. Which offset is valid for accessing the segment?

C.
A.
B.
D.
E.
Open question page

Que: (47). Which register points to the location of the segment table in memory?

A.
C.
B.
D.
E.
Open question page

Que: (48). What happens if the offset in a logical address is greater than or equal to the permitted segment limit?

C.
A.
B.
D.
E.
Open question page

Que: (49). What causes thrashing to occur?

Asked in BPSC TRE 3.0
A.
C.
B.
D.
E.
Open question page

Que: (50). Which of the following is a major cause of thrashing?

A.
B.
C.
D.
E.
Open question page

Que: (51). Which of the following is a characteristic symptom of thrashing?

B.
C.
A.
D.
E.
Open question page

Que: (52). What happens to CPU utilization during severe thrashing?

A.
B.
C.
D.
E.
Open question page

Que: (53). Which technique can help reduce thrashing by ensuring that processes receive enough frames for their active pages?

B.
C.
A.
D.
E.
Open question page

Que: (54). Which action can help control thrashing when the degree of multiprogramming is too high?

B.
C.
A.
D.
E.
Open question page

Que: (55). Which of the following is most directly associated with thrashing?

C.
A.
B.
D.
E.
Open question page

Que: (56). What is the primary effect of thrashing on system performance?

B.
A.
C.
D.
E.
Open question page

Que: (57). Consider a system with a total physical memory of 8 GB and total virtual memory of 16 GB. If the system is using 6 GB of physical memory and 10 GB of virtual memory, how much memory is being swapped out?

Asked in BPSC TRE 3.0
A.
C.
B.
D.
E.
Open question page

Que: (58). A computer has 12 GB of physical memory and 18 GB of virtual memory in use. If 10 GB of physical memory is currently occupied, how much virtual memory is outside physical memory under the simplified model?

A.
C.
B.
D.
E.
Open question page

Que: (59). A system has 16 GB of physical memory and 24 GB of virtual memory in use. If 14 GB of physical memory is currently occupied, how much virtual memory is outside physical memory under the simplified model?

C.
B.
A.
D.
E.
Open question page

Que: (60). A system uses 20 GB of virtual memory and 12 GB of physical memory. If 9 GB of physical memory is currently in use, how much virtual memory is outside physical memory under the simplified model?

A.
C.
B.
D.
E.
Open question page

Que: (61). What is the main purpose of swap space in a virtual memory system?

B.
A.
C.
D.
E.
Open question page

Que: (62). When physical memory becomes insufficient for the current memory demand, which operation may occur?

A.
B.
C.
D.
E.
Open question page

Que: (63). If a system has 8 GB of physical memory and 12 GB of virtual memory in use, with 8 GB of physical memory occupied, how much virtual memory is outside physical memory under the simplified model?

B.
C.
A.
D.
E.
Open question page

Que: (64). Which statement best describes the relationship between physical and virtual memory in a system using paging?

C.
A.
B.
D.
E.
Open question page

Que: (65). How is the TLB typically organized?

Asked in BPSC TRE 3.0
A.
C.
B.
D.
E.
Open question page

Que: (66). What is the primary purpose of a Translation Lookaside Buffer (TLB)?

B.
A.
C.
D.
E.
Open question page

Que: (67). What information is primarily stored in a TLB entry?

C.
A.
B.
D.
E.
Open question page

Que: (68). What happens when a required page-number translation is found in the TLB?

C.
B.
A.
D.
E.
Open question page

Que: (69). What happens when a required page-number translation is not found in the TLB?

B.
A.
C.
D.
E.
Open question page

Que: (70). Which component normally contains the page table in a virtual memory system?

B.
C.
A.
D.
E.
Open question page

Que: (71). If a system has a TLB hit ratio of 80%, what percentage of address translations result in a TLB miss?

C.
B.
A.
D.
E.
Open question page

Que: (72). Which statement about a TLB is correct?

B.
C.
A.
D.
E.
Open question page

Que: (73). Which of the following is a common file operation?

Asked in BPSC TRE 3.0
C.
A.
B.
D.
E.
Open question page

Que: (74). Which operation is used to open an existing file for access?

A.
C.
B.
D.
E.
Open question page

Que: (75). Which operation is used to retrieve data from an existing file?

B.
C.
A.
D.
E.
Open question page

Que: (76). Which operation is used to store data into a file?

C.
B.
A.
D.
E.
Open question page

Que: (77). Which operation removes a file from the file system?

C.
A.
B.
D.
E.
Open question page

Que: (78). Which operation changes the name of an existing file without being a read or write operation?

A.
C.
B.
D.
E.
Open question page

Que: (79). Which of the following are standard file-system operations?

B.
A.
C.
D.
E.
Open question page

Que: (80). Which operation releases an open file so that the process no longer has it open?

A.
B.
C.
D.
E.
Open question page

Que: (81). Consider a disk queue with requests for I/O to blocks on cylinders 98, 183, 37, 122, 14, 124, 65, 67. Considering FCFS (First Come First Served) scheduling, the total number of head movements is, if the disk head is initially at 53?

Asked in BPSC TRE 3.0
A.
C.
B.
D.
E.
Open question page

Que: (82). Consider the disk request queue 82, 170, 43, 140, 24, 16, 190 with the initial head position at 50. What is the total head movement using FCFS scheduling?

B.
C.
A.
D.
E.
Open question page

Que: (83). In FCFS disk scheduling, how are disk I/O requests serviced?

B.
A.
C.
D.
E.
Open question page

Que: (84). A disk head is initially at cylinder 40. The FCFS request sequence is 10, 50, 20. What is the total head movement?

C.
B.
A.
D.
E.
Open question page

Que: (85). Which disk scheduling algorithm selects the pending request with the shortest seek distance from the current head position?

C.
A.
B.
D.
E.
Open question page

Que: (86). A disk head is initially at cylinder 50. The FCFS request sequence is 60, 90, 30, 20. What is the total head movement?

C.
B.
A.
D.
E.
Open question page

Que: (87). Which disk scheduling algorithm moves the disk head toward one end while servicing requests in that direction and then reverses direction?

B.
A.
C.
D.
E.
Open question page

Que: (88). A disk head is initially at cylinder 100. The FCFS request sequence is 55, 20, 80. What is the total head movement?

A.
B.
C.
D.
E.
Open question page

Que: (89). Thread shares with other threads belonging to the same process its

Asked in BPSC TRE 3.0
A.
B.
C.
D.
E.
Open question page

Que: (90). Which of the following is private to each thread in a process?

B.
C.
A.
D.
E.
Open question page

Que: (91). Which of the following is generally shared by threads belonging to the same process?

A.
C.
B.
D.
E.
Open question page

Que: (92). Which of the following is normally private to an individual thread?

B.
A.
C.
D.
E.
Open question page

Que: (93). Which memory area is commonly shared among threads of the same process?

A.
C.
B.
D.
E.
Open question page

Que: (94). Which of the following is NOT normally shared among threads of the same process?

A.
C.
B.
D.
E.
Open question page

Que: (95). Which of the following is a characteristic of threads belonging to the same process?

B.
A.
C.
D.
E.
Open question page

Que: (96). Which of the following is an advantage of multithreading within a process?

B.
A.
C.
D.
E.
Open question page

Que: (97). Which type of operating system is designed to respond to events within a specified time limit?

Asked in BPSC TRE 3.0
C.
B.
A.
D.
E.
Open question page

Que: (98). Which operating system is specifically designed to control and manage a dedicated device?

B.
A.
C.
D.
E.
Open question page

Que: (99). Which type of operating system allows multiple users to access computer resources simultaneously?

B.
A.
C.
D.
E.
Open question page

Que: (100). Which operating system is mainly designed to execute jobs in groups without requiring direct user interaction during execution?

A.
B.
C.
D.
E.
Open question page

Que: (101). Which type of operating system provides users with the ability to interact with the system while programs are executing and shares CPU time among users or processes?

C.
B.
A.
D.
E.
Open question page

Que: (102). Which type of operating system is designed to manage resources across multiple interconnected computers and make them work together?

C.
B.
A.
D.
E.
Open question page

Que: (103). Which type of operating system is commonly used to manage computers connected to a network and provide services such as file and printer sharing?

A.
B.
C.
D.
E.
Open question page

Que: (104). Which of the following is an example of an operating system used in mobile devices?

B.
C.
A.
D.
E.
Open question page

Que: (105). Which operating system characteristic allows several programs to be kept in memory and executed by the CPU concurrently?

B.
C.
A.
D.
E.
Open question page

Que: (106). Which of the following is NOT an operating system?

C.
A.
B.
D.
E.
Open question page