Home > PYQ > NIC STA 2023 - Shift 1
61. In context of a pipeline hazard, what is a "'structural hazard"?
No explanation ¯\_(ツ)_/¯
62. How many 32K x 1 RAM chips are needed to provide a memory capacity of 256 Kbytes?
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
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);
}
No explanation ¯\_(ツ)_/¯
66. In C what does the volatile keyword indicate when applied to a variable?
No explanation ¯\_(ツ)_/¯
67. When a function is recursively called, all automatic variables_
No explanation ¯\_(ツ)_/¯
68. When implementing a stack using a linked list, where are new elements typically
inserted?
No explanation ¯\_(ツ)_/¯
69. The number of external nodes in a 1011 binary tree with n internal nodes is_
No explanation ¯\_(ツ)_/¯
70. If the postfix form of a string is ABC + - D *, the actual string Is_.
No explanation ¯\_(ツ)_/¯