Uncategorized

What will you do in a situation where your supervisor has asked you to do something wrong?

What will you do in a situation where your supervisor has asked you to do something wrong?

If I Were Your Supervisor And Asked You To Do Something That You Disagreed With, What Would You Do?

  • Break down the steps you would take, to show how you try to resolve misunderstandings and disputes.
  • Keep the language neutral, and highlight communication strategies over the disagreement itself.

How do you write good instructions?

Checklist for Writing Instructions

  1. Use short sentences and short paragraphs.
  2. Arrange your points in logical order.
  3. Make your statements specific.
  4. Use the imperative mood.
  5. Put the most important item in each sentence at the beginning.
  6. Say one thing in each sentence.

What are the two types of instruction?

Types of Instruction

  • Direct instruction. The Direct instruction strategy is highly teacher-directed and is among the most commonly used.
  • Indirect instruction.
  • Independent study.
  • Interactive instruction.
  • Experiential Learning.

What are different parts of an instruction?

Instruction in memory has two parts: opcode and operands. The operands are subjects of the operation, such as data values, registers, or memory addresses.

What are the types of instruction set?

Following are the instruction set architectures:

  • Reduced Instruction Set Computer (RISC)
  • Complex Instruction Set Computer (CISC)
  • Minimal instruction set computers (MISC)
  • Very long instruction word (VLIW)
  • Explicitly parallel instruction computing (EPIC)
  • One instruction set computer (OISC)

What are the different types of instruction format?

Three Instruction Formats

  • R-type (register type) where. op: operation of the instruction; rs: the first register for source operand; rt: the second register for source operand;
  • I-type. where. op: operation of the instruction; rs: source register; rt: destination register;
  • J-type. Examples: Jump. Jump-and-link.

Why is the instruction cycle called a cycle?

A program in computer consists of sequence of instructions. Executing these instructions runs the program in computer. Moreover each instruction is further divided into sequence of phases. The concept of execution of an instruction through different phases is called instruction cycle.

What is an interrupt cycle?

Interrupt Cycle: It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction requires, and carries out those actions. This cycle is repeated continuously by the central processing unit (CPU), from bootupto when the computer is shut down.

What do you mean by addressing mode?

Addressing modes are an aspect of the instruction set architecture in most central processing unit (CPU) designs. An addressing mode specifies how to calculate the effective memory address of an operand by using information held in registers and/or constants contained within a machine instruction or elsewhere.

What is addressing mode with example?

Addressing Modes

Addressing modes Example Instruction Meaning
Immediate Add R4, #3 R4 <- R4 + 3
Displacement Add R4, 100(R1) R4 <- R4 + M[100+R1]
Register deffered Add R4,(R1) R4 <- R4 + M[R1]
Indexed Add R3, (R1 + R2) R3 <- R3 + M[R1+R2]

How do you find addressing mode?

Here are the addressing modes discussed:

  1. Immediate: The operand is included in the instruction.
  2. Direct: The effective address of the operand in memory is part of the instruction.
  3. Indirect: The instruction contains a memory address, which contains the effective address of the operand in memory.
Category: Uncategorized

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top