Chapter 1 Flashcards
1
Q
What is a “Computer”?
A
A “Computer” is a Programmable Machine designed to follow Arithmetic and Logical Instructions.
2
Q
Define “Software”
A
“Software” are the programs and other operating information used by a computer.
3
Q
Define “Hardware”
A
“Hardware” are the physical components of which a computer is made.
4
Q
What are the 5 main Hardware in Computers?
A
- Central Processing Unit (CPU)
- Main Memory
- Secondary Memory/ Storage
- Input Devices
- Ouput Devices
5
Q
A
6
Q
What is a “Program”?
A
A “Program” is a collection of intructions in computer memory to perform a specific task.
7
Q
What is a Program Made of?
A
- Key Words
- Programmer-Defined Identifiers
- Operaters
- Punctuation
- Syntax
8
Q
What are “Key” or “Reserved” words?
A
- “Key” or “Reserved” words are unique and hold a special purpose in c++.
9
Q
Define Key Words 1-5 in C++
A
- Asm
- Auto
- Bool
- Break
- Case
10
Q
Define Key Words 6-10
A
- Catch
- Char
- Class
- Const
- Continue
11
Q
Define Key Words 11-15
A
- Defualt
- Delete
- Do
- Double
- Else
12
Q
Define Key Words 16-20
A
- Enum
- Explicit
- Export
- Extern
- False
13
Q
Define Key Words 21-26
A
- Float
- For
- Friend
- Goto
- If
- Inline