TechnoVerse Round 1

123456789101112131415161718192021
Across
  1. 3. System software that manages computer hardware, software resources and provides common services for computer programs.
  2. 5. It is a question and answer website for professional and enthusiast programmers. It is the flagship site of the Stack Exchange Network.
  3. 8. A language which is very powerful and very popular today.
  4. 11. this is a language which everyone has learnt in BCA and is the most commonly used language.
  5. 13. It is a family of multitasking, multiuser computer operating systems, widely used for Internet servers, workstations, and mainframe computers
  6. 14. a HTML Tag used in making words strong, vivid, or clear in appearance.
  7. 16. The Father of something that we use everyday.
  8. 20. conditonal statements
  9. 21. In computer science, a ______ algorithm is an algorithm that puts elements of a list into an order.
Down
  1. 1. Platform and framework for building single-page client applications using HTML and TypeScript
  2. 2. A text note added to source code to provide explanatory information, usually about the function of the code(something which is very useful and least used programming conventions).
  3. 4. Source-available cross-platform document-oriented database program. Classified as a NoSQL database program, that uses JSON-like documents with optional schemas.
  4. 6. is a cross-platform, statically typed, general-purpose programming language with type inference. It is designed to interoperate fully with Java.
  5. 7. You use operators or ________ member functions to insert data into a stream (output) or extract data from a stream (input), and to control the format of data that you insert or extract.
  6. 9. Compiler for C and CPP.
  7. 10. A method of software testing that tests internal structures or workings of an application, as opposed to its functionality.
  8. 12. A ______ in Java is the direction or path that is taken while a program is being executed. It is often referred to as a lightweight process.
  9. 15. A _______ statement causes execution to leave the current function and resume at the point in the code immediately after where the function was called.
  10. 17. Looping statement
  11. 18. A datatype
  12. 19. An interface which is a way for two or more computer programs to communicate with each other.