Test 1 Flashcards

(39 cards)

0
Q

3 secondary storage devices?

A

Flashdrive, memory card, CD ROM, hard drive

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

In 1947…

A

Transistors were invented

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

How many bits r in a megabyte?

A

Million

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

How did early computers store 1 bit of data?

A

Vacuum Tubes, Punch Cards

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

3 primary storage devices?

A

RAM=temporary storage
ROM=permanent startup info
Hard Drive=large permanent storage

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

How many bits r in a byte?

A

8

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

Hardware

A

The physical/touchable parts of a computer system

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

Syntax vs Semantics

A

Syntax=structure

Semantics=meaning

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

What # system do humans use?

A

Base-10 (decimal)

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

What # system do computers use?

A

Base-2 (Binary)

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

How many bits r in a kilobyte?

A

1000

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

COBOL

A

Language created by Grace Hopper for the business community/armed forces

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

How many bits r in a gigabyte?

A

Billion

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

RAM

A

Temporary storage/fresh start every time comp is turned on

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

ROM

A

Permanent storage/startup

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

JAVA

A

Platform independent/compiler translates it to Byte Code

17
Q

ENIAC

A

First fully digital computer w/ capability to be programmed

17
Q

Translates a program 1 line at a time?

18
Q

What language is understood by comp?

A

Machine language/Binary code

18
Q

What language is understood by humans?

A

High level languages/Source code

21
Q

2 categories of software?

A
Application= word excel etc
System= iOS, windows (comes w/ computer)
22
Q

What is the machine language version of source program?

A

Object program/Machine/Binary code (1 and 0’s)

24
Q

CPU

A

Central processing unit composed of transistors etched into a silicon chip “brains/heart” of computer which executes commands

25
Q

Name 3 Input devices?

A

Keyboard, mouse, scanner

26
Characteristics of early computers?
Big, slow, low memory, had to physically program/walk inside
27
What piece of hardware connects all pieces of computer together?
Motherboard
28
Characteristics of modern computers?
Small, fast, large memory
29
Software
The program instructions that make the computer do something (Java
29
Translates an entire program?
Compiler
30
Vacuum tubes
On/off, airless tubes that control electrode flow in early computers, replaced by transistors
30
4 main functions of a computer system/examples?
storage (disk/CD) processing (RAM/CPU) output (monitor/printer) input (keyboard)
32
Network
Hardware/Software data communication system
32
What are computer gates?
Turn on/off flow of circuit electricity like a light switch
35
Name 3 Output devices?
Monitor, printer, speakers
35
Benefits of computers over humans?
Faster, more accurate, better memory
35
What allows data to be passed throughout computer?
Buses
36
Program class name and file name for Test05?
Test05.class Test05.java
37
Every program must start with
public class (some class name)
38
Variable types
int byte double char NOT STRING