Showing posts with label MCQs. Show all posts
Showing posts with label MCQs. Show all posts

MCQ | Operating System Part 3


Operating System - PART 3


1. In operating ___ system software is responsible to reside program into memory






  [NET]

2. The primary aim of an operating system is






  [NET]

3. The operating system manages






  [NET]

4. Multiprogramming system






  [NET]

5. Real time system are






  [NET]

6. Cryptography technique is used in






  [NET]

7. Which of the following file name extension suggests that the file is Backup copy of another file






  [NET]

8. Which of the following is not application software






  [NET]

9. What is the name given to all programs inside the computer which make it useful






  [NET]

10. The operating system of a computer serves as a software interface between the user and






  [NET]

MCQ | Data Structure Part 7


Data Structure - PART 7


1. Trees are useful in computer science such as






  [NET]

2. A special case of binary tree is called a 2-tree or a






  [NET]

3. We use graphs as models of practical situations involving






  [NET]

4. Queues are employed in many situations such as






  [NET]

5. The term node is used to designate






  [NET]

6. Small nodes improve






  [NET]

7. List of several data structure






  [NET]

8. List like arrays are used to store






  [NET]

9. A list can be implemented static or dynamic using






  [NET]

10. An algorithm choose an execution path depending






  [NET]

MCQ | Theory of Computation (TOC) Part 1


Theory of Computation - TOC


1. That finite automata which does not contain any ambiguity is called




... Answer is A)
DFA


MCQ | Theory of Computation (TOC) Part 2


Theory of Computation - TOC


1. If L be a language recognizable by a finite automaton, then language front {L} = { w such that w is prefix of v where v ∈ L }, is a




... Answer is B)
Regular language


MCQ | Data Structure Part 6


Data Structure - PART 6


1. We can say that Garbage collection is






  [NET]

2. Fragmentation means






  [NET]

3. The open end of stack is called






  [NET]

4. The insertion and deletion operation for a stack is called






  [NET]

5. The simplest way to represent a stack is by using






  [NET]

6. The another approach for implementing queues is by using the






  [NET]

7. In queue items are managed by






  [NET]

8. A set of tree is known as






  [NET]

9. sometimes nonterminal nodes are refered to as






  [NET]

10. Sometimes terminal nodes are referred as






  [NET]

MCQ | Data Structure Part 5


Data Structure - PART 5


1. The organised collection of data is called a






  [NET]

2. ____ are basic building block for more complex data structures






  [NET]

3. Data structure can be classified as






  [NET]

4. An array is homogenous structure in which all






  [NET]

5. The example of non-homogeneous data structure are






  [NET]

6. ____ is called the first element of linked list






  [NET]

7. ____ is called the last element of linked list






  [NET]

8. ______ is called the next element to the head of linked list






  [NET]

9. ______ is called the previous element to the tail of linked list






  [NET]

10. We can traverse the singly linked list in






  [NET]

MCQ | Object Oriented Programming | Part 2


Object Oriented Programming - PART 2


1. Object Oriented Programming gives the concept of






  [NET]

2. C++ allow multiple functions with in single class, Known by the number and type of arguments is called






  [NET]

3. C++ does not have






  [NET]

4. A constructor and distructor of C++ simply






  [NET]

5. C++ provide






  [NET]

6. The default constructor is a constructor that takes






  [NET]

7. In C++ comment is represented as






  [NET]

8. In C++  "<<" operator is known as






  [NET]

9. In C++  ">>" operator is known as






  [NET]

10. What is reference






  [NET]

MCQ | Operating System Part 2


Operating System - PART 2


1. BY _____ signal CPU suspend the current execution and divert to the request process






  [NET]

2. Which is the element of cache






  [NET]

3. Select the valid I/O communication technique






  [NET]

4. In multi-programming environment the main memory consist of _____ number of process






  [NET]

5. At the time of execution a program is called






  [NET]

6. A technique in which a process executing an application is divided into threads that can run concurrently is called






  [NET]

7. Operating system that provide the distributed file system is called






  [NET]

8. GUI means






  [NET]

9. _____ convert high level language to low level language






  [NET]

10. When an interrupt occurs the operating system






  [NET]

MCQ | Operating System Part 1


Operating System - PART 1


1. Which is not an operating system






  [NET]

2. The functions of operating system are






  [NET]

3. It is not layer of operating system






  [NET]

4. Data stores temporarily in _____






  [NET]

5. ______ increases the cpu through put






  [NET]

6. Choose which is the type of system call






  [NET]

7. Which is the services of operating system






  [NET]

8. ______ is the interface between H/W and shell






  [NET]

9. ________ is the interface between kernel and user programs






  [NET]

10. ______ is a collection of related information






  [NET]

MCQ | Data Structure Part 4


Data Structure - PART 4


1. Which of the following process is faster for threaded trees compared with their unthreaded






  [NET]

2. Inorder traversal of the binary search tree implies visiting records






  [NET]

3. Level of any node of a tree is






  [NET]

4. A dynamic data structure where we can search for desired records in Bigo(log n) time is






  [NET]

5. How many cycles must be contained in a tree






  [NET]

6. The maximum number of nodes in a binary tree of depth 5 is






  [NET]

7. Post order traversal of a binary tree starts with






  [NET]

8. Number of all posible binary trees with 4 nodes is






  [NET]

9. A tree where each node have ____ children is called binary tree






  [NET]

10. Which of the following steps is performed first for inorder traversal of a binary tree






  [NET]