SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
C# Programming Basics
Start Test
Study First
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. 32 bit - unsigned integer data
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Static Member
uint - Size
Decimal (or decimal) - Size
2. 16 bit- unsigned word (U+0000 to U+ffff)
char - Size
Label
Inheritance
Variable (C# requirements)
3. Implies that the programming language places severe restrictions on the intermixing that is permitted to occur - between objects or data of different types.
uint - Size
Stack
Visual Studio Solution
Strong Typing
4. The act of generalizing or thinking about an object in general terms. The act of identifying the data members and behavior of a Class.
Abstraction
int - .NET alias
Boolean - Size
Variable (C# requirements)
5. Access is limited to the current Assembly and Derived Types
float - .NET alias
ushort - .NET alias
sbyte - .NET alias
Protected Internal Access Modifier
6. Symbols which transform and combine expressions
FCL
Namespace
Operator
using
7. Just-in-time compilation
Abstract Class Modifier
Base Class
JIT
int - .NET alias
8. A method that is called whenever an Object is created. The method uses the same name as the Class.
Partial Class Modifier
Constructor
Encapsulation
Syntax
9. Used to display text that end user does not need to edit.
Sealed Class
Label
long - .NET alias
NET
10. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.
Array
ulong - .NET alias
Inheritance
Textbox
11. Allows the definition of a Class to span multiple files (within the same Project)
Base Class
Primitive Type
Partial Class Modifier
Virtual Method Modifier
12. Rules defining or outlining the format and construction of statements. Semantics is what statements actually DO Syntax are RULES for how to lay statements out. Example syntax rule; All statements must end in a semicolon.
Variable
CLR
Syntax
Unary Operator
13. A Member that cannot be accessed/invoked through an Object Instance.
Label
Static Member
Base Class
uint - Size
14. The "Type" name of data that is stored on the Heap
char - .NET alias
Reference Type
Class aka Type
Namespace
15. 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
Inheritance
Encapsulation
Heap
Precedence
16. Always runs left to right on all arithmetic operators. Parenthesis (or brackets () ) override precedence flow.
Comments
Precedence
CLR
Common Language Runtime (CLR)
17. 64 bit integer data
Base Class
long - Size
uint - .NET alias
Protected Internal Access Modifier
18. System.SByte
NET
sbyte - .NET alias
Operator
Unary Operator
19. The C# directive required to bring a namespace into scope. Eliminates the need to fully qualify a Type.
sbyte - .NET alias
using
Label
Primitive Type
20. A Class that inherits characteristics from another Class.
Derived Class
Variable
DateTime
Expression
21. 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)
Properties
Method
Boolean Operator
Field
22. An abstract container used to hold a logically related group of data and functionality (e.g. System.* or System.Lynq or System.Windows etc.).
Inheritance
Partial Method Modifier
Conditional Operator
Namespace
23. When a sub class passes down all the behaviours of the original parent class
ulong - Size
Framework Class Library (FCL)
float - .NET alias
Inheritance
24. Restricts access to a Member to the current Class.
double - .NET alias
Private Access Modifier
Identifiers
Variable
25. A Class that cannot be instantiated.
Private Access Modifier
Static Class
Double (or double) - Size
Statement
26. System.UInt16
Just-in-time (JIT
Overloaded Method
ushort - .NET alias
using
27. Container for one or more Visual Studio Projects.
Assembly
Abstract Class Modifier
Derived Class
Visual Studio Solution
28. 8 bit - unsigned byte (0 - 255)
Virtual Method Modifier
byte - Size
Window.xaml.cs
Assignment Operator
29. A combination of language identifiers and data and operators and expressions that constitute a single line of syntactically correct & executable code.
Program
Statement
Private Access Modifier
Float (or float) - Size
30. Something that has a different number of parameters to it's predecessor
Method
Identifiers
Class aka Type
Overloaded Method
31. Names reserved by the compiler that coders are not allowed to use as identifiers.
Object
Common Language Runtime (CLR)
JITer
Keyword
32. A representation of an area in the computer memory in which a value of a particular data type can be stored.
Abstract Method Modifier
DateTime
decimal - .NET alias
Variable
33. Syntax of a C# Method
Primitive Type
returnType methodName (parameterList)
Variable
Assignment Operator
34. Restricts access to a Member to the current Class and any Derived Class.
Namespace
Sealed Class
Textbox
Protected Access Modifier
35. Access is limited to the current Assembly
Operator
Internal Access Modifier
Syntax
String (or string)
36. 64 bit double precision floating point data
Operator
NET
Double (or double) - Size
Framework Class Library (FCL)
37. true or false
Primitive
Boolean - Size
Protected Access Modifier
ushort - .NET alias
38. (&& or || or & or |)
Class aka Type
W.P.F
Conditional Operator
int - .NET alias
39. 32 bit integer data
ulong - .NET alias
Keyword
Method
int - Size
40. System.Int32
int - .NET alias
Static Member
JITer
Program
41. The .NET run-time environment that enables code to be compiled and executed.
Common Language Runtime (CLR)
Unary Operator
Method
Properties
42. Integrated Development Environment
IDE
Float (or float) - Size
returnType methodName (parameterList)
Keyword
43. Code which implements GUI (graphical User Interface).
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
int - Size
Statement
Partial Method Modifier
44. Only requires one operand usually a count+1 or a count++ or a count--
Unary Operator
IDE
Stack
Visual Studio Solution
45. 8 bit - signed byte (-128 - 127)
Method
Base Class
sbyte - Size
ulong - .NET alias
46. 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.
Int64 - Size
Partial Method Modifier
Constant
Keyword
47. (< or > or <= or >=)
Abstraction
Relational Operator
Textbox
Operator
48. Extra information within a method
Parameter aka Argument
Expression
ulong - .NET alias
int - .NET alias
49. System.UInt32
int - .NET alias
uint - .NET alias
char - .NET alias
Encapsulation
50. A Class that cannot be Inherited
Sealed Class
Relational Operator
Polymorphism
ushort - .NET alias