Computing CT 2 Flashcards

1
Q

How is data in computer systems represented?

A

Data in computer systems is represented in binary form. Programmers use Hexadecimals (Base 16)

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

How is computer memory and sorage measured?

A

Computer memory and storage are measured in different units. Bit = 1 digit, Nibble = 4 bits, Byte = 8 bits, 1000 bytes = 1 Kilobyte, 1000 Kilobytes = 1 Megabyte, 1000 Megabytes = 1 Gigabyte, 1000 Gigabytes = 1 Terabyte.

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

How will and AND gate produce an output and how will an OR gate produce an output?

A

An AND gate will only produce an output of 1 if both inputs are 1. OR gate will produce an output of 1 if one of the inputs is 1

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

What is the Binary calculation table?

A

The binary calculation table is 128 64 32 16 8 4 2 1

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

What do you do when adding binary?

A

When adding binary 0+0 = 0, 0+1 = 1, 1+1 = 0 carry 1, and 1+1+1 = 1 carry 1.

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

How many basic logic gates are their?

A

There are three basic logic gates, AND, OR and NOT. Every logic circuit can be made up from these three logic gates.

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

What is a truth table?

A

The output of logic gates can be shown through truth tables. The truth table shows what the output will be, based on the input.

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