What is the difference between the commutative property and the associative property?

1 Answer

Answer :

Commutative: a + b = b + a a × b = b × aAssociative: (a + b) + c = a + (b + c) (a × b) × c = a × (b ×c)Commutative states that the sum or product remains the same nomatter the order of the factors.Associative states that the sum or product remains the same nomatter the grouping of the factors.

Related questions

Description : The subtraction of given vectors is neither commutative nor associative.

Last Answer : State true or false. If false correct the statement and rewrite. The subtraction of given vectors is neither commutative nor associative.

Description : What does the commutative property use parenthesis?

Last Answer : It does not use parentheses.

Description : Students are asked to write an equivalent expression for a + b + c using the commutative property. Which student correctly wrote the expression?

Last Answer : hi

Description : Which of the following property/ies a Group G must hold, in order to be an Abelian group? (a) The distributive property (b) The commutative property (c) The symmetric property Codes: (A) (a) and (b) (B) (b) and (c) (C) (a) only (D) (b) only

Last Answer : Answer: D

Description : Is the associative property of multiplication a regular associative problem but with factors?

Last Answer : There is only one associative property for multiplication: thereis not a separate "regular" version.

Description : What does Associative Property not work for which operations?

Last Answer : It does not work with subtraction nor division.

Description : Two successive translations are commutative. a.TRUE b.FALSE c. d.

Last Answer : a.TRUE

Description : Prove that: Vector addition is commutative.

Last Answer : Prove that: Vector addition is commutative.

Description : What is the scientific basis of associative memory?

Last Answer : We don’t know how memories are stored let alone how they associate. Neuroscience is fairly young. It has made a lot of interesting discoveries, but it has a long way to go. Figuring out the organization of billions neurons is no small task.

Description : Prove that: Vector addition is associative.

Last Answer : Prove that: Vector addition is associative.

Description : Explain The Differences Between “direct Mapped”, “fully Associative”, And “set Associative” Caches

Last Answer : If each block has only one place it can appear in the cache, the cache is said to be direct mapped. The mapping is usually (block-frame address) modulo (number of blocks in cache). If a block can be ... in cache). If there are n blocks in a set, the cache placement is called n-way set associative.

Description : Which of the following is true? Single layer associative neural networks do not have the ability to: (i) perform pattern recognition (ii) find the parity of a picture (iii)determine whether two or more shapes in ... ) are true b) (ii) is true c) All of the mentioned d) None of the mentioned

Last Answer : a) (ii) and (iii) are true

Description : What is an auto-associative network? a) a neural network that contains no loops b) a neural network that contains feedback c) a neural network that has only one loop d) a single layer feed-forward neural network with pre-processing

Last Answer : b) a neural network that contains feedback

Description : What is perceptron? a) a single layer feed-forward neural network with pre-processing b) an auto-associative neural network c) a double layer auto-associative neural network d) a neural network that contains feedback

Last Answer : a) a single layer feed-forward neural network with pre-processing

Description : ___ is the example of associative, nonsymbiotic nitrogen fixing organism. (A) Rhizobium (B) Azorhizobium (C) Pseudomonas ‘ (D) Azospirillum

Last Answer : (C) Pseudomonas ‘

Description : Which of the following is true? Single layer associative neural networks do not have the ability to: (i) perform pattern recognition (ii) find the parity of a picture (iii)determine whether two or more shapes in a ... ) are true b) (ii) is true c) All of the mentioned d) None of the mentioned

Last Answer : a) (ii) and (iii) are true

Description : An auto-associative network is: a) a neural network that contains no loops b) a neural network that contains feedback c) a neural network that has only one loop d) a single layer feed-forward neural network with pre-processing

Last Answer : b) a neural network that contains feedback

Description : A perceptron is: a) a single layer feed-forward neural network with pre-processing b) an auto-associative neural network c) a double layer auto-associative neural network d) a neural network that contains feedback

Last Answer : a) a single layer feed-forward neural network with pre-processing

Description : Which of the following is not a component of a production system? a.Control System b.Associative Memory c.Primary Memory d.Secondary Memory

Last Answer : b.Associative Memory

Description : Example of associative social process is A. Assimilation B. Conflict C. Competition D. None of the above

Last Answer : A. Assimilation

Description : Which of the following techniques uses variables such as price and promotional expenditures, which are related to product demand, to predict demand? (a) associative models ; (b) exponential smoothing ; (c) weighted moving average (d) time series

Last Answer : (a) associative models ; 

Description : The two general approaches to forecasting are…….. (a) qualitative and quantitative ; (b) mathematical and statistical (c) judgmental and qualitative ; (d) judgmental and associative

Last Answer : (a) qualitative and quantitative ;

Description : The trial and error method of learning according to Thorndike could be classified as under Options: A) The principle of multiple responses B) The law of exercise C) The principle of partial activity D) The principle of Associative learning

Last Answer : B) The law of exercise 

Description : Translation Look-aside Buffer(TLB) is (A) a cache-memory in which item to be searched is compared one-by-one with the keys. (B) a cache-memory in which item to be searched is compared with ... keys. (D) an associative memory in which item to be searched is compared with all the keys simultaneously.

Last Answer : (D) an associative memory in which item to be searched is compared with all the keys simultaneously.

Description : The virtual address generated by a CPU is 32 bits. The Translation Lookaside Buffer (TLB) can hold total 64 page table entries and a 4-way set associative (i.e. with 4- cache lines in the set). The page size is 4 KB. The minimum size of TLB tag is (A) 12 bits (B) 15 bits (C) 16 bits (D) 20 bits

Last Answer : (C) 16 bits Explanation: VirtualAddress = 32 bits PageSize = 4KB = 12 bits therefore : VPNTag = 20 bits, OffsetTag = 12 bits TLBEntryLength = VPNTag = 20 bits TotalTLBEntries = 64, 4-way implies ... therefore : TLBIndex = 4 bits TLBTag = TLBEntryLength - TLBIndex = 20 - 4 = 16 bits

Description : What is the most appropriate function of Memory Management Unit (MMU) ? (A) It is an associative memory to store TLB (B) It is a technique of supporting multiprogramming by creating dynamic partitions ... to physical address (D) It is an algorithm to allocate and deallocate main memory to a process 

Last Answer : (C) It is a chip to map virtual address to physical address

Description : A virtual memory has a page size of 1K words. There are eight pages and four blocks. The associative memory page table contains the following entries:  Which of the following list of virtual addresses (in ... 1234, 4012, 5000, 6200 (C) 1020, 3012, 6120, 8100 (D) 2021, 4050, 5112, 7100

Last Answer : Answer: C Explanation: The pages which are not in main memory are: 1020 will not cause page fault (1024-2047) 3012 will not cause page fault (3072-4095) 6120 will not cause page fault (4096-5119) 8100 will not cause page fault (6144-7167)

Description : In IT, associative memory is called as (1) Virtual memory (2) Cache memory (3) Content addressable memory (4) Main memory

Last Answer : Content addressable memory