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. Restricts access to a Member to the current Class and any Derived Class.
Protected Access Modifier
Virtual Method Modifier
Textbox
ushort - Size
2. Extra information within a method
Parameter aka Argument
Namespace
Encapsulation
Visual Studio Solution
3. Block of memory for storing local variables and parameters. Automatically grows and shrinks as function is entered and excited.
Stack
byte - Size
Comments
FCL
4. A Member that cannot be accessed/invoked through an Object Instance.
Static Member
Abstract Class Modifier
r
Assembly
5. Windows Presentation Foundation
Incrementing / Decrementing Variables
Static Class
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
W.P.F
6. Groups classes together so that they have a unique identifier
Namespace
long - Size
Assembly
Double (or double) - Size
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.).
Object
Namespace
Label
Properties
8. Code which implements GUI (graphical User Interface).
Reference Type
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Operator
Just-in-time (JIT
9. (< or > or <= or >=)
Method
Relational Operator
long - .NET alias
byte - .NET alias
10. 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
Abstraction
ushort - .NET alias
Static Member
11. Statements are instructions describing how to run a programme. Statements declare the name of a variable. Statements are combined to create methods.
Variable
Intermediate Language (IL)
returnType methodName (parameterList)
Statement
12. 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'.
Textbox
Namespace
Precedence
Parameter aka Argument
13. A Class that cannot be instantiated.
Object
Unary Operator
NET
Static Class
14. The lowest level or fundamental data types needed for representing data.
Primitive Type
Sealed Class
Decimal (or decimal) - Size
Private Access Modifier
15. Variables defined by a class
Inheritance
Field
Visual Studio Solution
long - .NET alias
16. 64 bit double precision floating point data
Double (or double) - Size
IDE
Window.xaml.cs
Incrementing / Decrementing Variables
17. true or false
bool - Size
Identifiers
JITer
Statement
18. 128 bit fixed precision (financial)
Incrementing / Decrementing Variables
Public Keyword
Decimal (or decimal) - Size
Program
19. Four things common to all software development: _______ - Flow of Control - Identifiers & Arguments - Testing / Debugging
C# mark Up Language X.A.M.L(Extensible Application Markup Language)
Statement
Data structures
Parameter aka Argument
20. Field whose value can never change. Declared with 'const' keyword
Constant
NET
Statement
Derived Class
21. The member type of a Class that performs an action.
ushort - Size
uint - Size
Method
CLR
22. The concept of defining subclasses of data objects that share some or all of the parent's class characteristics - enabling the reuse of code.
Encapsulation
Static Class
Relational Operator
Inheritance
23. 8 bit - unsigned byte (0 - 255)
Properties
byte - Size
Dot Notation
Comments
24. Characteristics of an object. Something an object has. Provides a specific access point to data within a field
Method
Window.xaml.cs
Method
Properties
25. Data Type Built into C#. Built into the XML Schema. Most common are: Int - Long - Float - Double - Decimal - String - Char and Bool.
Operator
Assembly
Boolean - Size
Primitive
26. Access is limited to the current Assembly
Primitive
Comments
Protected Access Modifier
Internal Access Modifier
27. 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.
Primitive Type
Assembly
Variable
Static Class
28. Compilation of classes. In C# Usually ends in .dll or .exe
Partial Method Modifier
Heap
Strong Typing
Assembly
29. Names reserved by the compiler that coders are not allowed to use as identifiers.
int - Size
double - .NET alias
Keyword
Primitive
30. Restricts access to a Member to the current Class.
bool - Size
Private Access Modifier
ushort - .NET alias
Visual Studio Solution
31. count = count+1 or count++ or count__. Both count variables are Unary Operators
Incrementing / Decrementing Variables
Console Application
Namespace
Abstraction
32. A Class that cannot be Inherited
sbyte - Size
Protected Access Modifier
Sealed Class
short - Size
33. Runs in a command prompt window rather than a GUI (graphical User Interface) one.
Inheritance
Polymorphism
Console Application
Assembly
34. 16 bit - signed integer data (-32768 to 32767)
Expression
short - Size
byte - .NET alias
Overloaded Method
35. Code which signifies a carriage return. Symbolises a new line in a text box.
Derived Class
r
Reference Type
Constructor
36. System.Byte
Partial Class Modifier
JITer
byte - .NET alias
Derived Class
37. Allow access to types that exist in outside assemblies.
Class
References (Visual Studio Solution
Primitive Type
float - .NET alias
38. Sits behind GUI (Graphical User Interface) and provides event listeners
Conditional Operator
returnType methodName (parameterList)
Window.xaml.cs
Common Language Runtime (CLR)
39. System.UInt16
Overloaded Method
Field
ushort - .NET alias
uint - .NET alias
40. (== or !=)
C#
String (or string)
bool - Size
Equality Operator
41. Syntax of a C# Method
returnType methodName (parameterList)
Constant
Syntax
Stack
42. Microsoft's generic software framework for application development.
Console Application
decimal - .NET alias
W.P.F
NET
43. A standardized (ECMA) language for creating Windows .NET applications and services and libraries - with a syntax similar to Java and C++.
Precedence
Assembly
C#
If Statement
44. System.Char
char - .NET alias
returnType methodName (parameterList)
Overloaded Method
Decimal (or decimal) - Size
45. 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)
Abstract Class Modifier
double - .NET alias
Value Type
Boolean Operator
46. Series of instructions which tell a computer what to do.
Expression
Program
Encapsulation
Conditional Operator
47. Contains the class definitions that allow access to the functionality provided by .NET.
Abstract Class Modifier
IDE
short - .NET alias
Framework Class Library (FCL)
48. Just-in-time compilation
Virtual Method Modifier
short - .NET alias
JIT
Overloaded Method
49. If (boolean expression) //true -> statement 1 statement1; else //false -> statement2 statement; //else statement2 optional
Constant
Partial Class Modifier
C#
If Statement
50. 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.
uint - Size
Static Class
Incrementing / Decrementing Variables
Syntax
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