Java Games: Flashcards, matching, concentration, and word search.

01 Introduction to C Vocab

Vocab for 1.1-2.1

AB
UNIXa family of multitasking, multi-user computer operating systems
PDP-11a series of 16-bit minicomputers sold by Digital Equipment Corporation
Compilera program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.
Bytea unit of digital information that most commonly consists of eight bits
Physical Addressa memory address that is represented in the form of a binary number on the address bus circuitry
Tersesparing in the use of words; abrupt
Moore's Lawrefers to the perception that the number of transistors on a microchip doubles every two years, though the cost of computers is halved
C++includes all the features of C, but adds classes and other features to support object-oriented programming
Javabased on C++ and therefore inherits many C features
C#a more recent language derived from C++ and Java
Perlwas originally a fairly simple scripting language; over time it has grown and adopted many of the features of C
Directivescommands that begin with '#'
Preprocessora bit like an editor; it can add things to the program and make modifications
Object codecode produced by a compiler or assembler
Linkercombines the object code produced by the compiler with any additional code needed to have a complete executable program
Integrated Development Environment (IDE)a software package that allows us to edit, compile, link, execute, and even debug a program without leaving the environment


IN

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities