CMSC 131 (Summer 2019) Week 01 Study Questions Flashcards
Week 01 Study Questions
What does IDE stand for?
Integrated Development Environment
What IDE will we use in class this semester?
Eclipse
What does CPU stand for?
Central Processing Unit
Define the term “bit”.
A “binary digit” – either 0 or 1.
Define the term “byte”.
A sequence of 8 bits.
What is “hardware”? Name some examples.
Physical components of the computer. (Things you can “touch”). Examples include: CPU, RAM chips, mother board, disk drives, monitor, mouse, keyboard, cables.
What is “software”? Name some examples.
These are the “programs” or “apps” that you can run on a computer. Examples: Internet browsers, games, word processors, spreadsheet programs, the operating system, etc.
Name several different operating systems.
Some are: Windows XP, Mac OS X, unix, linux, solaris.
Give some examples of secondary memory devices.
Hard drives, floppy disks, flash memory devices, CD’s , DVD’s.
What is the advantage of primary memory over secondary?
It is typically much faster.
What is the advantage of secondary memory over primary?
It is permanent. (Also usually there is more of it!)
What does I/O stand for? Give some examples of I/O devices.
Input/Output. These are devices that allow you to communicate with the computer: monitor, keyboard, mouse, printer, etc.
How many different combinations of 0’s and 1’s can be represented using 7 bits?
2^7=128
How many bytes are in a kilobyte? Megabyte? Gigabyte?
2^10=1024 2^20 2^30
Name four things that the operating system does for you.
Any of: Process management Memory management Primitive I/O Windowing Primitive network control Security management