Answer:
where is the image i need the image
Explanation:
Dora has inserted a text box into a Word document that she is formatting. Which strategy will not format text boxes? Create a link between two text boxes. Set the height and width of the text box. Add background images to the text box. Link the text box to another document.
Answer:
D. Link the text box to another document.
Explanation:
A text box is an object that you may add to your page that allows you to place and enter text wherever in it. The correct option is D.
What is a text box?A text box is an object that you may add to your page that allows you to place and enter text wherever in it. Content boxes may be handy for attracting attention to a certain text and also for moving text about in your document.
Dora has inserted a text box into a Word document that she is formatting. Therefore, the strategy that will not format text boxes is strategy will not format text boxes.
Hence, the correct option is D.
Learn more about Text Box:
https://brainly.com/question/13812028
#SPJ2
What is the output?
class car:
model = "
age = 20
myCar = car()
myCar.age= myCarage + 10
print(myCarage)
Output:
Answer:
Following are the modified code to this question:
class car:#defining a class car
model = ""#defining a class
age = 20#defining an integer variable that hold a value
myCar = car()#creating reference of class
myCar.age= myCar.age+ 10#Use reference to add value in age variable
print(myCar.age)#print age value
Output:
30
Explanation:
In the above code class care is defined, inside the car a string variable "model", and an integer variable "age" is defined that hold a value, in the next step, class reference myCar is defined, that used to add value in age variable an at the last we use print method to print age variable value.
Adam has created a document for publishing and needs to ensure that no changes can be made. He has accessed the
Developer tab and is using the Restrict Editing task pane. Which option should Adam choose?
Formatting Restrictions
Editing Restrictions
Start Enforcement
Track Changes
Answer:
formatting restricions
Explanation:
i took the test
Answer:
B) Editing Restrictions
Explanation:
By enabling this and leaving it as the default setting, the document is now read only and cannot be edited.
this is very simple i just need someone to type out this for me
Answer:
#27
2i , -2i, i, -i i^2 = -1
1(x - 2i)(x + 2i) 1(x-i)(x+i)
x^2 +2x-2x -4.2i x^2 -xi-xi -i
(x^2 + 4) x^4 + 1
x^2 +x^2 +11x
x^4 +5x^2 +4
+4+2+2+-1
*This was not simple for me
How many bit make a byte .
Answer:
It is easy .8 bits.You have to note this
Answer: 8
1 byte = 8 bit
WILL GIVE BRAINLIEST! The command simplify is used if you only want the first two digits of a decimal to appear in the interpreter.
true
false
Answer:
falsee?
Explanation:
Answer:
Yes its false i believe
Explanation:
Your friend told you that your favorite celebrity couple split. What is the best media form to use?
a
Wiki
b
Social Network
c
Infotainment site
d
Forum
Answer:
b
Explanation:
I think social network is the first source of every update of reality even wiki gets info from social network
Answer:a)wiki
kalo salah maaf ya
With _________, users will receive recommendations for items liked by similar users.
Answer:
Collaborative filtering
Explanation:
Collaborative filtering is an algorithms family in which there are various ways to determine the same users or items also there are various ways to determine the rating depending upon the same users rating
Therefore as per the given situation, the above is the answer
Hence, the same is to be considered
What are movies filmed before 1990's?
Answer: Once Upon a Time in the West (1968) PG-13 | 165 min | Western. ...
Cinema Paradiso (1988) R | 155 min | Drama. ...
Blade Runner (1982) R | 117 min | Action, Sci-Fi, Thriller. ...
2001: A Space Odyssey (1968) G | 149 min | Adventure, Sci-Fi. ...
Apocalypse Now (1979) ...
Chinatown (1974) ...
Stardust Memories (1980) ...
Le Notti Bianche (1957)
Explanation:
What is the "middle" value for the "vertical-align" property based on?
a) a line's x-height
b) the height of the age
c) the shortest element on a line
d) the number of elements on a line
Answer: a) a line's x-height.
Explanation: The middle of the parent element is calculated by taking the x-height, halving it, and adding it to the baseline. Therefore, the "middle" value for the "vertical-align" property must be also based on the line's x-height.
Which line of code will cause the loop to execute exactly one time?
for b in range(12, 12):
for b in range(12, 13):
for b in range(13, 13):
for b in range():
(This is for photography segment exam btw)
Who created the first known photograph?
A. George Eastman
B. Ansel Adams
C. Joseph Niepce
D. Louis Daguerre
Answer:
C. Joseph Niepce
Explanation:
Which feature in PowerPoint is used to correct common capitalization and text formatting issues but can also be modified for more robust and personalized corrections?
Grammar Checker
Insights
Spelling Checker
AutoCorrect
Answer:
AutoCorrect: D on edge
Explanation:
Answer:
D.AutoCorrect
Explanation:
a software function that automatically makes or suggests corrections for mistakes in spelling or grammar made while typing.: a computer feature that attempts to correct the spelling of a word as the user types it The iPad boasts an autocorrect system that will try to figure out what you mean to type even when you don't quite tap the right keys.
Which of the components of the box model is transparent and does not take a background color? content padding border margin
Answer:
the answer is
ও d- margin
Explanation:
⁂ just did the cumulative exam review, hope this helped ☺
Margin is the component of the box model which is transparent and does not take a background color. Thus, the correct option is D.
What is background color?
The background color is, in most of the cases, displayed in the form of an RGB triplet or a hexadecimal code of colors. The three separate pairs of different numbers which are given in the command, represent the different set of color values of the RGB spectrum. The first value in this set stands for the red color, the second color stands for the green color and the last one stands for the blue color.
The background style of the content, padding, and border areas of a box model are specified by the background property of the generating element of the system. Margin backgrounds are the elements which are always transparent in color.
Therefore, the correct option is D.
Learn more about Background color here:
https://brainly.com/question/14928554
#SPJ2