GK Questions

Filter by category, type, and difficulty. Reading is open for everyone.

Showing 1401–1420 of 4601 questions
technology medium mcq

Which technology enables location tracking of mobile devices using satellite signals?

  1. Wi-Fi Positioning
  2. Cell Tower Triangulation
  3. GPS
  4. Bluetooth Beacons
technology medium mcq

Which data structure allows insertion and deletion from both ends?

  1. Stack
  2. Queue
  3. Deque
  4. Array
technology medium true_false

The Digital India initiative was launched in the year 2015.

  1. True
  2. False
technology medium mcq

Which security measure converts readable data into unreadable format to protect confidentiality?

  1. Hashing
  2. Encryption
  3. Compression
  4. Encoding
technology easy true_false

The binary number system uses only two digits: 0 and 1.

  1. True
  2. False
technology medium mcq

Which layer of the OSI model is responsible for logical addressing and routing?

  1. Physical
  2. Data Link
  3. Network
  4. Transport
technology easy mcq

What is the name of India's first indigenous aircraft carrier that uses indigenous navigation systems?

  1. INS Vikrant
  2. INS Vikramaditya
  3. INS Chennai
  4. INS Kolkata
technology medium mcq

Which generation of mobile technology introduced mobile internet and email capabilities?

  1. 1G
  2. 2G
  3. 3G
  4. 4G
technology hard mcq

Which attack exploits the trust relationship between a website and a user's browser to perform unauthorized actions?

  1. XSS
  2. CSRF
  3. Clickjacking
  4. Session Hijacking
technology easy mcq

Which symbol is used to denote comments in Python?

  1. //
  2. /*
  3. #
  4. --
technology medium true_false

Smart contracts on blockchain automatically execute when predefined conditions are met.

  1. True
  2. False