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 C# command line compiler which transforms C# code into IL code and produces an assembly (.dll or .exe)
Virtual Method Modifier
csc.exe
Private Access Modifier
Expression
2. Block of memory for storing local variables and parameters. Automatically grows and shrinks as function is entered and excited.
Protected Access Modifier
Stack
String (or string)
Intermediate Language (IL)
3. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.
Visual Studio Solution
Array
Inheritance
FCL
4. A type of statement that produces a value that might be tested or assigned to a variable.
Boolean - Size
Static Member
Expression
Comments
5. 64 bit double precision floating point data
Double (or double) - Size
Polymorphism
Abstraction
Visual Studio Solution
6. The process of compiling IL source into CPU-native code for execution.
Operator
Syntax
Just-in-time (JIT
Boolean Operator
7. true or false
Method
Static Class
JITer
Boolean - Size
8. 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.
Encapsulation
uint - Size
Label
Statement
9. Something an object can do. A named sequence of events. Should always have a meaningful name eg calculateIncomeTax.
Static Class
Method
Abstraction
Float (or float) - Size
10. System.UInt64
Comments
short - .NET alias
ulong - .NET alias
Syntax
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.).
Stack
Namespace
Inheritance
JIT
12. A Member that cannot be accessed/invoked through an Object Instance.
While Statement
Label
Strong Typing
Static Member
13. System.Byte
JITer
Base Class
byte - .NET alias
Decimal (or decimal) - Size
14. Box which can be typed into at runtime. Can display large amounts of scrollable text for the user. To create a scrollable one in Visual Studio set the multiline property to 'TRUE' and the Scrollbars property to 'VERTICAL'.
Method
Properties
Textbox
Label
15. Represents the encapsulation of data and behaviors into a single unit.
r
Class
Comments
Encapsulation
16. System.Decimal
decimal - .NET alias
Conditional Operator
Relational Operator
Parameter aka Argument
17. 64 bit integer data
Int32 - Size
double - .NET alias
Protected Access Modifier
Int64 - Size
18. Code which signifies a carriage return. Symbolises a new line in a text box.
r
double - .NET alias
uint - Size
Sealed Class
19. System.Int64
JIT
IDE
long - .NET alias
Statement
20. 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
Heap
Static Class
Framework Class Library (FCL)
21. The output produced by the C# Compiler - typically a .dll or .exe. Produced by a Project in Visual Studio
Window.xaml.cs
Static Class
Assembly
Operator
22. 32 bit integer data
int - Size
Assembly
csc.exe
Namespace
23. Statements are instructions describing how to run a programme. Statements declare the name of a variable. Statements are combined to create methods.
Class Statement
Statement
r
Expression
24. A standardized (ECMA) language for creating Windows .NET applications and services and libraries - with a syntax similar to Java and C++.
Expression
C#
Double (or double) - Size
long - .NET alias
25. Text as Unicode characters
String (or string)
If Statement
sbyte - .NET alias
Decimal (or decimal) - Size
26. Only requires one operand usually a count+1 or a count++ or a count--
Unary Operator
Base Class
Int64 - Size
Keyword
27. Microsoft's generic software framework for application development.
uint - Size
NET
Static Class
DateTime
28. Field whose value can never change. Declared with 'const' keyword
Constant
Visual Studio Solution
Assembly
Expression
29. Command Language Runtime
CLR
Internal Access Modifier
uint - Size
Class
30. The C# directive required to bring a namespace into scope. Eliminates the need to fully qualify a Type.
Precedence
using
byte - Size
Assignment Operator
31. The "Type" name of data that is stored on the Stack
Internal Access Modifier
Value Type
Private Access Modifier
Class aka Type
32. 128 bit fixed precision (financial)
Statement
Parameter aka Argument
Assignment Operator
Decimal (or decimal) - Size
33. A method that is called whenever an Object is created. The method uses the same name as the Class.
Static Class
Constructor
CLR
NET
34. Documentation text embedded within code which is not to be run as code. Two types single and multiple: single // multiline / insert comment here /
sbyte - .NET alias
IDE
Protected Internal Access Modifier
Comments
35. Thing which gives something a value. E.g. Assignment Expression uses the '=' operator to assign a variable value such as x = y * 5
Static Class
Expression
Static Member
Unary Operator
36. Runs in a command prompt window rather than a GUI (graphical User Interface) one.
char - Size
Constant
Unary Operator
Console Application
37. 16 bit - unsigned integer data (0 to 65535)
Precedence
ushort - Size
Syntax
Abstract Method Modifier
38. System.Single
bool - Size
short - .NET alias
Base Class
float - .NET alias
39. Symbols which transform and combine expressions
Operator
Method
Stack
Static Class
40. A Class that cannot be Inherited
r
Expression
Virtual Method Modifier
Sealed Class
41. Just-in-time compilation
Precedence
Statement
JIT
Value Type
42. Access is limited to the current Assembly and Derived Types
Protected Internal Access Modifier
Conditional Operator
sbyte - .NET alias
References (Visual Studio Solution
43. 8 bit - signed byte (-128 - 127)
Encapsulation
decimal - .NET alias
While Statement
sbyte - Size
44. The lowest level or fundamental data types needed for representing data.
Data structures
Double (or double) - Size
Primitive Type
uint - .NET alias
45. The CLR tool used for just-in-time compilation which converts IL code to CPU specific code.
Syntax
Boolean Operator
Encapsulation
JITer
46. Restricts access to a Member to the current Class.
Private Access Modifier
References (Visual Studio Solution
sbyte - .NET alias
Internal Access Modifier
47. System.UInt16
Inheritance
Protected Access Modifier
ushort - .NET alias
Keyword
48. Always runs left to right on all arithmetic operators. Parenthesis (or brackets () ) override precedence flow.
Precedence
Assignment Operator
Public Keyword
Expression
49. count = count+1 or count++ or count__. Both count variables are Unary Operators
short - .NET alias
Incrementing / Decrementing Variables
Precedence
Variable (C# requirements)
50. Container for one or more Visual Studio Projects.
Visual Studio Solution
Assembly
csc.exe
Reference Type
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests