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 :

Answer : A

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 : Does all the thinking for a computer

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

Last Answer : Answer :3

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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : _________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 : 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 : 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 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 : 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 : Personnel who design, program, operates and maintains computer equipment refers to A) Console-operator B) Programmer C) Peopleware D) System Analyst

Last Answer : Answer : C

Description : Which statement is valid about computer program? A) It is understood by a computer B) It is understood by programmer C) It is understood user D) Both a & b

Last Answer : Answer : D

Description : Which among the following is incorrect: a) Computer - Machine that will carry out the process described by program b) Person - Programmer who serves as the source of the communication c) Process - The ... - Actual System or environment where the problem arises e) None of These f) All of the above

Last Answer : e) None of These

Description : The person who writes and tests computer programs is called a: a) Programmer b) Software Engineer c) Project Developer d) None of These

Last Answer : b) Software Engineer

Description : The person who writes and tests computer programs is called a a) programmer b) computer scientist c) software engineer d) project developer e) None of these

Last Answer : c) software engineer

Description : Which of the following is not a flowchart structure? a) Process b) Sequence c) Repetition d) Case

Last Answer : Answer: a Explanation: There are basically four flowcharting structures: • Decision • Repetition • Case • Sequence

Description : Terminals are represented by diagonals in a flowchart. a) True b) False

Last Answer : Answer: b Explanation: The statement is false. Terminals are represented by rounded rectangles. They indicate the starting or ending point in a flowchart

Description : A ______________ is diagram that depicts the flow of a program. a) Algorithm b) Hash Table c) Graph d) Flowchart

Last Answer : Answer: d Explanation: A flowchart is a diagram that helps us determine the flow of the program. Other options are irrelevant

Description : When an algorithm is written in the form of a programming language, it becomes a _________ a) Flowchart b) Program c) Pseudo code d) Syntax

Last Answer : Answer: b Explanation: An algorithm becomes a program when it is written in the form of a programming language. Thus, any program is an algorithm

Description : The word ____________comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi. a) Flowchart b) Flow c) Algorithm d) Syntax

Last Answer : Answer: c Explanation: The word algorithm comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi

Description : 'Blue tooth' technology allows - 1) Landline phone to mobile phone communication 2) Signal transmission on mobile phones only 3) Wireless communication between equipments 4) Satellite television communication

Last Answer : 3) Wireless communication between equipments

Description : All modern computer operate on A) Information B) Floppies C) Data D) Word

Last Answer : Answer : C

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 : Which of the following device is used to enter the text and numerical data in a computer? A. Plotter B. Scanner C. Printer D. Keyboard

Last Answer : D. Keyboard

Description : A place through which, data can enter or leave a computer is called (1) bus (2) dock (3) mouse (4) port

Last Answer : port

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 : Which of the following statement is valid? A) Lady Augusta is the first programmer B) Ada is the daughter of Lord Byron, a famous English poet C) ADA is a programming language developed by US Defense D) All of above

Last Answer : Answer : D

Description : A person who designs the programs in a software package is called : a) User b) Software Manager c) System Developer d) System Programmer

Last Answer : Answer: d Explanation: The programs included in a system software package are called system programs. The programmers who design them and prepare them are called system programmers

Description : Public domain software is usually: a) System supported b) Source supported c) Community supported d) Programmer supported

Last Answer : Answer: c Explanation: The public domain software is generally community supported. It is community supported as author does not support users directly

Description : Informal term for a programmer is: a) Coder b) Hacker c) Both of Above d) None of These

Last Answer : c) Both of Above