Tag: general knowledge

Questions Related to general knowledge

Multiple choice general knowledge science & technology
  1. True

  2. False

  3. Depends on MIME type

  4. What the hell you are talking?

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Email tracking allows senders to monitor when recipients open emails and can sometimes detect forwarding through tracking pixels and read receipts. However, comprehensive tracking of where emails are forwarded is limited by privacy features in modern email clients. The answer 'True' is generally correct for basic tracking capabilities.

Multiple choice general knowledge science & technology
  1. MD5

  2. MD5-RSA

  3. SSL

  4. AES (Advance DES)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SSL (Secure Sockets Layer) and its successor TLS are the encryption protocols used to secure online banking transactions. SSL/TLS creates an encrypted channel between the browser and the banking server, protecting sensitive data. MD5 is a hash function, not encryption. MD5-RSA isn't a standard encryption scheme name. AES is a symmetric encryption algorithm but SSL/TLS is the protocol used for securing the connection.

Multiple choice general knowledge history
  1. 1998

  2. 1996

  3. 1994

  4. 1960

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Bombay was officially renamed Mumbai in 1996 when the Shiv Sena-led government came to power in Maharashtra. The name change reflected the Marathi pronunciation of the city and was part of a broader movement to Indianize city names. This change occurred on November 1, 1996.

Multiple choice general knowledge
  1. Happy days

  2. Fraiser

  3. Cheers

  4. Seinfield

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Cheers is the correct answer. It aired from 1982-1993 and featured all the listed actors: Ted Danson (Sam Malone), Shelley Long (Diane Chambers), Kirstie Alley (Rebecca Howe), Nicholas Colasanto (Coach), Rhea Perlman (Carla), John Ratzenberger (Cliff), Woody Harrelson (Woody), and Kelsey Grammer (Frasier Crane). Happy Days is 1970s, Frasier is a Cheers spinoff (1993-2004), and Seinfeld is a different show entirely.

Multiple choice general knowledge
  1. Sonoran Desert

  2. Gibson Desert

  3. Atacama Desert

  4. Nove of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Atacama Desert is located in South America, primarily in Chile. It is one of the driest places on Earth. The Sonoran Desert is in North America (Mexico/US), the Gibson Desert is in Australia, and 'Nove of above' appears to be a typo for 'None of above'.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Nmap (Network Mapper) is the standard tool for port scanning and network discovery. It can identify open ports on a target system. Wireshark (formerly Etherial) is a packet analyzer for capturing and examining network traffic, not primarily for port scanning. 'Switch sniffer' is a generic term, not a specific tool.

Multiple choice general knowledge science & technology
  1. DDOS

  2. Echo attack

  3. Unlimited pings

  4. Botting

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DDOS (Distributed Denial of Service) attacks can take down a website by overwhelming it with traffic from multiple sources, exhausting server resources and making the site unavailable. The other options are not standard attack terminology: 'Echo attack' and 'Unlimited pings' are not recognized attack types, and 'Botting' is vague gaming terminology.

Multiple choice general knowledge science & technology
  1. MD5

  2. MD5-RSA

  3. SSL

  4. AES (Advance DES)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are used to encrypt netbanking traffic. MD5 is a hash function, not encryption. 'MD5-RSA' is not a standard term. AES is a symmetric encryption algorithm but is used within SSL/TLS, not as the primary protocol. Banking sites use HTTPS, which relies on SSL/TLS.

Multiple choice general knowledge science & technology
  1. 443

  2. 139

  3. 110

  4. 80

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Port 110 is POP3 (Post Office Protocol v3), the standard protocol for receiving email. Blocking this prevents POP3 email clients from downloading mail. Note: Blocking only 110 is incomplete for blocking ALL email - you'd also need to block port 25 (SMTP), 143 (IMAP), and others. But 110 is a valid email port and the best answer among the options.