Home > C# Programming > Quizzes > C# Programming Basics
C# Programming Basics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 50% Most missed: “32 bit integer data”
C# Programming Basics
Time left 00:00
25 Questions

1. Framework Class Library

2. 64 bit integer data

3. 16 bit- unsigned word (U+0000 to U+ffff)

4. The output produced by the C# Compiler - typically a .dll or .exe. Produced by a Project in Visual Studio

5. Text as Unicode characters

6. Access is limited to the current Assembly

7. 32 bit single precision floating point data

8. Something an object can do. A named sequence of events. Should always have a meaningful name eg calculateIncomeTax.

9. Runs in a command prompt window rather than a GUI (graphical User Interface) one.

10. Statements are instructions describing how to run a programme. Statements declare the name of a variable. Statements are combined to create methods.

11. Windows Presentation Foundation

12. The result of successful compilation of source code written in any .NET targeted language - e.g. C# or Visual Basic or C++.

13. (< or > or <= or >=)

14. System.Char

15. A representation of an area in the computer memory in which a value of a particular data type can be stored.

16. System.Byte

17. Sits behind GUI (Graphical User Interface) and provides event listeners

18. 64 bit double precision floating point data

19. Allows a Method to be defined in a separate file (within the same Project). If no definition is found the compiler excludes the Method as an optimization.

20. System.SByte

21. Mathematical (+ or - or / or %)

22. Series of instructions which tell a computer what to do.

23. A Class that cannot be instantiated.

24. Must have a data type

25. Contains the class definitions that allow access to the functionality provided by .NET.