Start learning 50% faster. Sign in now
Suppose goods cost the dealer Re 1 per kg. He sells for Re 1 what cost him Re 0.99. Gain on Re 0.99 = Re 1- 0.99 = Re 0.01 Gain on Rs. 100 = 0.01 * 100/0.99 = 1.01% Gain% = 1.01% Alternate Method: Gain% = (True weight – False weight) * 100/ False weight = (1000 – 990)*100/990 = 1.01%
In a public key infrastructure (PKI), what is the primary role of a Certificate Authority (CA)?
In the first step of the TCP three-way handshake, what does the client (initiator) do?
Which of the following is a new semantic element introduced in HTML5?
When trying to access a URL, the following message is displayed on the browser:
Server; Error 403.
What could be the reason for the...
Which component of a compiler interacts directly with the lexer?
Unauthorised access to network is?
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
What is the purpose of the "HAVING" clause in an SQL query?
Which protocol is used for real-time communication over the internet?
Which operator is used to allocate dynamic memory in C++?