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. Mathematical (+ or - or / or %)
Syntax
Variable
sbyte - Size
Operator
2. Variables defined by a class
Parameter aka Argument
bool - Size
double - .NET alias
Field
3. Command Language Runtime
Syntax
CLR
Array
Primitive
4. Windows Presentation Foundation
W.P.F
Int64 - Size
Statement
Value Type
5. Introduces a new class. Marked by curly brackets { }
Boolean - Size
Object
Class Statement
Operator
6. Characteristics of an object. Something an object has. Provides a specific access point to data within a field
uint - Size
Properties
float - .NET alias
char - .NET alias
7. Code which signifies a carriage return. Symbolises a new line in a text box.
Data structures
CLR
r
Polymorphism
8. A Member that cannot be accessed/invoked through an Object Instance.
byte - .NET alias
using
Identifiers
Static Member
9. When a sub class passes down all the behaviours of the original parent class
Inheritance
Polymorphism
Namespace
Class
10. Integrated Development Environment
Float (or float) - Size
IDE
Derived Class
Conditional Operator
11. An abstract container used to hold a logically related group of data and functionality (e.g. System.* or System.Lynq or System.Windows etc.).
Namespace
IDE
Data structures
int - Size
12. System.Double
double - .NET alias
short - .NET alias
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Float (or float) - Size
13. 16 bit - unsigned integer data (0 to 65535)
Statement
Static Class
Constant
ushort - Size
14. Series of instructions which tell a computer what to do.
Program
While Statement
Base Class
Textbox
15. 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.
Polymorphism
Static Member
Encapsulation
CLR
16. Four things common to all software development: _______ - Flow of Control - Identifiers & Arguments - Testing / Debugging
Data structures
float - .NET alias
short - .NET alias
Stack
17. Documentation text embedded within code which is not to be run as code. Two types single and multiple: single // multiline / insert comment here /
Base Class
uint - .NET alias
Comments
Statement
18. Container for one or more Visual Studio Projects.
Double (or double) - Size
ushort - Size
Boolean Operator
Visual Studio Solution
19. A type of statement that produces a value that might be tested or assigned to a variable.
int - .NET alias
returnType methodName (parameterList)
Expression
IDE
20. Block of memory for storing local variables and parameters. Automatically grows and shrinks as function is entered and excited.
short - .NET alias
Variable
Object
Stack
21. The "Type" name of data that is stored on the Stack
Incrementing / Decrementing Variables
Window.xaml.cs
Value Type
Encapsulation
22. 16 bit - signed integer data (-32768 to 32767)
Private Access Modifier
ushort - .NET alias
uint - .NET alias
short - Size
23. Code which implements GUI (graphical User Interface).
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Just-in-time (JIT
Protected Internal Access Modifier
Assembly
24. System.UInt16
Internal Access Modifier
Variable
Inheritance
ushort - .NET alias
25. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.
Assembly
Object
Inheritance
Polymorphism
26. Runs in a command prompt window rather than a GUI (graphical User Interface) one.
Conditional Operator
Console Application
Parameter aka Argument
Keyword
27. A method that is called whenever an Object is created. The method uses the same name as the Class.
Partial Method Modifier
Constructor
sbyte - Size
decimal - .NET alias
28. Specifies that the Method includes no implementation and must be overridden in a deriving class - where it will get its definition. Can only be part of an Abstract Class.
uint - Size
Abstract Method Modifier
Value Type
ushort - .NET alias
29. (&& or || or & or |)
Virtual Method Modifier
Conditional Operator
Derived Class
Variable
30. 8 bit - signed byte (-128 - 127)
uint - .NET alias
sbyte - Size
W.P.F
Method
31. Names reserved by the compiler that coders are not allowed to use as identifiers.
References (Visual Studio Solution
Expression
Just-in-time (JIT
Keyword
32. Represents the encapsulation of data and behaviors into a single unit.
Dot Notation
long - Size
Primitive Type
Class
33. Restricts access to a Member to the current Class and any Derived Class.
Protected Access Modifier
Decimal (or decimal) - Size
Operator
Properties
34. Allows the definition of a Class to span multiple files (within the same Project)
Partial Class Modifier
Unary Operator
Data structures
Int64 - Size
35. 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)
Inheritance
Boolean Operator
byte - .NET alias
Identifiers
36. The process of compiling IL source into CPU-native code for execution.
Derived Class
Textbox
Just-in-time (JIT
Common Language Runtime (CLR)
37. System.Decimal
decimal - .NET alias
While Statement
Encapsulation
Encapsulation
38. Syntax of a C# Method
Object
Method
Encapsulation
returnType methodName (parameterList)
39. Something that has a different number of parameters to it's predecessor
Boolean - Size
long - .NET alias
Overloaded Method
uint - Size
40. A combination of language identifiers and data and operators and expressions that constitute a single line of syntactically correct & executable code.
ushort - Size
Statement
Abstract Class Modifier
Data structures
41. Indicates that the Method can be overridden.
byte - Size
Expression
Virtual Method Modifier
Comments
42. Object Oriented Programming relies on dot.notation. Dot Notation enables public methods to be fully accessible from outside an object. Member names are separated by a dot (.). Syntax is method-defined-in-class.bject-in-runtime-of-class
Statement
Dot Notation
W.P.F
Method
43. 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.
Inheritance
Object
Intermediate Language (IL)
Variable
44. 32 bit integer data
Float (or float) - Size
Intermediate Language (IL)
int - Size
Precedence
45. System.UInt64
Abstraction
ulong - .NET alias
Operator
Variable
46. 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.
Array
Syntax
Properties
Encapsulation
47. Symbols which transform and combine expressions
Operator
Constant
Inheritance
Common Language Runtime (CLR)
48. 32 bit single precision floating point data
Unary Operator
Expression
If Statement
Float (or float) - Size
49. Microsoft's generic software framework for application development.
long - Size
While Statement
NET
Private Access Modifier
50. Data Type Built into C#. Built into the XML Schema. Most common are: Int - Long - Float - Double - Decimal - String - Char and Bool.
Primitive
Float (or float) - Size
Operator
Variable