Crossword

12345678910111213141516
Across
  1. 1. The brain of the computer
  2. 4. The__ time is the total time that a process requires for its overall execution.
  3. 9. A group of elements of same data type
  4. 11. The _____ layer takes services from the Network layer and provides services to the Application layer
  5. 13. a sorting algorithm that uses a divide-and-conquer strategy to efficiently sort lists
  6. 15. the process of a function calling itself repeatedly till the given condition is satisfied
  7. 16. _______ is used to delete a whole database or just a table.
Down
  1. 2. a depth-first search algorithm for a binary search tree that first traverses the left subtree, then the right subtree, and then the root
  2. 3. Which data structure is based on the Last In First Out (LIFO) principle?
  3. 5. The capability of a class to derive properties and characteristics from another class is called
  4. 6. a type of computer storage containing non-volatile, permanent data that, normally, can only be read, not written to.
  5. 7. Organized collection of data or information that can be accessed, updated, and managed
  6. 8. a computer network that connects smaller networks over a large geographic area
  7. 10. What is the format of %lf
  8. 12. Which network topology requires a central controller or hub?
  9. 14. Which element is used for styling Html layout?