Chapter 1 Flashcards

1
Q

What is a “Computer”?

A

A “Computer” is a Programmable Machine designed to follow Arithmetic and Logical Instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define “Software”

A

“Software” are the programs and other operating information used by a computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define “Hardware”

A

“Hardware” are the physical components of which a computer is made.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 5 main Hardware in Computers?

A
  1. Central Processing Unit (CPU)
  2. Main Memory
  3. Secondary Memory/ Storage
  4. Input Devices
  5. Ouput Devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a “Program”?

A

A “Program” is a collection of intructions in computer memory to perform a specific task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Program Made of?

A
  • Key Words
  • Programmer-Defined Identifiers
  • Operaters
  • Punctuation
  • Syntax
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are “Key” or “Reserved” words?

A
  • “Key” or “Reserved” words are unique and hold a special purpose in c++.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Key Words 1-5 in C++

A
  1. Asm
  2. Auto
  3. Bool
  4. Break
  5. Case
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Key Words 6-10

A
  1. Catch
  2. Char
  3. Class
  4. Const
  5. Continue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define Key Words 11-15

A
  1. Defualt
  2. Delete
  3. Do
  4. Double
  5. Else
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define Key Words 16-20

A
  1. Enum
  2. Explicit
  3. Export
  4. Extern
  5. False
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define Key Words 21-26

A
  1. Float
  2. For
  3. Friend
  4. Goto
  5. If
  6. Inline
How well did you know this?
1
Not at all
2
3
4
5
Perfectly