Answer:b)With a wavy blue underline
Explanation:Wavy blue lines in the Word document is for representing that the Format consistency checker is in working/on mode .It can identify the inconsistent format instances for the correction while the user is writing the text.
Other options are incorrect because wavy red line is for incorrect spelling of any word and wavy green line signifies the grammatical mistake .The function is available for the format inconsistency as wavy blue line in Word .Thus, the correct option is option(b).
Answer:
You can share fundraisers/stories/movements on your story on many platforms, post about it on any platform, follow accounts that stand for what you believe in and get involved through things that they post!
I hope I helped!
Answer:
1. E
2. C
3. F
4. D
5. A
6. B
Explanation:
CPU: this is known as the central processing unit and it is considered to be the brain of a computer system. It is the system unit where all of the processing and logical control of a computer system takes place.
A. Decode unit: decodes instructions and data and transmits the data to other areas in an understandable format.
B. Register unit: contains many separate, smaller storage units. Modern CPUs need only a few nanoseconds to execute an instruction when all operands are in its registers.
C. Bus unit: it is used to connect all the other major components together, accepts data, and sends data through the input and output bus sections.
D. Control unit: control of the overall operations of the CPU. The component of the central processing unit (CPU) that controls the overall operation of a computer is the control unit. It comprises of circuitry that makes use of electrical signals to direct the operations of all parts of the computer system. Also, it instructs the input and output device (I/O devices) and the arithmetic logic unit how to respond to informations sent to the processor.
E. Arithmetic logic unit (ALU): performs mathematical functions on data stored in the register area.
F. Cache: small temporary memory area that separates and stores income data and instructions.
Answer:
"From, where, select ,order by" is the correct answer for the above question.
Explanation:
- When a user creates a query in comparison of "SELECT, FROM, WHERE ORDER BY", then the query will execute in the "From, where, select, order by" order.
- Firstly form clause will execute because it holds the name of the table which defined the address of the data which needs to fetch.
- Then the where clause will execute which is used to filter the data. It states the correct location of the data in the table.
- Then the select clause is executed because it works to fetch the data and gives the output to the user.
- Then the order by clause is executed because it states the data in ascending or descending order.