Introduction to Object-Oriented Programming in .NET Framework, Quizzes of Computer Science

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

Pre 2010

Uploaded on 01/25/2010

joz4
joz4 🇺🇸

2 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
TERM 1
A program
DEFINITION 1
the set of directions given to a computer
TERM 2
Machine Code
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
High Level Languages
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
Assembly Languages
DEFINITION 4
languages that allow the programmer to use alphabetic
abbreviations
TERM 5
.NET Framework
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.
pf3
pf4
pf5

Partial preview of the text

Download Introduction to Object-Oriented Programming in .NET Framework and more Quizzes Computer Science in PDF only on Docsity!

A program

the set of directions given to a computer TERM 2

Machine Code

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

High Level Languages

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

Assembly Languages

DEFINITION 4 languages that allow the programmer to use alphabetic abbreviations TERM 5

.NET Framework

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.

JIT Compiler

it translates intermediate language into machine code TERM 7

Class

DEFINITION 7 pattern or blueprint used to create TERM 8

Instances

DEFINITION 8 the object that you create from a class TERM 9

Inheritance

DEFINITION 9 refers to the fact that you can create on class from another class TERM 10

Abstraction

DEFINITION 10 in the context of OOP the hiding of the internal details of an object from the user

Project Window

lists the projects and files included in a solution TERM 17

.vb

DEFINITION 17 solution files in Visual Basic have this extension on their file names TERM 18

Text Property

DEFINITION 18 this property controls the text displayed in a forms title bar TERM 19

StartPosition Property

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

Name property

DEFINITION 20 refers to the object in code

Text Property

contols the caption that appears in the forms title bar