AP CS Unit 1 test Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a computer? (Lesson 1)

A

A computer is a machine that works with information

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

What does the letters stand for in IOPS

A

Input _Output _Proccesing _Storage

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

Hardware

A

Physical parts required for a computer to run

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

Software

A

set of instructions that allows hardware to perform different task

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

Lesson 2 “ Parts of a Computer “

A

Lesson 2 starting now

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

Mother Board

A

-Nervous system of a computer
-The main circuit of the computer
-All parts connect to it
- Allows communication between other parts of the computer

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

CPU

A
  • the “Brain” of the computer
  • Executes all compands for the computer
    -Tells everything what to do
  • If its dead or off nothing will work
    -Measured by Hertz ( MHz ,GHz)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does CPU stand for

A

Central Proccesing Unit

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

GPU

A
  • The “eyes and mucsle “ of the computer
    -Displays what you see , handles most heavy task
  • Handles all the visual data
    -Measured by speed in Hertz (MHz , GHZ)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does GPU stand for ?

A

Graphic Proccessing Unit

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

RAM

A
  • ” short term memory “
    Temporary space for the CPU to work
    -Measured in Bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does RAM stand for

A

Random Access Memory

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

Hard Drive

A

” Long term memory
- Storage space for all software (files ,apps ,programs operationg system ect.)
-Measuring Bytes

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

Power Supply

A

“energy”
Supplies all the parts of the computer with energy

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

Network card

A

Allows the computer to connect with the internet

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

Lesson 3&4

A

Repeersenting Images & Binary Numbers

17
Q

How is binary counted

A

2^1

18
Q

Bit is short for what ?

A

Binary digit

19
Q

A bit can be only 2 numbers what are thoose 2 numbers ?

A

1 + 0

20
Q

8 bits create (blank) ?

A

1 byte

21
Q

1 is ?

A

ON

22
Q

0 is ?

A

OFF

23
Q

Binary number start with what number

A

Zero

24
Q

Steps to turning a decimal number to a binary number ( Example 3)

A

3’s largest number it can go into is 2^1 which iks 2 . But with 1 left over it can do into 2^0 which is 1 . Making the 3’s binary number 11.

25
Q

Example 17

A

The largest power of 2 ) 17 can go into is 2^4 which is 16 . Leaving on beind which is 2^0 .
Makng its Binnary number 10001

26
Q

SIde Note

A

Side Note : where the 1’s are in bainary mean thats where the number can fit into and the zeros are where in couldn’t
- Exampe - 16 which is 2^4 . Which is 5 places . and since the number 16 goes into 16 once there is only one 1 . Binary number - 10000

27
Q

Turning Binary back into decimal

A

1000 is a binary number , that has 4 places . Since the power of 2 starts with zero 4 places mean 2 to the power of 3 which 8 . So 1000 is 8 in decimal

28
Q

Lesson 5

A

Overflow and rounding error

29
Q

If to have to but 2.10 in binary what would it be .
4or2

A

2

30
Q

$4.16 rounding . 4 or 2

A

4

31
Q

Lesson 6

A

Repersenting Text