C Sharp Quiz 1 | Englishfreetest.com

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

Here's the exercise ' C Sharp Quiz 1 | 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. Using 'var' as an access modifier
    B. Assigning a new object instance to $this in a constructor
    C. Passing an object by-reference
    D. Passing an object by-value
    A. lock and unlock methods
    B. enter and exit methods
    C. close and open methods
    D. close and allow methods
    A. Can store two dll files with the same name
    B. Can store two dll files with the same name, but different version
    C. Can store two dll files with the same name and same version
    D. Can not store dll files with the same name
    A. Yes, and we can access them
    B. Yes, but we can not access them
    C. No, and we can not access them
    D. All of the above are wrong
    A. MSIL(Microsoft Intermediate Language)
    B. JIT(Just In Time compiler)
    C. IL(Intermediate Language)
    D. Both a and c
    A. public access specifier
    B. private access specifier
    C. protected access specifier
    D. static access specifier
    A. copy($source_file, $destination_file)
    B. copy(destination_file, $source_file)
    C. stream_copy_to_stream($source_file, $destination_file)
    D. stream_copy_to_stream($destination_file, $source_file)