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. Names reserved by the compiler that coders are not allowed to use as identifiers.






2. Allows a class to define multiple implementations of a method based on the number and types of arguments passed (Overloading).






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






4. Instance of a type created when a program runs. Can be visible or invisible. Has properties and events and methods. Properties- determine appearance. Events - trigger a response. Methods - something the object does






5. 32 bit integer data






6. System.UInt64






7. Variables defined by a class






8. A type of statement that produces a value that might be tested or assigned to a variable.






9. 128 bit fixed precision (financial)






10. A combination of language identifiers and data and operators and expressions that constitute a single line of syntactically correct & executable code.






11. (== or !=)






12. A symbol that specifies an operation to be performed on one or more variables.






13. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.






14. Must have a data type






15. System.UInt16






16. Microsoft's generic software framework for application development.






17. The process of hiding and restricting access to the implementation details of a data structure.






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






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






20. 16 bit - unsigned integer data (0 to 65535)






21. (&& or || or & or |)






22. count = count+1 or count++ or count__. Both count variables are Unary Operators






23. 16 bit - signed integer data (-32768 to 32767)






24. Four things common to all software development: _______ - Flow of Control - Identifiers & Arguments - Testing / Debugging






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






26. System.Int64






27. Container for one or more Visual Studio Projects.






28. System.Char






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






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






31. Encapsulation is the process of providing access to an object only through it's messages while keeping the details private. Encapsulation controls the use of a class.






32. Extra information within a method






33. A standardized (ECMA) language for creating Windows .NET applications and services and libraries - with a syntax similar to Java and C++.






34. The "Type" name of data that is stored on the Heap






35. The .NET run-time environment that enables code to be compiled and executed.






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






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






38. System.Byte






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






40. Access is limited to the current Assembly






41. Characteristics of an object. Something an object has. Provides a specific access point to data within a field






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






43. System.Double






44. 8 bit - signed byte (-128 - 127)






45. Integrated Development Environment






46. 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'.






47. Framework Class Library






48. Field whose value can never change. Declared with 'const' keyword






49. 32 bit single precision floating point data






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







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