Answer:
down below
Explanation:
score = input() # gets student's score input
max = input() # gets max number
percent = (score/max)*100 # multiply by a hundred to get percentage
if percent > 52: # checks if percent is greater than 52
print("well dont you have at least a grade 5")
else # if percent is less than or equal to 52 it will print this instead
print("Unlucky, you need to revise more for the next test.")
THIS PART IS NOT CODE:
make sure you indent/tab the print statements or else you'll get an error
List three (3) features of first generation computer
PLEASE HELP!!!!!
A small network that consists of devices connected by Bluetooth, such as a smartphone and a computer, is referred to as a ________.
Answer:
I think is technologies
difference between boot disk and booting in 5 points
In computing, booting is the process of starting a computer. It can be initiated by hardware such as a button press, or by a software command. After it is switched on, a computer's central processing unit (CPU) has no software in its main memory, so some process must load software into memory before it can be executed. This may be done by hardware or firmware in the CPU, or by a separate processor in the computer system.
A boot disk is a removable digital data storage medium from which a computer can load and run an operating system or utility program. The computer must have a built-in program which will load and execute a program from a boot disk meeting certain standards.
A PIN of four digits has 10,000 (or 104) combinations. This could theoretically be guessed by a computer in milliseconds. The most popular PIN numbers are 1111, 1234 and 0000 making up around 20% of PIN numbers. Anything beginning with 19XX is also very common, as is 2580. Why?
Answer:
19xx could be a birth year, easy to remember
2580 is easy to remember because on a keypad the numbers are aligned vertically.
Note that from the statement above, one can say that 19xx is common as it is linked with birth year and thus easy to recur and also 2580 is very easy to recur because on a keypad the numbers are soften matched vertically.
What is pin about?Pin or digit code are often used in our debit cards, credit cards and in a lot of mobile phones for security purposes.
Note that Note that from the statement above, one can say that 19xx is common as it is linked with birth year and thus easy to recur and also 2580 is very easy to recur because on a keypad the numbers are said to be aligned vertically.
Learn more about digits code from
https://brainly.com/question/3118454
#SPJ9
Which of these problems is correct if the numbers are binary numbers?Group of answer choices1 + 1 = 21 + 1 = 100 + 0 = 11 + 0 = 10
Answer:
The last one is correct.
Explanation:
PA theme is a major message that a writer convoys through a text. you have explored many themes in the hobbit one theme in the novel is that good has the ability to triumph over evil. using specific examples from the text, explain how this theme develops over the course of the novel
Answer:
The Hobbit’s main theme is Bilbo’s development into a hero, which more broadly represents the development of a common person into a hero. At the beginning of the story, Bilbo is timid, comfortable, and complacent in his secure little hole at Bag End. When Gandalf talks him into embarking on the quest with Thorin’s dwarves, Bilbo becomes so frightened that he faints. But as the novel progresses, Bilbo prevails in the face of danger and adversity, justifying Gandalf’s early claim that there is more to the little hobbit than meets the eye.??????
Explanation:
which camera is interchangeable
freeform
hybrid
DSLR
point and shoot
Answer:
DSLR
Explanation:
Double check my answer
A(n) ________ address is the address that external entities use when communicating with your network.
Answer:
IP adress
Explanation:
the IP adress is like your home address but for your computer. it tells the whatever is connecting where it's located so it can find where to send the data
what is the term for delivering an application over the internet called?
Answer:
Cloud computing
Explanation:
The termnology which is used to describe the delivering of an application over the internet is called SaaS.
What is SaaS?SaaS is an acronym for Software as a Service and it can be defined as a type of cloud computing delivery model that typicaly involves developing and making licensed software applications available to end users on a subscription basis and over the Internet, especially by centrally hosting these software applications within the cloud or through a third-party (vendor).
This ultimately implies that, Software as a Service (SaaS) is a termnology which is used to describe the delivering of an application over the internet.
Read more on SaaS here: https://brainly.com/question/24852211
Can someone please help
Answer:
Explanation:
la reponse est le premier et le 3 eme pointcar en effet le premier point c est logiqye e le 2 e aussi
which subunit of a heterodimeric cdk is the regulatory subunit?
A facility that is pre-wired for necessary telecommunications and computer equipment, but doesn't have equipment installed, is known as a
Answer:
hot site
Explanation:
Additional Activities Direction: List down all the safety and work procedures in using newly purchased gadget. Write your answers on a separate sheet of paper.
Answer: Keep your phone away from your body and head. Turn off your phone or turn on airplane mode at bedtime. Use headsets, preferably air tube, and speaker phone when possible. Don't carry your cell phone in your bra, shirt, or front pants pocket, especially if you're pregnant.
Explanation:
why does my ps4 keep disconnecting from the internet
Answer:
It could be a variety of reasons depending on your form of connection. Wireless, it could be distance from router causing packet loss or disconnection. Wired, damaged or poor wire, or bad internet. What do you know about your connection?
Pls help me pls I’m struggling
Answer:Turn Right () Degrees (block)
The turn right () degrees block is a Motion block and a stack block. The block turns its sprite's direction the specified amount of degrees clockwise.
In cell a10 enter a formula using or to display true if net profit before tax in 2019 (cell b5) are greater than 750000(seven hundred, fifty thousand) or net profit before tax in 2020 (cell c5) are greater than 750000 (seven hundred, fifty thousand). use cell references where appropriate and enter the arguments exactly as described in this question.
The OR Excel function is a function that is used to test several conditions in one statement.
The Excel formula to display true based on the conditions in cell A10 is =OR(B5>750000,C5>750000)
From the question, we have:
Cell B5 represents the net profit before tax in 2019Cell C5 represents the net profit before tax in 2020The syntax of the OR logical function is: =OR([conditions])
So, the Excel formula to display true based on the conditions in cell A10 is =OR(B5>750000,C5>750000)
Read more about Excel formulas at:
https://brainly.com/question/14820723
By the mid-1990s, how did revenue generated from video games compare to revenue generated from movies?
By the mid-1990s, the revenue generated from video games was two and a half times the revenue generated from movies.
Research shows that in 1994, the revenue generated from arcades in the United States was about $7 billion quarterly while the revenue generated from home console sales was about $6 billion dollars.
When combined, this revenue from games was two and a half times the amount generated from movies.
Learn more about video games here:
https://brainly.com/question/8870121
Answer:
Revenue made from video game sales still lagged behind revenue made from movies.
Question 11
Methods that return a decimal value must be declared using what type?
a. int
b. void
c. double
d. String
e. null
Question 12
Which of the following is true when x = 15?
a. (x >= 15) && (x < 13)
b. !(x > 13) || (x > 16)
c. (x > 13) && (x < 17)
d. (x < 15) || (x > 15)
e. (x <= 13) || (x >= 17)
Answer:
11. a, 12.c
Explanation:
bc numbers must be declared as ints and 15 is greater than 13 but lesser than 17
James works on history for 9/10 of an hour he works on English for 3/10 of an hour how much longer does James work on history than on English
NO links!!! please, In this task, you will prepare the necessary documents required to apply for the job. Conduct research and find out what documents are necessary, such as a résumé, cover letter, and so on. Then, prepare these documents using your information and tailor the documents to the career you have chosen.
the job I chose was a software architect
It's from PLATO
To apply for a job, you must provide a resume, cover letter, reference list, letters of recommendation, portfolio, and employment certificate.
About these documents we can inform you that:
The Resume presents the most generalized information about the candidate's educational and professional background.The cover letter must be made to show more in-depth information, where the candidate reinforces their most positive points and relevant to the job vacancy.The reference list presents the opinion of other professionals about your professional abilities.The portfolio must be submitted by candidates related to artistic or visual areas and presents the works already created by that professional.The employment certificate must show your professional history in more detail.Thus, we can state that the application for a job vacancy requires that many documents and information be provided.
More information on writing a resume at the link:
https://brainly.com/question/862477
what information about a cisco router can be verified using the show version command?
Who is your favorite Funtime Anamatronic?
Answer:
ur mom
Explanation:
jk it's prb something like foxy
Which of the following would be the most appropriate way to define a method that calculates and returns the final price, after tax and tip, for a passed in price, assuming tip is always 15% and tax is always 8%?
a. public double getFinalPricel double tips, double tax).
b. public double getFinal Price double tax)
c. public double getFinalPrice/double basePrice, double tips)
d. public double getFinalPrice double basePrice, double tips, double tax)
You are creating a program that can add up the amount of money the user spent that day. Right down to the penny! What kind of variables should you create? a default variable a user variable an integer variable a float variable
Answer:A. A default Variable
Explanation:
Answer:
A
Explanation:
Did it on a Test
Write a 20 charecter poem! for points! :)
you are wonderful as you are blue you are as blue as the sky the sky is beautiful as u are too you are red as Rose's and Rose's are full of you winter time is the mood full of winter and snow
Aliaa and Zhang Li are tennis-playing robots. Aliaa is 715\,\text{cm}715cm715, start text, c, m, end text from Zhang Li and 2{,}200\,\text{cm}2,200cm2, comma, 200, start text, c, m, end text from the far corner. Zhang Li measures an 91\degree91°91, degree angle between Aliaa and the far corner, as shown.
From Aliaa's viewpoint, what is the angle between Zhang Li and the far corner?
Do not round during your calculations. Round your final answer to the nearest degree.
Answer:
70
Explanation:
Law of Sines.
sin(91)/12 = sin(x)/715
x=19
180-91-19=70
What economic impact will this disaster have on people? Select three options.
People will have to rebuild their homes and communities.
People will have to move away from friends and family after a flood.
People will have to relocate and buy or rent new homes.
People will need to find new jobs to replace jobs destroyed in the flood.
People will be angry with the government for lack of warning about the flood.
Answer:
1, 3, and 4
Explanation:
Those are the only ones that has anything to do with money.
Get ready to be the Quizmaster! You are going to design your own Python game show in the style of a quiz.
Think of a genre (science, music, math, sports, video games, etc.) and create at least 10 questions. You can decide whether you want to make the questions multiple choice or not. Then go to OnlineGDB to get programming.
Your quiz program must have the following items:
It must start by asking the user what their name is and welcoming them to your quiz. It pays to be polite!
Set up a variable to keep score. It is up to you how to design the points system. Will you give them 10 points for a correct answer and 0 for an incorrect answer? Or perhaps you will be tough and take away points for an incorrect answer!
Ask your 10 quiz questions. If they get a question wrong, be sure to tell the user what the correct answer was. Then adjust the score appropriately, depending on whether their answer was right or wrong.
At the end of the program, tell the user their score.
Need an extra challenge? Try the following. These are not required.
Research how to use the lower() or upper() functions to allow the user to capitalize their answer (or not) and still receive credit as a correct answer.
Tell the user what percentage of the questions they got correct!
Make sure to click the save button. Then click Share and copy the link to your program. Paste it in a word processing document and submit it using this unit’s dropbox.
Answer:
"Are apples Magenta?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Teal?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Gray?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Green?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Cyan?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
]
Questions(Question prompts[0], "a")
Questions(Question prompts[1], "c")
Questions(Question prompts[2], "c")
Questions(Question prompts[3], "c")
Questions(Question prompts[4], "c")
Questions(Question prompts[5], "b")
Questions(Question prompts[6], "c")
Questions(Question prompts[7], "c")
Questions(Question prompts[8], "a")
Questions(Question prompts[9], "c")
Explanation:
Answer:"Are apples Magenta?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Teal?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Gray?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Green?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
"Are apples Cyan?"\n(a) yes\n(b) sometimes\n (c) no\n\n",
Explanation:
python Better Password Prompt
Write a program that uses a loop and a half to prompt a user for a password. You should prompt the user for the password. If they get it correct, break out of the loop. If they don’t get it correct, you should give them an error message and ask again.
Sample Run:
Enter password: 123123
Sorry, that did not match. Please try again.
Enter password: password
Sorry, that did not match. Please try again.
Enter password: CODEHS
Sorry, that did not match. Please try again.
Enter password: abc123
You got it!
Note: You need to set SECRET to abc123 to run the tests
We use an indefinite while loop to keep the user entering the password. In the loop, we use if-else structure to check the password. If it is "abc123", the password is found and stop the loop using a break. Otherwise, the password is not correct. Note that since we do not use any break statement in the else part, the loop will continue asking for the input
Comments are used to explain each line of the code.
You may see the output in the attachment.
#set the SECRET
SECRET = "abc123"
#create a loop
while True:
#ask the user to enter a password
password = input("Enter password: ")
#check if the password is equal to SECRET
# if it is, state that password is correct and stop the loop using a break
# otherwise, state that password is not correct
if password == SECRET:
print("You got it!")
break
else:
print("Sorry, that did not match. Please try again.")
Here is another question related to the loops:
https://brainly.com/question/25694810
What do software engineers use as tools to provide automated support for the development of the system
Answer: CASE
Explanation: