What is the difference between array data structure and raw data structure?

1 Answer

Answer :

Data typing is static, but weakly enforced

Related questions

Description : Which one of the following is not a linear data structure? (A) Array (B) Binary Tree (C) Queue (D) Stack

Last Answer : (B) Binary Tree 

Description : Solids may be considered to be either crystalline noncrystalline. The basic difference between them is that a crystal, in contrast to a noncrystal: w) has a sharp melting point x) has an irregular array of atoms y) exhibits double refraction z) has a completely regular atomic or molecular structure

Last Answer : ANSWER: Z -- HAS A COMPLETELY REGULAR ATOMIC OR MOLECULAR STRUCTURE

Description : To accept 100 different values into the array we require A) Loop B) If condition C) Function D) Structure

Last Answer : A) Loop

Description : Which of the following cannot be passed to a function in C++? (1) Constant (2) Structure (3) Array (4) Header file

Last Answer : Answer: 4

Description : Identify the LIFO (Last In First Out) structure among the following: (1) Stack (2) Queue (3) De-queue (4) Array

Last Answer : Stack

Description : what is the midpoint in a data array ?

Last Answer : Median.

Description : Can you store multiple data types in System.Array?

Last Answer : No. 

Description : Can you store multiple data types in System.Array?

Last Answer : No.

Description : Can you store multiple data types in System.Array?

Last Answer : No.

Description : is just like a circular array: a. Data b. Register c. ALU d. CPU

Last Answer : b. Register

Description : Which processor has a single instruction multiple data stream organization that manipulates the common instruction by means of multiple functional units. a. Attached array processor b. SIMD array processor c. Both d. None

Last Answer : b. SIMD array processor

Description : Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

Last Answer : quicksort ((data + 222), 100)

Description : Array is A) Primary data type B) Pointer data type C) Heterogeneous data type D) Homogenous data type

Last Answer : D) Homogenous data type

Description : What type of data is: a=[(1,1),(2,4),(3,9)]? a) Array of tuples b) List of tuples c) Tuples of lists d) Invalid type

Last Answer : b) List of tuples

Description : Accept data for five students and display it. Write a C++ program to displya sum of array elements of array size n. 

Last Answer : #include<iostream.h> #include<conio.h> void main() { int arr[20],i,n,sum=0; clrscr(); cout<<"\nEnter size of an array:"; cin>>n; cout<<"\nEnter ... ; } cout<<"\nSum of array elements is:"<<sum; getch(); }

Description : Equivalence partitioning is a .................. method that divides the input domain of a program into classes of data from which test cases can be derived. (A) White-box testing (B) Black-box testing (C) Orthogonal array testing (D) Stress testing

Last Answer : (B) Black-box testing

Description : PDA stands for (1) Personal Digital Assistant (2) Personal Development Agency (3) Personal Data Authority (4) Personal Data Array

Last Answer : Personal Digital Assistant

Description : Which of the following is correct ____.  a) Frequency (data-array, bins array) b) Frequency (data, bins) c) Frequency (data, bins array) d) Frequency (array, bins array)

Last Answer : Which of the following is correct ____.  a) Frequency (data-array, bins array) b) Frequency (data, bins) c) Frequency (data, bins array) d) Frequency (array, bins array)

Description : What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?

Last Answer : The first one performs a deep copy of the array, the second one is shallow. 

Description : What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?

Last Answer : The Clone() method returns a new array (a shallow copy) object containing all the elements in the original array. The CopyTo() method copies the elements into another existing array. Both perform a ... create a new instance of each element's object, resulting in a different, yet identacle object.

Description : Define what is the difference between Array and LinkedList?

Last Answer : The array is a simple sequence of numbers which are not concerned about each other’s positions. they are independent of each other’s positions. adding, removing or modifying any array element is very easy. Compared to arrays, a linked list is a complicated sequence of numbers.

Description : Define what is the difference between Array and ArrayList?

Last Answer : An array is a collection of the same type. The size of the array is fixed in its declaration. A linked list is similar to an array but it doesn’t have a limited size.

Description : What is the difference between an ARRAY and a LIST?

Last Answer : Answer1 Array is collection of homogeneous elements. List is collection of heterogeneous elements. For Array memory allocated is static and continuous. For List memory allocated is dynamic and Random. Array: User need not have to keep in ... ) { if( i==5) { x = *it; break; } i++; }

Description : State difference between array and string. 

Last Answer : Array String Array can be of any type like int, float, char.   String can contain only characters. Element Elements in an array can be accessed using its position like a[2]. ... . Array size once declared cannot be changed   String size can be modified using pointer.  

Description : Raw facts are called (a) Data (b) Information (c) Knowledge (d) Wisdom -Technology

Last Answer : (a) Raw facts represent unorganised form of information called data.

Description : The raw facts and unorganised form of data is called information. -Technology

Last Answer : FalseOrganised form of data is called information.

Description : Raw facts and figures about any particular topic are A) Information B) facts C) data D) none of above

Last Answer : Answer : C

Description : ____________ is the raw material used as input and __________ is the processed data obtained as output of data processing. a) Data, Instructions b) Instructions, Program c) Data, Program d) Program, Code

Last Answer : Answer: a Explanation: Data can be assumed as a raw material which , in turns after processing gives the desired output in the form of instructions. Further, a set of ordered and meaningful instructions is known as a program

Description : It is possible to use raw devices as data files and what is the advantages over file. system files ?

Last Answer : Yes. The advantages over file system files. I/O will be improved because Oracle is bye-passing the kernnel which writing into disk. Disk Corruption will be very less.

Description : ______is the raw material from which useful information is derived: a) Content b) Data c) Word d) None of These

Last Answer : b) Data

Description : Processed data is called ……………….. A) Raw data B) Information C) Useful data D) Source

Last Answer : B) Information

Description : _______searches through raw data on a hard drive without using a file system. A. Data mining B. Data carving C. Meta data D. Data Spoofing.

Last Answer : B. Data carving