杨颖文吧 关注:237贴子:3,306


来自Android客户端1楼2014-06-18 19:34回复
    又到期末,求大神解救!操作系统!@问问文文yyw


    来自Android客户端2楼2014-06-18 19:36
    收起回复
      正在施工…


      来自Android客户端3楼2014-06-18 19:37
      收起回复
        .What state is a process in when it can not run because it needs a resource to become available?
        A:Ready
        B:Interrupt
        C:Blocked
        D:Running


        5楼2014-06-18 19:47
        收起回复
          What refers to the page replacement algorithm which replaces the page that has not been used for the longest period of time?
          A:FIFO
          B:LRU
          C:OPT
          D:LFU


          6楼2014-06-18 20:02
          收起回复
            7.Which of the followings is not a condition for deadlock?
            A:Starvation
            B:Circular Wait
            C:No Preemption
            D:Mutual Exclusion


            7楼2014-06-18 20:14
            收起回复
              .Which of the following strategies doesn't need base register and length register?
              A:paging
              B:segmentation
              C:segmentation with paging
              D:fixed sized partitions memory management


              8楼2014-06-18 20:22
              收起回复
                Which kind of operating systems has well defined,fixed time constraints?
                A:real time
                B:time sharing
                C:batch system
                D:network system


                9楼2014-06-18 20:27
                收起回复
                  When a process changes state, which of the following conversion will not occur?
                  A:Ready to Running
                  B:Running to Ready
                  C:Running to Waiting
                  D:Waiting to Running


                  10楼2014-06-18 20:29
                  收起回复
                    Using rund robin scheduling algorithm, if the CPU burst of the currently running process is longer than 1 time quantum, which statement is wrong?
                    A:the process itself will release the CPU voluntarily
                    B:The time will go off and will cause an interrupt to the operating system.
                    C:A context switch will be executed,and the process will be put the tail of the ready queue.
                    D:The CPU scheduler will then select the next process in the ready queue.


                    11楼2014-06-18 20:52
                    收起回复
                      Preemption allocation strategies can be applied to?
                      A:Memory management
                      B:CPU management
                      C:I/O system management
                      D:Tape drives management


                      12楼2014-06-18 20:55
                      收起回复
                        when system call takes place, there are several general methods are used to pass parameters between a running program and the operating system, except?
                        A:Pass parameters in registers
                        B:Store the parameters in a table in memory, and the table address is passed as a parameter in a register.
                        C:Share auto variable values with operating system
                        D:Push /store the parameters onto the stack by the program, and pop off the stack by operating system.


                        13楼2014-06-18 21:09
                        收起回复
                          .In UNIX, which system call can create a process?
                          A:pthread_create
                          B:process_create
                          C:fork
                          D:exit


                          14楼2014-06-18 21:17
                          收起回复
                            Solution to critical section problem must satisfy several requirements except?
                            A:no preemption
                            B:Bounded Waiting
                            C:Mutual Exclusion
                            D:Progress


                            15楼2014-06-18 21:18
                            收起回复
                              Which disk scheduling may cause starvation?
                              A:FCFS(先来先服务)
                              B:SSTF(下一个为离自己最近的)
                              C:SCAN
                              D:C_SCAN


                              16楼2014-06-18 21:21
                              收起回复