The time between program input and output is called (1) Turn around time (2) Waiting time (3) Execution time (4) Delay time

1 Answer

Answer :

Turn around time

Related questions

Description : Time during which a job is processed by the computer is A) Delay times B) Real time C) Execution time D) Down time

Last Answer : Answer : C

Description : Time during which a job is processed by the computer is a. Delay times b. Real time c. Execution time d. Down time

Last Answer : Execution time

Description : Time during which a job is processed by the computer is a. Delay times b. Real time c. Execution time d. Down time

Last Answer : Execution time

Description : Time during which a job is processed by the computer is a. Delay times b. Real time c. Execution time d. Down time

Last Answer : b. Real time

Description : Time during which a job is processed by the computer is a. Delay times b. Real time c. Execution time d. Down time

Last Answer : c. Execution time

Description : What is the function of following UNIX command? WC - lb& (A) It runs the word count program to count the number of lines in its input, a, writing the result to b, as a foreground process. (B) It runs ... (D) It copies the l ' numbers of lines of program from file, a, and stores in file b.

Last Answer : (B) It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background.

Description : The most important problem faced in the implementation phase of a project is a delay  in execution. (True/False)

Last Answer : Ans. True

Description : What do you call the translator which takes assembly language program as input & produce machine language code as output? A) Compiler B) Interpreter C) Debugger D) Assembler

Last Answer : Answer : D

Description : ____________ is the raw material used as input and __________ is the processed data obtained as output of data processing. a) Data, Instructions b) Instructions, Program c) Data, Program d) Program, Code

Last Answer : Answer: a Explanation: Data can be assumed as a raw material which , in turns after processing gives the desired output in the form of instructions. Further, a set of ordered and meaningful instructions is known as a program

Description : A memory in CPU that holds program instructions, input data, intermediate results and the output information produced during processing is __________ A. System B. Primary Memory C. Secondary Memory D. None of the above

Last Answer : B. Primary Memory

Description : What is an interpreter? A) An interpreter does the conversion line by line as the program is run B) An interpreter is the representation of the system being designed C) An interpreter is a general purpose language providing very efficient execution D) None of the above

Last Answer : Answer : B

Description : What is a compiler? A) A compiler does a conversion line by line as the program is run B) A compiler converts the whole of a higher level program code into machine code in one step C) A compiler is a general purpose language providing very efficient execution D) None of the above

Last Answer : Answer : B

Description : A compiler is a translating program which A) Translates instruction of a high level language into machine language B) Translates entire source program into machine language program C) It is not involved in program’s execution D) All of above

Last Answer : Answer : D

Description : What do you call a program in execution? a) Command b) Process c) Task d) Instruction

Last Answer : Answer: b Explanation: Option Process is correct. A program is a set of instructions. A program in execution is called a process

Description : Assembler is: a) a program that places programs into memory and prepares them for execution b) a program that automate the translation of assembly language into machine language c) is a program that appears to execute a source program as if it were machine language d) None of The Above

Last Answer : b) a program that automate the translation of assembly language into machine language

Description : The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as: a) Index Register b) Memory Address Register c) Program Counter d) None of The Above

Last Answer : c) Program Counter

Description : The section of the CPU that selects, interprects and monitors the execution of program instructions is (1) Memory (2) Register (3) Control unit (4) ALU

Last Answer : Control unit

Description :  ________ is a program that places programs into memory and prepares them for execution. (1) Assembler (2) Compiler (3) Loader (4) Macro processor

Last Answer : Loader

Description : Which of the following is not true about embedded systems? A. Built around specialized hardware B. Always contain an operating system C. Execution behavior may be deterministic D. None of these

Last Answer : D. None of these

Description : Under which of the listed conditions can the engine room retake the throttle control from the bridge? A. Any time it is deemed necessary. B. Only with the master's permission. C. After a 10 minute delay to the input command. D. Only after the throttle has been placed in stop.

Last Answer : Answer: A

Description : The process of the JobTracker creates one map task for each computed input split by the user node and assigns the map tasks to the execution slots of the TaskTrackers is called as a) Task Execution b) Task Running Check c) Job Submission d) Task Assignment

Last Answer : Task Assignment

Description : An eight stage ripple counter uses a flip-flop with propagation delay of 75 nanoseconds. The pulse width of the strobe is 50ns. The frequency of the input signal which can be used for proper operation of the counter is approximately (A) 1 MHz. (B) 500 MHz. (C) 2 MHz. (D) 4 MHz.

Last Answer : Maximum time taken for all flip-flops to stabilize is 75ns x 8 + 50 = 650ns. Frequency of operation must be less than 1/650ns = 1.5 MHz.

Description : A 3 -stage ripple counter has Flip Flop with propagation delay of 25 nsec and pulse width of strobe input 10 nsec. Then the maximum operating frequency at which counter operates reliably is

Last Answer : A 3 -stage ripple counter has Flip Flop with propagation delay of 25 nsec and pulse width of strobe input 10 nsec. Then the maximum operating frequency at which counter operates reliably is 12.67 MHz

Description : What is input / output control program ?

Last Answer : The input / output control program accepts the input device for faster data processing and keeps these devices in line with the CPU to speed up the output to the output device and sends a message to the user in case of difficulty.

Description : What is a output of a program to input string and to print the alternate characters?

Last Answer : #include#includestd::ostream& alternate (std::ostream& os, conststd::string& str) {for (size_t index=0; index

Description : We use the output of the requirement analysis, the requirement specification as the input for writing :- a) User Acceptance Test Cases b) Integration Level Test Cases c) Unit Level Test Cases d) Program specifications

Last Answer : a) User Acceptance Test Cases

Description : Artificial intelligence is A . It uses machine-learning techniques. Here program can learn From past experience and adapt themselves to new situations B. Computational procedure that takes some ... performs tasks that would require intelligence when performed by humans D . None of these

Last Answer : C. Science of making machines performs tasks that would require intelligence when performed by humans

Description : State True or False. i) In spooling high speed device like a disk is interposed between running program and low-speed device in Input/output. ii) By using spooling for example instead of writing directly to a printer, ... ii-False B) i-True, ii-True C) i-False, ii-True D) i-False, ii-False

Last Answer : B) i-True, ii-True

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 : When you are at an intersection waiting to turn left your wheels should be .?

Last Answer : ...aimed straight forward; not turned.

Description : Is there any low income housing that is not section 8 in costa mesa, irvine, huntington beach ca. I am a single mother in a transitional program where my time is up in January. I am on the section 8 waiting list thank you for any hepl you can give me?

Last Answer : All subsidized housing is funded by the government. Subsidized housing is not offered by private entities. Check out this website for more info: http://www.cityofirvine.org/depts/cd/planningactivities/affordablehse/default.asp

Description : Find the output of the following Java code snippet after execution of each java statement labelled -Technology

Last Answer : The output is:IN5inin5

Description : Data going into the computer is called? 1) Output 2) Algorithm 3) Input 4) Calculations 5) Flowchart

Last Answer : Answer :3

Description : The computer or system peripherals that receives data from processing unit are called ___________ A. Input Devices B. Output Devices C. Both (A) and (B) D. None of the Above

Last Answer : B. Output Devices

Description : The computer needs additional components called _______ to accomplish its input, output and storage functions: a) mice b) specifications c) architecture d) peripheral e) None of these

Last Answer : d) peripheral

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 : Computer follows a simple principle called GIGO which means: 1) Garbage in garbage out 2) Garbage input good output 3) Good input good output 4) Greater instructions greater output

Last Answer : 1) Garbage in garbage out

Description : An aspect of Input/Output controller of data logic is called (1) General Buffering (2) Zero Buffering (3) Buffering (4) Data Buffering

Last Answer : Buffering

Description : ―Sliding through the long grass.....‖ What is the tiger intending to do next? (a) Waiting for its prey. (b) Move back to its home. (c) Drink some water and roam around. (d) Take in the beauty of the place.

Last Answer : (a) Waiting for its prey.

Description : When subroutine is called contents of program counter is location address of __ instruction following call instruction is stored on _ __and program execution is transferred to __ address. a. Non ... , Stack and Main program Cc. Executable, Queue and Subroutine d. Executable, Stack and Subroutine

Last Answer : d. Executable, Stack and Subroutine

Description : What is input and output ?

Last Answer : Input Unit In order to complete a task with the help of computer, first the computer has to provide the information of that task. This information given to the computer is input . Many ... plate is called output . The devices that produce the results after processing are called output devices .

Description : What is Input / Output statement ?

Last Answer : : You have to create a program to solve any problem through computer. Input statements are statements that are used to provide data to solve a problem with the help of a computer . And ... show the results obtained after solving the problem with the help of computer are called output statements .

Description : Transformation of input into output is performed by? 1) Peripherals 2) Memory 3) Storage 4) The Input-Output unit 5) The CPU

Last Answer : Answer :5

Description : A/n Device is any device that provides information, which is sent to the CPU A) Input B) Output C) CPU D) Memory

Last Answer : Answer : A

Description : What is a light pen? A) Mechanical Input device B) Optical input device C) Electronic input device D) Optical output device

Last Answer : Answer : B

Description : Which converts the user data into machine readable form? A) input unit, output unit, control unit B) central processing unit C) output unit D) decoder unit

Last Answer : Answer : A

Description : Charles Babbage is considered the father of modern computers because A) of his difference engine B) of his analytical engine C) his concept of input, mill and output D) All of above

Last Answer : Answer : C

Description : Charles Babbage was awarded by Royal Society for his A) Difference Engine B) Analytic Engine C) Binary System in Analytic Engine D) His concept of input, mill, output and storage

Last Answer : Answer : A

Description : What type of device is computer keyboard? A) Memory B) Output C) Storage D) Input

Last Answer : Answer : D

Description : Which unit converts user data into machine readable form? A) Input unit B) Output unit C) ALU D) Control Unit

Last Answer : Answer : A