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. A method that is called whenever an Object is created. The method uses the same name as the Class.






2. A Class that can only have Static Members






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






4. Thing which gives something a value. E.g. Assignment Expression uses the '=' operator to assign a variable value such as x = y * 5






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






6. (&& or || or & or |)






7. 32 bit - unsigned integer data






8. 32 bit integer data






9. 64 bit double precision floating point data






10. The "Type" name of data that is stored on the Stack






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






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






13. The C# directive required to bring a namespace into scope. Eliminates the need to fully qualify a Type.






14. Compilation of classes. In C# Usually ends in .dll or .exe






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






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






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






18. A Member that cannot be accessed/invoked through an Object Instance.






19. 32 bit integer data






20. Must have a data type






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






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






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






24. true or false






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






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






27. Represents date and time data with a 100 ns resolution






28. System.Single






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






30. Access is limited to the current Assembly






31. Block of memory for storing local variables and parameters. Automatically grows and shrinks as function is entered and excited.






32. A Class that cannot be instantiated.






33. Symbols which transform and combine expressions






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






35. Block of memory where objects live. Whenever a new object is created it is allowed onto the heap. Old objects are regularly deallocate from the heap to save available memory






36. 64 bit integer data






37. 32 bit single precision floating point data






38. If (boolean expression) //true -> statement 1 statement1; else //false -> statement2 statement; //else statement2 optional






39. System.Char






40. Represents the encapsulation of data and behaviors into a single unit.






41. An abstract container used to hold a logically related group of data and functionality (e.g. System.* or System.Lynq or System.Windows etc.).






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






43. Container for one or more Visual Studio Projects.






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






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






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






47. Access is limited to the current Assembly and Derived Types






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






49. Integrated Development Environment






50. Un-orderd sequence of elements of the same type. Stores a fixed number of static elements of a particular type.







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