Question
The columns and rows of Matrix I are numbered from 0 to
4 and that of Matrix II are numbered from 5 to 9. A letter from these matrices can be represented first by its row and next by its column. e.g. ‘D’ can be represented by 00, 12 etc. and ‘P’ can be represented by 56, 68 etc. Identify the set for the word FIRE.Solution
Remember that a letter from these matrices is represented first by its row and next by its column. Option (A): 02( F ), 03( I ), 57( R ), 01( E )Â Option (B): 33( F ), 34( I ), 76( R ), 22( I )
Option (C): 21( F ), 22( I ), 88( R ), 33( F )
Option (D): 14( F ), 10( I ), 69 (CND), 14( F )
What is a transaction in a database management system?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which tree traversal visits the nodes in the order: left, root, right?
Index of first element of linked list default value?
Attributes are made of more than one simple attribute.
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
In dynamic programming, what does "optimal substructure" mean?