



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Definitions and explanations of key terms related to object-oriented programming (oop) using the .net framework. Topics include machine code, high-level languages, assembly languages, jit compiler, classes, instances, inheritance, abstraction, polymorphism, encapsulation, properties, and various .net-specific terms.
Typology: Quizzes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




the set of directions given to a computer TERM 2
DEFINITION 2 Machine code or machine language is a system of instructions and data executed directly by a computer's central processing unit. Instruction written in 0's and 1's TERM 3
DEFINITION 3 Languages allow the programmer to use instructions that more closely resemble the english language A high-level programming language is a programming language with strong abstraction from the details of the computer. TERM 4
DEFINITION 4 languages that allow the programmer to use alphabetic abbreviations TERM 5
DEFINITION 5 is contains a class library, the CLR, sand support for different programming languages and different platforms The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems.
it translates intermediate language into machine code TERM 7
DEFINITION 7 pattern or blueprint used to create TERM 8
DEFINITION 8 the object that you create from a class TERM 9
DEFINITION 9 refers to the fact that you can create on class from another class TERM 10
DEFINITION 10 in the context of OOP the hiding of the internal details of an object from the user
lists the projects and files included in a solution TERM 17
DEFINITION 17 solution files in Visual Basic have this extension on their file names TERM 18
DEFINITION 18 this property controls the text displayed in a forms title bar TERM 19
DEFINITION 19 this property determines the position of a form when the application is started and the form first appears on the screen TERM 20
DEFINITION 20 refers to the object in code
contols the caption that appears in the forms title bar