Chapter 1: HARDWARE + SOFTWAREgoddmanit Flashcards

How. tf. does. a. computer. even. work. I use this every day and I don't even know the first thing about it. This is gonna help me.

1
Q

What is CPU?

A

Central Processing Unit

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

What does CPU do?

A

Coordinates a computer’s operations by regulating the computer with control data OR it fetches data

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

What’s the second physical component besides CPU?

A

Arithmetic and logic unit which are the mathematical operations

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

What is the organization of CPU?

A

To fetch the data, there needs to be a program that stores the instructions/input into the memory.

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

What the fuck is fetching data?

A

When the CPU takes input from the main memory to make the next sequence.

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

What is the second part of an organization of CPU?

A

DECODE! Once the input is turned into a number the control unit makes it into an electronic signal.

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

Main memory/RAM?

A

Random access memory that holds information and sequences of instructions. It erases every time the computer is off.

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

How is the memory held in RAM?

A

Switches labeled 0 or 1 (binary). 8 of these are called a byte. Part of memory access to track data.

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

Why do you need RAM and secondary storage?

A

BECAUSEEEEEE
RAM is quick and accessible by the CPU and secondary storage is permanently saved data

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

What is secondary storage in CPU organization?

A

It can hold data for long periods without power.

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

Tell me about the common types of secondary storage.

A

Disk drive (stores magnetically), solid-state drive (in a case), external drives (moves to another computer), USB etc (copies of data)

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

What are the devices to input data?

A

Any data collected from outside: keyboard, mouse, scanner

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

What are the devices to output data?

A

Any data sent outside: graphics, reports, lists

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

What is software? you noob

A

Programs that run on a laptop

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

Riddle me this, whats a program then?

A

It’s a set of instructions (special language) a computer follows to perform a task.

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

What are the instructions to the program?

A

The instructions are called the algorithm. Needs to be in binary to be read by computer.

17
Q

What are the two parts of software?

A

Operating systems: programs that manage the hardware and its processes that multitask and divide CPU across programs.
Application Software: programs that are useful to the user by creating a better environment (games, word processor, spreadsheets)

18
Q

Is JAVA process dependent or non?

A

NON because it doesn’t need an assembler.