• 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/10

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;

10 Cards in this Set

  • Front
  • Back

Assembly language

Symbolic Machine Code, converted into machine code through an assembler.

Utility program

The assembler, which converts assembly language into machine code.

Source code

Code written by humans that is assembled or compiled into binary machine code. Able to be manipulated, whereas application software, is only executable files.

Application software

Executable files run on a program and triggered by a user.

Plain text

Non-formatted data, written by humans, represents the characters of readable material. ASCII EBCDIC, limited to 7 or 8 bits


UTF-8 and UTF-16



Formatted text

Text that is formatted, also known as styled text, or rich text,

OS/2

OS/2 was intended as a protected mode successor of PC DOS. Notably, basic system calls were modelled after MS-DOS calls; their names even started with "Dos" and it was possible to create "Family Mode" applications: text mode applications that could work on both systems.[2] Because of this heritage, OS/2 shares similarities with Unix, Xenix, and Windows NT in many ways.

API

Application programming interface,

Routines

Perform a task, packaged as a unit, and repeatable.

CLI

Command line interface, serves as the collection point for the interpreter, which converts a language into machine code.




Also known as console user interface, character user interface, or console user interface.