Question
Find the profit percentage earned on a school bag if it
was sold at Rs.1472 after offering a discount of 20% and the marked price of a school bag is Rs.560 more than its cost price. TYPE 37Solution
MP = (1472/80) x 100 = Rs.1840 CP = 1840 β 560 = Rs.1280 Profit = 1472 β 1280 = Rs.192 Profit% = (192/1280) x 100 = 15%
Which part of RDBMS handles concurrency control to ensure multiple transactions operate concurrently without conflicts?
What is the main purpose of the parity bit in error detection?
A 'ransomware' attack typically involves:
Wi-Fi networks (IEEE 802.11) primarily use which medium access control method to avoid collisions?
What does a "hash" represent in the context of blockchain?
What is the scope of a parameter in a function?
The "fetch-decode-execute" cycle in CPU control design refers to the sequence of actions performed for each:
- Name the method in which each user is assigned with an equal-portion of the bandwidth.
What is a key advantage of the Go programming language in terms of concurrency?
Accessing top element of stack without deleting it ?