Introduction to the Course Flashcards
How do computers process data?
under computer programs by computer programmers
What does the data items processed by computers form?
Data Hierarchy
The smallest data item in a computer
Bits
This can assume the value 0 or the value 1
Bits
Bits is short for
Binary Digit
A digit that can assume one of two values
Binary Digit
Functions performed by computers involve only the simplest manipulations of 0s and 1s
Bits
Tedious to work with data in the low-level form of bits
Character
Composed of characters or bytes (that
conveys meaning)
Field
Composed of related fields
Records
Composed of related records
File
In some operating systems, a file is viewed
sequency of bytes
Collection of data organized in tables
Database
What does the table include?
Records and Fields
Types of Programming Languages
Machine Languages, Assembly Languages, and High Level Languages
Language only computers can understand
Machine Languages
Generally consist of strings of numbers (ultimately reduced to 1s and 0s) that instruct computers to perform operations
Machine Languages
Machine Language is _______
Machine Dependent