What is spacial data and non spacial data?
Spatial data, I suppose? Spatial data are physical or geographical locations in two or three dimensions, like the coordinates from a GPS unit.
I suppose you could use the term in computer games as well - it means the same, just in reference to the virtual game world rather than the physical world.
Non-spatial data is then all the rest, the data that are not coordinates.
What are the differences between Break Continue and Exit?
break - The break statement is used to jump out of loop. After the break statement control passes to the immediate statement after the loop.
continue - Using continue we can go to the next iteration in loop.
exit - it is used to exit the execution of program.
note: break and continue are statements, exit is function.
To decide whether given processor is using little endian format or big endian format?
There are n no. of ways for determining endianness of your machine. Here is one quick way of doing the same.#include <stdio.h>
int main()
{
unsigned int i = 1;
char *c = (char*)&i;
if (*c)
printf("Little endian");
else
printf("Big endian");
getchar();
return 0;
}
In the above program, a character pointer c is pointing to an integer i. Since size of character is 1 byte when the character pointer is de-referenced it will contain only first byte of integer. If machine is little endian then *c will be 1 (because last byte is stored first) and if machine is big endian then *c will be 0.
Static variable and static methods in java?
== == Static method cannot be overwritten because it belongs to the class and not to the Object
If you're asking about overriding or overloading, then yes. Static methods can be overridden and overloaded just like any other methods.
Differences among sequential access direct access?
Let's say you have a set of 100 pieces of data, which are all names. Now, if you want to find a specific name, "Kevin", you can find it in different ways. You could either go through each of the records one after another, or you could randomly generate a number, and check if that record is "Kevin", this is potentially faster than sequential access as "Kevin" could be the last record.
What are the key relationships between data warehouse and data mining?
Data warehouse is the database on which we apply data mining.
What is the utility of data flow diagram?
A data flow diagram (DFD) is used to show how the data flows through a program. It is used during the design phase to figure out how to get data from its source through all the processing and to its final destination or disposal. It is used later for reference like other design documents are used.
An early equivalent of the data flow diagram was used on Unit Record Punchcard electromechanical data processing machines to show the flow of the decks of cards from machine to machine. The operators referenced these diagrams to make sure they knew where to take each deck of cards next.
A similar diagram called a workflow diagram was developed in the 1920s to show the flow of work through a business or factory.
Show the data processing cycle?
The data processing cycle is the process of converting data into useful information.
The data is processed again and again until the accurate result is achieved.
The three basic activities of data processing are:
1. Input
2. Processing
3. Output
A queue is a first-in, first-out data structure. We use queues when one thread needs to communicate with another but they operate at different frequencies (asynchronously), such that the first thread may produce input for the second thread faster than the second thread can actually process each input. Thus the first thread will place each input on a shared queue and the second thread can deal with each in turn as and when it is ready. To avoid data races, all operations that modify the queue must be mutually exclusive, such that only one thread can gain access to these operations at any given moment. This can be implemented using a lock, such that only one thread can "own" the lock while all others must wait until the lock is released.
What is an expanded data processing cycle?
The data processing cycle is used anywhere data has to be input and processed in order to achieve a desired output. That output may be then used as input for additional processing, repeating the cycle. During processing, data is also stored for later use, whether to be processed along with new input or to provide input for other processes, thus creating new output.
The expanded cycle is the same, the only difference being that data has to be originated before being input, while the output has to be distributed. The originated data is known as the source document, which could be something as simple as an appointment booking form that you fill in. The data from that document is then input and processed (and stored), and the output is distributed in the form of report documents, which could be as simple as a letter telling you when your appointment is, a copy of which will be kept on file along with the source document. When you come to attend your appointment, your report document becomes the source document, which is then input and processed, and the output distributed, confirming your attendance for the appointment. During the appointment, new data is originated, thus starting the cycle all over again.
Count the number of nodes of a binary tree having depth n?
Use the following formula: (2^n)-1. E.g., if the depth is 3, the number of nodes is (2^3)-1 = 8-1 = 7. Note that 7 is the maximum number of nodes, not the actual number of nodes. To count the actual nodes you must traverse the tree, updating an accumulator as you go.
Basic operation of stack and Queue?
A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack is termed as push and taking an item out from stack I s termed as pop. Some applications of stack are : Polish notation, reversing string, backtracking , quick sort algorithm etc. The queue is a linear data structure where operations od insertion and deletion are performed at separate ends also known as front and rear. Queue is a FIFO structure that is first in first out. Whenever a new item is added to queue, rear pointer is used. and the front pointer is used when an item is deleted from the queue.
What is access management system?
Access Management is concerned with the management of people's rights of access to information, and as such has common purpose not only with Information Security Management, but also with Availability Management, giving practical effect to the policies and requirements of both processes. Its goal is to ensure that the confidentiality, integrity and availability of information are effectively managed across the organization. Data and information must not only be protected against unauthorized access and the possibility of it being stolen or changed. It must also be readily available to those who are authorized to access it.
A key part of Access Management is the management of people's rights to access information and services. People who have the right, in terms of business policy and need, to access information should have that right implemented through access controls. These rights must be consistent with relevant legislation such as data protection legislation, and must be kept under review and changed or revoked when a person's status changes within the organization, or when a material risk is identified.
Let us assume we have all our data in Oracle RDBMS database. Now we decide to move our data from Oracle Database to Microsoft SQL Server database. The porting of data from RDBMS to another RDBMS is called Migration.
What types of anomalies are found in relational database?
There are 3types
1) Update Anomalies
2) Insertion Anomalies
3) Deletion Anomalies
Which of the following shows sequential organization?
First, fill the ice cube trays with water. Then place them gently in the freezer. Close the freezer door and wait two hours.
Data management is as simple as it sounds, the management of data, usually electronically through things like databases.
Data management is simply the collection and organization of data. This can include database management, data security management and even meta data management for websites.
A data warehouse is a centralized pool of data. Data warehouse is basically a repository where large amount of data is stored . The advantage of data warehouse is that we can archive the data that is not used in a long time.
What is advantages and disadvantages of re transister model and hybrid model?
Re-model is made of only resistor.
It gives real time operation i.e you can calculate all the values.
What is the transfer of digital or analog data using digital or analog signals?
The transfer of digital or analog data using digital or analog signals refers to the process of transmitting information from one device to another, either through digital signals or analog signals. Digital signals are electronic signals that represent binary data, while analog signals are continuous signals that represent continuous data. The method of transfer depends on the type of data being transmitted and the technology being used for the transfer. For example, digital data can be transferred using digital signals through a computer network, while analog data can be transferred using analog signals through a telephone line. Regardless of the method used, the goal of the transfer is to accurately transmit the information from one location to another.
What is the difference between tuple and attribute?
TUPLE : Is the "ROW" in a table and ATTRIBUTE : Is the "COLUMN" and it can also be called as "ATTRIBUTE". Annapurna table is collection of attributes ..... attribute is nothing but property tuple is the collection of information abt the attributes of table for single instance
How does ANPR use a database to detect crime?
ANPR complete form is Automatic Number Plate recognition it has another name also that is Automatic Licence Plate Reader (ALPR). Today I will discuss this system in depth like how it works.
What is ANPR System?
ANPR Software Stands for Automatic Number plate Recognition system, which is a video analytics software used for capturing vehicle number plates using CCTV cameras and converting them into text for further analysis purposes using OCR techniques.
ANPR is a technology that automatically reads vehicle registration marks (VRMs), allowing these details to be compared against database records.
How Does ANPR Work?
Now that you know what is anpr, let’s move to the question of how ANPR works. In order to read the characters that have been captured by the camera, ANPR is coupled with Optical Character Recognition (OCR) which recognizes text from an image. The software is capable of reading number plates out from moving vehicles at high speeds.
Right after the camera takes the images the image processing software detects the characters. verify the sequence of those characters, and convert the number plate image to text.
The ANPR from Kotai includes a camera, a processing unit, and video analytics software that would read the characters on the plate. Our top-of-the-line training process makes our model capable of working all day and night even with fancy fonts or number plates. Here is the step-by-step process on how ANPR actually works.
ANPR camera captures the image of the Number plate and the car.
OCR comes into play and takes out the text format of the characters from the image.
The chunk of data containing the converted characters from images gets stored in databases.
The data is then processed and the vehicle’s documents are checked from the pre-existing database.
For more information visit our website - kotaielectronics com
Email ID - sales@kotaielectronics dot (.) com