All 129 results

Exercises for Electricity to have a very good knowledge of the exercises about boolean.
- Summary
- • 73 pages •
Exercises for Electricity to have a very good knowledge of the exercises about boolean.

A variable used in an algebraic formula so far, is assumed to
take a set of numerical values. All variables in boolean equations can take only one of two
possible values. Used symbols for the two values are 0 and 1. Rules first defined for logic by George Boole (1854), were adapted for the use in designing electronic circuits. The circuits in computers and other electronic devices have inputs, each of which is either a 0 or a 1.
- Study guide
- • 18 pages •
A variable used in an algebraic formula so far, is assumed to
take a set of numerical values. All variables in boolean equations can take only one of two
possible values. Used symbols for the two values are 0 and 1. Rules first defined for logic by George Boole (1854), were adapted for the use in designing electronic circuits. The circuits in computers and other electronic devices have inputs, each of which is either a 0 or a 1.

ECET 105 Week 4 Homework Assignment # 4 (2 Versions)
Draw a logic circuit that performs the following Boolean expression: .
Determine the Boolean expression for the circuit shown below.
The Boolean expression for an AND gate is . Does the expression also describe an AND gate? Prove your answer.
Write the Boolean expression for the logic circuit shown below.
Develop the truth table for the circuit shown in Problem 4.
…… the truth table for the circuit shown below.
Develop the Boolean expressi...
- Summary
- • 5 pages •
ECET 105 Week 4 Homework Assignment # 4 (2 Versions)
Draw a logic circuit that performs the following Boolean expression: .
Determine the Boolean expression for the circuit shown below.
The Boolean expression for an AND gate is . Does the expression also describe an AND gate? Prove your answer.
Write the Boolean expression for the logic circuit shown below.
Develop the truth table for the circuit shown in Problem 4.
…… the truth table for the circuit shown below.
Develop the Boolean expressi...

Questions: Review 7 
Every decision you make in a computer program involves evaluating a Boolean expression. 
In any Boolean expression, the two values compared can … either variables or constants. 
Any decision can … made using combinations of just two types of comparisons: equal and not equal. 
Most programming languages allow you to ask two or more questions in a single comparison. 
A short-circuit evaluation is where each part of an expression is evaluated only as far as necessary to det...
- Exam (elaborations)
- • 7 pages •
Questions: Review 7 
Every decision you make in a computer program involves evaluating a Boolean expression. 
In any Boolean expression, the two values compared can … either variables or constants. 
Any decision can … made using combinations of just two types of comparisons: equal and not equal. 
Most programming languages allow you to ask two or more questions in a single comparison. 
A short-circuit evaluation is where each part of an expression is evaluated only as far as necessary to det...

Questions: Review 7 Every decision you make in a computer program involves evaluating a Boolean expression. In any Boolean expression, the two values compared can … either variables or constants. An y decision can … made using combinations of just two types of comparisons: equal and not equal. Most programming languages allow you to ask two or more questions in a single comparison. A short-circuit evaluation is where each part of an expression is evaluated only as far as necessary to determi...
- Exam (elaborations)
- • 7 pages •
Questions: Review 7 Every decision you make in a computer program involves evaluating a Boolean expression. In any Boolean expression, the two values compared can … either variables or constants. An y decision can … made using combinations of just two types of comparisons: equal and not equal. Most programming languages allow you to ask two or more questions in a single comparison. A short-circuit evaluation is where each part of an expression is evaluated only as far as necessary to determi...

Sell your knowledge on Stuvia
Hundred thousands of people are searching for your content every day. You can easily upload your summaries to our platform and start earning money from your study notes.
Sign up for free today and start earning while helping others!

For practice with the subject Digital Electronics/Digital system
- Book
- Answers
- • 9 pages •
For practice with the subject Digital Electronics/Digital system

Basics of Python Programming - What every new Python Programmer MUST know
- Presentation
- • 38 pages •
Basics of Python Programming - What every new Python Programmer MUST know

Basics of Python Programming - What every new Python Programmer MUST know
- Presentation
- • 14 pages •
Basics of Python Programming - What every new Python Programmer MUST know

ECET-105 Week 3 Lab Introduction to Digital Logic Gates
ECET-105 Week 3 Lab: Introduction to Digital Logic Gates
Objectives: 

To understand basic logic functions (AND, OR, and NOT) and their complement used in Boolean algebra and digital logic design.
To test simple logic small-scale integration (SSI) integrated circuit (IC) devices.
Results: ► Conclusions: ► Observations/Measurements: ► Questions: ▼

Draw the schematic for a circuit that will function as indicated by the Boolean expres...
- Study guide
- • 9 pages •
ECET-105 Week 3 Lab Introduction to Digital Logic Gates
ECET-105 Week 3 Lab: Introduction to Digital Logic Gates
Objectives: 

To understand basic logic functions (AND, OR, and NOT) and their complement used in Boolean algebra and digital logic design.
To test simple logic small-scale integration (SSI) integrated circuit (IC) devices.
Results: ► Conclusions: ► Observations/Measurements: ► Questions: ▼

Draw the schematic for a circuit that will function as indicated by the Boolean expres...

Python 3.5 test QUESTION 1 A loop can also be known as a Decision Sequence Iteration Structure 2 points Saved QUESTION 2 Abstracts a program's various tasks or function into separate named blocks of code. Modularization Code blocks Subroutines Flowcharts 2 points Save Answer QUESTION 3 Boolean expressions are only true True False 2 points Saved QUESTION 4 Component of a function used to get an output directly from that function. for output return
- Summary
- • 10 pages •
Python 3.5 test QUESTION 1 A loop can also be known as a Decision Sequence Iteration Structure 2 points Saved QUESTION 2 Abstracts a program's various tasks or function into separate named blocks of code. Modularization Code blocks Subroutines Flowcharts 2 points Save Answer QUESTION 3 Boolean expressions are only true True False 2 points Saved QUESTION 4 Component of a function used to get an output directly from that function. for output return