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