Which file extension indicates a text document? .ppt .tst .pdf .txt

Answers

Answer 1

Answer:

The answer is .txt

Explanation:

Answer 2

Answer:

.txt

Explanation:

odesseyware 2021


Related Questions

Your manager has asked you to write a program that displays the percentage of males and female in your class. The program should prompt the user to enter the number of males and females and display the results.

Answers

Explanation:

The program using python programming language would be:

First, we write the Input prompt.

Input  prompt for the user

number_of_males_in_class = int (input ('Enter the number of males: '))

number_of_females_in_class = int(input('Enter the number of females: '))

Next, we write the Process algorithm.

Process  algorithm

total_number_of_students_in_class = number_of_females_in_class + number_of_males

_in_class

percentage_of_males_in_class = number_of_males_in_class / total_number_of_students

_in_class

percentage_of_females_in_class = number_of_females / total_number_of_students

Finally, the Output process

Output process

print('Total number of males in class =', format(percentage_of_males_in_class, '.0%'))

print('Total number of females =', format(percentage_of_females_in_class, '.0%'))

Which ad extensions can serve automatically?

Answers

Answer:

Sitelink, structured snippets, and callout.

Explanation:

Those 3 are the 3 main ad extensions that can serve automatically. I learned this on Monday.  

running away from home

Answers

Answer:

wait what?

Explanation:

Well heads up

Be careful theres guys and woman to take advange of you so stay careful

Human trafficking is such a horrible thing :C

Variable X is a *
Public Class Form)
Sub Example 10 Handles MyBase.load
Dim X As Integer
X = 10
MsgBox("The value of X is "& X)
End Sub

Answers

Answer:

Variable X is a local variable.

Explanation:

X exists only inside the sub.

Write a class called Date that represents a date consisting of a day, month, and year. A date object should have the following methods: public Date(int day, int month, int year) -- Constructs a new Date object to represent the given date public int getDay() -- returns the day value of this date public int getMonth() -- returns the month value of this date public int getYear() -- returns the year value of this date public void addDays(int days) -- Moves the Date object forward in time by the given number of days public int daysTo(Date other) -- Returns the number of days between this Date and the other Date public boolean isLeapYear() -- Returns true if the year of this Date is a leap year. A leap year occurs when the value of the year is divisible by 4, except when it is divisible by 100 and not 400 (so 1700, 1800, and 1900 are not leap years) public String toString() -- returns a String representation of this date in the form day/month/year Write a program in which to test your class. This program should prompt the user to enter the days, months, and years of two separate dates, and then print out the number of days between these two dates.

Answers

Answer:

No

Explanation:

Because it's years and its also very public

Which protocol is well known for its use in the the home security and home automation industry, uses a mesh topology, makes devices act as repeaters, and has a low data transfer rate

Answers

Answer:

Z-Wave

Explanation:

Z-WAVE can be seen as a protocol which enables home automation and home security to take place because with home automation home appliances as well as lighting , sound systems among others can be smoothly control and monitor.

Secondly Z-WAVE make uses of mesh network, allow appliances to smoothly and successful communicate with each other.

Lastly Z-WAVE which is a wireless protocols make use of data transfer rate that is low.

Therefore Z-WAVE is important because it enables wireless monitoring of home appliances to take place in a smart home.

Block elements start a new line when rendering? (true or false)

Answers

Answer:true

Explanation:

Which statement is true about the Internet and the World Wide Web?


A•The World Wide Web is a way to access the internet

B•The internet is the World Wide Web

C•The internet is a way to access the World Wide Web

D•The World Wide Web is the only way to access the internet

Answers

Answer:

C

Explanation:

The world wide web are the pages you see when you're at a device and you're online. But the internet is the network of connected computers that the web works on, as well as what emails and files travel across.

In this question, only the "Option c" is correct which can be defined as follows:

The World Wide Web (WWW) is one way of accessing the information on the web. Even if it occupies a significant portion of the web and is the most popular, the two notions should not be viewed as synonyms because they are not the same.The WWW is indeed the pages while you're online on a computer device.This network of interconnected machines upon, that the web operates, as well as a medium through the emails and data, are being sent and received.

The wrong choices can be defined as follows:

In option a and Option d, both are wrong because it's the universe of network-accessible data, a manifestation of human understanding.In option b, it is wrong because it is a global network of networks, the Internet is also known as WWW.

Learn more:

Internet: brainly.com/question/20341337

PLS HELP: Identify the correct CSS syntax to link an external style sheet??

Answers

Answer:

See Explanation

Explanation:

This question required options. Since there are none, I'll answer on a general terms.

To link to an external style sheet in CSS, use the following syntax:

<link rel = "stylesheet" type = "text/css" href = "link to css file">

As seen above, the link tag is used to achieve this tax.

The rel attributes shows the relationship between the css file and the html file.

In this case, the css file is a stylesheet; hence, rel = "stylesheet"

Next, is the type attribute which shows the content of the file to be linked. In other words, the file type

Lastly, the link to the css file.

Take for instance, the file name is example.css and it is in the same directory as the current document, the following will be used.

href = "example.css"

However, if example.css is in a different directory, the link to the file directory will be stated.

Conclusively, one syntax to use for a file named example.css is:

<link rel = "stylesheet" type = "text/css" href = "exampl.css">

1.1 Define the following terms: data, database, DBMS, database system, database catalog, program-data independence, user view, DBA, end user, canned transaction, deductive database system, persistent object, meta-data, and transaction-processing application

Answers

Explanation:

data: refers to a collection of unprocessed factsdatabase: database is a term used to describe a collection of related dataDBMS: is an acronym that means Database Management Systems; as the name implies, they are computer application systems designed to create and manage/maintain the operations of a database.database system: is a system designed specifically for the administration of a database.database catalog: the database catalog is a list containing information related to the type of each file in the database, and other information related to the data. program-data independence: this is term used to refer to the act of separating the program and the data. In other words, the programs and the data definitions of a database are independently separated. user view: it refers to how a database appears to the user.DBA: DBA (Database Administrator) refers to someone who is in charge of authorizing access to a database, and also runs the operations of the database, like updating software, etc end-user: the end user of a database refers to those who benefit primarily from the database, like searching for queries, creating reports, etc. canned transaction: employs the use of standard queries and updates on the database.deductive database systems: This type of database systems provides capability for defining deduction rules for new information from the stored database. persistent object: any stored object in a DBMS program that can survive (or be retrieved) after the program is terminated is called a persistent object.meta-data: includes information about the format or structure of files in the database, etc. transaction-processing application: is an application that allows for the retrieval, removal, or modification of database files. It basically aides the smooth running of the database operations.

1.4 Assume the source port number used by the above browser is 5100. Now a second browser is opened on the client also wants to request the same webpage. Does the second browser use the same source port number of 5100? Why? What is the destination port number?

Answers

Answer:

100000001

Explanation:

A website that sells computer hardware to large organizations --> .com. A website operated by the state of California --> .gov. The website of the US Coast Guard --> .mil. The website of a group of individuals who work toward protecting gray wolves --> .org

What is the government website?

The government website is the official US government website and is used for a domain name that is based on the word government. It is administrated by the cyber security and infrastructure security agency.

It is sponsored top level domain and only the US government is federal govt uses such websites.a website that sells computer hardware to large organizations a website operated by the state of California.

The website of the US Coast Guard the website of a group of individuals who work toward protecting gray wolves. a website that sells computer hardware to large organizations a website operated by the state of California.

Therefore, A website that sells computer hardware to large organizations --> .com. A website operated by the state of California --> .gov. The website of the US Coast Guard --> .mil. The website of a group of individuals who work toward protecting gray wolves --> .org

Find out more information about the driver's license on:

brainly.com/question/13112961

#SPJ2

Sarah used a grid to create this layout for a website. Which rule of composition did Sarah use for the grid?



A.
unity
B.
rule of thirds
C.
contrast
D.
rhythm

Answers

Answer:

B rule of thirds

Explanation:

Answer:

a

Explanation:

The key operation in encryption and decryption process is the exponentstion. Given an integer x it is easy to write a linear algo O((n)) to find x^n for any integer n. Describe the maths of a fast exponentation algo that can compute x^n in o(log2n) time. Justify

Answers

Answer:

Following are the solution to this question:

Explanation:

[tex]x^n[/tex] could be approximated by getting a small n loop as well as multiplying x for each incarnation in a linear time. It's very simple. Its key concept is to do it in log2n time.  

[tex]x^n = x^{\frac{n}{2}}\ is \ obvious \ \ x^{\frac{n}{2}}[/tex]

Therefore,[tex]x^{n}, x^{\frac{n}{2}}[/tex] could be determined and divided by itself instead of [tex]x^n[/tex] calculation. It must be done frequently to ensure which half the research is done out with each stage.

Runtime:

Its repetition relationship of the above function is:

[tex]T(n) = T(\frac{n}{2}) + 1[/tex]

This can be resolved by master theorem, so it's obvious. The running time of this repeating ration, by master theorem, is [tex]O ( \log_2n )[/tex].

Pseudocode:

int exponent( int x_1, int y_1 )//defining a method exponent

{

if(y_1==1) //use if to check n value equal to 1  

  {return x_1;} //return x value

  Int t= exponent(x_1,y_1/2);//call method    

return t*t;//calculate  square

}

PLZ HELP ASAP

(03.11 MC)


Your brother used your computer to complete his homework last night, and now your login password no longer works. What question frames your problem into a question to help reach a solution?


What is wrong with my brother?

Did this computer get a virus?

Why is this computer broken?

Did my brother change the password?

Question 2(Multiple Choice Worth 5 points)

(03.11 LC)


This option in the Help tab allows you to leave a suggestion about how to improve Office Online.


Accessibility

Contact Support

Feedback

What's New

Question 3(Multiple Choice Worth 5 points)

(03.11 MC)


You invited two of your friends over for movie night. One of your friends brought her sister, so now there are more people than you planned for. You want to pass out small bags of chips, but you only have three and you need four for everyone to have one. What is the best solution for the problem?


Ask your mom to go to the store to buy more chips.

Don't offer your friends any snacks.

Pour the small bags into a bowl and share the chips.

Tell your friend's sister she can't have one.

Question 4(Multiple Choice Worth 5 points)

(03.11 LC)


What is the first step in finding a solution to a problem?


Choose a solution.

Think of options to solve the problem.

Try the solution.

Turn the problem into a question.

Question 5(Multiple Choice Worth 5 points)

(03.11 MC)


Rafael likes to stay up to date with the latest technology and learn about updated features on his favorite software, Word Online. How can Rafael stay up to date on changes to the features of Word Online?


Ask a question in the box under the Help tab.

Contact customer support every week.

Go to the What's New option under the Help tab.

Provide feedback on features he wants to see.

Answers

Answer:

Did this computer get a virus.

Explanation:

The brother can't change the password because it required him to get the old password before changing it.

. A Worker in Microworkers can also be an Employe

Answers

Answer:

A Worker in Microworkers can also be an Employer: After reaching $25 in earnings. After placing an initial deposit of $10, and launching a valid campaign. If success rate is maintained at 75% before launching a campaign. After creating a separate Employer account.

Explanation:

Write a program that assigns a value the value of 50000 to an integer variable x, assigns the value of x*x to an integer variable y, and then prints out the value of y.

Answers

Answer:

Explanation:

The following code is written in Java and does exactly what the question asks. The variables are long variables instead of integers because integer variables can only be a maximum of 2147483647 and the product of these two variables is much higher than that.

public static void main(String args[]) {

               long x = 50000;

               long y = x * x;

               System.out.println(y);

       }

Write a program in C/C++ to draw the following points: (0.0,0.0), (20.0,0.0), (20.0,20.0), (0.0,20.0) and (10.0,25.0). For this purpose, you may use the GL_POINTS primitive.Write a program in C/C++ to draw the following points: (0.0,0.0), (20.0,0.0), (20.0,20.0), (0.0,20.0) and (10.0,25.0). For this purpose, you may use the GL_POINTS primitive.​

Answers


Introductory program; just a static picture of a colored triangle.
Shows how to use GLUT.
Has minimal structure: only main() and a display callback.
Uses only the default viewing parameters (in fact, it never mentions viewing at all). This is an orthographic view volume with bounds of -1..1 in all three dimensions.
Draws only using glColor and glVertex within glBegin and glEnd in the display callback.
Uses only the GL_POLYGON drawing mode.
Illustrates glClear and glFlush.
triangle.cpp
// A simple introductory program; its main window contains a static picture
// of a triangle, whose three vertices are red, green and blue. The program
// illustrates viewing with default viewing parameters only.

#ifdef __APPLE_CC__
#include
#else
#include
#endif

// Clears the current window and draws a triangle.
void display() {

// Set every pixel in the frame buffer to the current clear color.
glClear(GL_COLOR_BUFFER_BIT);

// Drawing is done by specifying a sequence of vertices. The way these
// vertices are connected (or not connected) depends on the argument to
// glBegin. GL_POLYGON constructs a filled polygon.
glBegin(GL_POLYGON);
glColor3f(1, 0, 0); glVertex3f(-0.6, -0.75, 0.5);
glColor3f(0, 1, 0); glVertex3f(0.6, -0.75, 0);
glColor3f(0, 0, 1); glVertex3f(0, 0.75, 0);
glEnd();

// Flush drawing command buffer to make drawing happen as soon as possible.
glFlush();
}

// Initializes GLUT, the display mode, and main window; registers callbacks;
// enters the main event loop.
int main(int argc, char** argv) {

// Use a single buffered window in RGB mode (as opposed to a double-buffered
// window or color-index mode).
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB);

// Position window at (80,80)-(480,380) and give it a title.
glutInitWindowPosition(80, 80);
glutInitWindowSize(400, 300);
glutCreateWindow("A Simple Triangle");

// Tell GLUT that whenever the main window needs to be repainted that it
// should call the function display().
glutDisplayFunc(display);

// Tell GLUT to start reading and processing events. This function
// never returns; the program only exits when the user closes the main
// window or kills the process.
glutMainLoop();
}

Plz help me

What is a challenge in wild animal photography?


A. They are easy to close to


B. They don’t move much


C. You can’t position them


D. All of the above

Answers

Answer: C
Explanation: You cannot just go up to a wild animal and make it move to wherever you want it to be. In other words, you cannot manipulate nature.

Answer:

C. You can’t position them for K12

A Web server has five major components that must all function in order for it to operate as intended. Assuming that each component of the system has the same reliability and one of the components will have a backup with a reliability equal to that of any one of the other components, what is the minimum reliability each one must have in order for the overall system to have a reliability of 0.696

Answers

Answer:

The answer is below

Explanation:

Let x represent the reliability of each of the five major components. Since all the components must function before the system operates, hence they are in series with each other.

One component has a backup of the same reliability, the reliability of the back up system = 1 - (1 - x)² = 2x - x²

Therefore the reliability of the system is:

x * x * x * x * (2x - x²) = 0.696

2x⁵ - x⁶ = 0.696

x⁶ - 2x⁵ + 0.696 = 0

Solving the polynomial equation online using byjus.com gives:

x = 0.915038

x = 1.97695

x = -0.632585 - 0.429075 i

x = -0.632585 + 0.429075 i

x = 0.186590 - 0.789741 i

x = 0.186590 + 0.789741 i

Since the reliability is not a complex number and it is less than or equal to 1, hence:

x = 0.915038, x ≅ 0.915

What are two items that are visible from the Month view?

events and item details
meeting locations and tasks
tasks and item details
appointments and events

Answers

Answer:You can do this by clicking and holding down your mouse button an a day in the Date Navigator (small calendar on the side). Then drag your mouse over the days which you want to select. When your selection spans more than a week, you're selected weeks will be shown in the Month view.

Explanation:

You can do this by clicking and holding down your mouse button an a day in the Date Navigator (small calendar on the side). Then drag your mouse over the days which you want to select. When your selection spans more than a week, you're selected weeks will be shown in the Month view.

How can you reboot a laptop?
How do you get an upgrade for a tower?
Lastly, How do u get a Virus Protection.

Answers

Question: How can you reboot a laptop?

Answer: Rebooting a computer simply means to restart it. If you're using Microsoft Windows, you can click the "Start Menu," click the "Power" button and click "Restart" in the submenu to restart your computer. If you still have problems with the computer, you can also choose the "Shut Down" option in the "Power" submenu to turn the computer off altogether, let it sit for a bit and then turn it back on.

Question: How do you get an upgrade for a tower?

Answer: You can upgrade your existing Tower installation to the latest version easily. Tower looks for existing configuration files and recognizes when an upgrade should be performed instead of an installation. As with installation, the upgrade process requires that the Tower server be able to access the Internet. The upgrade process takes roughly the same amount of time as a Tower installation, plus any time needed for data migration. This upgrade procedure assumes that you have a working installation of Ansible and Tower.

Question: How do you get a Virus Protection?

Answer: Use an antimalware app - Installing an antimalware app and keeping it up to date can help defend your PC against viruses and other malware (malicious software). Antimalware apps scan for viruses, spyware, and other malware trying to get into your email, operating system, or files.

Hope this helps! :)

Sam is conducting research for a school project on the American Revolution. Which of the following kinds of software will help with research notes? music editing software word processing software presentation software spreadsheets

Answers

Answer:

Students analyze the techniques that make for good storytelling I think. :}

Explanation:

[] Hello ! []

Answer:

B. Word Processing Software

Explanation:

I hope it helped! :]

Which statement best describes the two main families of fonts

Answers

Answer:

There are five basic classifications of typefaces: serif, sans serif, script, monospaced, and display.

Explanation:

What is the practice of distributing responsibility among multiple people so that no one person has full control of
everything?
Separation of duties
Responsibility sharing
Separation of responsibility
None

Answers

Answer:

If the responsibilities are distributed ,the disputes amongst people wont take place because their wont be any partiality, everyone would be equal. Moreover it is difficult for one person to control everything at once and multiple people would help the work to be organized as everyone will have their own part of work which is supposed to be fulfilled.

A customer connects to your business network. The customer uses a packet sniffer to intercept network traffic in an attempt to find confidential information. This is an example of which type of attack

Answers

Answer:

Self Attack

Explanation:

I pick self attack because the person is trying to harm you.

Put these events in the order in which they occurred,
starting with the earliest.

b
Germany prepares for an imminent attack on the island of
Sardinia.



Spanish officials pass off the information in the briefcase to
German agents.

Local fisherman recover the body of Major Martin off the coast
of Spain

Major Martin's name appears on a casualty list in a British
newspaper

Answers

Answer:

Local fisherman recover the body of Major Martin off the coast  of Spain .Spanish officials pass off the information in the briefcase to  German agents.Major Martin's name appears on a casualty list in a British  newspaper.Germany prepares for an imminent attack on the island of  Sardinia.

Explanation:

This above is the order in which Operation Mincemeat was executed in WW2 to deceive the Germans into believing that the Allies were going to invade the Balkans directly instead of Sicily which was their actual target.

The plan involved a fictitious Major Martin who had secret documents about the Allied invasion of the Balkans. After the body was released from a British submarine, it washed up in Spain where it was found by local fishermen.

Spanish officials then passed the information in the briefcase Major Martin had to German intelligence. To further reinforce the ruse, the British published Major Martin's name in a casualty list.

The Germans were thoroughly convinced and switched forces from Sicily for the defence of the Balkans and the island of Sicily.

explain the types of computer on the basis of work​

Answers

Answer:

There are three types of the computer on the basis of work. They are analog, digital, and hybrid computer.  The computer that work with natural phenomena and physical values like earthquake measurement, speed of the wind, weight light etc is known as Analog computers.

Explanation:

Given the following knowledge representation, what is a simple English sentence that it represents? PTRAN agent=John object=John from=London to=? instrument= PROPEL agent=plane object=plane from=? to=London and PTRAN agent=John object=John from=? to=plane

Answers

Answer:

John is from London and is on a plane to London

Explanation:

The is known as a parallel text alignment or parallel translator.

window is a very popular operating system becouse of its _ environment .​

Answers

Window is a vary popular operating system because of its runtime and compatible environment .
hope it help
Windows is perhaps the most popular operating system for personal computers globally. ... Windows is very popular because it is pre-loaded in majority of the new personal computers. Compatibility. A Windows PC is compatible with most software programs in the market

A coworker just sent you a presentation to review. You noticed that she used different types of transitions on the same slide, and the animations and videos were distracting from the topic. Give your coworker advice about guidelines she can follow when using animation, transitions, and multimedia. Be sure to include at least four guidelines

Answers

Answer:

The transitions presented should either be different on each slide or the same type but only one on each slide shown. Pictures and videos shouldnt be included a lot. At least two photos or one on each slide, while videos should only be one on the very last slide.

Explanation:

Other Questions
if a speaker spell a word how will it looks in a transcription Gintare Which statement contains visual imagery?dingy city-roofsThey have been here now for too long a timethe world heeds them notof their peaceTo which the future is as was the past The relationship between the number of calories Hannah burns while working out can be represented by y = 12x, where x is the number of minutes and y is the number of calories burned. Which of the following could be the graph of this situation? Please help, find the exterior angles of the two polygon. plsss help mehhh... In Gulliver's Travels: "A Voyage to Laputa, Balnibarbi, Luggnagg, Glubbdubdrib, and Japan", who has the power to raise people from the dead for 24 hours?The governor of GlubbdubdribLord MunodiThe Luggnaggian KingThe Laputan King Which equation has no solution You have to choose one of these Kpop members for the purge, or you can group them into three. Who do you choose, what are their skills, why are they one of the best choices?- Namjoon- Wonho- Felix- Seonghwa- Bangchan- Zico 3/8 of 24 is equal to? What is the area of the trapezoid? Rodger put $1,000 in a bank account that pays 5% annual simple interest. At the end of four years, how much interest has he earned and what is the balance of his account In the book Percy Jackson and the Olympians what does Percy get at the Santa Monica beach?What does Percy use to bribe Charon?What creature Guards the underworld? I will give brainlest if answered right A silver ring reacts with compounds containing sulfur in the air to form silver sulfide, a black substance that makes up the tarnish on the surface of silver objects. To remove that tarnish from the ring, students placed it in a pan lined with aluminum foil and added hot water. Baking soda was added to the hot water and stirred. Students made observations about the process. Which observation of this process provides evidence of a chemical reaction? *A- Hot water heated the aluminum foilB- The liquid solution changed colorC- The pan was lined with aluminum foilD- The hot water cooled Please help Ive been stuck on this for awhile. :/The final battle of the Pacific War was fought at:A. Okinawa.B. Saipan.C. Leyte Gulf.D. Iwo Jima. Herod was a king under the Roman Empire.True OR False *THE CRUCIBLE/PLS HELP*Which of the following most accurately describes the characters'motivations for accusing each other of witchcraft in The Crucible? *O The characters believed that witchcraft and devil worship would destroy theircommunityO The characters had solid proof that there were, in fact, witches living amongst them.O The characters lived in a society with a strong court system.The characters were seeking retaliation for acts having nothing to do with witchcraft. PLEASE HURRY What is the gross earnings for a person who has $30,000 in total sales, $2250 in Returns and Allowances, and a rate of commission of 6%? 4 glasses of milk and 2 snack bars have a total of 86 carbohydrates (carbs), and 2 glasses of milk and 3 snack bars have a total of 69 carbs. Determine how many carbs are in one glass of milk and in one snack bar. A toy company spends $1500 per day for factory expenses plus $8 to make each teddy bear. They sell the teddy bears for $12 a piece. Which equation could be used to find the number of bears x the company has to sell in one day to equal its daily cost?A. 1500 + 8x = 12xB. 1500 + 8x = 12C. 8x = 12x + 1500D. 12 + 8 = 1500 Why might the presence of kudzu make it difficult for other plants to compete for resources?PracticeYour answer should include at least 2 complete sentences. Be sure to check your grammar and spelling. Please dont do copyright from another website.