is310 midterm AHHh

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/80

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.

81 Terms

1
New cards

Computer System components

Hardware

2
New cards

Computer System components

Software

3
New cards

Computer System components

Data

4
New cards

Computer System components

Communications

5
New cards

I/O

Input/Output

6
New cards

CPU

Central Processing Unit

7
New cards

ALU

Arithmetic unit

8
New cards

CU

Control Unit

9
New cards


Personal Computer System

CPU, bus, interface controller, I/O ports, graphics, audio, power

10
New cards

Software overview

non-physical components of a computer system

11
New cards

Signed integers

plus or minus sign

12
New cards

Data representations for computer applications

audio

13
New cards

Data representations for computer applications

video

14
New cards

Data representations for computer applications

text

15
New cards

Data representations for computer applications

image

16
New cards


Characteristics and considerations of data formats

accuracy

17
New cards


Characteristics and considerations of data formats

resolution

18
New cards


Characteristics and considerations of data formats

size

19
New cards


Characteristics and considerations of data formats

standards

20
New cards


Characteristics and considerations of data formats

color pallet

21
New cards


Characteristics and considerations of data formats

compression

22
New cards

components of the CPU

ALU
- Control Unit
- Clock
- Registers (MAR, MDR, instruction pointer, status, program counter)

23
New cards

Von Neumann Architecture

memory holds both program and data, is addressed linearly and is addressed bu location number

24
New cards

Assembly vs Machine Language

Machine Language uses BInary while Assembly uses mnemoic codes like ADD and MOV

25
New cards

RAM

random access memory

26
New cards

SRAM

Static RAM, 3x faster than DRAM

27
New cards

DRAM

Dynamic RAM

28
New cards

ROM

Read only memory

29
New cards

EEPROM

Electrically Erasable Programmable Read-Only Memory

30
New cards

Types of I/O devices

  • Hard drives

  • Networks

  • Touchscreen

31
New cards


Direct Memory Access

computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit

32
New cards

Binary Coded Decimal

the number is stored as a digit‐by‐digit binary representation of the original decimal integer. Each decimal digit is individually converted to binary. This requires 4 bits per digit.

33
New cards

Little Person Computer instructions

LOAD

STORE

ADD

SUBTRACT

INPUT

OUTPUT

HALT

34
New cards

Standards

___________ are agreements among interested parties, often manufacturers, to assure that various system components will work together interchangeably.

35
New cards

subsystems

A large organization's IT system might have specific programs such as marketing, manufacturing, purchasing, inventory, finance, and accounting. These are considered ____________ to the larger IT system.

36
New cards

computer hardware

The _____________ provides the physical mechanisms to input and output data, to manipulate and process data, and to electronically control the various input, output, and storage components.

37
New cards

It is Possibleto write programs that will emulate the instruction set from one computer on a computer with a different instruction set.


38
New cards

decomposition

The division of a system or subsystem into its components and linkages is called…

39
New cards

application architecture

The system architecture representation of the flow and processing of data within an organization is called

40
New cards

IPO

input–process–output

41
New cards

Clients

____ are computers that request services.

42
New cards

stored program concept

The idea that the program instructions and data are both stored in memory while being processed is known as the

43
New cards

SATA

Storage devices communicate with a computer using protocols. One such protocol is:

44
New cards

hexadecimal

Most computer manufacturers today prefer to use a base sixteen number format called ____


45
New cards

Base

The ____ of a number system is simply the number of different digits, including zero, that exist in the number system.

46
New cards

Binary

The computer stores both instructions and data in _____ forms.

47
New cards

F

The largest single digit in hexadecimal is

48
New cards

least significant digit

The digit furthest to the right is usually the

49
New cards

Byte

Bits stored in groups of eight.

50
New cards

a left shift

In order to multiply a number by its base we can perform

51
New cards

Addressing modes

The different ways of establishing memory addresses within an instruction are called what?

52
New cards

Static RAM is faster to access than dynamic RAM.

53
New cards

In user space

Programs that execute without privileges are said to execute

54
New cards

Addressing modes

The different ways of establishing memory addresses within an instruction are called whatt

55
New cards

INPUT, STORE, INPUT

Which sequence of commands is needed to enter two numbers into the LMC (using the INPUT command)?

56
New cards

dynamic

The primary memory in most computer systems is _____ RAM.

57
New cards

MDR

The register that will hold the data value that is being transferred between the CPU and a particular memory location is called the what?

58
New cards

program counter (instruction location counter).

The LMC knows which mailbox contains the next task by looking at the…

59
New cards

Primary

memory holds program instructions and data and interacts directly with the CPU during program execution.

60
New cards

status registers

Usually, several flags are grouped into one or more

61
New cards

program counter (also called instruction location counter).

The BRANCH UNCONDITIONALLY instruction changes the value in the…

62
New cards

Flash memory

is nonvolatile.

63
New cards

In the von Neumann architecture, memory holds

data and instructions

64
New cards

a mailbox to the calculator.

The ADD instruction adds data from

65
New cards

Buses

provide the interconnection between various internal parts of the CPU, and between the CPU and memory, as well as providing connections between input and output devices, the CPU, and memory.

66
New cards

Independently and in parallel

The use of fixed-length, fixed-format instruction words with the op code and address fields in the same position for every instruction would allow instructions to be fetched and decoded how?

67
New cards

machine language instructions

Microprocessors can't directly understand the programming languages typically used by software developers, so programs have to be converted into binary strings of 0s and 1s called _____.

68
New cards

What is a "thread"?

Independent segments of programs available to be executed in parallel.

69
New cards

Internal

Which type of control rate does sound have?

70
New cards

Very High

Which type of data rate does a solid state drive have?

71
New cards

Device drivers

Since many interrupts exist to support I/O devices, most of the interrupt handling programs are also known as what?

72
New cards

After one instruction is finished and before another begins

Interrupts are normally checked when

73
New cards

Standards

are agreements among interested partie

74
New cards

embedded

presence of the computer

75
New cards

privileged instructions.

intended for use by an operating system program, but not by an application program(like HALT)

76
New cards

Which of the following is not an advantage of adding more than one CPU processor within a single integrated chip?

Reduce resource conflicts

77
New cards

Instruction reordering makes it possible to provide parallel pipelines, with duplicate CPU logic, so that multiple instructions can actually be executed

simultaneously

78
New cards

supervisor call

which of the following interrupt classes have the lowest priority machine check, restart, supervisor call

79
New cards

the keyboard is basically a character based

80
New cards

decode

The fetch unit portion of the CPU consists of an instruction fetch unit and an instruction ___ unit

81
New cards

BCD (Binary-Coded Decimal) arithmetic is generally not always faster than standard binary arithmetic