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. 8 bit - signed byte (-128 - 127)
Operator
char - Size
Assembly
sbyte - Size
2. Only requires one operand usually a count+1 or a count++ or a count--
FCL
Float (or float) - Size
Parameter aka Argument
Unary Operator
3. The process of compiling IL source into CPU-native code for execution.
Just-in-time (JIT
Inheritance
Strong Typing
Primitive
4. The process of hiding and restricting access to the implementation details of a data structure.
Namespace
short - .NET alias
Encapsulation
char - Size
5. Something that has a different number of parameters to it's predecessor
Boolean Operator
Overloaded Method
Label
Parameter aka Argument
6. Command which runs repeatedly while (some) condition is true.
While Statement
Syntax
Assembly
Program
7. The result of successful compilation of source code written in any .NET targeted language - e.g. C# or Visual Basic or C++.
Base Class
Expression
Intermediate Language (IL)
Sealed Class
8. System.Double
int - Size
Polymorphism
Internal Access Modifier
double - .NET alias
9. An instance of a class that exists at run-time and is typically referenced via a variable name.
Object
Operator
Partial Class Modifier
String (or string)
10. Four things common to all software development: _______ - Flow of Control - Identifiers & Arguments - Testing / Debugging
Data structures
ulong - .NET alias
Static Class
Expression
11. Groups classes together so that they have a unique identifier
Virtual Method Modifier
int - .NET alias
Class aka Type
Namespace
12. The C# command line compiler which transforms C# code into IL code and produces an assembly (.dll or .exe)
Variable
uint - .NET alias
Base Class
csc.exe
13. 32 bit integer data
DateTime
Value Type
Int32 - Size
Object
14. System.Int16
Assembly
sbyte - Size
Operator
short - .NET alias
15. 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.
Static Class
Identifiers
Polymorphism
Variable
16. Restricts access to a Member to the current Class and any Derived Class.
Public Keyword
Conditional Operator
Syntax
Protected Access Modifier
17. Access is limited to the current Assembly
Class
Internal Access Modifier
NET
ushort - Size
18. 8 bit - unsigned byte (0 - 255)
byte - Size
decimal - .NET alias
Array
Float (or float) - Size
19. A standardized (ECMA) language for creating Windows .NET applications and services and libraries - with a syntax similar to Java and C++.
byte - .NET alias
Object
C#
Namespace
20. System.UInt16
decimal - .NET alias
bool - Size
Console Application
ushort - .NET alias
21. Series of instructions which tell a computer what to do.
Object
Expression
Field
Program
22. System.Int32
Operator
Console Application
int - .NET alias
Int64 - Size
23. A Class that can only have Static Members
Static Class
Int32 - Size
Derived Class
sbyte - .NET alias
24. 64 bit integer data
Overloaded Method
C#
Unary Operator
Int64 - Size
25. Contains the class definitions that allow access to the functionality provided by .NET.
Variable
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
ushort - Size
Framework Class Library (FCL)
26. Runs in a command prompt window rather than a GUI (graphical User Interface) one.
References (Visual Studio Solution
Object
Console Application
Encapsulation
27. 64 bit integer data
long - Size
IDE
FCL
Float (or float) - Size
28. Documentation text embedded within code which is not to be run as code. Two types single and multiple: single // multiline / insert comment here /
Syntax
Comments
Internal Access Modifier
Expression
29. A representation of an area in the computer memory in which a value of a particular data type can be stored.
Statement
Inheritance
Variable
Float (or float) - Size
30. A Class that inherits characteristics from another Class.
Equality Operator
Derived Class
FCL
Reference Type
31. The act of generalizing or thinking about an object in general terms. The act of identifying the data members and behavior of a Class.
ushort - .NET alias
Abstraction
Framework Class Library (FCL)
Data structures
32. 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
Conditional Operator
Properties
Abstract Method Modifier
33. The member type of a Class that performs an action.
Method
Array
Variable (C# requirements)
Conditional Operator
34. Mathematical (+ or - or / or %)
Operator
Private Access Modifier
Visual Studio Solution
Strong Typing
35. System.Byte
Namespace
byte - .NET alias
Operator
Virtual Method Modifier
36. Must have a data type
r
Variable (C# requirements)
Protected Access Modifier
ulong - Size
37. Indicates that the Method can be overridden.
Virtual Method Modifier
Common Language Runtime (CLR)
Console Application
ulong - Size
38. Allow access to types that exist in outside assemblies.
Precedence
Properties
Derived Class
References (Visual Studio Solution
39. Extra information within a method
Assignment Operator
Strong Typing
Parameter aka Argument
char - Size
40. 64 bit - unsigned integer data
Inheritance
uint - .NET alias
ulong - Size
Double (or double) - Size
41. A symbol that specifies an operation to be performed on one or more variables.
Unary Operator
Base Class
DateTime
Operator
42. Symbols which transform and combine expressions
Parameter aka Argument
Equality Operator
Static Member
Operator
43. The .NET run-time environment that enables code to be compiled and executed.
Static Class
Common Language Runtime (CLR)
byte - .NET alias
Inheritance
44. A method that is called whenever an Object is created. The method uses the same name as the Class.
W.P.F
Unary Operator
Constructor
Textbox
45. (< or > or <= or >=)
Variable
Encapsulation
Relational Operator
Inheritance
46. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.
Inheritance
Array
Data structures
Statement
47. Statements are instructions describing how to run a programme. Statements declare the name of a variable. Statements are combined to create methods.
Variable
Parameter aka Argument
Console Application
Statement
48. The output produced by the C# Compiler - typically a .dll or .exe. Produced by a Project in Visual Studio
Method
Operator
Properties
Assembly
49. The "Type" name of data that is stored on the Stack
Float (or float) - Size
Value Type
Overloaded Method
While Statement
50. (= or += or -= or = or /=)
Assignment Operator
Polymorphism
Comments
Console Application