C Sharp Quiz 2 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'C Sharp Quiz 2 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. int a = 32, b = 40.6;
    B. int a = 42; b = 40;
    C. int a = 32; int b = 40;
    D. int a = b = 42;
    A. long < short < int < sbyte
    B. sbyte < short < int < long
    C. short < sbyte < int < long
    D. short < int < sbyte < long
    A. ToInt64
    B. ToSbyte
    C. ToSingle
    D. ToInt32
    A. String
    B. System .Value
    C. System.Drawing
    D. System.Drawing.Point
    A. socketPermission
    B. DnsPermission
    C. WebPermission
    D. TCPPermission
    A. Return the result as dataset using data adapter
    B. Return the result as dataset using command object
    C. Return the result as three out parameters and command object
    D. All of the above