Question
A scored 246 marks in an examination and B got 50
percent marks in the same examination which is 48 marks less than A. If the minimum passing marks in the examination are equivalent to 25 percent, then find the minimum passing marks in the examination?Solution
A’s score = 246 B got 50% marks in the examination which is 48 marks less than A. => 50% of the total marks = 246 – 48 = 198 => Total marks = 198 x (100/50) = 396 Passing mark = (25/100) x 396 = 99
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?