Question
APEDA has developed an e-governance platform to assist
exporters in registration and related services. What is this platform called?Solution
The eAPEDA portal is an online system developed to facilitate registration of exporters, application for financial assistance, and monitoring of various export-related activities digitally.
Which protocol is commonly used in the network layer for addressing and routing on the internet?
What is the main purpose of the parity bit in error detection?
Which data structure is ideal for implementing a LRU (Least Recently Used) cache?
Which scheduling policy ensures fairness by giving each job an equal time slice?
What is the main characteristic of a greedy algorithm?
How many dimensions are selected in Slice operation?
A 240V, 10A electric heater is used. Calculate the power consumed by the heater.
What is a "page fault" in the context of virtual memory?
Which of the following is an example of an active electronic component?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...