Learn and practice Aptitude questions and answers with explanation for interview, competitive exam (Pariksha Corner )

PGCET CSE Exam (Karnataka) 2011



Friday, January 24, 2020

The height of a binary tree is defined as the maximum number

The height of a binary tree is defined as the maximum number of edges in any path from the root to the leaf. The maximum number of nodes in any binary tree of height h is
A2h
B2h-1-1
C2h+1
D2h+1-1
View Answer

The principle of cache memory is primarily based on

The principle of cache memory is primarily based on
Athe principle of locality of reference
Bthe heuristic 90-10 rule
Cthe fact that the entire program is not required at once
Dthe faster memories also tend to be costlier.
View Answer

The number of data pulses required to shift one byte of data

The number of data pulses required to shift one byte of data from the input to the output of a 4 bit shift register is
A9
B12
C16
D32
View Answer

Any position independent code is best written using which of

Any position independent code is best written using which of the following addressing modes ?
AAbsolute
BDirect
CIndirect
DRelative.
View Answer

Two finite state machines are said to be equivalent only if

Two finite state machines are said to be equivalent only if they
Ahave the same number of states
Bhave the same number of edges
Chave the same number of states and also the same number of edges
Drecognise the same set of tokens.
View Answer

Categories