1.2. Computing Basics Flashcards

1
Q

It is a device, usually electronic, that stores, receives, processes, and outputs information.

A

Computer

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

It usually refers to the physical components in a computing system which includes input devices, output devices, storage devices, as well as the electronic components and chips that make up the Central Processing Unit (CPU).

A

Computer Hardware

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

It contains thousands of microscopic electronic transistors–electronic “gates” that can perform logical operations and complex instructions.

A

Computer Processor

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

What does VLSI stand for?

A

Very Large Scale Integration

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

This performs arithmetic operations such as addition, multiplication, division, etc. in the processor.

A

Arithmetic and Logic Unit

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

What does ALU stand for?

A

Arithmetic and Logic Unit

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

It usually refers to the actual machine instructions that are run on a processor.

A

Computer Software

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

It is usually written in a high-level programming language such as C or Java and then converted to machine code that the processor can execute.

A

Software

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

It is nothing more than a structured collection of 0s and 1s.

A

Binary

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

A single 0 or 1 is referred to as what?

A

Bit

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

8 bits form a what?

A

Byte

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

Computer memory can refer to:

A
  1. Main Memory
  2. Secondary Memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

These are typically long-term storage devices such as hard disks, flash drives, SD cards, optical disks (CDs, DVDs), etc. These generally have a large capacity but are slower.

A

Secondary Memory

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

These are data stored on chips that the processor is actively using. It is much faster but also more expensive and thus generally smaller.

A

Main Memory

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

The first hard disk was developed by ________ in ________.

A

IBM in 1956

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

The first hard disk had ________ capacity.

A

3.75 MB

16
Q

What is the name of the first hard disk?

A

IBM 350

17
Q

The main memory is sometimes referred to as ________ , which consists of a collection of addresses along with contents.

A

Random Access Memory

18
Q

It usually refers to a single byte of memory (called byte-addressing).

A

Address

19
Q

It is the byte of data that is stored at an address. It can represent a number, a letter, etc. To the computer it is all just a bunch of 0s and 1s.

A

Content

20
Q

A base-16 counting system using the symbols 0, 1, . . . , 9, a, b, c, d, e, f. Numbers are prefixed with a 0x.

A

Hexadecimal System

21
Q

It can be wired with electrical signals or light as in fiber optics which provide large bandwidth (the amount of data that can be sent at any one time), but can be expensive to build and maintain. They can also be wireless, but provide shorter range and lower bandwidth.

A

Network