Explain in detail about Data objects in C Language. -Technology

1 Answer

Answer :

Definition: A Data object represents a container for data values, a place where data values may be stored and later retrieved.Definition: A runtime grouping of one or more pieces of data in a virtual computer.Definition: A Location in memory with an assignment name in the actual computer.Data objects can be: •1) at program execution- Programmer-defined -(example variables, constant, arrays, files etc)2) not directly accessible to programmer- system defined- run time storage, stacks, file buffers, free space lists.Data object is usually represented as storage in Computer memory and a data value is represented by a pattern of bits. So we can represent the relation between Data Object and Data value.A Data Object is elementary if it contains a data value that is always manipulated as a unit.A Data Object is an Data Structure if it is an aggregate of the data objectBinding and Attributes of Data Object:Binding is an association of data values and entity.1) Type: This associates the data object with the set of data values that the object may take.2) location: This associate the binding of a storage location in memory where the data object is represented. Only storage management routines can only change add data object in the virtual computer.3) Value: This binding is usually the result of an assignment operation.4) Name: The binding to one or more names by which the object maybe referenced during program execution is usually set up by declaration and modified by subprogram calls the returns.5) Component: The binding of a data object to one or more data object of which it is a component is often represented by a pointer value. And may be modified by a change in pointer.

Related questions

Description : Explain in detail about Data types in C Language. -Technology

Last Answer : Data types in C LanguageData types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that we ... values. Every variable which is used in the program must be declared as what data-type it is.

Description : Explain in detail about C Language. -Technology

Last Answer : C is acomputer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in ... compiled and linkedControl of function and object visibility to other files via extern and static attributes

Description : Explain in detail about identifiers in C Language. -Technology

Last Answer : IdentifiersIdentifiers are names for entities in a C program, such as variables, arrays, functions, structures, unions and labels. An identifier can be composed only of uppercase, lowercase letters, ... 31 characters.7.Identifiers must be meaningful, short, quickly and easily typed and easily read.

Description : For what, Memo data type is used? (a) To add table (b) To store objects created in other programs -Technology

Last Answer : (c) As we know, Memo provides character upto 65536 so, it is used for long text entries.

Description : Explain an advantage of grouping objects in PowerPoint. -Technology

Last Answer : The grouped objects can move, transform, resize and also can change the properties of all the objects in a group together.

Description : Yesterday, Rahul created a file named detail.txt and saved it. -Technology

Last Answer : He can find his file by using Search option.

Description : The different objects supported by MS_Access are tables, queries, ………… and reports. -Technology

Last Answer : The different objects supported by MS-Access are tables, queries, forms, and reports.

Description : Saurabh wants to insert graphics object in his presentation. Give him names of two graphic objects, which he can insert in his presentation? -Technology

Last Answer : Two graphic objectsare Picture and AutoShapes

Description : Objects on the slide that hold text are called placeholder. -Technology

Last Answer : TruePlaceholders hold the text, ClipArt, charts etc.

Description : Cconsider two objects x and y. x is a list whereas y is a Series. Both have values 20, 40,90, 110. What will be the output of the following -Technology

Last Answer : (a). will give the output as:[20,40,90,110,20,40,90,110](b). will give the output as:Justification: In the first statement x represents a list so when a list is multiplied by a number, ... series. When a series is multiplied by a value, then each element of the series is multiplied by that number.

Description : What kind of small objects composes much of the universe? -Technology

Last Answer : Normal matter consists of the atoms that make up stars, planets, human beings and every other visible object in the Universe.

Description : Which one of these refers to all objects that have sensors,network connectivity,software,and so on to connect to the network ? :- a) Internet of Things b) Artificial Intelligence c) Machine Learning d) Deep Learning -Technology

Last Answer : internet of things is the correct answer option a

Description : Both HTML and XML are markup language used to format data. -Technology

Last Answer : False XML is used to describe data, while HTML is used to format data.

Description : When was "You can continue to read free books you've downloaded until July 2019 when they will no longer be accessible." 1st announced? See detail.

Last Answer : Looks like it was announced at the beginning of April. Microsoft engages in Digital Rights Management software (which is a semi-Orwellian euphemistic term) that means its readers are sabotaged ... .com/en_us/article/3k3wkk/microsoft-ebooks-will-stop-working-because-its-shutting-down-a-drm-server

Description : Explain topology method used in LAN technology in detail.

Last Answer : LAN Topologies: Network topology is a physical schematic which shows interconnection of the many users. There are four basic topologies as under: (i) Direct Connection or one to all topology ( ... temporarily, inserting the new node and then reestablishing the complete ring path.

Description : Explain data path and its control line in detail?

Last Answer : -Implementation of instructions (Arithmetic & logic, Memory reference, Branch Instruction) -Program Counter- It holds the address of the current instruction -Instruction Memory- It store the instructions ... inputs -Register File: The processors 32 General Purpose Registers are stored here. -ALU-

Description : Please suggest me the good books on ABAP a programming language which is used for SAP software? I am a begineer and want to know ABAP in detail.

Last Answer : This website contains the abap tutorial and all the materials you need.

Description : Explain the main role of data backup software. -Technology

Last Answer : Backup software is used to make a copy of all the information stored on a disk and restore it when needed.An ideal data backup software provides functionalities beyond simple copying of data files. This software often supports user needs to specifying what is to be backed up and when.

Description : Explain two problems that can occur during transmission of data. -Technology

Last Answer : TWO problems that can occur during transmission of data are as follows:1. Crosstalk Disturbance caused by the electric or magnetic fields of one signal in an adjacent signal.2. Attenuation During transmission, the signal strength is reduced this phenomenon is called attenuation.

Description : Explain the given terms with respect to computer networks: 1. File and Data Sharing 2. Distributing Computing Power -Technology

Last Answer : 1. File and Data SharingAt a time, file-sharing consisted mostly of saving documents to floppy disks that could be physically transferred to other computers by hand. With networking, files can be shared ... to a network. Any user on the network can access the resources stored on the server.

Description : Explain the difference between data and information alongwith the examples of each. -Technology

Last Answer : Differences between data and information are as follows:DataInformation1.Data is used as input for the computer science.1.Information is the output of data.2.It is unprocessed facts or figures.2.It is ... of the class or the student is the information that can be concluded from the given data.

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : Which language processor converts an HLL program into machine language at once? -Technology

Last Answer : Compiler is a language processor which converts whole HLL program into machine language at once which can be understood by the processor.

Description : What do you mean by machine language? -Technology

Last Answer : Machine language is the only language that is understood by the computers. It is a collection of binary digits (0 or 1) or bits that the computer reads and interprets.

Description : What is the difference between machine language and assembly language? -Technology

Last Answer : Difference between machine language and assembly language are as follows:Machine LanguageAssembly Language1. Machine language uses binary digits (0s and 1s) to write a program.1. Assembly ... processor.4. Assembler is used to translate assembly language into computer understandable language.

Description : Operating system is a (a) application software (b) system software (c) hardware (d) language -Technology

Last Answer : (b) Operating system is a system software that acts as an interface between the user and the hardware.

Description : Which device is used to convert the program written in assembly language into machine language? (a) Interpreter -Technology

Last Answer : (c) Assembler is used to convert the program written in assembly language into machine language because it is a language processor that converts the user defined language into a form which can be easily understood by the computer.

Description : converts high level language into machine language is (a) assembler (b) compiler (c) interpreter -Technology

Last Answer : (d) Both compiler and interpreter are language processors that converts high level language into machine language.

Description : Machine language sometimes referred to as (a) programming language that is used widely by the programmer. (b) machine code or object code -Technology

Last Answer : (b) Machine language sometimes referred to as machine code or object code because it is the language which is only understood by the computer as a computer itself is just a machine or an electronic device.

Description : Assembly language is a low level programming language (a) makes use of mnemonics to interact with computer system -Technology

Last Answer : (a) Assembly language is a low level programming language that use mnemonics to interact with computer system.

Description : Assembly language uses mnemonic codes. -Technology

Last Answer : TrueAssembly language uses mnemonic codes to represent each low level machine operation or code.

Description : HTML is a markup language. Expand the term HTML. -Technology

Last Answer : HyperText Markup Language.

Description : HTML is a case sensitive Web language. -Technology

Last Answer : False No, you can write your text in both uppercase and lowercase.

Description : HTML is a programming language. -Technology

Last Answer : False Because it is a markup language.

Description : XML is extensible Meta Language. -Technology

Last Answer : False XML is not an extensible Meta Language. It is extensible Markup Language.

Description : XML is a platform_independent language. -Technology

Last Answer : True XML can run on all platforms, so it is platform-independent language.

Description : Which language in WWW specifies a web's way by describing three- dimensional objects? a. HTML b. VRML c. XML d. UML

Last Answer : b. VRML

Description : The process of removing detail from a given state representation is called ______ a) Extraction b) Abstraction c) Information Retrieval d) Mining of data

Last Answer : b) Abstraction

Description : The research participants are described in detail in which section of the research plan? a. Introduction b. Method c. Data analysis d. Discussion

Last Answer : b. Method

Description : ………… refers to the amount of data that a signal or a circuit can carry. -Technology

Last Answer : Bandwidthrefers to the amount of data that a signal or a circuit can carry.

Description : Which of the following storage device can be used for storing large backup data? (a) Floppy disks (b) Hard disk (c) Magnetic tapes (d) None of these -Technology

Last Answer : "B) Hard Disk.

Description : Pen drive is also known as (a) Flash drive (b) Data stick (c) Thumb drive (d) All of the above -Technology

Last Answer : (d) A USB flash drive, data stick, thumb drive or pen drive is a portable drive that connects to a computer’s USB port.

Description : ……. is an electronic device that manipulates information or data according to the set of instructions called program. -Technology

Last Answer : Computeris an electronic device that manipulates information or data according to the set of instructions called program.

Description : ………. printers are based on electrophotography technology to print the data. -Technology

Last Answer : Laser printers are based on electrophotography technology to print the data.

Description : ………… memory is a special memory used for speeding up the transfer of data and instructions in CPU. -Technology

Last Answer : Cache memory is a special memory used for speeding up the transfer of data and instructions in CPU.

Description : A ……… is a thumb sized gadget that can be used to read, write or erase data as many times. -Technology

Last Answer : .A pen driveis a thumb sized gadget that can be used to read, write or erase data as many times.

Description : …….. is the meaningful content that is extracted from the data after processing. -Technology

Last Answer : Information is the meaningful content that is extracted from the data after processing.

Description : In CPU, control unit performs the actual processing on the data. -Technology

Last Answer : FalseIn CPU, control unit does not perform am actual processing instead it controls and guides the operations like a supervisor.

Description : In Random Access Memory if current will be interrupted, data will not lost. -Technology

Last Answer : FalseRandom Access Memory (RAM) is a volatile memory, if current is interrupted, data will lost.