Test 1 Flashcards

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?

A

Interpreter

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
Q

Characteristics of early computers?

A

Big, slow, low memory, had to physically program/walk inside

27
Q

What piece of hardware connects all pieces of computer together?

A

Motherboard

28
Q

Characteristics of modern computers?

A

Small, fast, large memory

29
Q

Software

A

The program instructions that make the computer do something (Java

29
Q

Translates an entire program?

A

Compiler

30
Q

Vacuum tubes

A

On/off, airless tubes that control electrode flow in early computers, replaced by transistors

30
Q

4 main functions of a computer system/examples?

A

storage (disk/CD) processing (RAM/CPU) output (monitor/printer) input (keyboard)

32
Q

Network

A

Hardware/Software data communication system

32
Q

What are computer gates?

A

Turn on/off flow of circuit electricity like a light switch

35
Q

Name 3 Output devices?

A

Monitor, printer, speakers

35
Q

Benefits of computers over humans?

A

Faster, more accurate, better memory

35
Q

What allows data to be passed throughout computer?

A

Buses

36
Q

Program class name and file name for Test05?

A

Test05.class Test05.java

37
Q

Every program must start with

A

public class (some class name)

38
Q

Variable types

A

int byte double char NOT STRING