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# And Xna 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. Problems in code that prevent code from running or returns the wrong values
Bug (C#)
public (C# Accessibility)
Byte
enum
2. Consists of a list of statements written between delimiters { and }.
Block (C# statement)
Program
Modifiers (C#)
Cast (C#)
3. Block of C# with particular name
Iteration (C# statement)
Method (C#)
Update (XNA method)
UnloadContent (XNA method)
4. Holds content and programming code
Solution
Jump (C# statement)
LoadContent (XNA method)
Update (XNA method)
5. Unload anything that's not part of the ContentManager
Keywords (C#)
Conditional executions (C#)
Byte
UnloadContent (XNA method)
6. Handle any game logic - such as reading the keyboard or controllers or moving sprites or etc.
Update (XNA method)
instance
Conditional executions (C#)
internal (C# Accessibility)
7. Load sounds or music or graphics or fonts or anything else
LoadContent (XNA method)
Bit
Byte
internal (C# Accessibility)
8. Holds numbers with decimal places
Solution
Conditional executions (C#)
Modifiers (C#)
Float (C#)
9. A value of 0 or 1
Boolean (C#)
Bit
Expression (C#)
Solution
10. Like a template for objects
Class (C# type)
Conditional executions (C#)
Class
Content (C#)
11. Set up anything related to your game that's not content related
Update (XNA method)
Unsigned Simple types
Initialize (XNA method)
actions
12. Draw everything to the screen
UnloadContent (XNA method)
Draw (XNA method)
Program
Unsigned Simple types
13. Specify the declared accessibility of types an type members (private or public)
Statement (C#)
Iteration (C# statement)
Access modifiers (C#)
Class (C# type)
14. Represent something programs need to work with - instances of classes
enum
Iteration (C# statement)
Keywords (C#)
Objects (C#)
15. Predefined - reserved identifiers that have special meanings
Using (C# statement)
protected internal (C# Accessibility)
Update (XNA method)
Keywords (C#)
16. Members that belong to classes
protected internal
static
Modifiers (C#)
Bug (C#)
17. A Reference types (C#)
Block (C# statement)
Signed Simple types (C#)
UnloadContent (XNA method)
array
18. Programs must describe two things... what data the program works on & what ______ the program does on the data
UnloadContent (XNA method)
Unsigned Simple types
Bit
actions
19. Declare local variables and constants - type followed by identifier
Declaration (C# statement)
Byte
Conditional executions (C#)
instance
20. byte - ushort - uint - ulong
LoadContent (XNA method)
Access modifiers (C#)
Unsigned Simple types
Content (C#)
21. Access limited to this class or classes derived from this class
Modifiers (C#)
protected internal
Bug (C#)
protected (C# Accessibility)
22. Evaluate expression
Block (C# statement)
Iteration (C# statement)
array
Expression (C# statement)
23. Calls true or false for a code
Boolean (C#)
actions
Iteration (C# statement)
Draw (XNA method)
24. Game Content Pipeline: 1. Create content 2. Build into game 3. ______ game 4. Package game
Iteration (C# statement)
Write and test
Expression (C# statement)
Initialize (XNA method)
25. The testing of the code - computer's ability to make decisions based on variables
Bit
Initialize (XNA method)
Conditional executions (C#)
Jump (C# statement)
26. Specifics of methods
protected internal
Bug (C#)
Parameters (C#)
Declaration (C# statement)
27. Members that belong to objects
Conditional executions (C#)
Modifiers (C#)
Class (C# type)
instance
28. A data type(C#)
Expression (C#)
enum
actions
Jump (C# statement)
29. Access not limited
public (C# Accessibility)
Bit
Modifiers (C#)
Program
30. Ahorthand for longer code
Modifiers (C#)
Objects (C#)
static
Operators (C#)
31. Mark code or phrases that aren't read by program - marked with // or / and /
Method (C#)
Breakpoint (C#)
Comments (C#)
protected internal (C# Accessibility)
32. sybte - short - int - long
Signed Simple types (C#)
Conditional executions (C#)
Breakpoint (C#)
Float (C#)
33. Used to transfer control {goto - return}
Method (C#)
array
Jump (C# statement)
Cast (C#)
34. A list of instructions that tell a computer what to do
UnloadContent (XNA method)
Program
Initialize (XNA method)
Draw (XNA method)
35. Visual Studio is an _________.
Program
IDE (Integrated Development Environment)
Conditional executions (C#)
Selection (C# statement)
36. The action of the code - single step in program ends with ;
Parameters (C#)
Access modifiers (C#)
Statement (C#)
Operators (C#)
37. A types of operator
internal (C# Accessibility)
public (C# Accessibility)
Keywords (C#)
Equality
38. constructed from operand and operators
Class
Jump (C# statement)
Operators (C#)
Expression (C#)
39. Actual things such as images or videos or pictures or music
Block (C# statement)
Comments (C#)
Signed Simple types (C#)
Content (C#)
40. Obtain a resource - execute a statement and then dispose of that resource
Using (C# statement)
Comments (C#)
Class
Breakpoint (C#)
41. Select one of a number of possible statements for execution {if}
array
Content (C#)
Selection (C# statement)
Statement (C#)
42. Access limited to this program or classes derived from this class
protected internal (C# Accessibility)
Cast (C#)
Signed Simple types (C#)
Class (C# type)
43. Repeatedly execute the statement {while - do - for - foreach}
protected (C# Accessibility)
Unsigned Simple types
Iteration (C# statement)
array
44. A type of Accessibility (C#)
protected internal
private (C# Accessibility)
Update (XNA method)
protected internal (C# Accessibility)
45. Analyzes specific parts of code while running
Objects (C#)
Conditional executions (C#)
instance
Breakpoint (C#)
46. Used to state a parameter as specifics - (float)
Using (C# statement)
protected internal (C# Accessibility)
Cast (C#)
Signed Simple types (C#)
47. Data structure that combines fields and methods in a single unit (may be user defined)
IDE (Integrated Development Environment)
Write and test
Unsigned Simple types
Class (C# type)
48. Access limited to this program
Comments (C#)
Initialize (XNA method)
internal (C# Accessibility)
Update (XNA method)
49. Access limited to this class
instance
Boolean (C#)
public (C# Accessibility)
private (C# Accessibility)
50. Used to modify declarations of types and type members
protected (C# Accessibility)
Modifiers (C#)
Solution
Write and test
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