cambridge computer science as unit 5

5.0(2)
Studied by 28 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/115

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:37 AM on 11/14/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

116 Terms

1
New cards

The 5 basic features of the Von Neumann model.

  • There is a processor (CPU)

  • The processor has direct memory access

  • Memory contains 'stored program' and data required

  • The stored program consists of individual instructions

  • The processor executes instructions sequentially

2
New cards
<p>Fill in 1.</p>

Fill in 1.

Address Bus

3
New cards
<p>Fill in 2.</p>

Fill in 2.

Data Bus

4
New cards
<p><span>Fill in 3.</span></p>

Fill in 3.

MAR

5
New cards
<p>Fill in 4.</p>

Fill in 4.

MDR

6
New cards
<p>Fill in 5.</p>

Fill in 5.

PC

7
New cards
<p>Fill in 6.</p>

Fill in 6.

Control Bus

8
New cards
<p>Fill in 7.</p>

Fill in 7.

Control Unit

9
New cards
<p>Fill in 8. </p>

Fill in 8.

CIR

10
New cards
<p><span>Fill in 9.</span></p>

Fill in 9.

ALU

11
New cards
<p>Fill in 10. </p>

Fill in 10.

Other Registers

12
New cards

What does CPU stand for?

Central Processing Unit

13
New cards

What does ALU stand for and what is its function?

Arithmetic Logic Unit. It does arithmetic and/or logic operations.

14
New cards

What does CU stand for and what are its functions?

Control Unit. It controls data flow through processor and rest of computer, ensures program instructions are handled correctly. A vital part of the CU is the two clocks used to synchronize processors.

15
New cards

Which components have an active role in the CPU operations?

Arithmetic Logic Unit (ALU) and Control Unit (CU)

16
New cards

How many clocks in the CU? What are they called?

There are two clocks: the internal clock and the system clock.

17
New cards

What is the function of the internal clock?

Controls cycle of activity within the processor.

18
New cards

What is the function of the system clock?

Controls activity outside the processor.

19
New cards

What are registers and where are they placed?

They are storage units placed very close to the ALU.

20
New cards

What are the benefits of registers for where they are placed?

Allows very short access time.

21
New cards

What are the typical storage size of registers?

Typically 16, 32, or 64 bits

22
New cards

A processor has just one general purpose register. What is it called?

Accumulator

23
New cards

What is the function of the accumulator?

It is a general purpose register that stores a value before & after the execution of an instruction.

24
New cards

How many values are stored in an accumulator at one time?

A single value.

25
New cards

What uses the valued stored in the accumulator?

The ALU

26
New cards

What is CIR?

Current Instruction Register. Stores the current instruction while it is being decoded and executed.

27
New cards

What is IX?

Index register. Stores a value; only used for indexed addressing.

28
New cards

What is MAR?

Memory Address Register. Stores address of a memory location or an I/O component which is about that have a value read from or written to.

29
New cards

What is MDR (MBR)?

Memory Data Register (Memory Buffer Register). Stores data that has just been read from memory or is just about to be written to memory.

30
New cards

What is PC?

Program counter. Stores the address of where the next instruction is to be read from.

31
New cards

What is SR?

Status Register. Contains bits that are either set or cleared which can be referenced individually.

32
New cards

What are the three important things to remember about registers?

  • The MDR must act as a buffer.

  • The index register (IX) can be abbreviated as IR, but in some sources the current instruction register (CIR) is abbreviated as IR.

  • To avoid confusion, PC stands for Program Counter only when register notation is used; otherwise, it stands for Personal Computer.

33
New cards

A bus is a __.

parallel transmission component.

34
New cards

In a bus, each separate wire carries a __.

single bit

35
New cards

The system bus connects the CPU to what?

Memory & I/O system

36
New cards

What components make up the system bus?

Address bus, data bus, and control bus

37
New cards
<p>Is arrow 1 up, down, or both?</p>

Is arrow 1 up, down, or both?

Both

38
New cards
<p>Is arrow 2 up, down, or both?</p>

Is arrow 2 up, down, or both?

Down

39
New cards
<p>Is arrow 3 up, down, or both?</p>

Is arrow 3 up, down, or both?

Both

40
New cards
<p><span>Is arrow 4 up, down, or both?</span></p>

Is arrow 4 up, down, or both?

Both

41
New cards
<p>Is arrow 5 up, down, or both?</p>

Is arrow 5 up, down, or both?

Up

42
New cards
<p><span>Is arrow 6 up, down, or both?</span></p>

Is arrow 6 up, down, or both?

Both

43
New cards
<p><span>Is arrow 7 up, down, or both?</span></p>

Is arrow 7 up, down, or both?

Both

44
New cards
<p><span>Is arrow 8 up, down, or both?</span></p>

Is arrow 8 up, down, or both?

Up

45
New cards
<p><span>Is arrow 9 up, down, or both?</span></p>

Is arrow 9 up, down, or both?

Both

46
New cards

Address bus is a __ way street.

one

47
New cards

Address bus can only be used to __ an address.

send

48
New cards

__ __ are a component that carry data to the memory or to an output device or can carry data from memory or from an input device.

Data bus

49
New cards

What is the function of the data bus?

To carry data

50
New cards

The data bus is __ way

two (bi-directional)

51
New cards

The data bus can carry data to and from the ___.

CPU or I/O device.

52
New cards

What is bus width?

The number of parallel lines that make up a particular kind of computer bus. It is one of the most vital defining features of a data bus. It indicates the number of electric wires or bits that build up the data bus.

53
New cards

What are some common bus widths?

1, 4, 8, 16, 32, and 64 bits

54
New cards

Is the control bus one way or bidirectional?

Bidirectional.

55
New cards

What is the function of the control bus?

Transmits a signal from the control unit to any other system component or transmit a signal to the control unit. Major use is to carry timing signals at time intervals dictated by the clock cycle ensuring data transmission is synchronized.

56
New cards

How many wires for the control bus?

Eight wires because there is no need for extended width.

57
New cards

Which bus is connected to the Control Unit?

Control bus

58
New cards

Which bus is connected to the MAR?

Address bus

59
New cards

Which bus is connected to the MDR?

Data bus

60
New cards

What is very important factor governing the processing speed of the system?

Processor clock speed

61
New cards

What defines the shortest possible time that any action can take?

One clock cycle

62
New cards

Immediate Access Storage (IAS)

The components directly accessible by the processor.

63
New cards

Each core is a __ processor.

separate

64
New cards

Performance improves with __ number of cores.

increasing

65
New cards

Cache memory is the __ component of the IAS.

fastest

66
New cards

Performance of cache memory improves with __ storage size.

increase

67
New cards

Performance of cache memory improves with __ rate of access.

increase

68
New cards

How is fastest access obtained for cache memory?

With all or part of the cache on the CPU.

69
New cards

What is a word?

Small number of bytes that handled as unit by the computer system.

70
New cards

What is the significance of word length?

Defines a grouping the system can handle as one unit.

71
New cards

How is word length stated?

Number of bytes or number of bits.

72
New cards

What are some typical word lengths?

16, 32, or 64 bits or 2, 4, or 8 bytes.

73
New cards

Word length influences system architecture in regards to __ of components.

capacity

74
New cards

How are register size and word length usually related?

Both match

75
New cards

Word length is considered when making bus __ decisions.

width

76
New cards

For address bus, what does bus width define?

number of bits in the address's binary code

77
New cards

How are data bus width and word length related?

Data bus width is the same as word length

78
New cards

Each I/O device is connected to an interface called __

port

79
New cards

This handles the interaction between the CPU and an I/O device.

The controller

80
New cards

This type of port is connected to an I/O device that is an integral part of the computer system?

Internal port

81
New cards

This type of port allows the computer user to connect a peripheral I/O device.

External port

82
New cards

What does USB stand for?

Universal Serial Bus

83
New cards

What is the aim of plug and play?

Remove technical expertise allowing any computer user to connect a peripheral.

84
New cards

The creation of what device allowed Plug-and-Play to be fully realized?

USB

85
New cards

What is the alternate to USB?

FireWire

86
New cards

According to the USB standard, how many attached devices can a computer handle?

127

87
New cards

According to the notes, what is the latest USB version?

3.2

88
New cards

According to Google, what is the latest USB version?

4

89
New cards

What does VGA stand for?

Video Graphics Array

90
New cards

What is VGA sometimes needed?

One example: To connect a second screen.

91
New cards

Does VGA provide video, audio, or both?

Video only

92
New cards

What does HDMI stand for?

High Definition Multimedia Interface

93
New cards

How is HDMI different from VGA?

HDMI provides a connection to a screen and allow transmission of high-quality video including the audio component. VGA only provides video.

94
New cards
<p>Fill in 1.</p>

Fill in 1.

Start

95
New cards
<p><span>Fill in 2.</span></p>

Fill in 2.

Any instructions to execute?

96
New cards
<p><span>Fill in 3.</span></p>

Fill in 3.

Fetch next instruction

97
New cards
<p><span>Fill in 4. </span></p>

Fill in 4.

Decode instruction

98
New cards
<p>Fill in 5.</p>

Fill in 5.

Execute instruction

99
New cards
<p><span>Fill in 6.</span></p>

Fill in 6.

Any interrupts to be processed?

100
New cards
<p><span>Fill in 7.</span></p>

Fill in 7.

Transfer control to interrupt-handling program

Explore top notes

Explore top flashcards

flashcards
Test: We the People - Unit 1
60
Updated 15d ago
0.0(0)
flashcards
History Unit 3
87
Updated 108d ago
0.0(0)
flashcards
frans 20 okt
203
Updated 887d ago
0.0(0)
flashcards
government vocab
23
Updated 1123d ago
0.0(0)
flashcards
Spanish 3 Final Review: 2024
92
Updated 645d ago
0.0(0)
flashcards
American History Chapter 24
49
Updated 729d ago
0.0(0)
flashcards
Test: We the People - Unit 1
60
Updated 15d ago
0.0(0)
flashcards
History Unit 3
87
Updated 108d ago
0.0(0)
flashcards
frans 20 okt
203
Updated 887d ago
0.0(0)
flashcards
government vocab
23
Updated 1123d ago
0.0(0)
flashcards
Spanish 3 Final Review: 2024
92
Updated 645d ago
0.0(0)
flashcards
American History Chapter 24
49
Updated 729d ago
0.0(0)