Computer Awareness - SPLessons

IBPS Clerk Operating Systems Quiz 2

Home > > Tutorial
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

IBPS Clerk Operating Systems Quiz 2

shape Introduction

What is Computer Awareness? Computer Awareness, also known as Computer Aptitude is one of the prominent sections in various recruitment related competitive exams in India. IBPS Clerk Operating Systems Quiz 2 lists some of the important questions for the preparation of Computer Awareness module. The most significant topics to be learnt for Computer Awareness module are as follows:
  1. History of Computers
  2. Computer Fundamentals
  3. Parts of a Computer System
  4. Data Processing Cycle of a Computer
  5. Computer Languages
  6. Input Devices & Output Devices
  7. Operating Systems
  8. Database Management Systems
  9. Microsoft Office
  10. Keyboard Shortcuts
  11. File Extensions
  12. Networking and Internet
  13. Computer Viruses
  14. Important Abbreviations

IBPS Clerk aspirants can check the daily updates at IBPS Official Website.

shape Quiz

1. Which one of the following is not shared by threads?
    A. program counter B. stack C. both (A) and (B) D. none of the mentioned

Answer: Option C
2. A process can be:
    A. single threaded B. multithreaded C. both (A) and (B) D. none of the mentioned

Answer: Option C
3. When the event for which a thread is blocked occurs,
    A. thread moves to the ready queue B. thread remains blocked C. thread completes D. a new thread is provided

Answer: Option A
4. The jacketing technique is used to:
    A. convert a blocking system call into nonblocking system call B. create a new thread C. terminate a thread D. communicate between threads

Answer: Option A
5. Termination of the process terminates:
    A. first thread of the process B. first two threads of the process C. all threads within the process D. no thread within the process

Answer: Option C
1. Which one of the following is not a valid state of a thread?
    A. running B. parsing C. ready D. blocked

Answer: Option B
2. The register context and stacks of a thread are deallocated when the thread:
    A. terminated B. blocks C. unblocks D. spawns

Answer: Option A
3. Thread synchronization is required because:
    A. all threads of a process share the same address space B. all threads of a process share the same global variables C. all threads of a process can share the same files D. all of the mentioned

Answer: Option D
4. A thread is also called :
    A. Light Weight Process(LWP) B. Heavy Weight Process(HWP) C. process D. None of these

Answer: Option A
5. A thread shares its resources(like data section, code section, open files, signals) with :
    A. other process similar to the one that the thread belongs to B. other threads that belong to similar processes C. other threads that belong to the same process D. All of these

Answer: Option C
1. A heavy weight process :
    A. has multiple threads of execution B. has a single thread of execution C. can have multiple or a single thread for execution D. None of these

Answer: Option B
2. A process having multiple threads of control implies :
    A. it can do more than one task at a time B. it can do only one task at a time, but much faster C. it has to use only one thread per process D. None of these

Answer: Option A
3. Resource sharing helps :
    A. share the memory and resources of the process to which the threads belong. B. an application have several different threads of activity all within the same address space C. reduce the address space that a process could potentially use D. All of these

Answer: Option D
4. Multithreading on a multi – CPU machine :
    A. decreases concurrency B. increases concurrency C. doesnt affect the concurrency D. can increase or decrease the concurrency

Answer: Option B
5. The kernel is _______ of user threads.
    A. a part of B. the creator of C. unaware of D. aware of

Answer: Option C

Computer Awareness - Related Information
Computer Awareness-Important Quiz Questions
Computer Awareness-Important Quiz Sets