legends12

12345678910111213141516171819202122232425
Across
  1. 5. What term describes the system's memory that can be addressed directly by the CPU without using caching mechanisms?
  2. 6. A type of counter in digital electronics that circulates through a predefine sequence of states
  3. 7. the term for the process of converting an object of one class to another class
  4. 9. It is a technique that allows multiple instructions to be executed simultaneously
  5. 13. A class of a class, used to modify or control the creation of a class objects.
  6. 14. What type of pipeline hazard occurs when two instructions need the same data?
  7. 16. A keyword indicating that a method or variable belongs to the class rather than any object of the class
  8. 17. : What flip-flop has a characteristic where the output follows the input only during a clock pulse?
  9. 20. The mapping technique in cache memory allows 1 block of main memory to multiple cache locations
  10. 23. Which of the following data structures is used in the implementation of Breadth First Search
  11. 24. what is the minimum number of NAND gates required to implement an OR gate
  12. 25. a library for data manipulation and analysis
Down
  1. 1. which register stores data temporarily during execution?
  2. 2. A keyword that tells the compiler not to optimize the variable because its value may change unexpectedly often used in embedded system
  3. 3. What data structure is typically used to implement a priority queue?
  4. 4. Which theorem simplifies Boolean expressions using duality
  5. 8. A bit added to data for error detection
  6. 10. A signal to the procesor indicating an event that needs imediate attention pausing the current process
  7. 11. . Which of the following operations is not supported by the Set interface in Java?
  8. 12. which collection type does not allow duplicate elements and does not maintain any specific order?
  9. 15. which pipeline hazard occurs due to branch instructions
  10. 16. A python program saved in a file with .py extension
  11. 18. Which logic gate is represented by the symbol where two inputs meet and one output is the negation of both?
  12. 19. What type of flip-flop is used in a register to store a single bit of data?
  13. 21. What is the type of logic circuit that can store multiple bits of data and allow for feedback loops?
  14. 22. What type of binary tree ensures that the left and right subtrees of every node differ in height by at most one?