1. Question: All three of MySQL's available Linux distribution formats: A) ______, binary, and B) ______.

    A
    RPM

    B
    source

    Note: Not available
    1. Report
  2. Question: To uninstall MySQL from linux we made the following shell commond: %>rpm -u MySQL-VERSION

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: RPM stands for ______.

    A
    RPM Package Manager

    Note: Not available
    1. Report
  4. Question: MySQL default connection port number is ______.

    A
    3306

    Note: Not available
    1. Report
  5. Question: To view MySQL's configuration parameters with MySQL client we use command ______.

    A
    show variables;

    Note: Not available
    1. Report
  6. Question: Which of the following operating systems are supported to run MySQL?

    A
    MySQL runs on which operating systems?

    B
    Any operating system at all

    C
    Unix, Linux, Windows and others

    D
    Unix and Linux only

    Note: Not available
    1. Report
  7. Question: You need to keep an eye on the existing number of objects of a given class without introducing a non-class member variable. Which of the following makes this happen?

    A
    Add a member varible that gets incremented in the default constructor and decremented in the destructor

    B
    Add a local variable that gets incremented in each constructor and decremented in the destructor

    C
    Add a static member variable that gets incremented in each constructor and decremented in the destructor

    D
    This connot be accoplished since the creation of objects is being done dynamically via"new."

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd