Home > PYQ > NIC STA 2023 - Shift 1
61. In context of a pipeline hazard, what is a "'structural hazard"?

Discuss
No explanation ¯\_(ツ)_/¯
62. How many 32K x 1 RAM chips are needed to provide a memory capacity of 256 Kbytes?

Discuss
No explanation ¯\_(ツ)_/¯
63. The most appropriate matching for the following pairs is: X: Indirect addressing Y: Immediate addressing Z : Auto decrement addressing 1: Loops 2: Pointers 3: Constants

Discuss
No explanation ¯\_(ツ)_/¯
64. The amount of ROM needed to implement a 4-bit multiplier is

Discuss
No explanation ¯\_(ツ)_/¯
65. What will be the output of the code? main() { chaf *str =' abode", printf{''%c'', *str); prfntf{''%c", *str++), printf(''%c"j *(str++)), prtntf(''%s'', str); }

Discuss
No explanation ¯\_(ツ)_/¯
66. In C what does the volatile keyword indicate when applied to a variable?

Discuss
No explanation ¯\_(ツ)_/¯
67. When a function is recursively called, all automatic variables_

Discuss
No explanation ¯\_(ツ)_/¯
68. When implementing a stack using a linked list, where are new elements typically inserted?

Discuss
No explanation ¯\_(ツ)_/¯
69. The number of external nodes in a 1011 binary tree with n internal nodes is_

Discuss
No explanation ¯\_(ツ)_/¯
70. If the postfix form of a string is ABC + - D *, the actual string Is_.

Discuss
No explanation ¯\_(ツ)_/¯