answersLogoWhite

0

What else can I help you with?

Related Questions

What instruction formats would you most likely use if you had to follow step-by-step instructions?

numbered list


What following instruction formats would you most likely use if you had to write step-by-step instructions?

numbered list


Which instruction format would you most likely use if you were going to conduct a meeting and cover topics in a specific order?

checklist


What instruction format would you most likely use if you were going to conduct a meeting and cover topics in a specific order?

Number list


Which instruction format would you most likely use if you had a list of tasks to complete in any order?

You would most likely use a "to-do list" format if you had a list of tasks to complete in any order. This format allows you to list out all the tasks that need to be done and you can check them off as you complete them, without being constrained by a specific order.


What instruction format would you most likely use if you had to write a business letter?

There are many different places online that can help you correctly format a business letter so that it looks and sounds professional. It is very important that your business letter is neat in appearance.


When should you not listen to instructions from authority?

When such instruction would breach the law or violate a person's human rights.


Diff bw risc and cisc?

CISC stands for Complex Instruction Set Computer. CISC chips are relatively slow per instruction,but use little instructions RISC stands for Reduced Instruction Set Computer. A fewer, simpler and faster instructions would be better, than the large, complex and slower CISC instructions. However, more instructions are needed to accomplish a task. It's easier to write powerful optimised compilers, since fewer instructions exist.


How many instructions per second would this allow the CPU to process?

100 billion instruction per second.


What do you think would be the consequence if instruction does not relate to curriculum?

With unrelated instructions, the objectives of the curriculum will not be achieved. Learners will miss out on the actual theory, inferences and practical knowledge that would have been learnt if proper instruction was given.


What instruction formats would you most likely use if you had to write a business letter?

There are many different places online that can help you correctly format a business letter so that it looks and sounds professional. It is very important that your business letter is neat in appearance.


What is pseudo instructions?

A pseudo-instruction doesn't actually exist in the instruction set of a processor. A pseudo-instruction will be a convenient single name for one or more actual instructions. A common example is the unconditional jump instruction. Normally the syntax for this instruction would be: jmp address ...but the assembler might actually translate that into: cmp t0 r0 r0 jmp t0 address Which is basically checking to see if the zero register is equal to the zero register, and if so jump. Since this will always be true, it will always jump.