Test your basic knowledge |

C# Programming Basics

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Container for one or more Visual Studio Projects.






2. 8 bit - unsigned byte (0 - 255)






3. The member type of a Class that performs an action.






4. Only requires one operand usually a count+1 or a count++ or a count--






5. Windows Presentation Foundation






6. The act of generalizing or thinking about an object in general terms. The act of identifying the data members and behavior of a Class.






7. The C# command line compiler which transforms C# code into IL code and produces an assembly (.dll or .exe)






8. System.Char






9. A method that is called whenever an Object is created. The method uses the same name as the Class.






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






11. 32 bit - unsigned integer data






12. 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.






13. Variables defined by a class






14. System.Double






15. Extra information within a method






16. When a sub class passes down all the behaviours of the original parent class






17. A Class that cannot be Inherited






18. Command which runs repeatedly while (some) condition is true.






19. Command Language Runtime






20. System.Int32






21. Word that stores a value. Storage location that holds a value. Type and name of variable must be declared in a statement. Must be explicitly declared before use. Uses CamelCase notation.






22. The lowest level or fundamental data types needed for representing data.






23. 128 bit fixed precision (financial)






24. 32 bit integer data






25. A Class that inherits characteristics from another Class.






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






27. Symbols which transform and combine expressions






28. Code which implements GUI (graphical User Interface).






29. Something that has a different number of parameters to it's predecessor






30. System.SByte






31. Names used to identify program elements (e.g. namespaces & classes & methods & variables). Must always start with a letter. Always case sensitive. When multiword must be presented in CamelCase. keywords are an example of an identifier.






32. A Class that cannot be instantiated.






33. Always runs left to right on all arithmetic operators. Parenthesis (or brackets () ) override precedence flow.






34. Must have a data type






35. System.UInt64






36. Allow access to types that exist in outside assemblies.






37. (== or !=)






38. Keyword which exposes members to other classes OR Identifier which makes program elements public






39. Box which can be typed into at runtime. Can display large amounts of scrollable text for the user. To create a scrollable one in Visual Studio set the multiline property to 'TRUE' and the Scrollbars property to 'VERTICAL'.






40. Names reserved by the compiler that coders are not allowed to use as identifiers.






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






42. 64 bit integer data






43. System.Int64






44. Integrated Development Environment






45. Allows the definition of a Class to span multiple files (within the same Project)






46. Documentation text embedded within code which is not to be run as code. Two types single and multiple: single // multiline / insert comment here /






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






48. The CLR tool used for just-in-time compilation which converts IL code to CPU specific code.






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






50. Data Type Built into C#. Built into the XML Schema. Most common are: Int - Long - Float - Double - Decimal - String - Char and Bool.







Sorry!:) No result found.

Can you answer 50 questions in 15 minutes?


Let me suggest you:



Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Most popular tests