_____ instructions can alter the normal flow of control from executing the next instruction in sequence.

Fill in the blank(s) with the appropriate word(s).


Answer: branch

Computer Science & Information Technology

You might also like to view...

At which of the following states of the CMM scale are there no documented policies and processes?

A) Ad hoc B) Defined process C) Optimized D) Nonexistent

Computer Science & Information Technology

How does polymorphism promote extensibility?

What will be an ideal response?

Computer Science & Information Technology

Cell and range names can have spaces.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Assume string1 is a character array. Which of the following op-erations does not produce a string?

a) string1[] = "test"; b) string1[] = {'t', 'e', 's', 't', '\0'}; c) string1[] = {'t', 'e', 's', 't'}; d) string1[] = " ";

Computer Science & Information Technology