Volume of cylinder = 144π ⇒ πr2h = 144π ⇒ r2h = 144 units ⇒ 9x2*4x = 144 units ⇒ x3 = 8 ⇒ x = 2 Radius = 6 units & height = 4 units. Curved surface area = 2πrh Curved surface area = 48π unit ²
In a wireless LAN, which IEEE standard is commonly associated with the Wi-Fi protocol?
Which of the following is not a markup language used in web development?
Which encryption algorithm is commonly used for secure communication over the internet, such as in HTTPS?
In the Entity-Relationship (ER) model, what does an entity represent?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which data structure is used for implementing depth-first search (DFS) algorithm?
Which computer architecture allows multiple processors to work together on a single task?
Which data visualization technique is best suited for displaying hierarchical data with a tree-like structure?
Which condition is shown in given picture?
Join in which result is generated when variable matches from any one of table