Differentiate between
Operating system and
language translator

Answers

Answer 1
It is a program or a series of programs which provides communication between the user and the computer hardware. Translators are programs which convert instructions in assembly language or high level languages into machine languages because computer can only understand machine language.

Related Questions

The following flowchart symbol is used to repeat instructions:

A. Rectangle
B. Square
C. Circle
D. Hexagon

Answers

d

Explanation:

⇛σ=

n

∑f(x−

x

)

2

Find f(x-x^-)²

It's

313.29+806.45+474.32+72.9+58.19+532.9+605.16+0+497.29

3360.5

Now

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{\dfrac{3360.5}{50}\end{gathered}

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{67.21}\end{gathered}

⇛σ=

67.21

\begin{gathered}\\ \rm\Rrightarrow \sigma=8.2\end{gathered}

⇛σ=8.2

Please help me on this it’s due now

Answers

Answer:

All of the above because all the other factors are needed to be considered

The other term for template document is _______.
A. DATA FILE
B. DATA SOURCE
C. MAIN DOCUMENT
D. MAIN MENU

Answers

The data source is a document, spreadsheet or database that contains personalized information such as names, addresses, and phone numbers. The Main Document can be a Form Letter, Labels, Email, or Directory.

So the answer is B. Data source.

Hope it helps :)

Question 7 of 10
What term is used to refer to the requesting of information from a database?
O A. Inquiring
O B. Asking
O C. Querying
O D. Looking

Answers

C. A query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) or as pictorials, graphs or complex results, e.g., trend analyses from data-mining tools.

Which of the following is an example of reducing? (waste management)

- printing on both sides of a piece of paper instead of just one

-processing use paper into new sheets of paper

-writing a report about the benefits of reusing paper

-emailing a document instead of printing and mailing it

Answers

Answer:

emailing a document instead of printing and mailing it

what is the answer
i don't know how to decode this, could i get the answer without any links

Answers

Answer:

Try the Cesar cypher

Explanation:

The Cesar cypher shifts the letters one side

_________ is a method of encoding data so that it is unreadable to unauthorized individuals. The data can only be decoded if the receiver of the encoded message has access to a special key.

Answers

Answer:Encryption

Explanation:I took my test for CIS 110 and guessed and got this question right.

A Card class has been defined with the following data fields. Notice that the rank of a Card only includes the values from Ace - 10 (face cards have been removed):

class Card {

private int rank; // values Ace (1) to 10
private int suit; // club - 0, diamond - 1, heart - 2, spade - 3

public Card(int rank, int suit) {
this.rank = rank;
this.suit = suit;
}
}

A deck of cards has been defined with the following array:

Card[] cards = new Card[40];

Which of the following for loops will populate cards so there is a Card object of each suit and rank (e.g: an ace of clubs, and ace of diamonds, an ace of hearts, an ace of spades, a 1 of clubs, etc)?

Note: This question is best answered after completion of the programming practice activity for this section.

a
int index = 0;
for (int suit = 1; suit < = 10; suit++) {
for (int rank = 0; rank < = 3; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

b
int index = 0;
for (int suit = 0; suit < = 4; suit++) {
for (int rank = 0; rank < = 10; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

c
int index = 0;
for (int rank = 1; rank <= 10; rank++) {
for (int suit = 0; suit <= 3; suit++) {
cards[index] = new Card (rank, suit);
index++;
}

d
int index = 0;
for (int suit = 0; suit < = 3; suit++) {
for (int rank = 1; rank < 10; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

Answers

Answer: b

Explanation: i did this one!!!!!!!!!!

A distinguishing feature of methods that have the reserved word void in the method header is that they have:.

Answers

Answer:

no return statements

Explanation:

A distinguishing feature of methods that have the reserved word void in the method header is that they have no return statement.

What is reserved word?

Reserved words are expressions that have been designated for a certain purpose but cannot be used when naming variables. For instance, "print" is a reserved term since it is used to display text on a screen in many different languages.

Operating systems employ reserved words as a way to designate a device file or another service. The MS-DOS and Windows operating systems' reserved terms are listed below.

For instance, if you try to save a file as CON or CON.txt, you can get an error saying the file already exists or that the name is reserved.

Therefore, A distinguishing feature of methods that have the reserved word void in the method header is that they have no return statement.

To learn more about no return statement, refer to the link:

https://brainly.com/question/14894498

#SPJ2

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the ________.

Answers

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the  data model.

What is system relationship data model?

The system  or Entity Relationship Model (ER Modeling) is known to be a kind of graphical method that is used in database design.

It is known to be a form of high-level data model that helps one to state out the data elements and their linkage for a specific software system. An ER model is often employed to stand for real-world objects.

Learn more about system requirements from

https://brainly.com/question/26420125

James, an IT manager, expresses a concern during a monthly meeting about weak user passwords used on company servers and how they may be susceptible to brute-force password attacks. Which concept can James implement to make the weak passwords stronger

Answers

Answer:

James could implement the use of symbles and numbers in the passwords so its less easy to brute-force it, and a maximum amount of characters and symbles

Explanation:

a password that looks like: invisable man (invisableman), is easy to guess unlike a password that looks like this: &31invisable#man%^2

or you could go with something like this: 1nv1548!3 m4n (or add random caps+numbers (maybe symbles))

Which event represents an example of social media being used in an
emergency situation?
A. The spread of information regarding climate change
O B. The spread of video footage showing a man's murder by a police
officer in 2020
C. The political protests held in several Arab countries in the early
2010s
D. Communication with friends and family after other systems were
disabled by a major earthquake

Answers

Hello!

The answer is:
-D. Communication with friends and family after other systems were disabled by a major earthquake.

I hope this helps you! :)

What does a good résumé help you do?
A. hide your contact details
B. emphasize your best skills and accomplishments
C. highlight only your most recent projects
D. highlight only your academic qualifications

Answers

Answer:

b, emphasize your best skills and accomplishments

Explanation:

think of an acting resume!!

You can access elements in a list by using an index the same way that you can index a character from a.

Answers

One can access elements in a list by using an index the same way that you can index a character from indexing into the string.

What is String Indexing?

Strings are known to be a form of ordered method of character data, 00:15 and the specific characters of a string.

They can be accessed straight through the use of  numerical index. String indexing in Python is known to be a kind of zero-based in nature.

Learn more about indexing from

https://brainly.com/question/4692093

The _____ method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Answers

The value method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

What is this method about?

The values() method is known to be a method that acts by returning a new array iterator object that has or is made up of the values for all the index in the array.

Note that the  value method is very much like the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Learn more about Array from

https://brainly.com/question/24275089

Which of the following is NOT a correct flowchart shape?

A. Parallelogram
B. Oval
C. Diamond
D. Rectangle
E. Star

Answers

I think the answer is star because in a flowchart, the most common shapes are a parallelogram, ovals, diamonds, and rectangles. Stars aren’t used in flowcharts.

Hope this helps :)

Answer: Star

Explanation:

A possible consequence of oversharing online might be:
A. receiving a great recommendation from a teacher.
B. getting accepted to the college of your choice.
C. stealing information from friends you do not trust.
D. being incriminated against or fired by an employer.

Answers

Answer:

D

Explanation:

A & B are not consequences

C is a consequence but not directed towards you but your friends

Which will have "5" as an output?
>>> from gcd import math
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15,20)
>>> from math import god
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15.20)
answer ?

Answers

The code that will have "5" as an output is as follows;

from math import gcd

gcd(15, 20)

Code explanation

The code is written in python.

GCD is the largest common divisor that divides the numbers without a remainder.

gcd is a function in python that accepts two required integers and it finds the HCF.

Base on the code,

We imported gcd from the math module in python.Then, we inputted the integers in the gcd function.

learn more on python here: https://brainly.com/question/25550841

True or false: A local area network is a group of computers, printers, and other devices connected to the same network and covers a large geographic range such as a city, a county, or a state.

Answers

Answer:

True.

Explanation:

Hope this helps you!

Digital Print Project
For this project, explore techniques, new equipment, and software features surrounding one type of digital-printing technology that interests you. Here are some suggestions:

photo retouching
3D printing
multi-function machines
CAD printing machines
T-shirt printing machines
desktop engravers
If you have access to the machine and software connected with your printing technology choice, do some hands-on work to learn more about its features and to improve your skills. If you do not have access to the digital-design software or are interested in professional technologies like 3D printing, you may concentrate on the equipment and process through an online user’s manual.

You should have two kinds of data backing up your report:

DATA COLLECTED HANDS-ON from a physical machine in one or more of these locations:

a school
a public library workshop
a knowledgeable friend or teacher
print professionals
INFORMATION COLLECTED THROUGH ONLINE RESEARCH from at least two of the following:

company websites
free tutorials
designers’ websites
publishing websites
Remember, your report must include both hands-on data and online research information.

Present your project as a three-five page report, plus either:

an eight- to ten-slide presentation, or
• an actual final print that you have made and a digital file of your result.
Your written presentation should clearly explain:

why you chose your selection,
how you actually worked with your selection,
what equipment, software versions, and print interfaces you used,
what you researched that proved helpful,
what type of training or degree program is required working in a field using your chosen digital printing technology,
what you learned about available schools, tutorials, or courses that will sufficiently prepare someone interested in a job using that technology,
whether you like your choice and what you have concluded as a result of your research.

Answers

TOPIC: BIOLOGICAL MACROMOLECULES

answer !

1. Define proteins, nucleic acids, carbohydrates and lipids

2. Summarize the general characteristics of each biomolecule and

3. Appreciate the importance of eating a balance diet

What is bookbinding printing? Letterpress or book printing refers to a certain specialized printing process that produces letterpress stationery. Letterpress, also a type of relief printing, is the process of cutting out the surface and printing from the raised residue. You may have seen letterpress paper before. Most modern letterpress papers can be recognized by their distinctive look on thick paper. Today, letterpress printing products are known for their high quality and unparalleled sophistication. Most people are unaware of the long history behind typographic techniques and tools. Modern letterpress products would not have been possible without a combination of centuries of refinement of old letterpress methods and modern polymer plate technology. Get a behind-the-scenes look at how Minted pays tribute to this centuries-old art form, and learn why book printing is a unique fusion of past and present. Browse Minted's hundreds of gorgeous typographic Christmas cards and typographic wedding invitations to find one that fits your style.

history of printing

"Letterpress" or "letterpress" refers to a printing technique developed by German innovator Johannes Gutenberg in the 15th century. Gutenberg was dissatisfied with modern printing methods and saw an opportunity to develop more effective printing techniques. Gutenberg was also driven by his desire to make books more accessible to the general public and improve literacy. Before the invention of the printing press, printing was time consuming, labor intensive and tedious. The pages of the book he carved into individual wooden panels, one at a time. The letters were left intact while the remaining space was clipped, resulting in raised letters. To further complicate this, printing resulted in a mirror version of the stamp or plate used, so all letters and words were upside down. The lettering in relief is then inked and the paper is lightly touched against the wooden panel where the craftsman has inked it. Because of this, the original typography never quite got the embossed look and feel that is so popular today. This made one page of the book. Gutenberg's attempt to change this method began with a small plate containing a single upside-down letter. These panels, called movable types, can be placed on a sturdy wooden frame to form any word or sentence. However, certain images and designs had to be freely engraved on wood or metal plates. Gutenberg used his knowledge from his background in blacksmithing to invent this wooden-framed printing press. There, the letters were coated with a permanent ink that he had prepared. This is another of his famous inventions. The rotating handle of the press allowed the paper to be scrolled. This paper is flattened and pressed against the inked letters on the crate to create the final product. Hence, this process has rightly earned the name "book printing".

letter printing today

Today, typography is making a comeback in high-quality wedding invitations, wedding dates, Christmas and holiday cards, birth announcements, and more. This revival, especially in the last 30 years, is due not only to unique aspects of modern book printing that cannot be replicated by other printing methods, but also to the support of people like Martha Stewart. Stewart praised 1990s typographic products, especially wedding invitations. Consumers saw a tangible quality of the design pressed into the cardboard, called embossing, in the image of the typographic product Stewart was promoting. This has increased the demand for book printing products. However, this was not the intention of the original book publishers. It's actually a result of the recent use of polymer plates. As such, this handmade tactile typographic stationery is notorious for not being representative of historical typographic products. A modern addition to centuries-old typographic technology, this feature embodies a bridge between classical craftsmanship and modern technology. Today, you might also see letterpress variations such as foil stamping and embossing. One of the only drawbacks of modern letterpress technology is that it loses the uniqueness of the original letterpress product. You can print many identical sheets of polymer from one design on your computer, producing indistinguishable products. This consistency may be desirable in some cases. B. Wedding invitations. However, modern letterpress stationery will never have the rare quality of printing made from unique carved panels of wood or metal. I need to print on very thick paper. Cotton paper is ideal for letterpress printing because of its soft feel, texture, and thickness. Also, cotton paper is more environmentally friendly than paper made from trees. Another modern variation of historical typography is blind printing. In blind letterpress printing, the polymer plate is not inked prior to printing.

If a new car was priced at $23,000 and the m1 in the economy fell, which of the following would occur?

A. More new cars would be produced for the demand.
B. The price of a new car in the economy would fall.
C. The car market woulld collapse.
D. The price would not be impacted by less M1.​

Answers

Answer:

B. The price of a new car in the economy would fall.

Explanation:

list 3 compounds of a computer.
list the 4 compounds of a computer system.
The central component system houses, the processer, memory and what else?
What are the 2 types of memory on a computer?
What does RAM stand for?
Name the other type of storage besides a floppy disk.
Name 3 output devices.
What are 2 examples of common software applications?
Name 2 symptoms of bugs in my computer
Name as many do's and don'ts of computer use. (more than 2)

Answers

Answer:

look up this question on here it comes up but do it one-by-one

Explanation:

Three compounds of a computer: Silicon chips, Printed circuit boards, and Plastics and metals.

What is central component system?

A computer's central component system typically refers to the central processing unit (CPU), motherboard, and memory (RAM).

A computer system is made up of four components:

Hardware Software Data User

The processor, memory, and motherboard are all housed in the central component system.

On a computer, there are two types of memory:

RAM stands for Random Access Memory (RAM)Memory That Can Only Be Read (ROM)

Other types of storage besides a floppy disk include hard disk drives, solid-state drives, and optical disks.

Three output devices are:

MonitorPrinterSpeakers

Two examples of common software applications are:

Microsoft Office Suite (Word, Excel, PowerPoint)Adobe Creative Suite (Photoshop, Illustrator, InDesign)

Two symptoms of bugs in a computer are:

Slow performanceUnexpected shutdowns or freezes

Do's of computer use:

Regularly back up important files.Install antivirus and security software.Keep software up to date.

Don'ts of computer use:

Don't download or open suspicious files or emails.Don't use weak passwords.Don't share personal information online.

Thus, this can be concluded regarding the given scenario.

For more details regarding CPU, visit:

https://brainly.com/question/16254036

#SPJ7

A method that executes because it is called automatically when an appropriate event occurs is an event ____. A) Responder B) Listener C) handler D) source

Answers

In programming a typical type of method that executes when an event is trigered is called event handler

C) handler Event Handler

Event Handlers

What are handlers?

Handler are codes that runs on the background thread in a multithreaded programme, the executes series of operation when an events trigers their operations.

Learn more about handlers here:https://brainly.com/question/20028260

What is the advantage of selecting the only create connection option when importing data?.

Answers

The advantage of selecting the only create connection option when importing data is that  there would be no tables or reports that will show in your workbook.

What is only create connection about?

The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.

Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.

Learn more about data from

https://brainly.com/question/19243813

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the _______

Answers

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

What is ERP (Enterprise Resource Planning)?

The Enterprise Resource Planning or ERP is the software which is used by the organization to manage its essential elements such as sales, marketing, accounting etc.

The cloud used to manage this sensitive data is called the Cloud ERP.

Cloud ERP is the system which runs on the cloud platform of a vendor.This system allow the customers and organization to store and manage their sensitive data.

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

Learn more about the Enterprise Resource Planning here;

https://brainly.com/question/14635097

#SPJ1

A _______ is a group of elements that you want to style in a particular way.

a. id
b. element
C. class

Answers

a id is a group of elements of that you want to style in a particular way

Answer:

Brainliest

Explanation:

C. class

Complete the sentence.

It is important that both IT professionals and governments always keep _________ in mind for emerging technologies.

Options
1. Artificial intelligence
2. Intellectual property rights
3. Ethical principles

Most only pick one

Answers

Answer:

It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies.

Explanation:

sorry if im wrong

The complete sentence is:  It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies. The correct option is 2.

What is Intellectual property?

Intellectual property is those properties that are unique and created by humans. These properties have the copyright of that people so that other people will not steal the work and if they want the work, they have to pay for it.

Some intellectual properties are patents, copyrights, trademarks, and trade secrets. These are the arts, discoveries, technologies, and literature. Government should take care of these people and properties at the time of emerging technologies.

Thus, the correct option is 2. Intellectual property rights.

To learn more about Intellectual property, refer to the link:

https://brainly.com/question/18650136

#SPJ5

How did the introduction of illustrations and photos into design impact the newspaper?
A. It caused a national craze in purchasing cameras.
B. It detracted from the overall look of the paper, making it less interesting to customers.
C. It was quickly removed from the layout due to the negative reaction of the public.
D. It appealed to a new base of customer, making the newspaper more successful.

Answers

The  introduction of illustrations appealed to a new base of customer, making the newspaper more successful.

What is the importance of graphics in newspaper?

Graphics through the use of illustrations is one that helps to communicates a kind of messages even to those who do not know how to read.

Note that  the  introduction of illustrations appealed to a new base of customer, making the newspaper more successful as it also draws in the attention of readers.

Learn more about illustrations from

https://brainly.com/question/1504175

#SPJ1

Josef wants to read more about Justice Jackson. Josef would find most of the information?

Answers

Answer: the answer is d

Explanation:

TRUST ME !!!

Explain the relative advantages and disadvantages of an embedded OS based on an existing commercial OS compared to a purpose-built embedded OS.

Answers

The relative advantages of an embedded OS based on an existing commercial OS is known to be a lot and it is given below.

What are the Advantages of an embedded OS based on the above scenario?

The embedded OS is known to be gotten from a commercial general-purpose OS and as such, it is often  based on a composition of familiar interfaces, that boast portability.

Note that  It is very fast and can be predict a lot  when compared to the purpose-built embedded OS that is often used in an embedded system.

Disadvantages of an embedded OS based on  based on the above scenario?

This general-purpose OS is known to be not optimized in terms of real-time thing and in terms of embedded applications.

Based on this a lot of modification is often needed  to achieve good performance.

Learn more about commercial OS from

https://brainly.com/question/3837126

Other Questions
Susan has 600 feet of fencing to use in making a yard for her new puppy. The yard she hasplanned has a length that is 75 feet less than twice the width. What are the dimensions of theyard? help me pleaseeeeeeeeee 9. Find the value of x. Round your answer to the nearest tenth.sin X = 4/15 Ram spent 1/3 of his salary on food, ,1/4 of his salary on rent and electricity, and 1/20 of his salary on the telephone. Since April -2022 is the month of Ramadan, irrespective of religion and cast Ram has donated 1/10 of his salary to an orphanage and 5000Aed to RCA Charity. He was left with 3000AED with him. What is his monthly salary?STEP BY STEP PLS Which was a disadvantage of expanding Roman citizenships to people that fought forRome in the Punic War?A. stronger militaryB. higher population to supporC. spread of ideasD. more land Dante is saving money to buy a game. So far he has saved $24, which is two-thirds of the total cost of the game. How much does the game cost? 20th Century writers' works suggest that the great questions and conflicts of life arenot the domain merely of extraordinary people and events, instead the focus of theirnarratives are found in the:contemporaryprosaictransitionalordinary Quick Question! Please help!Simplify using the rules of exponents:b^4 x (b^2) ^6A) b^12B) b^48C) b^16D) b^68 15 over r - 1 when r= 5 Danielle and Esther are selling fruit for a fundraiser. Danielle sold 3 boxes of apples and 2 boxes of oranges for $44.50. Esther sold 5 boxes of apples and 4 boxes of oranges for $81.50. How much did a box of oranges cost? Find the area of the polygon: Hint: Area = (Length)(Width)- The phenomena that the variability in order quantities tend to increase as you proceed upstream in the supply chain is referred to as the:. What should be done to solve the following equation?=C-7307What should be done to solve the following equations? C - 7 and 3/4= 0A) add 7 and 3/4 to both sides of the equation B)Add O to both sides of the equation.C)Subtract from both sides of the equationD) Subtract 7 from both sides of the equation A right rectangular prisim has a length of 2 1/2 feet a width of 3 feet and a height of 1 1/2 feet. Unit cubes with side lengths of 1/2 foot are added to completely fill the prisim with no space remaining. What is the volume in cubic feet of the right rectangular prisim? Which colonyagreement isconsidered to be thefirst Americanconstitution?A Vita ScheduleB. Massachusetts Bay By-LawsC. Fundamental Orders ofConnecticutD. The Rhode Island Rules The lens parameter that enables us to brighten an image is _(blank)_.A. diameterB. refractive indexC. curvature radiusD. focal length 2. The temperature at the North Pole is 30F and is expected to drop 5F per hour for the nextseveral hours. Write an equation that represents the relationship between temperature andtime. Explain what information your numbers and variables represent. prove it equals 1(Tanx - Cotx) + Sinx.Cosx help pls gonna give brainliest if it's at least 75% correctwrite an analytical claimWhat are the two sides of the argument involved in your claim, and which do you support? Revise the latest version of your thesis statement (the one you from the end of Step 1) so that it becomes clearer which side of the argument your claim expresses or explains.How can you make your thesis statement more precise? Is it narrow enough? Can you add more specific information to it? Revise the latest version of your thesis statement to make It more precise or specific.What type of sentence is your thesis statement? Is that the best type for what you want to say? Identify your claims clauses and phrases and look for ways that you might modify the sentence structure to make the statement more clear and precise. Revise the latest version of your thesis statement in the space below, rearranging or revising its parts to make it stronger. Find the hourly wage for a person with an income of $60376, who works 57 hours a week for 44 weeks.