Question
What is the equivalent decimal value of binary number
101110?Solution
Binary to Decimal: (101110)2 => (1 × 25) + (0 × 24) + (1 × 23) + (1 × 22) + (1 × 21) + (0 × 20) => 32 + 0 + 8 + 4 + 2 + 0 => (46)10
Which of the following is a key characteristic of an effective Management Information System (MIS)?
Which type of database key is a candidate key that has not been chosen as the primary key?
Which of the following is a non-linear data structure?
Which of the following best explains segmentation in memory management?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Hashing is used for:
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?
In the context of system analysis, which of the following best defines the "use case" diagram?
Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...Which data structure uses LIFO (Last In, First Out) principle?