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