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. The process of hiding and restricting access to the implementation details of a data structure.
Equality Operator
Partial Method Modifier
Encapsulation
Properties
2. Mathematical (+ or - or / or %)
Operator
Boolean Operator
Polymorphism
JITer
3. true or false
double - .NET alias
Object
bool - Size
Public Keyword
4. System.Double
Namespace
Dot Notation
double - .NET alias
Variable
5. 32 bit - unsigned integer data
Encapsulation
Abstract Method Modifier
Abstraction
uint - Size
6. 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.
Reference Type
String (or string)
Namespace
Identifiers
7. Compilation of classes. In C# Usually ends in .dll or .exe
Assembly
Expression
Keyword
Stack
8. 8 bit - signed byte (-128 - 127)
Unary Operator
sbyte - Size
Console Application
Window.xaml.cs
9. Documentation text embedded within code which is not to be run as code. Two types single and multiple: single // multiline / insert comment here /
Comments
Double (or double) - Size
Method
decimal - .NET alias
10. Something an object can do. A named sequence of events. Should always have a meaningful name eg calculateIncomeTax.
Method
FCL
Object
Static Class
11. Allows the definition of a Class to span multiple files (within the same Project)
Static Member
Field
Statement
Partial Class Modifier
12. (== or !=)
Static Member
W.P.F
int - Size
Equality Operator
13. Something that has a different number of parameters to it's predecessor
Float (or float) - Size
Namespace
Overloaded Method
Derived Class
14. System.Int64
sbyte - .NET alias
Private Access Modifier
long - .NET alias
r
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.
Base Class
Abstract Method Modifier
Abstraction
If Statement
16. Allows a class to define multiple implementations of a method based on the number and types of arguments passed (Overloading).
double - .NET alias
Polymorphism
JITer
Textbox
17. Code which signifies a carriage return. Symbolises a new line in a text box.
r
long - .NET alias
Common Language Runtime (CLR)
short - Size
18. A standardized (ECMA) language for creating Windows .NET applications and services and libraries - with a syntax similar to Java and C++.
Program
C#
Just-in-time (JIT
Inheritance
19. 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.
Syntax
Data structures
Overloaded Method
Protected Access Modifier
20. A Member that cannot be accessed/invoked through an Object Instance.
byte - .NET alias
Static Member
short - Size
char - .NET alias
21. Characteristics of an object. Something an object has. Provides a specific access point to data within a field
Overloaded Method
Abstract Method Modifier
Properties
Incrementing / Decrementing Variables
22. Text as Unicode characters
String (or string)
Constructor
Operator
Comments
23. 64 bit integer data
Intermediate Language (IL)
Textbox
Dot Notation
Int64 - Size
24. Most common kind of reference type. They define objects. They must have at least one method and one field.
ushort - Size
Class aka Type
References (Visual Studio Solution
Unary Operator
25. Statements are instructions describing how to run a programme. Statements declare the name of a variable. Statements are combined to create methods.
Statement
Primitive Type
Intermediate Language (IL)
Base Class
26. A representation of an area in the computer memory in which a value of a particular data type can be stored.
C#
returnType methodName (parameterList)
Variable
Operator
27. Field whose value can never change. Declared with 'const' keyword
Constant
Virtual Method Modifier
Console Application
Keyword
28. An instance of a class that exists at run-time and is typically referenced via a variable name.
Object
Textbox
Class Statement
Statement
29. The output produced by the C# Compiler - typically a .dll or .exe. Produced by a Project in Visual Studio
Assembly
Properties
Virtual Method Modifier
Internal Access Modifier
30. (< or > or <= or >=)
Statement
Relational Operator
Expression
Assembly
31. Data Type Built into C#. Built into the XML Schema. Most common are: Int - Long - Float - Double - Decimal - String - Char and Bool.
IDE
Primitive
Strong Typing
long - Size
32. Allow access to types that exist in outside assemblies.
Private Access Modifier
Constant
String (or string)
References (Visual Studio Solution
33. Implies that the programming language places severe restrictions on the intermixing that is permitted to occur - between objects or data of different types.
Operator
Abstraction
Strong Typing
Double (or double) - Size
34. Code which implements GUI (graphical User Interface).
Int32 - Size
Primitive Type
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
byte - .NET alias
35. 64 bit integer data
Framework Class Library (FCL)
Data structures
using
long - Size
36. Only requires one operand usually a count+1 or a count++ or a count--
Unary Operator
Textbox
While Statement
DateTime
37. A method that is called whenever an Object is created. The method uses the same name as the Class.
W.P.F
Sealed Class
Textbox
Constructor
38. Must have a data type
Variable (C# requirements)
Strong Typing
Framework Class Library (FCL)
ulong - .NET alias
39. Variables defined by a class
Int32 - Size
Field
Static Class
returnType methodName (parameterList)
40. Groups classes together so that they have a unique identifier
Namespace
IDE
C#
ulong - .NET alias
41. When a sub class passes down all the behaviours of the original parent class
IDE
Syntax
ushort - .NET alias
Inheritance
42. 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)
Visual Studio Solution
Class Statement
Boolean Operator
String (or string)
43. Symbols which transform and combine expressions
Operator
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Label
JIT
44. Framework Class Library
FCL
byte - Size
Abstract Class Modifier
Private Access Modifier
45. 64 bit double precision floating point data
Comments
Expression
Double (or double) - Size
Class
46. System.UInt32
Namespace
Class Statement
uint - .NET alias
Visual Studio Solution
47. Represents date and time data with a 100 ns resolution
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
bool - Size
W.P.F
DateTime
48. 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
Abstract Class Modifier
Heap
Relational Operator
NET
49. An abstract container used to hold a logically related group of data and functionality (e.g. System.* or System.Lynq or System.Windows etc.).
Syntax
Visual Studio Solution
Namespace
long - .NET alias
50. System.Char
char - .NET alias
Value Type
Comments
Operator