A Level CS (9618) 15 Hardware

full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

This is based on the new syllabus' book by Hodder Education

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1

CISC

"complex instruction set computer."

2

RISC

"reduced instruction set computer."

3

Pipelining

"allows several instructions to be processed simultaneously without having to wait for previous instructions to finish."

4

Parallel processing

"operation which allows a process to be split up and for each part to be executed by a different processor at the same time."

5

SISD

"single instruction single data

6

SIMD

"single instruction multiple data

7

MISD

"multiple instruction single data

8

MIMD

"multiple instruction multiple data

9

Cluster

"a number of computers (containing SIMD processors) networked together."

10

Super computer

"a powerful mainframe computer."

11

Massively parallel computers

"the linking together of several computers effectively forming one machine with thousands of processors."

12

Half adder circuit

"carries out binary addition on two bits giving sum and carry."

13

Full adder circuit

"two half adders combined to allow the sum of several binary bits."

14

Combination circuit

"circuit in which the output depends entirely on the input values."

15

Sequential circuit

"circuit in which the output depends on input values produced from previous output values."

16

Flip-flop circuits

"electronic circuits with two stable conditions using sequential circuits."

17

Cross-coupling

"interconnection between two logic gates which make up a flip-flop."

18

Positive feedback

"the output from a process which influences the next input value to the process."

19

Sum of products (SoP)

"a Boolean expression containing AND and OR terms."

20

Gray codes

"ordering of binary numbers such that successive numbers differ by one bit value only

21

Karnaugh maps (K-maps)

"a method used to simplify logic statements and logic circuits – uses Gray codes."