software that converts program written in other language into machine language​

Answers

Answer 1

Software Development Tools

Compiler which is a part of software development tools,converts High level programming language into binary code.(machine language)


Related Questions

a computer memory that acts as the main storage available to user for programs and data

Answers

Answer:

Primary storage. Primary storage (also known as main memory, internal memory, or prime memory), often referred to simply as memory, is the only one directly accessible to the CPU.

Which of the four factors of production are hit the hardest when high unemployment occurs ?

Answers

Answer:

Economic growth,cyclical and structural factors, demographics, education and training

Explanation:

.........

True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.

Answers

The statement that Reader Accounts are able to extract data from shared data objects for use outside of Snowflake is; A: True

Snowflake is all about cloud computing data warehousing. This platform offers cloud-based data storage and analytics service that enables corporate users to store and analyze data with the aid of their cloud based hardware and software.

Now, Reader Accounts are Snowflake accounts that are created and managed by data providers on behalf of their consumers. These reader accounts make it a lot more easy for organizations to easily share data with anyone and as such they can also extract data from shared objects for use outside of snowflake.

Read more about snowflake at; https://brainly.com/question/9124395

I need help right away pleas! 30 points.

A website layout needs to be simple and reasonably organized.

Answers:
A) Design
B) User-Friendly Website Navigation
C) Call to Action
D) Elements

Answers

Answer:

I'm very sorry if I'm wrong but I think it's A

What is a disadvantage of communicating on social media?

Collaborating with others
Speed
Lack of privacy
Maintaining relationships

Answers

Answer:

Lack of privacy

Explanation:

Which of the following is not an Error Style for data validation?

Answers

Based on the Microsoft Excel data validation, the option that is not an Error Style for data validation is the choice that does not show an error alert.

Given that there is no option available, the best way to answer this question is to show the types of Error Styles for data validation available.

Different types of Error Style for data validationStop style: this will bring the option of "Retry, " "Cancel, " and "Help."

Warning style: this will show "Continue," with options of "Yes," "No," "Cancel," and "Help."

Information Style: this will ask you to input the whole number with the option of "Ok," "Cancel," and "Help."

Hence, in this case, it is concluded that the Error Style for data validation is Stop, Warning, and Information Style.

Learn more about Error Style for data validation here: https://brainly.com/question/18497347

Sarah is a detall-oriented programmer. While testing her program, what other skill would she have to apply in order to detect all bugs?

Answers

The answer is Troubleshooting

Get the user to enter some text and print it out in reverse order.

Answers

Answer:

strrev in c/c++

Explanation:

What website can you make videos on Chromebook or computer that's free without downloading?

Answers

1) wevideo
2) magisto
3) stupeflix video maker

why is it important to o save a file when using a computer

Answers

Answer:

I think that it's important to save a file when using a computer so you won't lose it. Much like a document usually files are important and mark progress. Like if you're writing an essay and get tired simply save it to a file or document and continue it later. But if you weren't to do that you could lose all your saved work.

Explanation:

Hope that helps. there's not a lot of information to go off of

I think that it's important to save a file when using a computer so you won't lose it.

Which of the following is the correct sequence of the DIIRE
value chain?

Answers

A lot of events often takes plain in value chain. The correct sequence of events in the value chain are  competitive strategy; value chain; business process and lastly the information systems.

A value chain is simply known as a business model that shows all the aspects or ranges of activities that is often needed to make a product or service.

Firms often conducts an indepth value-chain analysis through the act of evaluating the detailed procedures involved in each step of its business.

Learn more about Value chain from

https://brainly.com/question/1380316

Which HTML tags describe the meaning of the content?
describe the meaning of the content.

Answers

Defines an HTML document
Contains metadata/information for the document
Defines a title for the document

Answer:

Semantic elements in Plato

Explanation:

examples of ownership​

Answers

Answer:

Ownership is the legal right to possess something. An example of ownership is possessing a specific house and property. The total body of rights to use and enjoy a property, to pass it on to someone else as an inheritance, or to convey it by sale.

Tumblr, Jaiku is an example of _____________ website.
a) Microblogging
b) Blogging
c) Social Networking
d) None of the Above​

Answers

Answer:

Microblogging

One of the best-known channels in the microblogging world. Twitter is a quick and convenient way to share short posts, GIFs, article links, videos and more. Pinterest: Companies on Pinterest link to products, articles and other useful information for audiences .

Explanation:

Hope this helps you !!

Why must the image be reduced when the field of view is widened to take in more of the scene?

Answers

The lighting in the shot
As the size of the hole is increased, a larger cluster of light rays gets through to the film or sensor and makes a wider, even blurrier circle. These circles overlap, so the wider each circle becomes, the less clear the picture will be.

100 POINTS!!!
what kind of laptop is compatible with my pc lol i want to do a dual pc setup and my budget is $500.
PC specs:
AMD Ryzen 7 1700X Eight-Core Processor 3.40 GHz
16 GB DIMM 1400 MHz RAM
Radeon RX580 Series

Answers

Answer:

Hmm.. Try researching, I'm sure you'll find something there..

How can I have a private conversation with no one knowing on my iPhone

Answers

Answer:

Just share a note by making one.

Explanation:

Thank you

Does The ps5 digital have a disc drive even Though ps4 games are not compatible

Answers

Answer:

Since the PS5 is backward compatible with the PS4, PS4 games can be played on the new console. Then, select the game hub from your Games home page. Quick tip: If you have a PS5 Digital Edition, you won't be able to use physical game discs since it does not have a disc drive to read them.

Explanation:

HOPE IT HELPS

You are given an integer N where 0 <= N <= 100, followed by another line of input which has a word W with length L where 1 <= L <= 50. Your task is to print N lines with the word W. The lines of your output should not have any trailing or leading spaces.

Your output lines should not have any trailing or leading whitespaces

Input

3
Hello


Output

Hello
Hello
Hello

Answers

import math as m

def print_word(N, W, retries = 4):

for _ in retries:

if(N > 100 or N < 0 or len(W) > 50):

print("Number is out of range or word is too large. Try again.")

new_word = str(input("New word: "))

new_num = int(input("New number: "))

if(new_num >= 0 and new_num <= 100 and len(W) <= 50):

for row in new_num:

print(new_word)

return "Thank you for your time!"

if(N >= 0 and N <= 100 and len(W) <= 50):

for row in N:

print(W)

return "Thank you for your time!"

try:

N = m.floor(int(input("Enter a number from 0 to 100: " )))

W = str(input("Enter a word: "))

except ValueError:

print("Invalid Input!")

print(print_word(N,W))

Following are the python program to print the input string value:

Program:

N= int(input("Enter a value of integer N (0 <= N <= 100): "))#defining an integer variable N that inputs integer value from the user-end

W = input("Enter the word W (length of 1 <= L <= 50): ")#defining a string variable W that inputs the value fom the user-end

for n in range(N):#defining a for loop that uses the range method with integer variable and prints the string value

   print(W)#printing the string value

Program Explanation:

Defining the an integer variable "N" that inputs an integer value from the user-end.In the next step, another variable "W" is declared that inputs the string value from the user-end.After input all the value a for loop is declared that uses the range method with integer variable and prints the string value.  

Output:

Please find the attached file.

Fin out more information about the program here:

brainly.com/question/24604692

In Scratch, what is used to create a picture that lies behind the characters in your game?
backgrounds
backdrops
rearviews
landscapes

Answers

Answer:

the answer to this queston is backdrops

how is integrating approach in done in teaching

Answers

Answer: Integrative learning is an approach where the learner brings together prior knowledge and experiences to support new knowledge and experiences.

Explanation:

Research.

Which type of game requires you to read people’s expressions to anticipate their moves?
chess-type games
dice games
board games
Poker-type games

Answers

Answer:

Chess-type games

Explanation:

Answer:

Explanation:

chess-type games

The NYC_Bicycle_Counts_2016_Corrected.csv gives information on bike traffic across a number of bridges in New York City. In this path, the analysis questions we would like you to answer are as follows: 1. You want to install sensors on the bridges to estimate overall traffic across all the bridges. But you only have enough budget to install sensors on three of the four bridges. Which bridges should you install the sensors on to get the best prediction of overall traffic

Answers

The ideal would be to install sensors on bridges at the main points of the city, to get a general idea about the traffic in the city.

We can arrive at this answer because:

The bridges that lead to the main points of the city tend to have more movement of people and vehicles.In this case, we can say that these bridges have more intense and constant traffic, which can promote a generalized view of traffic on other bridges.Therefore, by installing sensors to analyze traffic on these bridges, it would be possible to project the data collected from the sensors on less busy bridges, according to the context in which they apply.

In this case, the bridges that lead to commercial centers, highways, tourist places, and other important points of the city, must receive the censors.

You can find more information about traffic at this link:

https://brainly.com/question/10961490

Explain the 3 types of control transfer structures in programming using flowchart symbols

Answers

Answer:

Process Flowchart.

Data Flowchart.

Business Process Modeling Diagram.

a web server is a computer that manages files for multiple user on a net work. true or false​

Answers

True. I’m pretty sure

Question 2
What is the output of the following python code:
y = 130
x = 30.15
print (y, x)

Answers

Answer:

>>> 130 30.15

codes python Coordinate Pairs pls helpComplete the distance function! It should take two arguments, each of which is a tuple with two elements. It should treat these tuples like points in a 2d coordinate plane. It should return the distance between them using the Pythagorean Theorem:1. Square the difference between the x values.2. Square the difference between the y values.3. Add the two squares.4. Take the square root of the result.In order to compute the square root of something, you need to use the sqrt function. This function belongs to a module in Python called math. The first line of the code provided imports this module, so that you can use the functions in it. To take the square root of a number, simply do something like the following:number = ...result = math.sqrt(number)You can also use the built-in Python function pow to take the square of a number, like this:number = ...square = pow(number, 2)

Answers

Answer:

the ansewer is I have no idea

This code calculates the distance between points (1, 2) and (4, 6) using the Pythagorean Theorem, which yields a result of 5.0.

A Python function that calculates the distance between two coordinate pairs using the Pythagorean Theorem:

```python

import math

def distance(point1, point2):

   # Unpack the coordinate pairs into variables

   x1, y1 = point1

   x2, y2 = point2

   # Calculate the squared differences between x and y coordinates

   x_diff_sq = pow(x2 - x1, 2)

   y_diff_sq = pow(y2 - y1, 2)

   # Add the squared differences and take the square root of the result

   distance = math.sqrt(x_diff_sq + y_diff_sq)

   return distance

```

You can use this function by passing two tuples representing the coordinate pairs as arguments. For example:

```python

result = distance((1, 2), (4, 6))

print(result)  # Output: 5.0

```

This code calculates the distance between points (1, 2) and (4, 6) using the Pythagorean Theorem, which yields a result of 5.0.

Know more about Pythagorean Theorem:

https://brainly.com/question/28361847

#SPJ5

Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the figures are entered, the program should display the following data for each quarter: - A list of the sales figures by division - Each division's increase or decrease from the previous quarter (this will not be dis- played for the first quarter) - The total sales for the quarter - The company's increase or decrease from the previous quarter (this will not be dis- played for the first quarter) - The average sales for all divisions that quarter - The division with the highest sales for that quarter Input Validation: Do not accept negative numbers for sales figures.

Answers

Answer: Buisness calendars

Explanation:

10011÷11 binary division​

Answers

Answer:

110.01001

Explanation:

it's a repeating decimal

Briefly explain the Conleptual model 044
effective computer Based instruction
for adult outlining the three units
(output, process, input)

Answers

According to computer analysis, the concept of effective computer-based instruction for adults is the embedment of the fundamental parts of computer-based instruction to provide the expected stratagems for inquiry in CBI for adults.

The three (3) units output, process, and input

Output in CBI External supportCBI DesignInstructional Strategy design

Process in CBISelf DirectednessComputer Self EfficacyLearning Goal Level

Output in CBILearning OutcomeScreen DesignPractice Strategy

Hence, in this case, it is concluded that computer-based instructions can be effective for adult learning.

Learn more about Computer Based Instructions here: brainly.com/question/15697793

Other Questions
Which of these choices is a metaphor? A. Nerve impulses generated in the body. B. It is positioned at the top of the spinal cord. C. The brainstem is just below the cerebellum. D. The brainstem is the crossroads of the brain. Which graph best represents the equation x2 + (y 1)2 = 3? Last month, an investor's stock portfolio was worth $46,950. The value of the stock portfolio fell by $2,388.50 each week for 4 weeks. What is the value of the stock portfolio at the end of the 4 weeks? 2 years,18 month.express the first quantity as a percentage of the second quantity Gross motor skills:A) are movements that involve a series of muscle groups that are dependent on eye coordination, timing, precision, and tracking.B) are the movement of smaller muscles such as the fingers and hands.C) are the movement or action of large and/or major muscle groupsD) all of the above =The line y = 4x + 3 crosses the y-axis at A.1) What is the coordinates of point A? Eukaryotic organelles can be classified into membranous and non-membranous organelles. Identify them (list them) When footwear has greater traction, what does this mean? Afuera de la ciudad, las calles no estn en buena forma y es un poco peligroso. La ciudad sugiere que los motociclistas tengan mucho cuidado en las carreteras y eviten los huecos. Los motociclistas exigen que la ciudad ponga atencin y las arregle.Qu esperan los motociclistas?A) Ellos desean que el gobierno haga reparaciones y que nadie se lastime.B) Ellos temen que el gobierno haga reparaciones y que alguien se lastime.C) Ellos agradecen que el gobierno no haga reparaciones y alguien se lastime.D) Ellos quieren que el gobierno haga reparaciones y alguien se lastime. which best explains why water dissolves most salts? SOMEONE PLS HELP ME WITH GEOMETRY: what triangle is congruent to ABC? on my hospital bracelet (from a car accident) it says patient information Omicron sixty-one, Omicron this was in july 2021. What does this mean? Robby took his dog to the pet grooming store. The service costs $30. He tips the groomer 25%.How much in total does the groomer get?CAN SOMEONE SHOW ME HOW TO DO THE WORK? Does anyone know the answer please help!! Hannah plans to spend 1/4 of her next month's incomeon rent, 1/12 on transportation, 1/6 on food, $520 onother expenses, and save $875. How much does she planto spend on food?Round up to the nearest cent One out of every 3 players on a soccer team is new this season. There are 15 player on the team in all. How many players are new? 10 time 20 minus 5 and yeah thats all i need determine the intercepts of the line I have a problem. I can't cycle between game packs on my strike pack, I've watched so many vids I'm on Xbx and I'm holding the left button and clicking right paddle and it does nothing! If you could help it would be appreciatedif anyone knows how to help please do some people might not even know what a strike pack is only respond if you do please 1. In a parallelogram, opposite sides are___________and________. 2. In a parallelogram, consecutive angles are____________. 3. In a parallelogram, diagonals_________each other, which means they split each other in______________.