What is an instruction stream ?

1 Answer

Answer :

The normal function of a computer is to fetch or fetch instructions from memory and execute them in the processor. The process of retrieving instructions from memory is called Instruction Strem . The activity that takes place on the data in the processor is called data stream . There may be parallel processing between the instruction stream , the data stream, or both.

Related questions

Description : How many ALU(s) is/are control by one control unit is SIMD (single instruction stream, multiple data stream) architecture? a) one or more ALUs b) One ALU c) Only two ALU d) Impossible to say

Last Answer : a) one or more ALUs

Description : Which processor has a single instruction multiple data stream organization that manipulates the common instruction by means of multiple functional units. a. Attached array processor b. SIMD array processor c. Both d. None

Last Answer : b. SIMD array processor

Description : The coprocessors operate in ______ with a processor on the same buses and with the same instruction _______. a) Parallel, byte stream. b) Series, byte stream. c) Series, bite stream d) Parallel, bite stream.

Last Answer : a) Parallel, byte stream.

Description : What is an instruction set ?

Last Answer : An instruction set is a list of machine code instructions that allows the processor to perform a variety of tasks. Any instruction given in high label language is converted into machine code. And the processor executes the machine code. Examples of some instructions like ADD, SUB, DIV, OUT, CLR etc.

Description : Which of the following registers is used to keep track of address of the memory location where the next instruction is located? A) Memory address register B) Memory data register C) Instruction register D) Program counter

Last Answer : Answer : D

Description : Any method for controlling access to or use of memory is known A) Memory map B) Memory protection C) Memory management D) Memory instruction

Last Answer : Answer : B

Description : A computer Program that translates one program instruction at a time into machine language is called a/an A) Interpreter B) CPU C) Compiler D) Simulator

Last Answer : Answer : A

Description : A computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as A) Super computer B) Mini computer C) Micro computer D) Macro computer

Last Answer : Answer : A

Description : Which of the following registers is loaded with the contents of the memory location pointed by the PC? A) Memory address registers B) Memory data registers C) Instruction register D) Program counter

Last Answer : Answer : C

Description : Which statement is valid about interpreter? A) It translates one instruction at a time B) Object code is saved for future use C) Repeated interpretation is not necessary D) All of 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 : Instruction in computer languages consists of A) OPCODE B) OPERAND C) Both of above D) None of above

Last Answer : Answer : C

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 : The formal grammar rules governing the construction of valid instruction. a) test case b) syntax c) program d) semantics

Last Answer : Answer: b Explanation: Syntax determines the grammatical rules in a code. Semantics give meaning to the instructions

Description : The ___________ contains the address of the next instruction to be executed. a) IR b) PC c) Accumulator d) System counter

Last Answer : Answer: b Explanation: PC stands for program counter (It contains the address of the next instruction to be executed)

Description : What do you call a a specific instruction designed to do a task? a) Command b) Process c) Task d) Instruction

Last Answer : Answer: a Explanation: A program is a set of instructions. A command is given to do a specific job. A program in execution is called a process

Description : A set of microinstructions for a single machine instruction is called ___________ a) Program b) Command c) Micro program d) Micro command

Last Answer : Answer: c Explanation: For every micro-operation, a set of microinstructions are written which indicate the control signals to be activated. A set of microinstructions is a micro program. The address of the next microinstruction is given by a Microprogram counter

Description : Which of the following describes the correct format of an input instruction? a) IN 82 b) INPUT 82 c) INP 82 d) 82 INP

Last Answer : Answer: a Explanation: The input/output instructions are used to transfer information between external peripherals and the CPU. The correct format of an input instruction is: IN 8-bit port address. ... the correct option, where 82 is the designated port address. All the other options are invalid

Description : Any data and instruction entered in the memory of a computer is__________ A. Storage B. Output C. Input D. Information

Last Answer : C. Input

Description : Content of the program counter is added to the address part of the instruction in order to obtain the effective address is called_______ A. relative address mode. B. index addressing mode. C. register mode. D. implied mode.

Last Answer : A. relative address mode.

Description : Interrupts that are initiated by an instruction are_______ A. internal B. external C. hardware D. software

Last Answer : D. software

Description : A group of bits that tell the computer to perform a specific operation is known as_______ A. Instruction code B. Micro-operation C. Accumulator D. Register

Last Answer : A. Instruction code

Description : In which addressing mode the operand is given explicitly in the instruction? A. Absolute B. Immediate C. Indirect D. Direct

Last Answer : B. Immediate

Description : The load instruction is mostly used to designate a transfer from memory to a processor register known as_________ A. Accumulator B. Instruction Register C. Program counter D. Memory address Register

Last Answer : A. Accumulator

Description : A basic instruction that can be interpreted by computer generally has ________ A. An operand and an address B. decoder and an accumulator C. Sequence register and decoder D. None of the Above

Last Answer : A. An operand and an address

Description : The register which holds the address of the location to or from which data are to be transferred is known as_______ A. Instruction Register B. Control register C. Memory Address Register D. None of the Above

Last Answer : C. Memory Address Register

Description : CISC stands for _________ A. Compound Instruction Set Computer B. Complex Information Set Computer C. Compound Information Set Computer D. Complex Instruction Set Computer

Last Answer : D. Complex Instruction Set Computer

Description : Von Neumann Architecture is a _______ A. Multiple Instruction Multiple Data(MIMD) B. Single Instruction Multiple Data(SIMD) C. Multiple Instruction Single Data(MISD) D. Single Instruction Single Data(SISD)

Last Answer : D. Single Instruction Single Data(SISD)

Description : _________ is a group of commands for a CPU in machine language. A. Information Set B. Instruction Set C. Buffer D. None of the Above

Last Answer : B. Instruction Set

Description : RISC stands for________ A. Reverse Instruction Set Computer B. Reverse Information Set Computer C. Reduced Information Set Computer D. Reduced Instruction Set Computer

Last Answer : D. Reduced Instruction Set Computer

Description : The decoded instruction is stored in ______ (A) Register (B) Memory Address Register(MAR) (C) Instruction Register(IR) (D) None of the Above

Last Answer : (C) Instruction Register(IR)

Description : ISP stands for______ (A) Instruction Standard Processing (B) Instruction Standard Processor (C) Information Set Processing (D) Instruction Set Processor

Last Answer : (D) Instruction Set Processor

Description : Which registers can interact with secondary memory? (A) Register (B) Memory Address Register(MAR) (C) Instruction Register(IR) (D) None of the Above

Last Answer : (B) Memory Address Register(MAR)

Description : Find out the incorrect feature of Assembly language among following: a) It is also provided by the manufacturer b) One instruction for each computer operation c) Instruction codes are represented by mnemonics ... be assembled into machine language for execution d) All of the Above e) None of These

Last Answer : e) None of These

Description : BASIC stands for: a) Basic Access towards Skills in Computer b) Beginner's All Purpose Symbolic Instruction Code c) Binary And Specific Instruction Code d) None of These

Last Answer : b) Beginner's All Purpose Symbolic Instruction Code

Description : IR stands for: a) Instruction Register b) Internal Resource c) Information Register d) None of These

Last Answer : a) Instruction Register

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 : Computer programs are written in a high level programming language, however, the human readable version of a program is called a) cache b) instruction set c) source code d) word size

Last Answer : c) source code

Description : The simultaneous execution of two or more instructions is called- 1) Sequential Access 2) Reduced Instruction set computing 3) Multiprocessing 4) None of these

Last Answer : 3) Multiprocessing

Description : The.... controls a client computer's resources. 1) Application program 2) Instruction set 3) Operating System 4) Server application

Last Answer : 4) Server application

Description : The.... controls a client computer's resources. 1 Application program 2 Instruction set 3 Operating System 4 Server application

Last Answer : 4 Server application

Description : A computer program that translates one program instruction one at a time into machine language is called a/an (1) Interpreter (2) Compiler (3) Simulator (4) Commander

Last Answer : Interpreter

Description : The act of writing new data into register (1) is possible only when the register is an accumulator (2) is possible only when the register is an accumulator or instruction register (3) erases the previous contents of the register (4) is non-destructive to existing contents

Last Answer :  is possible only when the register is an accumulator or instruction register

Description : A technique used by codes to convert an analog signal into a digital bit stream is known as A) Pulse code modulation B) Pulse stretcher C) Query processing D) Queue management

Last Answer : Answer : A