Line Grid Array (LGA) and Pin Grid Array (PGA) are both types of packaging for integrated circuits. The key difference lies in their connection methods: LGA uses flat pads on the chip that connect to corresponding pins on the socket, allowing for a more reliable connection and better heat dissipation. In contrast, PGA features pins that protrude from the chip and fit into holes in the socket, which can be more susceptible to bending and damage during insertion. Overall, LGA is often preferred for high-performance applications due to its durability and efficient thermal management.
Numeric array has numbers(+integers) that represent the values Associative array has strings that represent the values
When we declare an array of characters it has to be terminated by the NULL , but termination by NULL in case of string is automatic.
The minimum absolute difference between any two elements in a given array is the smallest positive number that can be obtained by subtracting one element from another in the array.
Vectors are thread safe but array lists are not. Hence array lists are faster than Vectors.
A Magician has a cunning array of stunts ...........................................................................
Using and gate - pla is programmable while pal is fixed
List is not sync'd as a vector is.
A numericial array is an array with keys made up of only integers. An associative array is an array with keys made up of anything that is not an integer. In some languages, it is possible to mix integer keys and non-integer keys into a mixed array.
arrayarray_diff(array$array1,array$array2[,array$...] )
1d array contains single row and multiple columns and 2d array contains multiple row and multiple columns. 2d array is a collection of 1d array placed one below another,while 1d array is simple a collection of elements.
Linked list consists of data nodes each pointing to next in the list .An array consist of contiguous chunk memory of predetermined size
An array is a systematic arrangement of objects, usually in rows and columnsA computer file is a block of arbitrary information, or resource for storing information, which is available to a computer program and is usually based on some kind of durable storage