Start learning 50% faster. Sign in now
ATQ, 20% of 450 – 15% of 400 = 25% of ? 0.25 × ? = 0.20 × 450 – 0.15 × 400 0.25 × ? = 90 – 60 0.25 × ? = 30 ? = 120
What is the purpose of the finally block in exception handling?
In CPU design, what does the Control Unit (CU) primarily handle?
Ethernet operates in which layer/s?
In a LAN, what is a common device used to connect multiple segments or networks and make forwarding decisions based on MAC addresses?
The smallest unit of memory that the CPU can read or write is ___.
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
What is the primary purpose of RAID (Redundant Array of Independent Disks) technology?
Predict the correct output
What is the primary difference between a breadth-first search (BFS) and a depth-first search (DFS) in graph traversal?
What is a transaction in DBMS?