. How is a general-purpose computer able to perform  different operations?

1 Answer

Answer :

By storing different programs in its internal storage

Related questions

Description : In a general-purpose computer, the ability to perform a wide variety of operations is achieved at the expense of what capabilities?

Last Answer : Speed and efficiency.

Description : What type of flowchart is constructed by the programmer to represent the sequence of operations the computer is to perform to solve a specific problem?

Last Answer : A programming flowchart.

Description : What purpose does a microphone perform in an AM transmitter?

Last Answer : It converts audio (sound) into electrical energy.

Description : The proper definition of a modern digital computer is A) An electronic automated machine that can solve problems involving words and numbers B) A more sophistic and modified electronic pocket calculator C) Any machine that can perform mathematical operations D) A machine that works on binary code

Last Answer : Answer : A

Description : The part of a processor which contains hardware necessary to perform all the operations required by a computer: a) Data path b) Controller c) Registers d) Cache

Last Answer : Answer: a Explanation: A processor is a part of the computer which does all the data manipulation and decision making. A processor comprises of: A data path which contains the hardware necessary to ... the data path what needs to be done. The registers act as intermediate storage for the data

Description : The proper definition of a modern digital computer is a. An electronic automated machine that can solve problems involving words and numbers b. A more sophistic and modified electronic pocket calculator c. Any machine that can perform mathematical operations d. A machine that works on binary code

Last Answer : A machine that works on binary code

Description : The main function of the ALU is: a) Store Data and Information for Future Use b) Perform arithmetic and logical operations c) Control Computer Output, such as Printing d) None of These

Last Answer : b) Perform arithmetic and logical operations

Description : The main function of the ALU is to a) perform arithmetic and logical operations b) store data and information for future use c) control computer output, such as printing d) monitor all computer activities e) None of these

Last Answer : a) perform arithmetic and logical operations

Description : A set of rules for telling the computer what operations to perform is called a a) procedural language b) structures c) natural language d) programming language e) None of these

Last Answer : d) programming language

Description : The proper definition of a modern digital computer is a. An electronic automated machine that can solve problems involving words and numbers b. A more sophistic and modified electronic pocket calculator c. Any machine that can perform mathematical operations d. A machine that works on binary code

Last Answer : d. A machine that works on binary code

Description : A byte addressable computer has a memory capacity of 2 m Kbytes and can perform 2 n operations. An instruction involving 3 operands and one operator needs a maximum of (A) 3m bits (B) m + n bits (C) 3m + n bits (D) 3m + n + 30 bits

Last Answer : (D) 3m + n + 30 bits

Description : In flowcharting, what method is used to represent different operations, data flow, equipment, and so forth?

Last Answer : Different shaped symbols.

Description : A computer that is designed to perform a specific operation and usually satisfies the needs of a particular type of problem, is said to be what type of computer?

Last Answer : Special-purpose.

Description : Write the SQL functions which will perform the following operations: (i) To display the name of the month of the current date . -Technology

Last Answer : (i) monthname(date(now()))(ii) trim(“ Panaroma “)(iii) dayname(date(dob))(iv) instr(name, fname)(v) mod(n1,n2)

Description : What is the protocol called that defines how a client can access information perform operations and share directory data on a directory sever?

Last Answer : LDAP (Lightweight Directory Access Protocol)

Description : What term in algebra means to perform all the indicated operations to an expression?

Last Answer : What is the answer ?

Description : What means to perform all the indicated operations to an expression in math?

Last Answer : What is the answer ?

Description : The secondary storage devices can only store data but they cannot perform A) Arithmetic Operation B) Logic operation C) Fetch operations D) Either of the above

Last Answer : Answer : D

Description : The first machine to successfully perform a long series of arithmetic and logical operations was: A) ENIAC B) Mark-I C) Analytic Engine D) UNIVAC-1

Last Answer : Answer : B

Description : The first calculator that can perform all four arithmetic operations(Addition, Subtraction, Multiplication, Division) was known as______ (A) Pascaline (B) Slide Rule (C) Step Reckoner (D) None of the Above

Last Answer : (C) Step Reckoner

Description : What is the proper organizational role of internal auditing? a. To serve as an independent, objective assurance and consulting activity that adds value to operations. b. To assist the external auditor in ... . d. To serve as the investigative arm of the audit committee of the board of directors

Last Answer : To serve as an independent, objective assurance and consulting activity that adds value to operations.

Description : The secondary storage devices can only store data but they cannot perform a. Arithmetic Operation b. Logic operation c. Fetch operations d. Either of the above

Last Answer : Either of the above

Description : The first machine to successfully perform a long series of arithmetic and logical operations was; a. ENIAC b. Mark I c. Analytic engine d. UNIVAC-I

Last Answer : Mark

Description : Surgeons can perform delicate operations using devices through computers. This technology is known as?

Last Answer : Robotics

Description : What is the procedure to perform string operations in Pascal?

Last Answer : Pascal can't handle the string of characters and it is one of the disadvantages of the language. - String of characters uses lots of data elements and characters and there need to be character displacement ... string = 'hello, world'; - The length of the string should be 100-200 characters.

Description : What is the control unit's function in the CPU? a. To transfer data to primary storage b. to store program instruction c. to perform logic operations d. to decode program instruction

Last Answer : b. to store program instruction

Description : The first machine to successfully perform a long series of arithmetic and logical operations was: a. ENIAC b. Mark-I c. Analytic Engine d. UNIVAC-1

Last Answer : b. Mark-I

Description : The secondary storage devices can only store data but they cannot perform a. Arithmetic Operation b. Logic operation c. Fetch operations d. Either of the above

Last Answer : d. Either of the above

Description : The first machine to successfully perform a long series of arithmetic and logical operations was; a. ENIAC b. Mark I c. Analytic engine d. UNIVAC-I

Last Answer : b. Mark I

Description : IDIV and DIV instructions perform the same operations for? a) Unsigned number b) Signed number c) Signed number & Unsigned number d) none of above.

Last Answer : b) Signed number

Description : The first machine to successfully perform a long series of arithmetic and logical operations was: a. ENIAC b. Mark-I c. Analytic Engine d. UNIVAC-1

Last Answer : b. Mark-I

Description : The secondary storage devices can only store data but they cannot perform a. Arithmetic Operation b. Logic operation c. Fetch operations d. Either of the above

Last Answer : d. Either of the above

Description : State four arithmetic operations perform on pointer with example.

Last Answer : The pointer arithmetic is done as per the data type of the pointer. The basic operations on pointers are Increment: It is used to increment the pointer. Each time a pointer is incremented, it points to the ... address 1004, Then ptr-2 shows 1004-(2*2) = 1000 as decremented location for an int. 

Description : Write a program to accept two numbers from user and perform addition, subtraction, multiplication and division operations using pointer.

Last Answer : #include #include void main() { int no1,no2,*ptr1,*ptr2,result; clrscr(); printf("Enter no1:"); scanf("%d",&no1); printf("\nEnter no2:"); scanf("%d",&no2); ptr1=&no1; ptr2=&no2; ... "\n Multiplication=%d",result); result=*ptr1/(*ptr2); printf("\n Division=%d",result); getch(); }

Description : Which of the following is the most efficient to perform arithmetic operations on the numbers? (A) Sign-magnitude (B) 1’s complement (C) 2’s complement (D) 9’s complement

Last Answer : (C) 2’s complement

Description : Arithmetic and Logic Unit I. Perform Arithmetic operations II. Store Data III. Perform comparisons IV. Communicate with input devices Which of the following is true ? (1) I only (2) III only (3) I and II (4) I and III

Last Answer : I and III

Description : What are the two types of dc operations used to represent mark and space conditions?

Last Answer : Neutral and polar.

Description : J-K FFs used in counters are wired to perform what function?

Last Answer : Toggle.

Description : To perform microminiature component repair, a 2M technician must be currently certified in what area?

Last Answer : Microminiature component repair.

Description : Hard disk drive transports contain the electromechanical parts that perform what three functions?

Last Answer : a. Rotates the hard disk platters. b. Writes data to and reads data from the disk platters

Description : What three things are required to perform magnetic recording

Last Answer : a. An input signal. b. A recording medium. c. A magnetic head.

Description : What four basic functions must a receiver perform?

Last Answer : Reception, selection, detection, and reproduction.

Description : What function does a receiver transfer switchboard perform?

Last Answer : Transfers receiver audio outputs to remote control stations.

Description : Why do end users perform fiber geometry measurements in the laboratory?

Last Answer : To reduce system attenuation and coupling loss resulting from poor fiber fabrication.

Description : Who should perform CPR?

Last Answer : Only trained, qualified personnel.

Description : Which of the following is not one of the general principles governing the audit of financial statements? a. The auditor should conduct the audit in accordance with PSA. b. The ... appropriate evidence primarily through inquiry and analytical procedures to be able to draw reasonable conclusions.

Last Answer : The auditor should obtain sufficient appropriate evidence primarily through inquiry and analytical procedures to be able to draw reasonable conclusions

Description : _____ AI is able to perform dedicated task. A. Narrow AI B. General AI C. Neural AI D. None of above

Last Answer : A. Narrow AI 

Description : A general-purpose computer is designed for what purpose?

Last Answer : To perform a wide variety of functions and operations.

Description : What is a business unlikely to be able to secure a bank loan to fund its operations without?

Last Answer : A stable operating history

Description : Are actors able to perform while using Prozak?

Last Answer : Yes, I was on one of those (I can’t remember which), and I was still able to act.