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. Integrated Development Environment
ulong - Size
Derived Class
IDE
Base Class
2. A Member that cannot be accessed/invoked through an Object Instance.
JITer
Static Member
Primitive
int - Size
3. System.Double
JITer
double - .NET alias
Method
Visual Studio Solution
4. Something that has a different number of parameters to it's predecessor
Intermediate Language (IL)
Overloaded Method
sbyte - Size
Double (or double) - Size
5. A combination of language identifiers and data and operators and expressions that constitute a single line of syntactically correct & executable code.
Namespace
C#
Statement
Precedence
6. Restricts access to a Member to the current Class.
sbyte - Size
Identifiers
Primitive Type
Private Access Modifier
7. 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
W.P.F
Stack
ulong - .NET alias
8. The process of hiding and restricting access to the implementation details of a data structure.
Encapsulation
Statement
ulong - .NET alias
uint - Size
9. 64 bit integer data
long - Size
Heap
Encapsulation
Relational Operator
10. 8 bit - signed byte (-128 - 127)
uint - .NET alias
Object
Abstract Class Modifier
sbyte - Size
11. Microsoft's generic software framework for application development.
NET
Just-in-time (JIT
Method
returnType methodName (parameterList)
12. Variables defined by a class
Field
Method
Encapsulation
Public Keyword
13. An instance of a class that exists at run-time and is typically referenced via a variable name.
Object
Private Access Modifier
ushort - Size
Relational Operator
14. A Class that cannot be instantiated.
Program
Assembly
Statement
Static Class
15. Field whose value can never change. Declared with 'const' keyword
uint - .NET alias
Console Application
ulong - .NET alias
Constant
16. Series of instructions which tell a computer what to do.
Program
Static Class
Just-in-time (JIT
Operator
17. (< or > or <= or >=)
Assignment Operator
NET
bool - Size
Relational Operator
18. Most common kind of reference type. They define objects. They must have at least one method and one field.
Protected Access Modifier
Class aka Type
Keyword
Label
19. 64 bit integer data
sbyte - Size
Private Access Modifier
Int64 - Size
Primitive Type
20. Introduces a new class. Marked by curly brackets { }
String (or string)
Class Statement
double - .NET alias
References (Visual Studio Solution
21. Implies that the programming language places severe restrictions on the intermixing that is permitted to occur - between objects or data of different types.
using
Class
Precedence
Strong Typing
22. Compilation of classes. In C# Usually ends in .dll or .exe
String (or string)
Assembly
Window.xaml.cs
Expression
23. Sits behind GUI (Graphical User Interface) and provides event listeners
Encapsulation
Just-in-time (JIT
Window.xaml.cs
Int64 - Size
24. System.Int64
Inheritance
long - .NET alias
ulong - .NET alias
Just-in-time (JIT
25. Represents date and time data with a 100 ns resolution
byte - Size
Partial Method Modifier
Namespace
DateTime
26. Access is limited to the current Assembly and Derived Types
Protected Internal Access Modifier
Conditional Operator
Method
Encapsulation
27. 8 bit - unsigned byte (0 - 255)
byte - Size
Inheritance
Operator
Double (or double) - Size
28. Container for one or more Visual Studio Projects.
Namespace
Visual Studio Solution
Inheritance
byte - Size
29. Contains the class definitions that allow access to the functionality provided by .NET.
Derived Class
ulong - .NET alias
Decimal (or decimal) - Size
Framework Class Library (FCL)
30. 16 bit - signed integer data (-32768 to 32767)
Operator
int - Size
Abstract Method Modifier
short - Size
31. Code which signifies a carriage return. Symbolises a new line in a text box.
r
Static Member
Partial Class Modifier
ulong - Size
32. Names reserved by the compiler that coders are not allowed to use as identifiers.
Console Application
Keyword
CLR
Boolean Operator
33. 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'.
Class
Just-in-time (JIT
IDE
Textbox
34. 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)
Boolean Operator
DateTime
Common Language Runtime (CLR)
Public Keyword
35. (&& or || or & or |)
Inheritance
Conditional Operator
Incrementing / Decrementing Variables
Unary Operator
36. The result of successful compilation of source code written in any .NET targeted language - e.g. C# or Visual Basic or C++.
Intermediate Language (IL)
Public Keyword
Parameter aka Argument
JIT
37. 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
Dot Notation
C#
Variable (C# requirements)
using
38. 64 bit double precision floating point data
Class aka Type
Dot Notation
Intermediate Language (IL)
Double (or double) - Size
39. Data Type Built into C#. Built into the XML Schema. Most common are: Int - Long - Float - Double - Decimal - String - Char and Bool.
double - .NET alias
Primitive
String (or string)
Private Access Modifier
40. System.Char
char - .NET alias
Encapsulation
Partial Method Modifier
Assembly
41. The act of generalizing or thinking about an object in general terms. The act of identifying the data members and behavior of a Class.
Class Statement
Console Application
Boolean Operator
Abstraction
42. The C# command line compiler which transforms C# code into IL code and produces an assembly (.dll or .exe)
Visual Studio Solution
Data structures
Properties
csc.exe
43. (= or += or -= or = or /=)
Virtual Method Modifier
Boolean - Size
While Statement
Assignment Operator
44. A symbol that specifies an operation to be performed on one or more variables.
Inheritance
Operator
Partial Method Modifier
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
45. Text as Unicode characters
String (or string)
Static Member
Console Application
sbyte - Size
46. Indicates that the Method can be overridden.
Virtual Method Modifier
Abstract Class Modifier
Primitive
Operator
47. Used to display text that end user does not need to edit.
Label
Int32 - Size
Statement
Window.xaml.cs
48. true or false
bool - Size
Incrementing / Decrementing Variables
Primitive
using
49. Characteristics of an object. Something an object has. Provides a specific access point to data within a field
Reference Type
csc.exe
Properties
JITer
50. (== or !=)
uint - .NET alias
Equality Operator
Public Keyword
Stack
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