Question
What is the time limit for filing appeal against the
order of Cyber appellate tribunal?Solution
IT Act S.62. Appeal to High Court.- Any person aggrieved by any decision or order of the Cyber Appellate Tribunal may file an appeal to the High Court within sixty days from the date of communication of the decision or order of the Cyber Appellate Tribunal to him on any question of fact or law arising out of such order: Provided that the High Court may, if it is satisfied that the appellant was prevented by sufficient cause from filing the appeal within the said period, allow it to be filed within a further period not exceeding sixty days.
What is the primary responsibility of the "Controller" in the MVC architecture?
Which cryptographic process involves applying a mathematical function to generate a fixed-size output from variable-size input?
Which PHP function is used for connecting to a MySQL database?
Which routing algorithm is commonly used in the network layer to calculate the shortest path between network nodes?
What is a deadlock in a computer system?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
Which layer of the OSI model is responsible for converting data into a format suitable for transmission over the network?
What is the best practice to protect sensitive data when using public Wi-Fi networks?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
 Which of following is /are for strict evaluation?