Code Monkey home page Code Monkey logo

practice-for-week-05-binary-logic-long-practice's Introduction

Binary and Logic practice

To warm up, you will be converting integers between different bases and from ASCII and binary in the 1-base-conversions directory. Following this, test your logic skills by filling out some truth tables in the 2-truthTables directory.

This is a great opportunity to practice solving these types of problems programmatically. There are helper functions in some of the files in order to keep each function aligned with the Single Responsibility Principle. You'll also notice a utils directory that contains two modules that are imported into some of the problem files. Read through the comments in order to understand how they're being used, or how they can be used within your own function definitions.

Before starting each problem take a couple of minutes to discuss a plan of action with your pair.

Problems can be found here.

Learning Goals

  • Translate between base-10 (decimal), base-2 (binary) and base-16 (hexadecimal) integers
  • Translate between hexadecimal and ASCII
  • Construct the truth table for core logic expressions:
    • and, or, not, xor
  • Construct a truth table for compound logic expressions

practice-for-week-05-binary-logic-long-practice's People

Contributors

aa-assessment-project-manager[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.