Question
If F = 12, FED = 30, then ‘FEED’ will be equal
to?Solution
The place value of F in English alphabet is = 6. So, F = (6 × 2) = 12. Similarly, FED = [(Sum of place value of F, E and D) × 2] = [(6 + 5 + 4) × 2] = 15 × 2 = 30. Now, FEED = [(6 + 5 + 5 + 4) × 2] = [20 × 2] = 40.
Which of the following statements about the OSI Model’s Transport Layer is true?Â
Which OOP principle focuses on showing only essential information and hiding the complex implementation details from the user?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In OOP, what is an instance of a class called?
What is the primary purpose of Continuous Integration (CI) in software development?Â
Which query retrieves all records from TableA that have no corresponding records in TableB?
Which of the following accurately describes Type 1 hypervisor virtualization?Â
What is the shortcut for 'Undo' in most software?
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
Which of the following is NOT a core principle of Object-Oriented Programming?