C Sharp Quiz 2 | 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 .
Content test:
A.Lock
B.Monitor
C. SyncLock
D. Deadlock
A. Yes
B. No
C. Both
D. None
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;
Question 4:
Arrange the following datatype in order of increasing magnitude sbyte, short, long, int.
A. long < short < int < sbyte
B.sbyte < short < int < long
C.short < sbyte < int < long
D.short < int < sbyte < long
A.A scalar
B.An expression
C. A boolean
D. All of the above
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.ExecuteReader
B.ExecuteXmlReader
C. DataAdapter
D.All of the above
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