What computer scientists create in order to draw help discover new knowledge and create new hypothesis related to what situation they are studying is called stimulations.
What is stimulations?Stimulation tends to make use of model in order to enables computer scientists to discover more information about the situation they are investigating.
Stimulations is of great important to computer scientist because it is more reliable when creating an hypothesis .
Inconclusion what computer scientists create in order to draw help discover new knowledge and create new hypothesis related to what situation they are studying is called stimulations.
Learn more about stimulations here:https://brainly.com/question/24912812
Small memory chips make up this
memory module, which provides
storage only when computer is on.
Answer:
I think it's RAM, if not probably DRAM
Explanation:
A(n) _____ is a computerized system by which subscribers are able to communicate to all other subscribers by sending a transmission to one address
Answer: Listerv
Explanation:
Suppose you are working on a team using object-oriented programming, and your supervisor observes you creating new objects. She tells you there is an easier way to create objects by making copies. What is your supervisor teaching you?
You are the PC technician for a company. An employee has gone to a meeting while you fix the computer in her office. She accidentally left a report open next to her computer. It states that a friend of yours in accounting will be submitted for review if their poor work performance continues.
a) Ignore the paper and tell no one of its contents
b) Tell your friend about the report you saw and whose desk it was on
c) Give your friend a heads up about what you found, but don't tell them how you got the information
d) Tell your fellow PC technicians about what you saw and let them decide what to do with the information
Answer:
The answer is D
how does the x-ray involve with science, technology, math, and engineering
Answer:
hope it helps
Explanation:
engineering: to show flaws that cannot be detected by bare eye
technology: to automatically control the density or thickness of layers of substance
science: to generate images of tissue and structure inside the body
The ____ is responsible for transmitting data from the source computer to the final destination computer.
Answer: Internet Protocol
Explanation:
A maxillary partial denture will have a ____ connector, and the mandibular partial denture will have a ____ connector.
The answer to the maxillary partial denture and the mandibular partial denture respectively are; Palatal connector and Lingual Connector
Understanding Dental HealthMaxillary partial denture is a dental prosthetic that allows for the placement of a series of artificial teeth in an area in the upper jaws where healthy teeth used to exist.
Meanwhile, Mandibular Partial Denture is a dental prosthetic that allows for the placement of a series of artificial teeth in an area in the lower jaws where healthy teeth used to exist.
Now, a maxillary partial denture has a palatal connector while a mandibular partial denture has a lingual connector.
Read more about dental health at; https://brainly.com/question/24345244
You set a sensor to transmit the position of a glacier,
Which of these languages is most likely to have been used to configure the device?
The language of most widespread programming in sensor applications is nesC, which is nothing more than a C extension developed in order to encompass the structural and model concepts running TinyOS.
Wireless Sensor NetworksWireless Sensor Networks (WSN) consist of autonomous sensors (motes) capable of to monitor the environment in which they are inserted through sensors of
LightTemperatureSoundAmong others.These motes are also able to communicate, allowing this monitoring covers large areas.
With this information, we can conclude that the language for creating glacier sensors is nesC.
Learn more about Wireless Sensor Networks in https://brainly.com/question/26235345
Answer:
[ Python ]Also:
Please provide the answers next time so other people can answer for you.
A/n _____ information security policy is also known as a general security policy. Group of answer choices system specific enterprise strategic Issue Specific
Answer:
strategic issue
Explanation:
Using the blueprint/house analogy, you can think of a class as a blueprint that describes a house and ________ as instances of the house built from the blueprint.
Which of these is an example of an online workspace?
O a website that hosts a company's documents
O an email aggregator
O a calendar sync function
O a globalized dictionary
ype the correct answer in the box. Spell all words correctly, and use numerals instead of words for numbers. If necessary, use / for the fraction bar.
Rob is working on an online financial application in which data keeps changing every few minutes. Which function key should Rob use to ensure that his browser is refreshed to show the latest data?
Rob should use the
key to refresh his browser.
the Dash is a mental box that contains the main component of the computer
What was the first computer
Answer:
This is a nuanced question. Define "computer".
Explanation:
It depends. There's not really a consensus on whether it's ABC or Programma 101. The ABC (Atanasoff-Berry Computer) came out in 1942. The Programma 101 came out in 1964.
The ABC was a huge vacuum tube contraption that weighed the same as three or four people. There was a design very similar to the ABC (I think it was called EINAC) but it was basically a copy and the patent for it was thrown out. The ABC wasn't patented.
If this is multiple choice then the answer is obvious. If not you're technically right either way. If it's Atari or something I will actually scream.
Stores of data that are so large or complex that it is difficult to process them using traditional database management applications are known as ______.
Answer:
Big Data
Explanation:
From Oracle:
"The definition of big data is data that contains greater variety, arriving in increasing volumes and with more velocity. Put simply, big data is larger, more complex data sets, especially from new data sources. These data sets are so voluminous that traditional data processing software just can't manage them."
Given the following list of numbers, explain how a linear search would be conducted
to determine if the target number - 52 - is in the list. How many steps does it take to
complete the search?
7, 5, 72, 37, 52, 8, 19
Given the way computers go about completing a linear search for an array of numbers, we can confirm that it would take about six steps to complete the search.
How do computers perform a linear search?When given an array of numbers to search through the linear search method, the computer will follow a logical approach. It will begin at the leftmost number, in this case, the number 7, and then compare each number in the array to the number 52, one by one. When the number finally matches the parameter it is searching for, it will return the answer.
Since in this series of numbers, 52 is the fifth number, the computer will go through the 5 initial steps of comparing each number, and then complete the search with the sixth step which would be returning the index of 52.
Therefore, we can confirm that it would take about six steps for the computer to complete the search using a linear search.
To learn more about linear searches visit:
https://brainly.com/question/15178888?referrer=searchResults
The ____ reads the MSIL code and causes the program instructions to be executed. a. ARD b. RAD c. CLR d. CAD
the clr reads and executes
hope this helps
scav
You have a version control system installed. Several developers work with this system. A new developer wants to work on the code. What is the first task that the developer must perform
The first task that the developer must perform is to check out the existing code. A code developer can develop software and applications.
What is a code developer?A code developer, also known as a computer programmer or software developer, is a person that works by developing new software and applications.
Code developers write and also test computer codes in order to determine if they function in a proper manner.
Code developers play a fundamental role in the industry by developing instructions that computers can easily follow.
Learn more about software development here:
https://brainly.com/question/26135704
Test 8
Question 6
Why do we use for loops with arrays?
Group of answer choices
Lets us quickly process contents of the array.
For loops let us access one specific element of an array.
For loops let Python handle the values as strings not numbers.
To store one piece of data at a time.
Flag this Question
Question 71 pts
The ___________ method adds all the elements of a list onto the end of an array.
Group of answer choices
extend
append
insert
pop
Flag this Question
Question 81 pts
The ___________ method removes elements from an array by the value, not the location.
Group of answer choices
pop
extend
remove
append
Answer:
to store multiple data of the same type in a contiguous memory location
Explanation:
Which of the following best describes Microsoft® Publisher?
Question 3 options:
A desktop publishing program
A desktop image editing program
A desktop text editing program
A desktop video playing program
hi
a desktop publishing program
hope this helps
The best description of the Microsoft Publisher is that of the desktop publishing program. Thus option A is correct.
What is a Microsoft publisher ?A Microsoft Publisher is a desktop publishing program that is developed by the Microsoft and emphases is a palace on the page layout and design instead of the text composition and the proofing. This program is included in a higher Microsoft suit. It is easy to use and is less expensive software.
Find out more information about the Microsoft® Publisher.
brainly.com/question/20910519.
the dodge tool reduces the amount of exposure on an area and therefore makes the section ________.
lighter or highlighted
hope this helps scav
Answer:
Lighter
Explanation:
At least thats what the dodge tool on photoshop says
In which part of the storyboard do you indicate the use of external microphone to record audio simultaneously with the video? A. background audio
B. primary audio
C. secondary audio
D. surrounding audio
Answer:
answer is; Secondary audio
Explanation:
What’s the answer to thisss!!!
Answer:
Explanation:
Not u going to flightline upper academy
write any four commandment of ICT user
Explanation:
1) Thou shalt not use a computer to harm other people:
2) Thou shalt not interfere with other people's computer work:
3) Thou shalt not snoop around in other people's files:
4) Thou shalt not use a computer to steal
Ginny is about to rent a movie online and is trying to decide which resolution will give her the best viewing experience. She plans to watch the video on her laptop, which offers a display resolution of up to 1920 x 1080. Which video resolution should Ginny select
The resolution Ginny should select is FHD.
What is the video resolution?In technology, the term video resolution refers to the number of pixels per frame. This is important because the number of pixels affects how clear and detailed images are in the video. More common video resolutions are:
HD8K4K720 pHow to select the best resolution?The resolution you select for the video should match the resolution the display offers. In the case of Ginny, a 1920 x 1080 resolution matches an FHD or Full High Definition resolution that has exactly the same values, so this is the best resolution Ginny can choose.
Learn more about Full High Definition in: https://brainly.com/question/5641128
Type the correct answer in the box. Spell all words correctly.
Fiona is working on a presentation for a social welfare group. She has just created a tile slide. Which media element can Fiona use to make the slide fade away?
Fiona can use ______ to make the title slide fade away.
Fiona is working on a presentation for a social welfare group. She has just created a tile slide. Which media element can Fiona use to make the slide fade away?
Fiona can use ______ to make the title slide fade away.
Answer⤵️Fiona can use fade transition to make the title slide fade away.➪ The question is asking that what option she can use to apply the fade transition. We can get the FADE option in the transitions tab in the ribbon.
In the above case, the media element that Fiona can use slides with the transitions or special effects to make the title slide fade away.
What is Fade in Fade out effect?The Fade In or Fade Out effect is often used as a type of media tool to dissolve into and also out of any presentation.
Hence, the use of slides with the transitions or special effects to make the title slide fade away and it the presentation a more appealing look.
Learn more about media element from
https://brainly.com/question/12389810
Question 4 Fill in the blank: To keep a header row at the top of a spreadsheet, highlight the row and select _____ from the View menu. 1 point Set Pin Freeze Lock
To keep a header row at the top of a spreadsheet, highlight the row and select Freeze from the View menu.
Keeping the header at a place on a spreadsheetA spreadsheet is a software program that helps a user to perform
mathematical calculations on statistical data Arrange raw numbers when assigned operations like total, average Generate data visualizations eg chartsWhen working with a long spreadsheet and you want the header to stay at a place, you can freeze the header row or column as the case may be , this is done by:
Going to the View tab, Windows GroupClick the Freeze Panes drop down arrowSelect Freeze Top Row or Freeze First ColumnA thin line is indicated to show where the frozen pane starts.
See related answer on Freezing header row:https://brainly.com/question/16128207
Help me please. Answer fast
Answer:
adding sufficient writing and placing? arranging
Explanation:
the first and the last one
Write a Python statement that displays the value referenced by the number variable formatted as1,234,567.5
Answer:
x = 1234567.5
print(f'{x:,}')
* there's various ways to accomplish this, but above seems to be the shortest. Requires python ≥ 3.6
a) pencil b) ink bottle c) polygon d) eye 3. Under which of the following can an operating system be classified? b) software c) storage devices d) a) hardware
Answer:
Software
Explanation:
An operating system is a type of software that manages the computer hardware and allocates resources to programs running on the machine.
What is the size of BIOS?
Answer:
The size of BIOS is 32 megabytes
Answer:
32 megabytes
Explanation: