Preview

Logic gates

Satisfactory Essays
Open Document
Open Document
1375 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Logic gates
Activity 6.3.2 Logic Gates Introduction A two-valued number system is the basis for all of the powerful computers and electronic devices in the world. Those two values are 0 and 1. Everything in the digital world is based on this binary system. While it seems very simple, the binary system is used to create the logic that dictates the actions of complex and simpler digital systems. But how do processors know what to do with all of those 0s and 1s Gates are used. Gates process the 0s and 1s and react based on how they are designed to function. When many gates are combined, computers can solve complex problems by using the logic set forth by the combination and order of the gates. Equipment Logic Gates presentation Gateway To Technology notebook Procedure You will decipher and create logic statements to compare conditions with outputs. Your instructor will present Logic Gates.ppt while you complete this document. Digital Signals Describe how digital signals are represented. The columns below represent 8 segments of time. Each time segment can hold a digital signal. Trace a wave pattern to represent the binary number 10001101. Complete the chart for the NOT Gate. SymbolFunction A logic gate that changes its input logic level to the opposite stateTruth Table A Y 0 1 1 0 Complete the chart for the AND Gate. SymbolFunction SHAPE MERGEFORMAT A logic circuit whose Inputs both 1 then, Output 1Truth Table A B Y 0 0 0 0 1 0 1 0 0 1 1 1 Logic Word Problem (Original Example) If I am hungry and it is 500 p.m., then I will eat dinner. In your GTT notebook, sketch a circuit diagram that behaves like an AND Gate using a battery, two switches, and an LED output. Complete the chart for the OR Gate. SymbolFunction SHAPE MERGEFORMAT A logic circuit when Either Input 1 then, Output 1Truth Table A B Y 0 0 0 0 1 1 1 0 1 1 1 1 Logic Word Problem (Original Example) In your GTT notebook, sketch a circuit diagram that behaves like an OR Gate using a battery, two switches,

You May Also Find These Documents Helpful

  • Satisfactory Essays

    2.What number does a bit that is turned on represent? What number does a bit that is turned off represent? On is 1 and Off is 2…

    • 286 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 3 Assignment 1

    • 2019 Words
    • 9 Pages

    • When the logical AND is done by the computer,…

    • 2019 Words
    • 9 Pages
    Powerful Essays
  • Satisfactory Essays

    1) Numbers can be represented in binary (using 2 symbols 0 and 1) and hexadecimal ( 16 symbols…

    • 480 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Nt1310 Unit 1 Assignment

    • 1994 Words
    • 8 Pages

    * The binary numbering system plays a central role in how information of all kinds is stored on the computer. Understanding binary can lift a lot of the mysteries from computers because at a fundamental level they're really just machines for flipping binary digits on and off. There are several activities on binary numbers in this document, all simple enough that they can be used to teach the binary system to anyone who can count! Generally children learn the binary system very quickly using this approach, but we find that many adults are also excited when they finally understand what bits…

    • 1994 Words
    • 8 Pages
    Better Essays
  • Satisfactory Essays

    Quiz Comp Archi

    • 438 Words
    • 3 Pages

    6) What are combinational logic gates? Please draw the symbol, circuit schematic and truth table for the following gates:…

    • 438 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1210 Final Exam Review

    • 726 Words
    • 3 Pages

    Truth Table 0 AND 0 = False (0) / 1 AND 0 False (0) / 1 AND 1 True (1)…

    • 726 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Lab-Week2

    • 775 Words
    • 3 Pages

    In computers binary code is the language that communicated between applications. Binary Code is a coding system using only digits 0 and 1 to represent a letter, digit or other characters in a computer. It is hard to imagine that huge and hard calculations are done on computers applications, which only use a 0 or 1 to come up with the solution. Binary is a base 2 numbering system. Which means each digit can be one of two values, a 1 or a 0. Our traditional numbering system, decimal, is a base 10; using values 0 – 9. Binary numbers can be converted into decimal numbers and vise versa.…

    • 775 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    IS3120 Unit 3

    • 650 Words
    • 2 Pages

    computer can transmit data in 1's and 0's on and off also called digital or binary form.…

    • 650 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Computers only understand one language and that is the machine language (binary code). This type of language is represented in a two digit sequence zero (0) or one (1). Computers use this machine language to represent every task that they perform by means of electrical current that go through switches (capacitors). If a switch has current it means that the switch is “ON” in machine language this will be represented as the number “one”. If there is no current going through the switch then it is considered to be “OFF” and represented in binary code as the number “zero”.…

    • 322 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Lab 3 Student

    • 1264 Words
    • 7 Pages

    This lab accompanies Chapter 2 (pp. 56-68) of Starting Out with Programming Logic & Design.…

    • 1264 Words
    • 7 Pages
    Satisfactory Essays
  • Good Essays

    Programming Logic

    • 1499 Words
    • 6 Pages

    2. Design the logic for a program that outputs every number from 1 through 10.…

    • 1499 Words
    • 6 Pages
    Good Essays
  • Good Essays

    A gate accepts one or more input signals and produces an output signal. Each type of gate performs one logical function. A circuit is a combination of gates designed to accomplish a more complex logical function.…

    • 470 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Building a Computer

    • 2318 Words
    • 10 Pages

    With increasing popularity of computer games, and multimedia home PC users often need an unexpensive computer system upgrade. By building a custom computer one is able to combine componenets, and operating system to provide maximal gaming performance. Computers are often called number manipulators, because of their ability to run millions of mathematical operations per second (White 43). Computers use binary system of numbers, which allows them to operate system of microscopic switches called transistors found inside of computer chips. Binary system is defined as counting system that uses two digits one and zero (Gookin 49). A transistor is a basic building block of microchips; transistors are combined in formations called logic gates (White 39). "Transistor can only create binary information: one if current passes through or zero if current does not, to work with transistors"(White 39). Computer software uses Boolean logic, which is based on selecting true or false values used in computer programming (White 39). All personal computers have BIOS, which is an acronym for Basic Input Output System. The BIOS runs every time the computer is started, and it basically tells the computer how to act (White 19). The BIOS is a part of the boot up process, or a complex set of operations checking hardware that components are working properly. Besides BIOS and several other operations there is power–on self-test - POST being ran. POST test runs at the start up, and if it finds an error, it sends a warning message (White 5). Central processing unit – CPU is the most important part of the personal computer, all other components work as a bridge to CPU (White 59). The speed of the processor is usually defined by using units called megahertz (MHz, also million frequency waves per second). CPUs are generally divided into two categories- CISC and RISC. CISC – complex instruction set computing, uses many small instructions to carry out a single operations. CISC is a standard in today…

    • 2318 Words
    • 10 Pages
    Good Essays
  • Satisfactory Essays

    Logical Design

    • 781 Words
    • 4 Pages

    Boolean algebra finds its most practical use in the simplification of logic circuits. If we translate a logic circuit's function into symbolic (Boolean) form, and apply certain algebraic rules to the resulting equation to reduce the number of terms and/or arithmetic operations, the simplified equation may be translated back into circuit form for a logic circuit performing the same function with fewer components. If equivalent function may be achieved with fewer components, the result will be increased reliability and decreased cost of manufacture.…

    • 781 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    Number System

    • 468 Words
    • 2 Pages

    In computer science, the binary numeral system, or base-2 numeral system, represents numeric values using two symbols: 0and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2. Numbers represented in this system are commonly called binary numbers. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices such as mobile phones.…

    • 468 Words
    • 2 Pages
    Good Essays