computer science illuminated ch.4

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

1/27

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.

28 Terms

1
New cards

semiconductor

material such as silicon that is neither a good conductor nor a good insulator

2
New cards

circuit equivalance

the same output for each corresponding input value combination for two circuits

3
New cards

half adder

a circuit that computes the sum of two bits and produces the appropriate carry bit

4
New cards

combinational circuit

a circuit whose output is solely determined by its input value

5
New cards

sequential circuit

a circuit whose output is a function of its input values and the current state of the circuit

6
New cards

multiplexer

a circuit that uses a few input control signals to determine which of several input data lines is routed to its output

7
New cards

circuit

a combination of interacting gates designed to accomplish a specific logical function

8
New cards

Boolean algebra

a mathematical notation for expressing two values logical functions

9
New cards

truth table

a table showing all possible input values and the associated output values

10
New cards

logical diagram

a graphical representation of a circuit; each type of gate has its own symbol

11
New cards

integrated circuit (chip)

a piece of silicon on which multiple gates have been embedded

12
New cards

transistor

a device that acts either as a wire or a resistor, depending on the voltage level of an input signal

13
New cards

gate

a device that performs a basic operation on electrical signals, accepting one or more input signals are producing a single output signal

14
New cards

adder

a electronic circuit that performs an addition operation on binary values

15
New cards

full adder

a circuit that computes the sum of two bits, taking an input carry bit into account

16
New cards

who invented boolean algebra?

george boole

17
New cards

what are transistors made of?

semiconductors material

18
New cards

grounded electrical signal

-allowed to flow through an alternative route to the ground, with no harm
-reduced to 0 volts

19
New cards

3 terminals of a transistor

-source,base and emitter

20
New cards

Demorgan law states what?

inverting the output of an AND gate is equivalent to inverting the individual signals first and then passing them through an OR gate
-Inverting the output of an OR gate is equivalent to inverting both signals first and then passing them through an AND gate

21
New cards

demultiplexer

opposite operation of multiplexer; takes output and routes it to input combo

22
New cards

number of gates in small-scale integration(SSI)?

1 to 10

23
New cards

Medium-scale integration number of gates?

10 to 100

24
New cards

Large-scale integration number of gates?

100 to 100,000

25
New cards

Very-large scale integration number of gates?

more than 100,000

26
New cards

How can a chip have more than 100,000 gates?

They aren't independent and many gates are combined to form complex combinations of circuits

27
New cards

The _______ is an advanced circuit w/ input and output lines

CPU

28
New cards

s-r latch

memory circuit where it only stores a single binary digit
-guarantees that outputs are complements of eachother
-maintains value is both S and R are 1

<p>memory circuit where it only stores a single binary digit<br>-guarantees that outputs are complements of eachother<br>-maintains value is both S and R are 1</p>