Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Internet Relay Channel

  2. Internet Relay Chat

  3. Internet Respond Channel

  4. Internet Response Cache

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

IRC stands for Internet Relay Chat, which is a protocol for real-time internet text messaging. It's not a channel, response system, or cache. IRC was one of the first forms of real-time internet chat.

Multiple choice general knowledge science & technology
  1. Dell

  2. Microsoft

  3. Conner

  4. Seagate

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

The question asks which company IS currently a hard disk drive manufacturer. Seagate is one of the major HDD manufacturers still in operation. Dell is a computer assembler (not a component manufacturer), Microsoft is a software company, and Conner Peripherals was acquired by Seagate in 1996 and no longer exists as an independent company.

Multiple choice general knowledge science & technology
  1. 640x480

  2. 800x680

  3. 1024x768

  4. 1152x864

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

The question asks which video resolution is NOT correct. 640x480 (VGA), 1024x768 (XGA), and 1152x864 are all valid 4:3 aspect ratio display resolutions. However, 800x680 is not a standard video resolution - the common 800x600 resolution (SVGA) or 800x600 variants exist, but 800x680 with its non-standard aspect ratio is incorrect.

Multiple choice general knowledge science & technology
  1. HTTP

  2. RIP

  3. PIM

  4. PSI

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

The question asks which is NOT a network protocol. HTTP (HyperText Transfer Protocol), RIP (Routing Information Protocol), and PIM (Protocol Independent Multicast) are all legitimate network protocols. PSI is not a standard network protocol - it may refer to various things in different contexts but is not recognized as a networking protocol like the others.

Multiple choice general knowledge science & technology
  1. =sum(A1+A5)

  2. =sum(A1:A5)

  3. =add(A1+A5)

  4. =total(A1:A5)

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

The question asks which formula correctly adds cells A1 through A5 in Excel. =SUM(A1:A5) is the correct syntax - the colon creates a range from A1 to A5 which SUM then totals. =SUM(A1+A5) would only add two cells (A1 and A5), and ADD and TOTAL are not valid Excel functions.

Multiple choice general knowledge science & technology
  1. Subroutine

  2. Compile

  3. Null pointer

  4. Interleave

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

The question asks which term is NOT related to programming. 'Subroutine', 'Compile', and 'Null pointer' are all fundamental programming concepts. 'Interleave' is primarily a term from electronics (interleaving memory) or mathematics (interleaving sequences), not a core programming concept. While interleaving can be used in some programming contexts (like data organization), it's not fundamentally a programming term like the others.