• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back
Computers can directly understand only their native ___________ language, which is composed
only of 1s and 0s.
machine
Computers process data under the control of sets of instructions called computer _____________.
programs
The three types of computer programming languages discussed in the chapter are machine languages, ___________ and ___________.
assembly languages
high-level languages
Programs that translate high-level-language programs into machine language are called _____________.
compilers
Visual Studio is a(n) ___________ in which C# programs are developed.
IDE
Visual Basic is a(n) ______________, event-driven language.
object-oriented
_____________is a programming language that was created by Microsoft specifically for the .NET platform.
C#
____________is a language for sharing information via “hyperlinked” text documents on the World Wide Web.
HyperText Markup Language (HTML)
The ____________ executes .NET programs.
Common Language Runtime (CLR)
Objects have ____________ (also called properties) and perform actions (also called methods or _____________ ).
attributes
behaviors
__________ models software in terms similar to those that people use to describe realworld objects.
object technology
W3C
World Wide Web Consortium
XML
Extensible Markup Language
OOP
Object-Oriented Programming
CLR
Common Language Runtime
CLI
Common Language Infrastructure
MSIL
Microsoft Intermediate Language
UML
Unified Modeling Language
IDE
Integrated Development Environment