What is Moore's law? (in simple terms please)
Transistors' density will be doubled every two years. In a simpler term, computers should be twice faster every two years.
How do i add a number after the number that’s already printed in php?
Answer:
echo $number + 2; would add two
Explanation:
It depends on what you want to achieve.
i need le help, darn ijourneys
Answer:
I cannot see the picture I only see a word
Explanation:
Please help it's on scratch coding !
(You can use an if statement block with a sensing (if touching some Sprite) block.)
A True
B False
True, you can because in Scratch, you actually can use an if statement block and use an if touching another sprite.
Walt needs to ensure that messages from a colleague in another organization are never incorrectly identified as spam. What should he do?
A.Configure a safe recipient.
B.Configure a blocked sender.
C.Configure a safe sender.
D.Do nothing.
Answer:
C. Configure a safe sender
Explanation:
It’s dabest thing to do
As per the given scenario, Walt should need to configure a safe sender. The correct option is C.
What is configuration?A system's configuration in communications or computer systems refers to how each of its functional elements is organised in relation to their nature, number, and distinguishing features.
Configuration frequently involves picking the right hardware, software, firmware, and documentation.
A person, group, or organisation that starts the communication is known as the sender. The success of the message stems primarily from this source.
The communication is influenced by the sender's experiences, attitudes, knowledge, competence, perspectives, and culture.
Walt must take care to prevent messages from a colleague in a different organisation from ever being mistakenly classified as spam. He ought to set up a secure sender.
Thus the correct option is C.
For more details regarding configuration, visit:
https://brainly.com/question/13410673
#SPJ2
Taking a break is necessary while using your computer or any other gadget. What are ways of having a break? Give five examples
Answer:
1) is to stretch or do some workouts
2) is to read
3) is to play outside for an hour
4) is to do gardening
5) is rest
Which methods can be used to run a query? Check all that apply
On the Create tab, in the Queries group, click Run.
In query Design view, on the Design tab, click Run
Switch to Datasheet view before any other commands
Close the Show Table dialog box in the Datasheet view
On the Create tab, in the Queries group, click Create Query
Answer:
- In query Design view, on the Design tab, click Run
Explanation:
In Microsoft Acess computer program queries are used in order to preview and or modify data; mostly spreadsheet data.
For example, a query could be used to filter out the scores of students above 70% in an Exam. To run a query, the user should enable Design view, while on the Design tab, click on Run. At this point preferes query actions such as delete, copy etc could be executed.
I need help with coding, why isn't this command working pls help
(this is on iphone/pocket edition)
Answer:
You type error word
Answer:
The way you put it in is wrong stonebrick is on word not two so how you should put it in is Stonebrick_wall plz mark as brainliest.
Explanation:
List the different computer industries, and what they do.
(Like the part makers, people who assemble it and stuff not the companies)
Answer:
There are several different industries that are involved in the production and use of computers. These industries include:
Hardware manufacturers: These companies design and produce the physical components of computers, such as the motherboard, processor, memory, storage, and other peripherals.Software developers: These companies create the operating systems, applications, and other programs that run on computers.System integrators: These companies assemble and configure computers, often using components from multiple manufacturers, and sell them to consumers or businesses.Service providers: These companies provide support and maintenance services for computers, including repair, installation, and training.Data centers: These companies operate large facilities that host and manage the data and computing resources of other companies.Internet service providers: These companies provide access to the internet for businesses and consumers.Cloud computing providers: These companies offer computing services, such as storage, networking, and software, over the internet.Consulting firms: These companies provide advice and expertise on the use of computers and technology for business and organizational goals.Answer:
Hardware Manufacturers
Software Developers
System Integrators
Service Providers
Data Providers
ISP
Cloud Computing Providers
Consulting Firms
Explanation:
It is in order..
Question 1(Multiple Choice Worth 5 points)
(03.01 MC)
Which line of code will only allow a non-decimal point to be stored in a variable?
candyCost = int(input("How much is the candy?"))
candyCost = input("How much is the candy?")
candyCost = float(input("How much is the candy?"))
candyCost = str(input("How much is the candy?"))
Question 2(Multiple Choice Worth 5 points)
(03.01 MC)
Cheri's teacher asked her to write a program using the input() function. What will this allow her program to do?
Add comments to the code
Allow others to understand the code
Display a string on the screen
Make the program interactive
Question 3(Multiple Choice Worth 5 points)
(03.01 MC)
Jabari is writing a program which prompts a user for a value that is negative and has a decimal. Which function should he use?
float()
int()
print()
string()
Question 4(Multiple Choice Worth 5 points)
(03.01 LC)
In programming, what is a string?
A cable that connects a computer to hardware
A method of threading code into a computer
A system of organizing letters alphabetically
A way to store a sequence of letters, numbers, or symbols
Question 5(Multiple Choice Worth 5 points)
(03.01 LC)
Which function converts the user's input to a number without a decimal?
float()
int()
print()
string()
Answer:
b
Explanation:
it's not a c or d and now I have to make it 20 characters long so I will do this
What are the different options in a page layout feature? Select three options.
create multiple columns
add images and shapes
add section breaks
create table of contents
o add line numbers
Need help ASAP
colocho08.
Answer: add line numbers. add section breaks. create multiple columns. Explanation: ...
Incognit-oh-no… Log in or create an account to stay incognito. Or, you can just switch to normal browsing. Log in. Create account.
Click to let others know, how helpful is it.
The surgery manager will create a password policy for staff.
Changing passwords regularly is one rule they will include.
Give two other rules they could include in this policy.
Answer:
They could add a rule that you can only use letters in your password. Another rule they could add is your password must start with an uppercase letter and end in an exclamation mark.
Answer:
they should make it to where your password must start with a capitol and end with a special character and make it more customizable
Explanation:
Tests, fixes, and maintains network systems:
As a programmer, you have been developing problem solving and critical thinking skills reviewing each step and practicing ________________ strategies, along the way.
Answer:
Explanation:coding
bro i got banned for posting an amazing bulk pic, but this dude literally posted an inappropriate, dafuq is wrong with this banning system
Answer:
okkk
Explanation:
Answer:
Ikr they bann the people that don't do nothing wrong
Question 1: Which is used to input information on a laptop? A: Mouse B: Power button C; Memory storage D: Speakers Question 2: Why is sequencing important? (python) A: It allows the programmer to test the code. B: It allows the user to understand the code. C: It ensures the program works correctly. D: It makes sure the code is easy to understand. Question 3: Carlos is using the software development life cycle to create a new app. He has finished coding and is ready to see the output it produces.Which stage of the software development life cycle is Carlos ready for next? A:Coding B: Design C: Maintenance D: Testing
Answer:
1. c
2. b
3. d
Answer:
I think the first one is A
Explanation:
Which of the following statements is true of subroutines? Check all that apply.
They can be used in multiple places.
They can be used in one place only.
They save a programmer time since they are reusable.
They can be used only once,
They can contribute to excessive use of a computer's resources.
Answer:
They can be used in multiple places.
They save a programmer time since they are reusable.
They can contribute to excessive use of a computer’s resources.
Explanation:
Got it right on Edge.
What is your prediction for the future of the internet in the next 20 years?
Answer:
The future of the Internet over the next two decades and beyond is most likely to see a whole new hyperconnected world of networked people, objects, and systems capable of transforming, reframing, and undermining the established norms of business and society.
PLLZZZZZ HELP I WILL GIVE BRAINLIEST IF ANSWER IS RIGHT
Which line of code will only allow a non-decimal point to be stored in a variable?
A. candyCost = float(input("How much is the candy?"))
B. candyCost = input("How much is the candy?")
C. candyCost = int(input("How much is the candy?"))
D. candyCost = str(input("How much is the candy?"))
Answer:
The answer is candyCost = int(input("How much is the candy?"))
Explanation:
Hey, how do we get our warnings removed?
Answer:
post good answers
Explanation:
Organisms are classified as producers or consumers acorrding to the way they
A)obtain
B)release wastes
C)produce offspring
D)move from place to place
The line of code after a line beginning with the word 'else' needs to begin with a(n) ___.
A) Print statement
B) Indentation
C) #
D) :
Please help ill give brainliest
When the prompt function is used in JavaScript, _____ appears.
A.
an error message
B.
a pop-up box
C.
a data warning
D.
a password request
Answer:
B
Explanation:
instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog
THESE ARE GAME DESIGN QUESTIONS PLEASE TRY TO ANSWER THESE QUESTIONS AS BEST TO YOUR KNOWLEDGE, THANK YOU ALL FOR EVERYTHING YOU DO FOR EVERYONE ON BRAINLY!!
1.)Imagine that you have been asked to write one to two sentences describing the purpose of an action game and a trivia game. Write the purpose for each game. Are the two purposes different because the games are in different genres? If so, how?
2.)What are some of the benefits and drawbacks for each of the player states? Are there any genres of games that require one player state over another? Why? Explain.
3.)How does a game’s genre impact the gameplay style? Do certain genres require specific gameplay styles? Provide specific examples to support your answer.
1. The purpose of an action game is to provide an alternate reality where you have opportunity to pursue adventure. The purpose of a trivia game is to have fun while answering questions, perhaps with a trace of competitivity. Since the games are in different genres, the purposes of the games are different; trivia games are oftentimes simpler in function, while action games require more involvement and of course, action.
2. Some games are easier to play with two people, like games that require teamwork. However, others are more conveniently played by yourself. For example, Ge0metry Dash should be played by yourself, but games like F0rtnite can be more easily played in teams. However, there are also games that can be played both by oneself and with others, like Min3craft.
3. The way you would play an action game is entirely different from how you would play a trivia game, so certain genres require different gameplay styles.
1. What do you think is the most important event in the history of the internet? What event has had the biggest impact on your daily life?
Answer:
The biggest event in internet history was YuTubers punching each other in the face. Months of hype came to a peak Saturday for the self-declared “biggest event in internet history” a boxing match between two YuTube celebrities in Manchester, England.
Explanation:
There is no particular event but the whole journey till now which shaped my personality. Every person even if they are the worst has something good in them.
Name three computer company's.
How do you code things to make shapes out of them and add color
Answer:
go to KhanAcademy and search "Coloring with code" and it should be the first thing at the top
2. Explain how designing a game is similar to writing a story
Explanation:
you need a main character
you need a plot,
and you need an ending
Carina's computer is turning off without warning. Which of the following steps should she take to troubleshoot the problem?
A: Try several fixes at once.
B: Uninstall the anti-virus software.
C: Check the cable connections.
D: Remove devices.
What is a navigation bar?