MICROSOFT VISUAL C# AN INTRODUCTION TO
OBJECT ORIENTED PROGRAMMING PART ONE
EXAM ACCURATELY SOLVED
Program - CORRECT ANSWER✅✅✅A set of instructions that tell a computer what to do.
Software - CORRECT ANSWER✅✅✅Computer Programs.
System Software - CORRECT ANSWER✅✅✅The program that operates the computer.
Application Software - CORRECT ANSWER✅✅✅Programs that allow users to complete
tasks.
Hardware - CORRECT ANSWER✅✅✅Comprises all the physical devices associated with
the computer.
Machine Language - CORRECT ANSWER✅✅✅The most basic circuitry-level language.
High-Level programming language - CORRECT ANSWER✅✅✅allows users to use
vocabulary of keywords instead of sequence of on/off switches that perform these tasks.
Keywords - CORRECT ANSWER✅✅✅Predefined and reserved identifiers that have
special meaning to the compiler.
Syntax - CORRECT ANSWER✅✅✅The list of rules a language has.
Identifier - CORRECT ANSWER✅✅✅Name of a program component such as a variable,
class or method.
, Camel Casing or lower camel casing - CORRECT ANSWER✅✅✅a style of creating
identifiers in which the first word is not capitalized but each new word is. It tends to be easier to
read.
Pascal Casing of upper camel casing - CORRECT ANSWER✅✅✅Style of creating
identifiers in which all words begin with a capital.
Methods - CORRECT ANSWER✅✅✅are compartmentalized, named program units
containing instructions that accomplish tasks.
Object-Oriented programming - CORRECT ANSWER✅✅✅A programming technique that
features objects, classes, encapsulation, interfaces, polymorphism, and inheritance.
Object - CORRECT ANSWER✅✅✅A concrete entity that has attributes and behaviours. An
object is an instant of a class.
Attribute of an object - CORRECT ANSWER✅✅✅Represent an object's characteristics.
State of an Object - CORRECT ANSWER✅✅✅The collective value of all of an object's
attributes at any point in time.
Graphical User Interfaces - CORRECT ANSWER✅✅✅Program elements that allow users
to interact with the program in a graphical environment.
Class - CORRECT ANSWER✅✅✅A category of objects or a type of object.
Properties - CORRECT ANSWER✅✅✅of an object, are it's values.
Encapsulation - CORRECT ANSWER✅✅✅Technique of packaging an object's attributes
and methods into a cohesive unit that can be used as an undivided entity.
OBJECT ORIENTED PROGRAMMING PART ONE
EXAM ACCURATELY SOLVED
Program - CORRECT ANSWER✅✅✅A set of instructions that tell a computer what to do.
Software - CORRECT ANSWER✅✅✅Computer Programs.
System Software - CORRECT ANSWER✅✅✅The program that operates the computer.
Application Software - CORRECT ANSWER✅✅✅Programs that allow users to complete
tasks.
Hardware - CORRECT ANSWER✅✅✅Comprises all the physical devices associated with
the computer.
Machine Language - CORRECT ANSWER✅✅✅The most basic circuitry-level language.
High-Level programming language - CORRECT ANSWER✅✅✅allows users to use
vocabulary of keywords instead of sequence of on/off switches that perform these tasks.
Keywords - CORRECT ANSWER✅✅✅Predefined and reserved identifiers that have
special meaning to the compiler.
Syntax - CORRECT ANSWER✅✅✅The list of rules a language has.
Identifier - CORRECT ANSWER✅✅✅Name of a program component such as a variable,
class or method.
, Camel Casing or lower camel casing - CORRECT ANSWER✅✅✅a style of creating
identifiers in which the first word is not capitalized but each new word is. It tends to be easier to
read.
Pascal Casing of upper camel casing - CORRECT ANSWER✅✅✅Style of creating
identifiers in which all words begin with a capital.
Methods - CORRECT ANSWER✅✅✅are compartmentalized, named program units
containing instructions that accomplish tasks.
Object-Oriented programming - CORRECT ANSWER✅✅✅A programming technique that
features objects, classes, encapsulation, interfaces, polymorphism, and inheritance.
Object - CORRECT ANSWER✅✅✅A concrete entity that has attributes and behaviours. An
object is an instant of a class.
Attribute of an object - CORRECT ANSWER✅✅✅Represent an object's characteristics.
State of an Object - CORRECT ANSWER✅✅✅The collective value of all of an object's
attributes at any point in time.
Graphical User Interfaces - CORRECT ANSWER✅✅✅Program elements that allow users
to interact with the program in a graphical environment.
Class - CORRECT ANSWER✅✅✅A category of objects or a type of object.
Properties - CORRECT ANSWER✅✅✅of an object, are it's values.
Encapsulation - CORRECT ANSWER✅✅✅Technique of packaging an object's attributes
and methods into a cohesive unit that can be used as an undivided entity.