Chapter 1 Flashcards

1
Q

Which is faster, a human or computer?

A

Computer

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

Which has more memory, a human or computer?

A

Human

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

Which is smarter, a human or computer?

A

Human

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

What causes computer errors?

A

Faulty instructions

Sloppy data entry

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

What is used in mores code?

A

Short/Long Signals

Dots/Dashes

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

What number are used in binary code?

A

1s and 0s

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

How many bytes does ASCII use?

A

One (256 Possible Characters)

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

How many bytes does UNICODE use to store memory?

A

Two (65,536 Possible Characters)

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

How many bits are in a byte?

A

1 byte = 8 bits

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

What base is our number system?

A

Base 10

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

What base is the computer in?

A

Base 2

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

What was the first computer systems to store a byte?

A

UNIVAC

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

What is true abut the first computer opposed to the computers today?

A

Early computers used vacuum tubes.

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

What are characteristics of modern computers opposed to the early computers?

A

Computers today use silicon chips.

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

What is the main circuit board called?

A

Motherboard

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

What is the CPU?

A

Central Processing Unit

Brains

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

What is the RAM?

A

Random Access Memory (TEMPORARILY STORES INFO)

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

What is the ROM?

A

Read Only Memory (PERMANENTLY STORES INFO)

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

What stores permanently in the computer?

A

ROM

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

What stores temporary in the computer?

21
Q

What are the brains of the computer called?

A

Central Processing Unit (CPU)

22
Q

How many bites in mega-byte?

A

1,000,000 or 2^20

23
Q

How many bites in tera-byte?

A

1,000,000,000,000 or 2^40

24
Q

How many bites in kilo-byte?

A

1,000 or 2^10

25
How many bites in giga-byte?
1,000,000,000 or 2^30
26
What is used to magnetically store the information on a disk or tape?
Iron oxide (Rust)
27
What storage device uses laser light?
CD
28
What is the definition of a program?
Sequence of instructions, which enables a computer to preform a desired task.
29
What does the computer use to understand machine code?
Compiler or Interpretor
30
Machine code is made up of what numbers?
1s and 0s (directly manipulating)
31
What program are we going to learn how to use in Computer Science?
Java
32
What language was created by Grace Hopper for the business world?
Common Business Oriented Language (COBOL)
33
What was the first successful programing language?
FORTRAN
34
What computer language was used by scientist and engineers?
Formula Translator (FORTRAN)
35
Which programing language added OOP to the C language?
C++
36
What language came before C?
Pascal
37
What language is platform independent?
Java
38
Which language is the first one used on a PC?
BASIC
39
What language was designed for the purpose of teaching APCS?
Java
40
What is an interpreter?
translates one program statement at a time during execution*
41
What is a compiler?
translates entire program into an executable file before execution
42
What is an assembler?
a program for converting instructions written in low-level symbolic code into machine code.
43
Does Java use an interpreter, compiler, and/or an assembler?
Compiler and Interpreter
44
What are examples of hardware?
keyboard, mouse, computer case
45
What are examples of software?
Application Software | System Software
46
What are examples of application software?
spreadsheet word exell
47
Examples of system software?
UNIX or Windows 8
48
Extra Card
Extra Card