Question
In a certain code language, ‘BRAVE’ is coded as 22 and
‘FLASH’ is coded as 20. How will ‘TIGER’ be coded in that language?Solution
The words are coded as the sum of the positional values of the 3rd and 4th letters from the left as per the English alphabetical series.
BRAVE → 22
3rd letter A = 1
4th letter V = 21
Code = 1 + 21 = 22
FLASH → 20
3rd letter A = 1
4th letter S = 19
Code = 1 + 19 = 20
TIGER → ?
3rd letter G = 7
4th letter E = 5
Code = 7 + 5 = 12
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?