Question
A person gives 20% of his salary to his wife and 25% of
the remaining to his children. Now he is left with Rs. 27000. What is his total salary?Solution
Let the total salary be x x × (100 – 20)% × (100 – 25)% = 27,000 x ×  80/100 ×  75/100 = 27,000 x = (27000 ×100 ×100)/(80 ×  75) = Rs.45,000
Out of star schema and snowflake schema, whose dimension table is normalized?
State True or false
TDMA is a communication technique used in wireless and digital networks to share a single channel among multiple users. In...
The question of whether P = NP is one of the most famous open problems in computer science. Which statement best describes this question?
If the destination MAC address is not found in the MAC address table, the switch forwards the frame out all of its ports except the port on which the f...
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...
In the context of ADTs, what does "polymorphism" refer to?
Relational Algebra is
What is exception handling in programming?
Which database level is closest to the users?
- If a recursive function calling itself and that recursive call is the last statement in the function then it’s known as ___________