Tag: science & technology

Questions Related to science & technology

  1. George Washington

  2. Dwight D. Eisenhower

  3. Franklin D. Roosevelt

  4. Abraham Lincoln


Correct Option: C
  1. include the function's prototype.

  2. include the proper header file.

  3. include the function's definition.

  4. specify the length of the library function.


Correct Option: B
  1. one of "all" numbers available from the keyboard.

  2. an alphabet character.

  3. an ASCII character.

  4. an alphanumeric.


Correct Option: D
  1. you must convert the apstring to a standard string by using .c_str( ).

  2. all numbers within the string will be converted to integers.

  3. all characters within the string will be converted to ASCII equivalents.

  4. all alphabetic characters within the string will be counted.


Correct Option: A
  1. the exponent symbol ^.

  2. the built-in library function pow(x,y).

  3. the built-in library function pow10(x).

  4. concatenation.


Correct Option: B
  1. a variable used to hold a number from the computer's internal clock.

  2. a data type

  3. a built-in library function which will return a value from the internal clock.

  4. a header file.


Correct Option: B
  1. is a true random number generator.

  2. returns positive double values.

  3. is a pseudo-random number generator.

  4. returns a different sequence of values each time it is run.


Correct Option: C