Computing CT 2 Flashcards
How is data in computer systems represented?
Data in computer systems is represented in binary form. Programmers use Hexadecimals (Base 16)
How is computer memory and sorage measured?
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 will and AND gate produce an output and how will an OR gate produce an output?
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
What is the Binary calculation table?
The binary calculation table is 128 64 32 16 8 4 2 1
What do you do when adding binary?
When adding binary 0+0 = 0, 0+1 = 1, 1+1 = 0 carry 1, and 1+1+1 = 1 carry 1.
How many basic logic gates are their?
There are three basic logic gates, AND, OR and NOT. Every logic circuit can be made up from these three logic gates.
What is a truth table?
The output of logic gates can be shown through truth tables. The truth table shows what the output will be, based on the input.