Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. 0

  2. 0.5

  3. 1

  4. sqrt(3/4)

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

sin(0) = 0, so cos(sin 0) = cos(0) = 1. Options A, B, and D are incorrect values. This question tests understanding of trigonometric function composition and the values of sin and cos at 0 radians.

Multiple choice general knowledge science & technology
  1. pythagoras' quadratic second function

  2. pulini's hypothesis

  3. shreedharacharya's formula

  4. ramakant root formula

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

The quadratic formula x = (-b ± √(b²-4ac))/2a is correctly known as Shreedharacharya's formula, named after the ancient Indian mathematician who discovered it. Pythagoras is associated with the Pythagorean theorem, not quadratic equations. The other options are fictional names.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

JavaScript is a case-sensitive programming language. This means that variables, functions, and other identifiers must be referenced with the exact same capitalization they were declared with. For example, 'myVariable' and 'MyVariable' are different identifiers.

Multiple choice general knowledge science & technology
  1. WEBScript

  2. SUNScript

  3. ECMAScript

  4. HTLMScript

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

JavaScript is the common name for the language, but the official specification maintained by ECMA International is called ECMAScript. The language is standardized under this name to ensure consistency across different implementations (browsers, Node.js, etc.).

Multiple choice general knowledge science & technology
  1. James Boskin

  2. Grady Hooch

  3. Dennis Ritchie

  4. Brendan Eich

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

Brendan Eich created JavaScript in 1995 while working at Netscape Communications Corporation. He developed the language in just 10 days, and it was originally named Mocha before being renamed to JavaScript.