(Tomorrow 9/26/25) Java Ch.1 pt. 1

0.0(0)
studied byStudied by 1 person
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

A computer consists of …

  1. Central Processing Unit

  2. Memory

  3. Storage

  4. Input Devices

  5. Output Devices

  6. Communication Devices

2
New cards

What is a CPU?

The central brain of the computer.

3
New cards

The CPU receives instructions from…

Memory

4
New cards

Clock speed is measured in …

Hertz (Hz)

5
New cards

One hertz is…

One pulse per second

6
New cards

Modern computers measure clock speed in…

Gigahertz (GHz)

7
New cards

What is memory?

Units for storing data and program instructions for the CPU to execute.

8
New cards

A memory unit is…

An ordered sequence of bytes.

9
New cards

Each byte holds … bits

8

10
New cards

Before a program and it’s data can be executed, they must be brought to…

memory

11
New cards

A memory byte is never…

Empty

12
New cards

When new information is place in a byte, the old information is…

Lost

13
New cards

What are the stable states of digital devices?

0 and 1

14
New cards

How many bytes are required to store a character or numerical digit?

One

15
New cards

Can two data split and share the same byte?

No

16
New cards

When memory is powered off, information is…

Lost

17
New cards

Storage

Devices on a computer that permanently store information

18
New cards

When is information moved from storage to memory?

Only when the computer is using the information

19
New cards

What factors effect the quality of a display?

Resolution and dot pitch

20
New cards

Pixels

Tiny dots on the screen that form an image

21
New cards

Dot pitch

The amount of space between pixels

22
New cards

Data transfer is measured in…

Bits per second (bps)

23
New cards

Regular modem

A communication device that uses a phone line to transmit data slowly.

24
New cards

DSL

Digital Subscriber Line. Uses a phone line and transmits data 20x faster than a regular modem.

25
New cards

Cable modem

A communication device that uses a TV cable line to transmit data at the same speed as DSL

26
New cards

NIC

Network Interface Card. A device that connects a computer to a LAN.

27
New cards

LAN

Local Area Network.

28
New cards

What is a program?

Instructions to the computer

29
New cards

Machine Language

A set of primitive instructions built into every computer, written in binary code

30
New cards

Assembly language

A language that can be translated directly into machine code by an assembler

31
New cards

High-level language

English-like programming languages that are easier to read and write than machine or assembly languages

32
New cards

Source code

Typically a program written in a high-level language

33
New cards

To be executed, source code must be…

Translated into machine code