A computer programmer
a. Does all the thinking for a computer
b. Can enter input data quickly
c. Can operate all types of computer equipments
d. Can draw only flowchart

1 Answer

Answer :

Does all the thinking for a computer

Related questions

Description : A computer programmer A) Does all the thinking for a computer B) Can enter input data quickly C) Can operate all types of computer equipments D) Can draw only flowchart

Last Answer : Answer : A

Description : A computer programmer a. Does all the thinking for a computer b. Can enter input data quickly c. Can operate all types of computer equipments d. Can draw only flowchart

Last Answer : a. Does all the thinking for a computer

Description : A computer programmer a. Dies all the thinking for a compute b. Can enter input data quickly c. Can operate all types of computer equipment d. Can draw only flowchart

Last Answer : a. Dies all the thinking for a compute

Description : A computer programmer a. Dies all the thinking for a compute b. Can enter input data quickly c. Can operate all types of computer equipment d. Can draw only flowchart

Last Answer : a. Dies all the thinking for a compute

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 : Data going into the computer is called? 1) Output 2) Algorithm 3) Input 4) Calculations 5) Flowchart

Last Answer : Answer :3

Description : Personnel who design, program, operate and maintain computer equipment refers to a. Console-operator b. Programmer c. Peopleware d. System Analyst

Last Answer : Peopleware

Description : Personnel who design, program, operate and maintain computer equipment refers to a. Console-operator b. Programmer c. Peopleware d. System Analyst

Last Answer : c. Peopleware

Description : Personnel who design, program, operate and maintain computer equipment refers to a. Console-operator b. Programmer c. Peopleware d. System Analyst

Last Answer : c. Peopleware

Description : An auditor is required to obtain a basic understanding of the client's internal control to plan the audit. The auditor may then decide to perform tests of controls on all internal control ... to be strengths for which the auditor desires further reduction in the assessed level of control risk.

Last Answer : Considered to be strengths for which the auditor desires further reduction in the assessed level of control risk.

Description : create a flowchart that will ask the user to enter two number and output their sum

Last Answer : No

Description : Computer operators A) writes computer programs for specific problems B) operate the device which input and output data from the computer C) normally require a college degree in computer science D) all of the above

Last Answer : Answer : B

Description : computer operators a. writes computer programs for specific problems b. operate the device which input and output data from the computer c. normally require a college degree in computer science d. all of the above

Last Answer : b. operate the device which input and output data from the computer

Description : computer operators a. writes computer programs for specific problems b. operate the device which input and output data from the computer c. normally require a college degree in computer science d. all of the above

Last Answer : b. operate the device which input and output data from the computer

Description : Draw flowchart for checking weather given number is prime or not.

Last Answer : flowchart for checking weather given number is prime or not.   

Description : Draw flowchart for checking whether given number is even or odd. 

Last Answer : flowchart for checking whether given number is even or odd.  

Description : Draw a flowchart of Do-while loop and write a program to add numbers until user enters zero. 

Last Answer : Flowchart of Do-while loop: Program:- #include<stdio.h> #include<conio.h> void main() { int no,sum=0; clrscr(); do { printf("\n Enter a number:"); scanf( ... no; }while(no!=0); printf("\n Sum of entered numbers =%d",sum); getch(); }

Description : Draw a flowchart for checking whether given number is prime or not. 

Last Answer : flowchart for checking whether given number is prime or not.  

Description : Write an algorithm and draw the flowchart to find sum of series of numbers. 

Last Answer : Algorithim to find sum of series of numbers: 1. Initialize data segment 2. Initialize byte counter and memory pointer to read number from array. 3. Initialize sum variable to 0 4. sum=sum+number from array ... Decrement byte counter 9. If byte counter=0 then step 10 else step 4 10. Stop

Description : Terminal is a 1) device used to give supply to a computer 2) Point at which data may leave or enter the computer 3) point where wires are interconnected 4) an input/output device

Last Answer : 2) Point at which data may leave or enter the computer

Description : The front panel display provides lights as green LED represent sand red LED represent _ for device programmer who writes input/output basic: a. Busy and Error b. Error and Busy c. Busy and Busy d. Error and Error

Last Answer : a. Busy and Error

Description : Modules X and Y operate on the same input and output data, then the cohesion is (A) Sequential (B) Communicational (C) Procedural (D) Logical

Last Answer : (B) Communicational

Description : Draw neat labeled diagram of single phase AC locomotive showing its various equipments of power circuit and give function of each equipment used in power circuit.

Last Answer : Functions of equipment: 1) circuit breaker: disconnects the locomotive equipment from the supply in the event of fault in the equipment / loco. 2) On load tap changer, used to control the ... 6) Traction motor: operates as per the required operating characteristics to take on the traction load.

Description : The channel that includes both a manufacturers' agent and an industrial distributor may be appropriate under which of the following circumstances? A)When the firm wants specialised personnel to follow ... is thinking of cutting it down E)When customers are highly concentrated in one geographic area

Last Answer : B)When the marketer wishes to enter a new geographic market but does not wish to expand the existing sales force

Description : Which among the following is correct about Device Drivers: a) It operate or control a particular type of device that is attached to a computer b) Each device needs at least one corresponding device driver ... computer typically needs more than one device driver d) None of These e) All of the Above

Last Answer : e) All of the Above

Description : In franchising, which of the following is NOT a benefit that the franchiser gains? A)The franchiser can gain rapid product distribution. B)The franchiser can acquire capital more quickly for expanding ... to be highly motivated to succeed, which in turn leads to higher sales and higher royalties.

Last Answer : C)The franchiser gains a greater amount of control over how the franchisees operate the establishments.

Description : ………….. gives defining the flow of the data through and organization or a company or series of tasks that may or may not represent computerized processing. A) System process B) System flowchart C) System design D) Structured System

Last Answer : B) System flowchart

Description : Devices that enter information and let you communicate with the computer are called: a) Input Devices b) Hardware c) Output Devices d) None of These

Last Answer : a) Input Devices

Description : 4) The channel that includes both a manufacturer's agent and an industrial distributor may be appropriate under which of the following circumstances? A)When a marketer wishes to enter a new ... marketer is thinking of cutting it down C)When customers are highly concentrated in one geographic area

Last Answer : A)When a marketer wishes to enter a new geographic market but does not wish to expand the existing sales force

Description : _________is a copy of Basic Input/Output Operating System (BIOS) routines from Read Only Memory (ROM) into a special area of RAM so that they can be accessed more quickly. A. Dynamic RAM B. Shadow RAM C. Synchronous Graphics RAM D. Video RAM

Last Answer : B. Shadow RAM

Description : Can I make a flowchart for a game if I don't have mastery of a computer language?

Last Answer : A programmer may offer that service but you would need to send them information based on their preffered format. If you want to either hire a programmer or sell them an idea they would probably ... branch path it would be pretty hard to translate anythign you make into something they could use.

Description : Which flowchart can not control all the work on the computer ?

Last Answer : The computer may not control all the work in the computer flowchart.

Description : A computer program consists of: a) System Flowchart b) Program Flowchart c) Algorithm's written in any computer language d) None of The Above

Last Answer : c) Algorithm's written in any computer language

Description : A programmer is writing a system that is intended to be able to store large amounts of personal data. As the programmer develops the data system, which of the following is LEAST likely to impact the ... of the information for analysis. D. The frequency of a particular item occurring in a data set.

Last Answer : D. The frequency of a particular item occurring in a data set.

Description : If the energy input is significantly reduced to the prime mover of one shipboard alternator operating in parallel with others, that alternator will _____________. A. continue to operate at no load B. lose ... overspeed C. begin to motorize and then trip out D. slow down and operate at reduced load

Last Answer : Answer: C

Description : Write a C language program to operate port 0 and port 2 as output port and port 1 and port 3 as input port.

Last Answer : #include void main (void ) { unsigned char X,Y P0=0X00; // P0 as output port P2=0X00;// P2 as output port P1=0XFF;//P1 as input port P3=0XFF;// P3 as input port while(1) { X= P1; Y=P3; P0=X; P2=Y; }//end of while }//end of main

Description : Define filter. State its types. Draw any one filter with input and output waveform.

Last Answer : Defination : Filter is a circuit which remove or filtered out the AC component (ripple) Types of filter 1. Shunt Capacitor filter (C filter) 2. Series Inductor filter (L filter) 3. LC filter 4. filter (CLC filter) Shunt Capacitor filter (C filter) OR Waveforms:

Description : Investment is equal to : (1) gross total of all types of physical capital assets (2) gross total of all capital assets minus wear and tear (3) stock of plants, machines and equipments (4) None of the above

Last Answer : (2) gross total of all capital assets minus wear and tear Explanation: Capital formation is frequently thought of as a measure of total "investment", in the sense of that portion of ... concept that includes investment in all kinds of capital assets, whether physical property or financial assets.

Description : Investment is equal to - (1) gross total of all types of physical capital assets (2) gross total of all capital assets minus wear and tear (3) stock of plants, machines and equipments (4) None of these

Last Answer : (2) gross total of all capital assets minus wear and tear Explanation: Investment" is a broader concept that includes investment in all kinds of capital assets, whether physical property or financial assets. In ... out the loss in capital value of assets used due to wear & tear, obsolescence, etc.

Description : Name the different types of coal transforming equipments?

Last Answer : 1. Belt conveyors 2. Screw conveyors 3. Bucket elevators 4. Grab bucket elevators 5. Skip hoists 6. Flight conveyors. The coal transfer starts by carrying of coal from-unloading point to the storage site.

Description : Determine the practical applications of various types of compaction equipments.

Last Answer : Practical applications of compaction equipments: 1. Compaction by rolling: a) Smooth Wheel Rollers: These rollers best suitable for subgrade or base coarse compaction of cohesion less soils. b) Pneumatic ... It is suitable for compacting granular soils with no fines in layer up to 1 m.

Description : Name different types of material handling equipments used in industry. Explain any one with neat sketch.

Last Answer : Types of material handling devices 1.Trucks : i) Power lift : a. Fork lift b. elevating platform ii) Hand Lift. iii) Porters trolley. 2.Tractors and trailers 3. Hoist and cranes: ... bands can also be used. 5. Speed of belt normally ranges from 1 m/s to 70 m/s.

Description : Investment is equal to : (1) gross total of all types of physical capital assets (2) gross total of all capital assets minus wear and tear (3) stock of plants, machines and equipments (4) None of the above

Last Answer : gross total of all capital assets minus wear and tear 

Description : Which of the following is the appropriate definition of a computer ? (A) Computer is a machine that can process information. (B) Computer is an electronic device that can store, ... ) Computer is a machine that can store, retrieve and process quickly and accurately only qualitative information

Last Answer : (B) Computer is an electronic device that can store, retrieve and process both qualitative and quantitative data quickly and accurately.

Description : The input device most commonly used to enter text would be the: a) Bar Code Reader b) Microphone c) Keyboard d) None of The Above

Last Answer : c) Keyboard

Description : How do I sell an idea to a computer programmer?

Last Answer : answer:Are you sure it's a computer programmer that you want to sell it to? That is sort of like saying I have a great idea for a novel, and I need to find a writer to sell it to. ... that you need a programmer to turn your idea into a program or application so you can sell it to somebody else?

Description : How do I get a job as a computer programmer?

Last Answer : Get on the internet and learn your head off. That is the only way.

Description : What would be the best and most reliable computer programmer for a 99 V6 Chevy Camaro?

Last Answer : The closest thing I can think of that will do what you want is an AEM engine management system. It connects between your stock ECM and your wiring harness to allow you to override sensors and controls. ... would help with both power and economy, and won't cost more than a couple of hundred bucks.

Description : Out of the following, whom do you think is the most probable user of a Light Pen? (a) Computer Programmer (b) Graphic Designer (c) Journalist -Technology

Last Answer : (b) Light pen is useful for graphic designer as it is useful for identifying a particular location on the screen.

Description : What year was Lady Augusta Ada was the first computer programmer and created programs for Babbage and machines?

Last Answer : Need answer