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. Runs in a command prompt window rather than a GUI (graphical User Interface) one.






2. A Class from which other classes can inherit characteristics.






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






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






5. 32 bit integer data






6. 64 bit - unsigned integer data






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






8. Just-in-time compilation






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






10. Integrated Development Environment






11. Syntax of a C# Method






12. Introduces a new class. Marked by curly brackets { }






13. true or false






14. Restricts access to a Member to the current Class.






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






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






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






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






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






20. Calculation whose result is either true or false but cannot be both E.g. == Equal to. != Not Equal too. < Less than. <= Less than of equal to. > Greater than. >= Greaten than or equal to. && AND (Conditional) ->|| OR (Conditional)






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






22. Most common kind of reference type. They define objects. They must have at least one method and one field.






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






24. System.SByte






25. 32 bit integer data






26. The four major concepts of Object Oriented Programming: Abstraction - Encapsulation - ___________ - Polymorphism






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






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






29. A Class that cannot be Inherited






30. A Class that can only have Static Members






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






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






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






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






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






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






37. Windows Presentation Foundation






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






39. System.Int16






40. (< or > or <= or >=)






41. System.Int32






42. 64 bit integer data






43. A Class that cannot be instantiated.






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






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






46. 64 bit integer data






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






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






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






50. 128 bit fixed precision (financial)






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