Computer Language Flashcards

1
Q

Circuit

A

Multiple linked logic gates that perform complicated binary calculations

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

Binary

A

Communication that a computer use. 1 and 0

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

Logic gates

A

Electrical components that tell a computer how to use binary calculations

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

NOT Gate

A

Opposite gate. Input off = output on, input on = output off.

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

XOR Gate

A

When 1 input is on, the output will be on. Otherwise all is off.

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

OR Gate

A

Both inputs off = output off. Otherwise all is on.

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

NAND Gate

A

Both inputs on = output off. Otherwise all on.
Aka the “not-AND gate”

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

XNOR Gate

A

Matching inputs = output on. Otherwise all off.
Aka not-XOR gate”

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

AND Gate

A

Both inputs on = output on. Otherwise all is off.

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

ASCII

A

Oldest character encoding. Represents English alphabet, digits, and punctuation marks.

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

UTF-8

A

Allows us to store a character in more than one byte.

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

Abstraction

A

To simplify a complex system. Ex: steering wheel to driving a car or keyboard to a computer.

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

4 layers to computer architecture

A

Hardware layer
Operating system
Software layer
User

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