Answer:
1. Click Repair your computer at the bottom.
2. Choose Troubleshoot>Advanced Options>Command Prompt.
3. Type chkdsk /f /r C: and then press Enter.
4. Type exit and press Enter.
5. Restart your PC to see if the problem is fixed or not.
Answer:
So first you would try shutting it off or restarting it then if it doesn't work press automatic restart.
Explanation:
If this doesn't help contact a person at best buy wor whatever. Im sorry if this sounds rude in anyway. :(
A Loop of 3 within a loop of 4 will yield _____ iterations.
Answer:
12
Explanation:
The loop of 3 will be executed 4 times, hence the multiplication 3*4.
6) Sometimes it is difficult to read a piece of code and understand what the code will do. For this reason, you may want to add notes to yourself (or to someone else that may read the code) that show up in the code, but not when you run the program. What are these notes called and what symbol do you use to write them
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The notes that are used in a piece of code to understand the difficulty of coding or for others to read it is called comments.
Comments in code help in understanding the code, they help others to read the code and understand the logic written behind it. Comments also help the programmer to read his code himself for understanding purposes. Comments in coding used for understanding the purpose of code and what the code will do. The comments written in the program cannot execute or shown when you run the program.
Comments in coding/program can be used in two ways in almost all programming languages. You can use comments on a single line and in multiple lines.
To show a comment on a single line, you can use the double backslash "//" .
To make a comment on a single line. for example
//here the calculation start or some other understandable comments.
if the comments are more than one line then you can use "/* */" symbols to write comments on multiple lines
for example:
/* this is the code
that calculate the sum and average of students grades
it also displays the grade in letter
*/
What is the definition of a noob? Please help. Define it in your own words but in an appropriate way, thank you very much!
Answer:
A person that is different from others by the way they look, act, ect.
Tim is trying to explain to his aunt how her computer works, but she does not understand what a CPU does. Which description will most likely help Tim’s aunt understand the CPU’s role?
Answer:
CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.
Explanation:
Answer:
The CPU processes commands from software.
Explanation:
Learned on edge
Write the code for an if statement that adds 5 to the variable num1 if the value stored in the variable testA equals 25. Otherwise subtract 5 from num1.
In python
if testA == 25:
num1 += 5
else:
num1 -= 5
I hope this helps!
Which devices typically generate computer output? monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, webcam, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser
The devices are monitor, printer, speaker, projector, Braille embosser. The correct option is 4.
What are output devices?Any piece of computer hardware that converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment is considered an output device. Text, graphics, tactile, audio, or video can all be used.
A monitor displays visual output, such as text and images, on a screen.A printer creates physical output on paper or other media, such as text and images.Music, sound effects, and spoken words are all produced by a speaker.A projector projects visual information onto a screen or other flat surface.A Braille embosser generates output in Braille format, which people who are blind or visually impaired can read.Thus, the correct option is 4.
For more details regarding output devices, visit:
https://brainly.com/question/13014449
#SPJ1
Your question seems incomplete, the probable complete question is:
Which devices typically generate computer output?
monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosserAsk the user to enter a number. Display whether the number is odd or even. computer science answers
Can you please give me the answers like how you can write it in a python program
Answer:
Write a C program to check whether a number is even or odd using if else. How to check whether a number is even or odd using if else in C program. C Program to input a number from user and check whether the given number is even or odd. Logic to check even and odd number using if...else in C programming.
Explanation:
What key allows you to move to the next line
Answer:
enter
Explanation:
press tab or enter and you will get what u need
Computer coding is unnecessary for aspiring multimedia designers to learn. True or False? HURRY!!!
Answer:
True
Explanation:
A publication created by a business or individual that is distributed on a regular basis - Weekly, monthly, or quarterly. Used to
provide informational updates to a specific club, group, organization, agency, or business
how many microprocessers will a small computer have
Answer:
for what i know its one hope that helps
URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification
Answer:
The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space. I hope that this was helpful to you! :)
Which of these functions may be used with positional arguments? Select four options
•AVERAGE
•COUNTIF
•COUNT
•SUM
•MAX
Answer:
its A
C
D
E
Explanation:
Answer:
Average
Count
Sum
Max
on edg 2021
Explanation:
3.4 Code Practice: Question 2
Answer:
n = float(input("Enter the Numerator: "))
d = float (input("Enter the Denominator: "))
if (d != 0):
print ("Decimal: " + str(n/d))
else:
print("Error - cannot divide by zero.")
Jack follows the steps below.
Step 1: He clicks the Design tab on the ribbon.
Step 2: He navigates to the Document Formatting command group.
Step 3: He clicks the Themes icon.
Step 4: He clicks the Office Theme option in the themes gallery.
Which task is Jack trying to do?
A. He is sharing the Office theme with others.
B. He is creating a new theme for his document.
C. He is saving an existing theme to the themes gallery.
D. He is applying an existing theme to his document.
Answer:
D is my answer to this question.
Answer:
D, He is applying an existing theme to his document.
Explanation:
got the answer correct on edge.
Sending or receiving information between two
more person
.technical term
Two-Way Communication
Question #1 Math Formula The code below is repetitious. What is the output of this program? num = = 3 num = num + 1 num = num + 1 num = num + 1 print(num) Output:
Answer:
6.0
Explanation:
what aspect should you consider before adding pictures to documents
Answer:
make sure you have the correct picture
Explanation:
it might vary to what document your working on
discuss two basic types of monitors CRT and LCD give me in short
Difference Between CRT Monitor and LCD Monitor is that CRT monitor is a desktop monitor that contains a cathode-ray tube. ... While An LCD monitor is a desktop monitorthat uses a liquid crystal display to produce images. These monitorsproduce sharp, flicker-free images
WILL MARK FIRST ANSWER BRAINLIEST!!
Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?
The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.
Answer:
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day.
Explanation:
Answer:
it is c
Explanation:
Create a summary of no less than 125 words of a show that would NOT go over well with television producers because it is targeted to people in the least desirable groups. Include the title of the show, the main characters, and a description of the show's premise. Explain why this show would NOT go over well with television producers.
Answer:
Follows are the solution to this question:
Explanation:
Its Mid is also an American drama about a Kentucky-based middle-class family who've been struggling to live in an impoverished house, home and earn children on even a daily basis. Mike and Frankie, both live in Orson, Indiana, were mid-aging adults. Users got three kids named Axl, Sue, and Brick. Michael was its owner of a local quarry as well as Frankie, the seller of a motorcycle. It was great for Scriptwriters since it is related to America's many households, a middle and upper-class family. Despicable is an American dramedy about an impoverished and unstable Chicago family.
It among participants is Frank, Gallagher's dad, but Fiona, their household's oldest son, as she actual mom Monica goes up and down as she likes. The other five children of Gallagher are Lips, Yan, Debbie, Lori, and Liam.
Frank is an alcoholic, but Fiona works very hard and provides for her sisters and brothers. It is not used for scriptwriters, because it is related to the poor and victims of abuse of drugs, which aren't considered "wanted." Since that concerns an "unwanted" listeners, its show was indeed a success.
4.5 Code Practice
Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:
#1: You entered _____
When STOP is entered, the total number of words entered should be printed in this format:
All done. __ words entered.
Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.
In python 3:
i = 0
while True:
word = input("Please enter the next word: ")
if word == "STOP":
break
i += 1
print("#{}: You entered {}".format(i, word))
print("All done. {} word(s) entered.".format(i))
I hope this helps!
The program is an illustration of loops.
Loops are used to perform repetitive operations.
The program in Python, where comments are used to explain each line is as follows:
#This gets input for the first word
word = input("Please enter the next word: ")
#This initializes count to 0
count = 0
#The following iteration is repeated until the user enters "STOP"
while word != "STOP":
#This prints the word entered
print("You entered",word)
#This increments count by 1
count += 1
#This gets input for the next words
word = input("Please enter the next word: ")
#This prints the count of all words
print("All",count,"words entered!")
At the end of the program, the number of valid inputs is printed.
Read more about similar programs at:
https://brainly.com/question/18283451
match each sentence to the type of context clue it represents.
Answer: was willing to help but there isn’t any picture of anything about what each sentence says
What does Joann need to change in her outline?
Check all that apply.
O She needs to remove Step 1.
O She needs to add "Highlight the content" as Step 2.
O She needs to change the name of the icon in Step
3.
O She needs to revise Step 4.
Answer:
its D
Explanation:
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
Use this option to view your presentation as your audience will see it.
File menu
Play button
Slide Show button
Tools menu
Answer:
It's either slide show button or the play button
Explanation:
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
To add artwork to a slide, the slide must contain a placeholder.
True
False
Answer:
The answer is false
Explanation:
Please give me brainliest so I can post my artwork
You are going to send a document to a client, and you want to be absolutely sure that none of the
formatting is lost. Which of these document formats would be best?
DOC
DOCX
HTML
O PDF
Answer:
Explanation:
PDFs are not an easily modifiable format unless converted into a different type. It preserves all formatting, and no formatting details are lost depending on what program a user decides to open the file with.
Send the document to the client as a
format! Not only is it secure, but it also prevents the material from being changed by the receipiants
If you can’t see the Assets panel, which of these three buttons do you press?
A) Plugins
B) Assets
c) Layers
Answer: B
Explanation:
How do you activate the Slicer Tools contextual tab?
Select a PivotTable and it will appear.
Select a slicer and it will appear.
Click Slicer and then Options.
It is found under the PivotTable commands.
Answer:
Select a slicer and it will appear.
Explanation:
i did it
You can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.
What do you mean by the Slicer tool?The Slicer tool may be characterized as a type of tool that significantly provides buttons that you can click to filter tables or PivotTables. In addition to quick filtering, slicers also indicate the current filtering state, which makes it easy to understand what exactly is currently displayed.
According to the context of this question, if you want to use the slicer tool in excel, select Insert > Slicer. After selecting a slicer it will automatically appear on the computer screen followed by selecting the fields you'd like to filter.
Therefore, you can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.
To learn more about Slicer tools, refer to the link:
https://brainly.com/question/19717692
#SPJ5
URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification
Answer:
Answer:
C. the rule of space
Answer:
The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space.
I hope that this was helpful to you! :)