The Supreme Court in the landmark judgment struck down section 66A of the Information Technology Act, 2000 which provided provisions for the arrest of those who posted allegedly offensive content on the internet upholding freedom of expression. This Section 66A defined the punishment for sending “offensive” messages through a computer or any other communication device like a mobile phone or tablet and a conviction of it can fetch a maximum three years of jail and a fine. The case emphasized on the fundamental right of freedom of speech and expression under Article 19(1)(a) of the Constitution of India, which challenged the constitutional validity of section 66A and led to the struck down of section 66A of the Information Technology Act 2000.
What is the purpose of software maintenance?
Which of the following is a key function of the network layer?
Which of the following is an example of two-factor authentication?
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
In the context of computer networks, what is routing?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
Which one of the following expressions does NOT represent the exclusive NOR of x and y?
You have a standard deck of 52 playing cards. What is the probability of drawing a red card (heart or diamond) from the deck?