1. 1. check_box_outline_blank
  2. 2. check_box_outline_blank
  3. 3. check_box_outline_blank
  4. 4. check_box_outline_blank
  5. 5. check_box_outline_blank
  6. 6. check_box_outline_blank
  7. 7. check_box_outline_blank
  8. 8. check_box_outline_blank
  9. 9. check_box_outline_blank
  10. 10. check_box_outline_blank
  11. 11. check_box_outline_blank
  12. 12. check_box_outline_blank
  13. 13. check_box_outline_blank
  14. 14. check_box_outline_blank
  15. 15. check_box_outline_blank
  16. 16. check_box_outline_blank
  17. 17. check_box_outline_blank
  18. 18. check_box_outline_blank
  19. 19. check_box_outline_blank
  20. 20. check_box_outline_blank
Q1. If relocation is static and is done at assembly or load time, compaction?
Q2. The FCFS algorithm is particularly troublesome for
Q3. A monitor is characterized by?
Q4. When using counters to implement LRU, we replace the page with the?
Q5. In which scheduling certain amount of CPU time is allocated to each process?
Q6. In UNIX, domain switch is accomplished via _____________
Q7. What is an ISR?
Q8. Which is the process of invoking the wait operation?
Q9. Which of the following are TRUE for direct communication?
Q10. What is the Delay?
Q11. If A is an invertible square matrix then:
Q12. A subgroup has the properties of ________
Q13. Prefix expression can be evaluated _________
Q14. Which of the following gives the right inequality for AM, GM, HM?
Q15. What is the solution to the recurrence relation an=5an-1+6an-2?
Q16. Which of the following statement regarding sets is false?
Q17. A ball is thrown at a circular bin such that it will land randomly over the area of the bin. Find the probability that it lands closer to the center than to the edge?
Q18. In proving √5 as irrational, we begin with assumption √5 is rational in which type of proof?
Q19. If a number is 22 x 31 x 50 and b is 21x 31 x 51 then lcm of a, b is:
Q20. For any integer m>=3, the series 2+4+6+…+(4m) can be equivalent to ________
  1. 21. check_box_outline_blank
  2. 22. check_box_outline_blank
  3. 23. check_box_outline_blank
  4. 24. check_box_outline_blank
  5. 25. check_box_outline_blank
  6. 26. check_box_outline_blank
  7. 27. check_box_outline_blank
  8. 28. check_box_outline_blank
  9. 29. check_box_outline_blank
  10. 30. check_box_outline_blank
  11. 31. check_box_outline_blank
  12. 32. check_box_outline_blank
  13. 33. check_box_outline_blank
  14. 34. check_box_outline_blank
  15. 35. check_box_outline_blank
  16. 36. check_box_outline_blank
  17. 37. check_box_outline_blank
  18. 38. check_box_outline_blank
  19. 39. check_box_outline_blank
  20. 40. check_box_outline_blank
Q21. Neglecting to set which of the following cookie will result in the cookie’s domain being set to the host name of the server which generated it.
Q22. __________ can be used to advise the browser to download media content in the background to improve playback.
Q23. Which PHP function sets the filename, last-modified and last-accessed times?
Q24. Which attribute is used for favicon?
Q25. To find files which PHP functions can be used?
Q26. What will be the output of the following PHP code?

class ShopProductWriter
{
  public function write( $shopProduct )
  {
   $str = "{$shopProduct->title}: " .$shopProduct->getProducer() ." ({$shopProduct->price})\n";
   print $str;
  }
}
$product1 = new ShopProduct( "My Antonia", "Willa", "Cather", 5.99 );
$writer = new ShopProductWriter();
$writer->write( $product1 );
Q27. ___________ prevents search engines from following links inside the page
Q28. In the following switch syntax, the expression is compared with the case labels using which of the following operator(s)?
switch(expression) {
  statements
}
Q29. How many methods does the DateTime class have in PHP?
Q30. PHP support the following conditional statements?
Q31. Chromatic number of line graph is always equal to the chromatic index of the graph.
Q32. What is the meaning of cipher in cryptography?
Q33. In which of the following cipher the plain text and the ciphered text have same letters?
Q34. The first step in the naïve greedy algorithm is?
Q35. Interpolation search is a variation of?
Q36. What is the output of the following code?
void my_recursive_function(int *arr, int val, int idx, int len){
  if(idx == len){
 &emsp printf("-1");
 &emsp return ;
  }
  if(arr[idx] == val){
   printf("%d",idx);
   return;
  }
  my_recursive_function(arr,val,idx+1,len);
}
int main(){
  int array[10] = {7, 6, 4, 3, 2, 1, 9, 5, 0, 8};
  int value = 2;
  int len = 10;
  my_recursive_function(array, value, 0, len);
  return 0;
}
Q37. Which of the following correctly represents the function to insert elements at the bottom of stack?
Q38. What is the general form of Shell’s increments?
Q39. What is the auxiliary space requirement of counting sort?
Q40. Which of the following correctly defines poly alphabetic cipher?
  1. 41. check_box_outline_blank
  2. 42. check_box_outline_blank
  3. 43. check_box_outline_blank
  4. 44. check_box_outline_blank
  5. 45. check_box_outline_blank
  6. 46. check_box_outline_blank
  7. 47. check_box_outline_blank
  8. 48. check_box_outline_blank
  9. 49. check_box_outline_blank
  10. 50. check_box_outline_blank
  11. 51. check_box_outline_blank
  12. 52. check_box_outline_blank
  13. 53. check_box_outline_blank
  14. 54. check_box_outline_blank
  15. 55. check_box_outline_blank
  16. 56. check_box_outline_blank
  17. 57. check_box_outline_blank
  18. 58. check_box_outline_blank
  19. 59. check_box_outline_blank
  20. 60. check_box_outline_blank
Q41. A _____ indicates an absent value that may exist but be unknown or that may not exist at all.
Q42. Which oracle is the join condition is specified using the WHERE clause:
Q43. In SQL the spaces at the end of the string are removed by _______ function.
Q44. In concurrency control policy the lock is obtained on
Q45. The database design that consists of multiple tables that are linked together through matching data stored in each table is called
Q46. To perform logical redo or undo, the database state on disk must be operation ___________ that is, it should not have partial effects of any operation.
Q47. When SQL statements are embedded inside 3GL, we call such a program as
Q48. To delete a database ___________ command is used
Q49. Choose the RDBMS which supports full fledged client server application development
Q50. To replace the relation section with some other relation the initial step to be carried out is
CREATE TABLE SECTION
(course_id VARCHAR (8),
sec_id VARCHAR (8),
semester VARCHAR (6),
YEAR NUMERIC (4,0),
building VARCHAR (15),
room_number VARCHAR (7),
time_slot id VARCHAR (4),
PRIMARY KEY (course_id, sec_id, semester, YEAR),
FOREIGN KEY (_______) ______ course);
Q51. Which among the following is the main characteristic of class?
Q52. Encapsulation is the way to add functions in a user defined structure.
Q53. If a function declared as abstract in base class doesn’t have to be defined in derived class then ______
Q54. Object is ________ abstraction.
Q55. What is the maximum number of classes allowed in hybrid inheritance?
Q56. Can a super class object give reference to a subclass method?
Q57. Which type of inheritance is most suitable for inheriting Same syllabus into different colleges with different streams?
Q58. Which of the following is incorrect?
Q59. Only the base class catch box can handle more than one exception in single block.
Q60. The syntax for defining the static data members is ________
  1. 61. check_box_outline_blank
  2. 62. check_box_outline_blank
  3. 63. check_box_outline_blank
  4. 64. check_box_outline_blank
  5. 65. check_box_outline_blank
  6. 66. check_box_outline_blank
  7. 67. check_box_outline_blank
  8. 68. check_box_outline_blank
  9. 69. check_box_outline_blank
  10. 70. check_box_outline_blank
  11. 71. check_box_outline_blank
  12. 72. check_box_outline_blank
  13. 73. check_box_outline_blank
  14. 74. check_box_outline_blank
  15. 75. check_box_outline_blank
  16. 76. check_box_outline_blank
  17. 77. check_box_outline_blank
  18. 78. check_box_outline_blank
  19. 79. check_box_outline_blank
  20. 80. check_box_outline_blank
Q61. Which of the following data structure is preferred to have lesser search time when the list size is small?
Q62. What is the time complexity for the update cost on auxiliary trees?
Q63. Dynamic arrays overcome the limit of static arrays.
Q64. How to search for a key in a binary search tree?
Q65. Consider you have a stack whose elements in it are as follows. 5 4 3 2 << top Where the top element is 2. You need to get the following stack 6 5 4 3 2 << top The operations that needed to be performed are (You can perform only push and pop):
Q66. What is the definition for Ackermann’s function?
Q67. What is the range of β in finding the length of the longest path in a randomized binary search tree?
Q68. What is the longest length path for a node x in random binary search tree for the insertion process?
Q69. What is simple uniform hashing?
Q70. What is the expected number of leaves in a randomized binary search tree?
Q71. When parameters are being passed on to the subroutines they are stored in ________
Q72. The software which governs the group of computers is __________
Q73. The last field in the packet is ______
Q74. The bit present in the op code, indicating which of the operands is the source is called as ________
Q75. __________ is the bottleneck, when it comes computer performance.
Q76. UART stands for ________
Q77. SIMD stands for __________
Q78. The main objective of the computer system is ________
Q79. ______ are used to overcome the difference in data transfer speeds of various devices.
Q80. As of 2000, the reference system to find the performance of a system is _____
  1. 81. check_box_outline_blank
  2. 82. check_box_outline_blank
  3. 83. check_box_outline_blank
  4. 84. check_box_outline_blank
  5. 85. check_box_outline_blank
  6. 86. check_box_outline_blank
  7. 87. check_box_outline_blank
  8. 88. check_box_outline_blank
  9. 89. check_box_outline_blank
  10. 90. check_box_outline_blank
  11. 91. check_box_outline_blank
  12. 92. check_box_outline_blank
  13. 93. check_box_outline_blank
  14. 94. check_box_outline_blank
  15. 95. check_box_outline_blank
  16. 96. check_box_outline_blank
  17. 97. check_box_outline_blank
  18. 98. check_box_outline_blank
  19. 99. check_box_outline_blank
  20. 100. check_box_outline_blank
Q81. Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
Q82. What is a collection of operations that specify a service of a class or component?
Q83. Number of errors found per person hours expended is an example of a
Q84. Which of the following companies provide certifications for their own products?
Q85. Which of the following come under system control?
Q86. Which model in system modelling depicts the static nature of the system ?
Q87. COCOMO stands for
Q88. If a Direct approach to software project sizing is taken, size can be measured in
Q89. Spiral model was developed by
Q90. Component-based Software Engineering allows faster delivery.
Q91. Telnet is used for
Q92. FTP server listens for connection on port number ____________
Q93. What is the purpose of a shadow honeypot?
Q94. _______ topology requires a multipoint connection.
Q95. Packets in datagram switching are referred to as ________
Q96. What is the correct order of the operations of OSPF? i – Hello packets ii – Propagation of link-state information and building of routing tables iii – Establishing adjacencies and synchronization of database
Q97. Which of the following is the multiple access protocol for channel access control?
Q98. To determine which version to use when sending a packet to a destination, the source host queries which of the following?
Q99. A unidirectional path switching ring is a network with __________
Q100. In the layer hierarchy as the data packet moves from the upper to the lower layers, headers are ___________