hai guys. In this thread, we are going to discuss about the perfect definitions for the technical terms. I hope this is very helpful for all of us. Different persons follows different definitions. In this thread, we will come across different defintions by our different CEans. Among them we like to choose one of the best definition. So that we may improve better. please give the perfect definition.
please give your perfect definition. our first two questions are :: 1) what is a micro controller ? 2) what is an Array ?
My answers are :: 1) Micro controller is a chip used in C.P.U. 2) Array is a collection of similar data type elements in contigous memory allocation.
Well that is not correct. YOu are basically talking about the microprocessor. A muController is a Microprocessing unit with in-built memory, serial & parallel communication modules, A-to-D converters and a host of other features which make it a standalone computational device.
i want a seminar topic in computer science. i want to submit that seminar on 5 th october. so please help me to selecting the seminar topic.
hey krishna. first welcome to our CE. there is a "project ideas and seminar topics" section is there. It contains lot of seminar topics given by our CEans. Visit once. this is not the right place to post your question.
first 1 Array is heterogeneous collection of related data items... 2 program is a set of instruction used to accomplish a certain task
My answer is 4) A program is a set of instructions used to accomplish a specific task with in a finete time.
1.Micro controller :- A highly integrated chip that contains all the components comprising acontroller. 2.Array :- An array can be defined as a number of memory locations , each of which can store the same data type and which can be referenced through the same variable name. An array is a collective name given to a group of similar quantities. 3.C.P.U :- C.P.U stands for Central Processing Unit. CPU is the brain of the computer where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. 4.Program :- A program is a set of instructions that performs a certain task.
In progamming language, Array : A collection of homogeneous data items, which are stored in relative position. My question: What is Machine?
@zaveri, development is a specified state of growth or advancement. And, my question is what is a markup language?
A markup language is the one in which you cannot build logic but just the outer design. A switch can be an example. You can make the physical switch with markup language, but what happens when the switch is pressed has to be done in programming language.