Answer: 1
Explanation:
a woman is born with about 1-2million ova, during puberty this figure reduce to between 600,000 and 1million. during her child bearing years the figure drops down to about 300,000 to 400,000 ova, out of which only about 500 would be ovulated during her reproductive years. the rest die out during menopause.
page numbers
tables
number of pages
file path and file name
printer name
sheet name
time
Answer:
Page up(PgUp) and Page down(PgDn) keys fall under the navigation keys.
Explanation:
Page up(PgUp) and Page down(PgDn) keys fall under the navigation keys.
They include the four Arrow keys, Page Up, Page Down, Home and End keys.
Arrow Keys:
One of four computer keys marked with an up, down, left, or right arrow, used for moving the cursor.
Page Up and Page down:
Page Up and Page Down keys abbreviated as PgUp and PgDn are two keys commonly found on computer keyboards. The two keys are used to scroll up or down in documents.
Home Key:
The Home key is used to return the typing cursor to the beginning of the line on which you are currently typing.
End Key:
The end key is opposite to home key. It is used to return the typing cursor to the end of the line on which you are currently typing....
if x ==12:
print ("x is equal to 12.")
Which of the following keys on the keyboard is used to quickly indent text?
*
Control
Return
Tab
Right Arrow
Quickly indent text can be done using key Tab on the keyboard.
Answer: Option C
Explanation:
Code is readable and can be easily debugged because programmers use indenting to organize it . In a computer, any programmer to develop a program both space and tab keys can be used to indent text.
Tab key used to indent the text quickly whereas the space key used to indent text but not to indent text quickly. Tab can be used as the standard key for indenting in the computer programs.