Answer:
option 3 should be the answer is this helps please give the brainliest award.
Answer: D
to provide a “big picture” of the project to everyone involved
this is the right answer
what is true of open source software
Answer:
lo que es cierto del software de código abierto?
opera con los principios subyacentes de la producción de iguales y la colaboración masiva, creando un desarrollo de software más sostenible para los usuarios finales.
Explanation:
How many times will the loop body execute:
for i in range(5,9)
A) 1
B) 2.
C) 3
D) 4
I think it’s a But I don’t know
These operating systems were referred to as command-based.
Android and MS-DOS
iOS and Windows
LINUX and UNIX
MS-DOS and UNIX
[tex]{\underline{\boxed{\bf{MS - DOS \: and \: UNIX}}}}[/tex]
Explain what is the difference between a "Mode Switch" and a "Process Switch".
Answer:
The main difference between mode switch and process switch is that mode switch changes the process privilege between modes like user mode and kernel mode while process switch changes the process state between different states. These processes then load into the main memory for the CPU to execute them.
Explanation:
Write a program that get
the age of 50 people and
display the number of
people that fall under:
1. Baby : 0-5
2. Kids and teenagers: 6-17
3. Adults : 18 and over
Answer:
people = list(map(int, input().split())) # gets input and makes them into an integer
for i in range(len(people)):
if 0 <= people[i] <= 5:
print('Baby') # You didn't specify how you want to 'store' the info, but I'm just going to print it out
elif 6 <= people[i] <= 17:
print('Teen')
elif 18 <= people[i]:
print('Adults')
Explanation:
This is the basic structure of the code. This is written in Python 3x. If you are writing in a different language, then just use the template given to you!
Who is the best Attack on Titan Character?
A.) Levi
B.) Eren
C.) Armin
D.) Mikasa
E.) Other
Answer:
Levi
Explanation:
Levi is just a massive W of a character
With working from home now becoming a norm what is an effective network for an organization to secure its internal resources access by employees working from home
Answer:
Always encrypt data never store anything in plain text someone could use wireshark to pull out a data packet and if the data is not encrypted, expect things to happen.
Is this correct just need somebody to check my answer plz and use your honest answer
Answer:
your answer looks correct
if a hacker wants to exploit the TCP three-way handshake, what is the most effective way to go about it?
The most effective way to exploit TCP three-way handshake is TCP SYN flood.
SYN flood attack is simply a kind of computer attack that begins with 3-way TCP handshake. TCP SYN flood is also called SYN flood and it is a type of distributed Denial of Service (DDoS) attack that uses every part of the normal TCP three-way handshake to eat up resources on the known server and render it non-functionalWith TCP SYN flood, a hacker can eat up resources of target's computer and makes it unresponsive.
From the above, we can therefore say that the most effective way to exploit TCP three-way handshake is TCP SYN flood.
Learn more from:
https://brainly.com/question/14739766
There are a series of factors and people who save Glenn Curtiss from
bankruptcy what are they
Answer: "Due to patent issue, he paid his worker from his pocket. He paid 10,000 dollars bond which led him towards bankruptcy, Curtiss, have no option, so he accepted the challenge to fly from Albany to Manhattan and won a prized of 10,000 dollars. "
short answer:
The Wright Brothers and the Challenge to fly.
Explanation: hope it helps!
what is HDLC flow control?
When working with a shared worksheet, how do you know it's shared?
The word "Shared is saved in the name of the file.
The email in which you received the file says "Shared."
The word "Shared" appears after the workbook title in the title bar.
The word "Shared" appears at the bottom next to the worksheet tabs.
Answer:
The Word shared appers in the email and appears next to the worksheet tab
Explanation:
Hope this answers your question :)
Answer:
C
Explanation:
hope this helps :)
Which of the following is NOT a benefit of pair-programming?
Code takes 15% less time to write than with a solo programmer.
Programs have fewer bugs than if written by a single programmer.
Code solutions are more creative.
o o
Bias in programs is reduced.
Answer:
Programs have fewer bugs than if written by a single programmer.
Explanation:
this is what I think personally
Coupled with risk reduction and knowledge sharing within an organization, pair programming is a key technique for producing faster, higher quality code. Thus, option B is correct.
What is the role pair programmer in the programs?Two programmers collaborate at the same workstation while using the agile software development technique known as pair programming.
The observer or navigator reads each line of code as it is entered while the driver, who is also the code writer, types it in.
Pair programming is a method where two programmers collaborate on the same block of code while using just one computer.
This introduces the idea of pair programming roles, where one performs the function of the driver (writing code) and the other that of the navigator (ensuring the accuracy of the code).
Therefore, Programs have fewer bugs than if written by a single programmer.
Learn more about pair programmer here:
https://brainly.com/question/14190382
#SPJ2
LANGUAGE IS PYTHON PLEASE HELP.
Write a while loop that repeats while user_num ≥ 1. In each loop iteration, divide user_num by 2, then print user_num.
Sample output with input: 20
10.0
5.0
2.5
1.25
0.625
what type of information system would more be likely to be used by schools?
commercial
scientific data processing
information retrieval and management
automation
Answer:
probably
informaition retreival
Explanation:
Microsoft Word cannot be used to create personalized web
pages.
OTrue
False
Answer:
False
Explanation:
Because Microsoft can be used to create personalized web
Project light with a system of lenses used for projecting slides or film into a screen.
Answer:
Optical system. An overhead projector works on the same principle as a slide projector, in which a focusing lens projects light from an illuminated slide onto a projection screen where a real image is formed.
Explanation:
What type of computer is IBM 1401 ?
Answer:
The IBM 1401 is a variable-word length decimal computer that was announced by IBM on October 5, 1959.
it's urgent. I will mark you brainliest. is it legal to share your internet connection with your neighbors? explain in three paragraphs.
Answer:
It mostly depends (IF YOU ARE COPY-PASTING GO TO EXPLANATION)
Explanation:
It mostly depends, are any of your passwords alike? If so, that can be dangerous, even if you "trust" your neighbor. Your computer could also be infected with malware. The neighbor could make security mistakes, etc. Really think about how much you can trust them.
It can be hard to give them updates on new security such as new passwords. Also, not everyone is completely aware of why you would put the amount of security you do, (more or less than they think should be there) and you could get complaints from them on YOUR security.
It would be best to just politely decline, or get a guest network. Guest networks are safer, but some complications are still there, such as the ones in my second paragraph. So, safest and best option for both parties would be to decline.
Please complete the following questions. It is important that you use complete sentences and present the questions and answers when you submit your work.
Critical Thinking Questions
1. Describe a recent modern “story” you heard, read, or saw. Explain how that story taught you an important idea about life, family, or society. Be sure to talk about where/how you heard/read about the story in your description.
2. Describe a simulation game you’ve played recently or have heard about (you may even propose a simulation game idea yourself). Explain why that game fits the definition of a simulation.
3. In an age of books, films, and television, why are games important?
Think of a game you enjoy. For that game, describe some of its objectives, rules, operation, obstacles, and outcomes.
4. What is the main difference between a video game and other types of games (board games, card games, tag, etc.)? What are the similarities?
Answer:
due to recent times there has been injustice. the movement im talking about is blm or alm. theese rough times when socitey cant agree with each other. during theese times its taught me alot about both sides arguments. may 25 2020 "i cant breathe i cant breathe i cant breathe" george floyed was killed may 25 2020 this is when this whole mess started. building being burnt down to crips. people raiding the streets. people getting hurt. the pain some people felt was to much to handle that they dealt with it wrong. here is were alm comes in. alm all lifes matter, mexican lifes matter, black lifes matter, muslims lifes matter, chinnese life matetr white lifes matter unborn lifes matter and much more. blm supporters disagree that all lifes dont matetr untill black lifes do and that alm didnt exist until blm did. theese tough times taught me society needs to stick togther now more then ever and that the skin tone your size your religon dosent matter just how you treat other.
a simulation game. a stimulation game i propose is a simulation game were you live normal life. get a job pay rent and ect. which would teach kids how to work and how to earn money how to pay taxes. this game would be perfect to teach kids the importance of money and that money isnt earned easy. how i imagine it is the game is all about investing buying a better house getting a good job and not going bankrupt. you could even start a buisness which other players can shop in. this game would be the perfect fun and educational game.
in an age of books, films, television, why are games important? games can come in diffrent forms some teach you how to stay safe. some teach you how to run a buisness. some can even teach you how to invest. game can be educational and fun at the same time! games are great for whenever its raining outside and you have some spare time to get cozy and enjoy a game. some games can even bost your mental strength with puzzels and maze's which help your brain stay healthy.
my favorite game, is a board game monopoly. its a game were you invest in properties and NOT go bankrupt! its a fun game with lots of obstacles i enjoy that you play it with lots of people because in real life you will have obstacles people will try and get in your way.
a video game and a board game. the diffrence is video games can be good but can take a bad turn wuick to much is bad for you and like drugs can become addictive and somtimes even dangerous with hackers. a board game is safe because you just play it with your faimly and friends and there is no virus no hackers. there can be cheaters but much safer than video games. the simarlity is that they both can bost your mental stregth and keep your brain active with lots of thinking on the best move.
Explanation:
9. These particular machines can be decentralized.
A) Risograph
B) Photocopier
C) Desktop computer
D) Printers
__and__??
Answer:
A, B
Explanation:
Because the desktop computer and the printers are decentralized, they're connected with another noce in a company.. So I suppose that the Risograph and photocopier isn't decentralized.
Please please help I don’t understand this
Answer:
Yes and yes
Explanation:
It’s is this because yes and yes
Research on a latest advancement in computing and discuss its potential or how will it impact our lives in the future
Answer:
hqiauahhwbbwbwbbssbbs
PLEASE HELP I WILL GIVE BRAINLYEST
Answer:
I am guessing photoshop
Explanation:
Photoshop is also under the Adobe company of graphics designs
Describe about abacus
An abacus is a calculation tool used by sliding counters along rods or grooves, used to perform mathematical functions. In addition to calculating the basic functions of addition, subtraction, multiplication and division, the abacus can calculate roots up to the cubic degree.
Answer:
An abacus is a calculation tool used by sliding counters along rods or grooves, used to perform mathematical functions. In addition to calculating the basic functions of addition, subtraction, multiplication and division, the abacus can calculate roots up to the cubic degree.
What are the different ways computers can process information?
Input, process, output, and storage are the the different ways computers can process information.
A computer is a piece of computer components used to handle information or files. Data can be stored, retrieved, and processed by it. Maybe may already be aware of the fact you are able use a desktop to surf the Internet, send emails, type articles, and play online games.
The software directs but really the hardware actually does the information to output execution. Input, process, output, and storage are the four important information processing operations needed for a computerized system to operate.
Input, processing, as well as output are really the three phases of the computer. These stages are carried out by a computer "running" a code. A program comprises a set of detailed instructions that specify how the computer should process input to generate the desired result.
Learn more about computers, here:
https://brainly.com/question/21080395
#SPJ2
Which format has the largest file size?
Please help lol..
Type the correct answer in the box. Spell all words correctly. Which description uses two to three sentences? A short (two to three sentences) description of a story that includes the main character, the antagonist, and the genre of the story is a _____ .
Answer:
This would be called the summary or the synopsis. In further detail, it's a short, lively overview of a story, including the main character, the antagonist, and the genre.
Explanation:
Hope it helps!
Answer:
introduction
Explanation:
Which platforms are used for mobile apps? Select 4 options.
BlackBerry
Bluetooth
iOS
Android
Windows
Answer:
- Blackberry
- iOS
- Android
- Windows
Explanation:
On Edge, it states, "There are two main operating systems used on mobile phones, Android and iOS (the Apple platform). There are also apps for Windows and BlackBerry." (correct on Edge)
I hope this helped!
Good luck <3
Platforms used for mobile apps are
BlackBerryiOSAndroidWindowsWhat are Mobile Apps?On the mobile app, there are two main platforms namely iOS and Android.An application platform is defined as a framework of services that application programs on for standard operations. An application platform operates in five principal areas and they are development tools, execution services, data services, operating systems (OSes), and cloud services.Three mobile apps are Native Mobile AppsHybrid Mobile AppsWeb AppsReact Native is the most used cross-platform mobile app development framework.To learn more about Mobile apps refer to:
https://brainly.com/question/20366434
#SPJ
Take the midterm, quiz, and final exam of 5.1 million points, and the average score is 1) A if it is 90 or higher, 2) B if it is less than 90 and 80 or higher, 3) C if it is less than 80 and 70 or higher, 4) Write a program that outputs D if less than 70 and more than 60, 5) F if less than 60.
Answer:
B
Explanation:
Not so sure