answersLogoWhite

0


Best Answer

w x y z

0 0 0 0

0 0 0 1

0 0 1 0

0 0 1 1

0 1 0 0

0 1 0 1

0 1 1 0

0 1 1 1

1 0 0 0

1 0 0 1

1 0 1 0

1 0 1 1

1 1 0 0

1 1 0 1

1 1 1 0

1 1 1 1

FORMULA FOR possibilities = 2 ^(no of variables).

Here its 4 so,

2n=24=16

Hence we have 16 possibilities.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Design a truth table up to 4 variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do independent an dependent have in common?

they are bother variable and they both make-up a graph or table


What are the uses of truth table?

A truth table has one column for each input variable (for example, P and Q), and one final column showing all of the possible results of the logical operation that the table represents (for example, P XOR Q). Each row of the truth table contains one possible configuration of the input variables (for instance, P=true Q=false), and the result of the operation for those values. Truth tables can be used to prove many other logical equivalences. Truth tables are also used to specify the function of hardware look-up tables (LUTs) in digital logic circuitry. For an n-input LUT, the truth table will have 2^nvalues (or rows in the above tabular format), completely specifying a boolean function for the LUT. By representing each boolean value as a bit in a binary number, truth table values can be efficiently encoded as integer values in electronic design automation (EDA) software. For example, a 32-bit integer can encode the truth table for a LUT with up to 5 inputs. Truth tables are a simple and straightforward way to encode boolean functions, however, given the exponential growth in size as the number of inputs increase, they are not suitable for functions with a large number of inputs. Other representations which are more memory efficient are text equations and binary decision diagrams.


How do you construct a multivariate table?

Draw up a table with several columns, each representing a variable. Each row in the table is an observation, with data stretching across the columns.


How can knowing which variable is which help you design a procedure in a laboratory situation?

Knowing which is the variable in a laboratory when designing a procedure will help you come up with a number experiments and their possible outcomes.


What is a ready reckoner in math?

A ready reckoner is a table that gives you the values of one variable for various values of another. It is used to look up a conversion in a table rather than calculate it.


Table Lamps?

form_title= Table Lamps form_header= Brighten up your space with table lamps. What size lamp do you need?*= _ [50] What color and design do you want the lamp?*= _ [50] Do you want the lamp delivered?*= () Yes () No


How does the constant rate of change show up in the table?

You have already assumed the information in the table is linear in nature. Given that information, the constant rate of change is the ratio of the amount of change in the dependent variable compared to the amount of change of the independent variable. Put a simpler way, it is change in y divided by change in x.


Which data structure in a compiler is responsible for managing information about variables and their attributes?

It is up to the designer of the compiler to decide... it can be something like this: struct Type; struct Block; typedef struct Variable { const char *name; struct Type *type; struct Block *block; /* refers to the block that is the scope of the variable */ int attributes; /* volatile, const, static etc */ } Variable;


What are the difference between control set up and variable experimental set up?

The control variable is the thing you keep the same and is everything that is not the independent variable. The Control Setup is there for the sake of comparison.


How is a concatenated primary key created?

In the table design view of SQL Server, select all the columns that make up the primary key and then select "Set as Primary Key".


What is difference between honesty and cover up?

Honesty is telling the truth and a cover up is when you cover up the truth.


What is look up table in 8051 microcontrollers?

A look-up table is a table of constants stored in program memory -Look-up tables can be used to speed up arithmetic operations -The look-up table may be accessed using the DPTR or PC as a pointer to the start of the table. The A register is used as an index to the table.