Answer:
slide sorter view .....
Answer: D
Explanation:
8.1 edhesive answer please
Answer:
dont understand what u mean
Alex works as a customer-service representative at an insurance company. Before starting his shift, Alex reviews issues from his last shift to make sure they have been resolved. What workplace habit does Alex show by doing this? problem solving initiative efficiency interpersonal skills
Answer:
problem-solving
Explanation:
he is making sure all his problems have been resolved before starting a new shift.
Answer:
It's initiative
HTML code to display square bullets in an unordered list.
Answer:
Find the source code below.
Explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
The complete code for the unordered list with square bullets is written below;
<! DOCTYPE html>
<html>
<head>
<title> Square bullets in an unordered list. </title>
</head>
<body>
<h1> My Favorite Subjects </h1>
<p> This is a list of my favorite subjects; </p>
<ul style =" list- style- type:square">
<li> Computer </li>
<li> Mathematics</li>
<li> Physics </li>
<li> History </li>
</ul>
</body>
</html>
Note: The code isn't indented because i'm not using an appropriate code editor.
Since we are creating a document with an unordered list, we would use the <ul> and </ul> parent tag while the child tag <li> and </li> sorts the list. Also, we would use the style attribute to specify the required inline style (square bullets) for the list.
Using these Web sites for guidance, write a definition in your own words for five of the terms listed below.
gigabyte
intranet
pixel
telecommunication
modem
raster graphic
vector graphic
digital
GUI
Question # 1
Long Text (essay)
Write your definitions for the five terms of your choice.
Answer:
Gigabyte: Unit of measurement, is 10^9 bytes.
Intranet: Network that is used for sharing info, and other services.
Pixel: Creates a image, it is the smallest element on a display on a device.
Modem: Converts signals produced by a computer or another type of device.
Digital: Problem solving by any capable class device.
Explanation:
Short and simple.
Write a program code which asks for 80 numbers between 100 and 1000 to be entered.
It checks that the numbers are in the correct range, and stores them in an array. It
counts how many of the numbers are larger than 500 and then outputs the result when
the program is finished.
Answer:
my hearth start with a piece of demon cant let me go!
What is the name of Thompsons computer language?
Answer:
below
Explanation:
Bon programming language
Answer:
Explanation:
Bon programming language
While writing Multics, Thompson created the Bon programming language
what is the shortcut to select all text?
Find the length of the shorter leg in the triangle pictured below
x=6
x=24
X=12
X=12 square root 3
X=36
How to make videos that I watch online not buffer and stop so much? it's really annoying.
Answer:
Delete ittttttttttttt
Select the correct answer.
Which graphical element of a spreadsheet does this image represent?
A. column chart
B. scatter plot graph
C. pie chart
D.bar graph
Answer:
Pie Chart
Explanation:
For each scenario, select the best solution to try from the drop-down menu. A computer will not connect to the network. An IP address is being used by more than 1 computer. A router does not appear to be working at all. Some network files have become damaged.
Answer:
1) Check the switches, routers, and hubs.
2) Try logging off and on again.
3) Make sure everything is plugged in and turned on.
4) Restore files from backup versions.
Explanation:
Hope this helped!! :D
The idea that money, language, education, or infrastructure creates a gap between those who have access to information technologies and those who do not.
Answer:
The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet (specially broadband access) and those who do not have access
Explanation:
write the html code to get the following webpage
the solar system
ina solar system the planets move around a star. earth is a planet around sun .there are eight planets in a solar system . in order of increasing distance from the sun these are 1.mercury 2.venus 3.earth 4.mars 5.jupiter 6.saturn 7.uranus 8.neptune
save the html document as solarsystem.html
Answer:
<!DOCTYPE html>
<html>
<head> <title>webpage</title>
</head>
<body>
<h1>The Solar System</h1>
<p>In a solar system the planets move around a star. Earth is a planet around sun. There are eight planets in a solar system . In order of increasing distance from the sun these are: </p>
<ol>
<li>Mercury</li>
<li>Venus</li>
<li>Earth</li>
<li>Mars</li>
<li>Jupiter</li>
<li>Saturn</li>
<li>Uranus</li>
<li>Neptune</li>
</ol>
</body>
</html>
<!-- and save the file as solarsystem.html -->
15. It is the process of capturing data or translating information to recording format
A. Documentation
C. Production Report
B. Reporting
D. Output
Answer:
A Documentation, hope this helps.
Programming language
Q.3- What are keywords?
A. These are names given to variables, constants, classes and
methods.
B. These are constants that hold a fixed value of any of the data types.
C. These are special symbols that perform specific operations,
D. These are reserved words that have special meaning in java
language
Answer:
These are reserved words that have special meaning in java language
Explanation:
Literally, keywords are special words that have special meaning and purpose and can not be used from any other purpose aside from its predefined purpose.
In other words, they are reserved words.
Examples are: public, class, String, int, and many more
Hence, option (d) is correct
The next elected president should be someone who can be very nice, kind, stick-up for him/herself, and take care of the people who need it most. That person would be
Answer:trump
Explanation:
Answer:
Kamala Harris.
Explanation:
I hate to sound negative, but our current president Joe Biden is getting older. So if anything happens to him, the vice president is next in line for his remaining time in office. I think Harris is a great fit! She is extremely open-minded, an LGBTQ+ ally, a women's rights activist, and she is not racist, religiously-prejudiced, or against disabled people like our former president openly was. As a Buddhist, pansexual, Chicana female, I strongly believe in her and her actions.
Word Bank:
X Y Color Line Width Radius
Fill in the correct parts of a circle command:
draw_circle ((
x
,
y
),
Line Width
,
Color
,
Radius
)
Explanation:
circle with radius and colour red
Answer:
x, y , radius , line width , color
Explanation:
type x in the first blank
then y in the second blank
then radius in the third
in the forth line width
then in the last one type color
Answer 1:
X
Answer 2:
Y
Answer 3:
Radius
Answer 4:
Line Width
Answer 5:
Color
HTML code to display square bullets in an unordered list
Answer:
<!DOCTYPE html>
<html>
<body>
<h2>Unordered List with Square Bullets</h2>
<ul style="list-style-type:square;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</body>
</html>
write a python program to input a list of no. and swap element at the even location with element at odd location
Answer:
I changed the title to describe the task the code accomplishes, this makes the contrnt more easily searchable and accessible.
Explanation:
Answer:
The content is more easily searchable and accessible.
Explanation:
What will the following program display in the console?
var sum = 0
for(var i = 0; i < 5; i++){
sum = sum + i
}
console.log(sum);
A. 15
B. 10
C. 5
D. 0
Answer:
b- 10
Explanation:
The display of the given program will be 10. The correct option is B.
What is console?The text entry as well as display device for systems management messages, particularly those from the BIOS or boot loader, the kernel, the init system, and the system logger, is one definition of system console, computer console, root console, operator's console, or simply console.
The console on modern small computers is usually the computer's attached monitor and keyboard.
The console on many older computers is an RS-232 connection to a terminal, such as a DEC VT100. This terminal is kept in a secure room and is constantly monitored by the minicomputer's operators.
The given program's display will be ten, as the for loop will continue till the number is less than 5.
Thus, the correct option is B.
For more details regarding console, visit:
https://brainly.com/question/28702732
#SPJ6
Sube
When you access a website, your
translates web language code into words, graphics, and videos.
A website address
B. web host
ООО
C Internet service provider
D. HTML decoder
Eweb browser
Answer:
I think the answer is C correct me if I'm wrong
Answer:
A
Explanation:
im not 100% positive about that but im like 99.9% sure
Project: Big Data Programming - Section 2
Finding and Analyzing Your Data
a temperature map of the US
A temperature map of the US (Courtesy of the National Weather Service)
You need a large data set. If you are interested in weather data, try these search prompts. By adding “site:.gov” to your search, you are more likely to find government websites. Be careful in your search to use a trusted and reliable website. You do not want to download a virus along with your data!
climate at a glance site:.gov
statewide time series site:.gov
Examine Your Data
Once you have downloaded data, you will probably need to delete some of the top lines before you read the file. For instance, the following are the top few lines from a file that holds the average February temperature for 126 years. The data lines have three entries: the date, the average February temperature in degrees Fahrenheit, and the departure from the mean February temperature of 33.82 °F. The date is a string composed of the year and month. Since every month is February, all the date strings end in “02.”
Think of what will happen when you read the data in the file. Most of the rows are structured, but the first five rows have identifying information. Be sure you remove such rows from your data file before you process it.
Contiguous U.S., Average Temperature, February
Units: Degrees Fahrenheit
Base Period: 1901-2000
Missing: -99
Date,Value,Anomaly
189502,26.60,-7.22
189602,35.04,1.22
189702,33.39,-0.43
This is how this file should start.
189502,26.60,-7.22
189602,35.04,1.22
189702,33.39,-0.43
Be sure to check your file for the leading lines you need to delete.
Your Task
Now that you have your file holding your data, you need to analyze the data in three different ways that answer questions you pose. How you analyze is up to you, since what you analyze depends on what kind of data you have. As an example, with this data file, you can look for weather trends. You could find the average temperature of each decade, find the decade with the lowest average temperature, and the decade with the highest average temperature. It is a shame that the data table does not go back further. The Krakatoa volcano in Indonesia had a major eruption in 1816. It had such an epic effect on the climate that 1813 was known as the year without a summer.
You need your data file saved in the same folder as your program.
Open your data file with Notepad or Wordpad.
Open a new file in Python.
Copy and paste the contents from Notepad to the Python file.
Save the Python file with a .txt extension in the same folder where you save your program.
Analyzing Your Data
Your program will read your data file, perform the analysis, and write the results to a separate file with a .txt extension.
Write a pseudocode plan for your program. Show your plan to a partner. Ask the partner for any suggestions to improve your plan.
When done, show your results to a partner. Ask your partner what parts they found interesting.
Your Word Document Requirements
Part 1: Name: your name
Part 2: Data Source: the source of your data (do not copy and paste your data into the Word document)
Part 3: Questions to Answer: the questions your analysis will answer
Part 4: The Plan: the pseudocode outline of your program
Part 5: Plan Feedback from Your Partner: suggestions from your partner
Part 5: Results: copy and pasted results from your data file
Part 6: Interpretation: your interpretation of the results
Part 7: Final Feedback from Your Partner: description of what your partner found interesting
You can use this rubric
to evaluate your project before you submit it.
What to Submit
You will submit each of the following.
A Word document: Organize it as shown below.
Your data file: Saved with a .txt extension
Your program: Saved with a .txt extension since you cannot upload a .py file.
Your results file: Saved with a .txt extension.
Does anyone have the code for this?
Answer:
were you able to figure it out man, i need help with the same thing and im so lost right now. please say something back if you did, i could use the help
Explanation:
thanks
HELP ASAP 90 Points
Now it is your turn to practice recording a macro. You have recently started working in an office, and you are required to create multiple letters a day. Your company does not have a standard letterhead and you realize you can easily create a macro with your company letterhead. This will prevent you from having to type this information again and again.
Assignment Guidelines
Record a macro named “letterhead” and create a button on the quick access toolbar.
Develop a letterhead for a company of your choice. Include the company name, address, and phone number.
Format the letterhead in an appealing format.
After you have recorded the macro, open a new document.
Run the macro using the options in the macro grouping on the view tab.
Save your document as “letterhead macro” and submit it to your instructor for grading.
Answer:
Macros automate common tasks. A macro can be created for virtually any task that you perform in Word. The amount of steps is irrelevant. You can even create a macro that automatically places certain text in a document with as many attributes as you’d like!
Macros are created with a recording device similar to a common tape recorder. Once you start recording your macro, a toolbar pops up with standard stop and pause buttons. The following is an example of how to create a macro for your customized letterhead paper.
Creating The Letterhead Macro
Open a blank document. You want to assign your macro to all documents.
From the View Tab, choose Macros and Record Macro. The Record Macro dialog box is displayed as shown below.
Type a name for your macro, such as Letterhead. (Spaces are not allowed; use an underscore to indicate spacing).
Explanation:
Plz help me I need this done by 7:50
Answer:
proportionality bias
Explanation:
The proportionality bias is the tendency to assume that big events have big causes. It is a type of cognitive bias and plays an important role in people's tendency to accept conspiracy theories
I hope this helps! ^^
☁️☁️☁️☁️☁️☁️☁️
Is the color grade of black or white higher?
Answer: When it comes time to color grade black and white footage, follow this one ... shooting black and white, high contrast almost always looks better.
Why is it important to think about the programming language to use?
A) Some programming languages might be too complicated.
B)Some programming languages are better on different platforms.
C)The choice of programming language determines what type of game you
can make.
D)Some programming languages are used more in some countries.
The reason that is important to think about the programming language to use is option C)The choice of programming language determines what type of game you can make.
Why should one consider their programming language of choice?The ability to communicate clearly and concisely as well as develop more advanced analytical skills can both be benefited from knowledge of programming languages. Instead of displaying raw data straight from the source, BASIC is a high-level language that enables the programmer to access simpler, more consolidated facts and operations.
Note that Knowing numerous programming languages improves your ability to think creatively and effectively solve problems and enables you to accomplish your goals in novel ways. The more programming languages you know how to use, the easier it will be for you to solve a particular problem and the more adaptable you will be as a developer.
Learn more about programming language from
https://brainly.com/question/16936315
#SPJ1
Star and peer-to-peer are types of
communication network
Brainliest or whatever
Answer:
Brainliest
Explanation:
Yea
Answer:
tim berners lee
Explanation:
plz give brainliest
sorry if im wrong
Why are default parameters useful? *This is JavaScript*
Answer:
It helps in setting a different default value.
Explanation:
They allow you to initialize named parameters with default values if no values are passed into the function.