Answer:
the answer is D, she is making observations in a digital laboratory.
Explanation:
I took the quiz and got 100%
Answer:
D- She is making observations in a digital laboratory.
Explanation:
Just trust, Edge 2021
Your new apartment is too small for your stuff.
(A.) WHAT DO YOU WANT TO DO?
RENT A STORAGE UNIT ($45)
(B.) HAVE A YARD SALE
(C.) ASK A FRIEND TO STORE IT
ps my BALANCE is only $240
Answer:
B, it would be good to get rid of some stuff also your getting extra cash .
PLEASE HELP ME Write a 150-word paragraph about five of the zaniest and/or most novel ways you’ve found online that people earn incomes. Keep in mind that the sites should not be corporate sites. We are looking for unique niches. Have fun. We think you will be surprised when you see what people are willing to pay for online.
Answer: Disney and video games winning ratings can produced a vast amount of money, making into a job, that anyone could create for example becoming an actor or becoming a gamer.
we could go over the amount of time disney and other companies spent.
What are all the names of different Mechanical Watch, Sundial Watch, Pocket Watch,Digital Watch, Electric Watch, Smart Watch and the Computer? What im trying to say is different type of watches that are above for example different type of tyota cars camry, century and etc
Answer:
mechanical watch: Grand Seiko T0 Constant-Force Tourbillon caliber
sundial watch: police
pocket watch: tissot savonnette pocket watch
digital watch: casio g shock ga100
electric watch: timex m40
smart watch: apple watch 7
computer: mac book air 2021
Explanation:
mark me brainliest if it helped
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.
Type your response in the box. Imagine you purchased a new computer and you plan to install one operating system and a few application software. A known person offered you some installation CD's, but you found out that the software in the CD's were not purchased but were illegally copled. Would you use them/Install on your computer? State reasons for the actions you would take.
Answer:
Yes
Explanation:
As long as they were legally copied
Putting the word int into your code will create a string variable.
True
False
Answer:
False
Explanation:
int is for Integer variables not string
All of the data in a digital book (letters, punctuation, spaces, etc) are stored and processed in a computer as binary. Break down how this works (hint: Ascii) . Explain in three or more sentences: Please Answer ASAP, Brainiest for Best and most In detail answer!!
Answer:
computer system normally stores characters using the ASCII code. Each character is stored using eight bits of information, giving a total number of 256 different characters (2**8 = 256).
Explanation:
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
what are some basic commands to remember in terminal? windows 10
please help if you know
Answer:
If you just need a few, maybe this can help.
Explanation:
Cat - The cat command means 'Concatenate'. It prints the contents of a file or files to stdout. It's frequently used in Linux commands.
Touch - Using the 'Touch' command, you can create a file, or possibly just modify or generate a timestamp.
Move - The 'mv' command stands for 'Move'. As the name says, we can use this command to move files and directories from one place to another.
Chsh - The chsh command changes a user's login shell attribute. If you want to change the shell of another user, execute the command with root permissions.
Sudo - 'Sudo', or 'super user do', is a command that allows you to elevate your user privileges while executing the command to administrator privileges.
If you want the words “My puppy is a poodle” to appear in the output box, what Python code should you use?
A.
create “My puppy is a poodle”
B.
execute (“My puppy is a poodle”)
C.
print(“My puppy is a poodle”)
D.
print “My puppy is a poodle”
Answer:
i think it is B hope it helps
Are they going to make season two of Midori Days
Why is it recommended to develop a study plan? A. It tells you when your teacher is planning on giving the test. B. It helps you organize what you will study and when you will study to ensure you have enough time. C. It provides all of the information that your teacher will put on the test. D. It tells your Learning Coach when to help you study for your test.
Answer:
B. It helps you organize what you will study and when you will study to ensure you have enough time.
(20 points and correct answer gets BRAINLIEST!!!!!)
Which characteristic is common among children who have older parents?
lower birth weight
higher social skills
greater average height
less access to preschool
Answer:
B.
Explanation:
Answer: not much access in school
Explanation:
if your parents are older you can't get much access into preschool because of it
What is the name given to the parts of a computer that you can actually
touch?
Software
Computer Parts
Computer Case
Hardware
Answer:
Hardware
Explanation:
Hardware, is the parts of the computer that you can physically touch. Examples include, the keyboard and mouse.
Hope this helps. <3
Hardware is the name given to the parts of a computer that you can actually touch.
What is Hardware?
The physical components of a computer, such as its chassis, CPU, RAM, monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard, are referred to as computer hardware.
Software, on the other hand, is a collection of instructions that may be stored and executed by hardware. Software is referred to as "soft" because it is flexible, but hardware is referred to as "hard" because it is rigid in terms of modifications.
Software often instructs hardware to carry out any command or instruction. A useful computer system is one that combines hardware and software, while there are also systems that use simply hardware.
Therefore, Hardware is the name given to the parts of a computer that you can actually touch.
To learn more about Hardware, refer to the link:
https://brainly.com/question/15232088
#SPJ5
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
Please help!!!
Which text structure uses point-by-point and block organization?
cause and effect
problem and solution
chronological order
order of importance
Answer:
B
Explanation:
Problem and solution text structure use point-by-point and block organization. Thus, option B is correct.
What is a text structure?Text structures describe the way a particular writing is being written. Students may concentrate on important ideas and interconnections, anticipate what will happen next, and keep track of their knowledge as they read by recognizing the fundamental structure of texts.
An essay in which two themes are compared and contrasted is known as a comparative and Problem or solution. The goal approach and the block methodology are the two most typical formats or patterns used in these kinds of essays to provide information.
The problem and the solution could be regarding the organization and how they are going to solve it. there can be various alternatives that will be present and will help in forming a structure.
Therefore, option B is the correct option.
Learn more about text structure, here:
https://brainly.com/question/29790223
#SPJ6
what plugs into this?
Ideally, how often should you back up the data on your computer?
once an hour
once a day
once a month
once a year
Answer:
Once a day
Just took the quiz
fr33 bra1nliest!!!!!!!!!1
Answer:
Thanks!
Explanation:
Happy Thanksgiving!
Hi! Does anyone know how long it takes for a S o u n d C l o u d import to finish importing to a video-making website (Flixier to be exact) It'll be much appreciated if you answer this! I'll mark brainliest!
Answer:
It takes me around 20 to even an hour but its always different depending on the length
Explanation:
Answer:
It can take 5-7 business days
Explanation:
Hope this helps
Play the Scratch Game Chase HQ, Pay special attention to the animation, sounds, and colors used. Then answer the following questions in word processing document:
What kinds of sounds were used? How did the sounds affect the feel of the game?
How did the colors affect the mood and feel of the game?
What kinds of animation principles were used?
Answer:
Please mark me brainiest. It took a lot of time to compile this answer.
What kinds of sounds were used? How did the sounds affect the feel of the game?
Many sound effects were used, such as the screeching of the tyres, the sudden acceleration and the crashing or bumping of the car. The sound affects made the game feel more realistic
How did the colors affect the mood and feel of the game?
The main color used in the game is blue, which dominates the background and the color of the player's car. Blue is often associated with calmness and serenity, which is an interesting contrast to the high-intensity action of the game.
Red is also used prominently in ChaseHQ, which is often associated with danger, urgency, and excitement. In the game, red is used to indicate the presence of criminals and other hazards that the player must avoid or confront.
Overall, the color palette of ChaseHQ is intended to create a sense of high-speed action and excitement, while also providing a clear visual contrast between the player's car and the other elements in the game. The use of blue and red also helps to create a sense of urgency and danger, which is a key element of the game's gameplay and story.
What kinds of animation principles were used?
Chase HQ used a variety of animation principles to create movement and visual effects in its projects. Some of the key animation principles used in Scratch include:
Squash and Stretch: This principle involves stretching an object in one direction and compressing it in another to give the impression of weight and movement.
Timing: The timing of an animation can greatly affect its impact. In Scratch, users can control the timing of their animations by adjusting the duration and speed of individual blocks.
Anticipation: This principle involves adding a small movement in the opposite direction of the intended action to help build anticipation and create a more dynamic animation.
Follow-Through and Overlapping Action: These principles involve creating secondary movements that follow the main action of the animation, helping to create a more natural flow of movement.
Arcs: This principle involves using curved paths of motion to create more organic and appealing movement.
Overall, Scratch provides a range of tools and features that allow users to incorporate these animation principles and create engaging and dynamic projects.
Explanation:
Answer: Please mark me brainiest. It took a lot of time to compile this answer.
What kinds of sounds were used? How did the sounds affect the feel of the game?
Many sound effects were used, such as the screeching of the tyres, the sudden acceleration and the crashing or bumping of the car. The sound affects made the game feel more realistic
How did the colors affect the mood and feel of the game?
The main color used in the game is blue, which dominates the background and the color of the player's car. Blue is often associated with calmness and serenity, which is an interesting contrast to the high-intensity action of the game.
1.What are some examples of cyber crime?
2. What is a computer virus?
3. What are some ways a computer can get a virus?
4. What are some things you can do to be safe on the internet?
Answer: 1.Illegal Gambling. The Internet Skill Game Licensing and Control Act was introduced in Congress in 2008.
2. A computer virus is a type of computer program that, when executed, replicates itself by modifying other computer programs and inserting its own code.
3.Malicious online ads, also known as Malvertising, is just another way your computer can get a virus without any realization or traceable evidence.
4.Secure Your Network. Many of our computers connect to our files, printers, or the Internet via a Wi-Fi connection.
Explanation:
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
If you spam im deleting your question sorry!
Jackson is learning how to use Scratch and would like his code to repeat an action 10 times. Which menu would allow Jackson to accomplish this task? (5 points) Motion Control Events Variables
Answer:
He can use the "Repeat" block under the "Control" menu to execute a set of blocks a specified number of times.
Explanation:
Jackson can use the "Control" menu in Scratch to repeat an action a certain number of times. Specifically, he can use the "Repeat" block under the "Control" menu to execute a set of blocks a specified number of times. To repeat an action 10 times, he can drag the "Repeat" block onto the workspace and change the default value of 10 to the desired value of 10. Then he can place the set of blocks that he wants to repeat inside the "Repeat" block.
To add a new kind of information into the database you need to add a new table
true or false?
Answer:
true
Explanation:
Write the importance of software in computer . In 6 points
Answer:
Software is a set of instructions, data or programs used to operate computers and execute important tasks but can also help you work more efficiently.
Uses of Software
Uses of Software in Office.Uses of Software in Business.Uses of Software for Play Game.Uses of Software in Shop.Uses of Software for Entertainment.Explanation:
can someone describe how sampling is used to capture audio on a computer?
please make it easy I am struggling. Im in 7th.
Answer: Sampling is a method of converting an analogue audio signal into a digital signal.
Explanation:
While sampling a sound wave, the computer takes measurements of this sound wave at a regular interval called sampling interval. Each measurement is then saved as a number in binary format.
:A computer scientist creates an app that tells you a funny joke each time you touch the Joke button.
What does the view layer for this app contain?
What does the controller layer do for this app?
Answer:
it has blue & red on each side
Explanation:
What is the purpose of the PC troubleshooting process? Select two answers. BRAINLIEST to who gets it right
Answer:
identify...
solve...
Explanation:
Troubleshooting is a form of problem solving, often applied to repair failed products or processes on a machine or a system.
Answer:
Identify Problems and Fix Broken Components
Explanation:
"Critical troubleshooting will automatically fix things like corrupt settings that keep critical services from running, make adjustments to work with your hardware, or make other specific changes required for Windows to operate with the hardware, apps, and settings you've selected." Cited from Microsoft Support's Website
hi i choose brainlyest 4 free
Answer:
bet
Explanation: