Answer:
yes
Explanation:
can you send the link....
Answer:
givee??
Explanation:
True or False: Using “OR” between search terms helps narrow down
in your own ideas what are the disadvantages of participating in a videoconference write your answer inside the circle
Isa wants to find out if his co-worker Alexis is available for an event on Wednesday, February 10th. Which calendar
view should he use?
O Schedule View
O Day View
O Week View
O Appointment View
Please help ASAP!!!!!!!!!!!
What is the organizational management practices on planning during a pandemic like corona virus.
Answer:
wear a mask use hand sanitizer dont get in contact with anyone between 6 feet
Explanation:
An organization's Finance Director is convinced special malware is responsible for targeting and infecting the finance department files. Xander, a security analyst, confirms the files are corrupted. Xander is aware the Director possesses privileged access but not the security knowledge to understand what really happened. What does Xander believe happened
Answer: Malware infected the Director's machine and used his privileges
Explanation:
Malware simply means malicious software variants, which consists of spyware, viruses, ransomware etc. These can be used by cyberattackers to cause damage to data or in order to have access to a network.
With regards to the question, Xander believed that malware infected the Director's machine and used his privileges which results in the corrupt of the files.
write a program to find area of rectangle
Answer:
program by INPUT statement
Explanation:
CLS
REM to find the area of rectangle
INPUT L
INPUT B
LET AOR = L * B
LET " AOR = "; AOR
END
Press F5
Assuming that the question needs Python program to find the area of a rectangle. Since we are not given in the Question only by which programming language we write the required program, therefore here we use python program.
Before we write the required program for this question, let's first take some hint for better understanding and know that what we need to do in this program.
Let us take a look at what we need to do in this program.
We know that, the area of rectangle is defined as the product of its length and breadth respectively.
→ Area of rectangle = length * breadth
First we would take user input to accept the values of length and breadth of the rectangle from the user.
We then calculate the area of the rectangle using the required formula of it.
The Program# Program to find the area of rectangle
# Take user input to accept length
length = float(input("Enter the measure of length: "))
# Take input to accept breadth
breadth = float(input("Enter the measure of breadth: "))
# Calculate the area of rectangle using the formula
area = length * breadth
# Assign the result
print("The area of rectangle is", area, "square units.")
[Hashtag (#) is only a single line comment in Python, It's not printed in the program, I have used them here for understanding the program step-by-step. If you want then you can remove those comments from the program.]
The OutputEnter the measure of length: 5
Enter the measure of breadth: 10
The area of rectangle is 50.0 square units.
What are the steps for creating a bookmark? 1. Place the insertion point where the bookmark should appear. 2. Click the tab. 3. In the group, click Bookmark. 4. When a dialog box opens, name the bookmark, and click . 5. To see bookmarks within the document, go to Backstage view and click Options. 6. In , select Show Bookmarks to have them appear as a locked cursor within the document.
Answer:
2. Insert
3. Links
4. Add
6. Advanced
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.
A website refers to the collective name used to describe series of web pages linked together with the same domain name.
On the other hand, a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).
A bookmark can be defined as a placeholder or saved shortcut for a webpage and for future reference. Thus, it avails an end user the ability to quickly access a bookmarked webpage by automatically directing the web browser to the webpage.
Basically, the steps for creating a bookmark are;
1. The insertion point of the webpage should be placed at the point where the bookmark should appear.
2. Click the "INSERT" tab.
3. In the "LINKS" group, click "Bookmark"
4. When a dialog box opens, the bookmark should be named with a specific title, and then click "ADD"
5. To see bookmarks within the HTML document, you should go to Backstage view and click on "Options"
6. In ADVANCED, select Show Bookmarks to have them appear as a locked cursor within the HTML document.
C. Assessment Application
MATCHING TYPE
Directions: Match column A with column B. Write the letter of your
answer on the space provided.
А
B В
1. Disk Cleanup
A. Repairs and cleans the Windows Registry
2. ASC
3. Scandisk
B. Repairs registry errors, remove "junk" files,
and ensure your PC is fully protected
C. Creates and deletes disk partitions
D. Accesses various information's about your
computer
E. Tunes up and maintains your PC automatically
F. Optimizes use of space on a disk.
4. ASC Pro
5. Format
6. CPU-Z
7. Defrag
G. Tunes up and maintains your PC, with anti-
spyware, privacy protection, and system
cleaning functions
H. Prepares a hard drive prior to use.
I. Checks for physical errors on the disk surface
J. Removes unused files.
8. ARO 2013
9. Fdisk
10. RegDoctor
--00 End of the Module 00--
Answer:
[tex]\begin{array}{lll}&A&B\\1&Disk \ cleanup& Removes \ unused \ files\\2&ASC&Tunes \ up \ and \ mantains \ your \ PC \ automatically\\3&Scan \ disk &Checks \ and \ removes \ errors \ on \ the \ disk \ surface\\4&ASC \ Pro& Tunes \ up \ and \ maintains \ your \ PC, \ with \ anti-spyware, \ privacy \ prot \\\\\end{array}[/tex][tex]\begin{array}{lll}\\5&Format&Prepares \ the \ hard\ drive\ prior \ to \ use\\6&CPU-Z&Accesses \ various \ informations \ about \ your \ computer\\7&De-frag&Optimizes \ use \ of \ space \ on \ disk\\8&ARO \ 2013& Repirs \ registry \ errors, \ removes \ "junk" \ files\\9&Fdisk&Creates \ and \ deletes \ disk \ partitions\\10&RegDoctor&Repair \ and \ cleans \ the \ windows \ registry \end{array}\right][/tex]
Explanation:
What will the Document search option search through?
Answer:
hi
Explanation:
nynttnynybynynynumkol0
which key helps us exit from the current window
Answer:
Control + F4 : it closes the current window
Explica la importancia que tiene el plan de trabajo (cronograma) en los proyectos y porque se realiza antes de ejecutar la solución seleccionada. ayuda es para hoy :c
Answer:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación del proyecto) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
Explanation:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
In what way, if any, are scripting languages different from markup languages?
A) Markup languages tell the computer what content to present, while scripting languages make things run faster.
B) Markup languages tell a single computer what to do, while scripting languages help computers communicate with each other.
C) Scripting languages tell the computer what content to present, while markup languages make things run faster.
D) Scripting languages tell a single computer what to do, while markup languages help computers communicate with each other.
Answer:
Markup languages tell the computer what content to present, while scripting languages make things run faster. A
Answer:
It's most likely A in edge.
Explanation:
My father works in IT, and I am taking a Fundamentals of Dig. Media class. If I remember correctly, the lesson for markup languages said that markup is used for online documents, like Wiki for example. Thus, I believe it is A.
An example of computer hardware is ? A. keyboard B. app C. web browser D. operating system
Answer:
D. Operating system
Explanation:
A keyboard is a secondary item like a mouse and is not apart of computer hardware and app is also not a computer hardware because its coding not hardware. Web Browser is a Internet thing not hardware.
Answer:
option A
Explanation:
Computer hardware is the physical parts or components of a computer, such as the monitor, mouse, keyboard.
Select three advantages of using Cascading Style Sheets.
A) They make it possible to give specific tags specific rules.
B) They make it simple to design web pages if you do not know HTML.
C) They make it easy to edit multiple parts of the document at once.
D) They provide information about changes made to websites.
E) They cut down on the amount of code needed.
Answer:
They make it easy to edit multiple parts of the document at once., They cut down on the amount of code needed., They make it possible to give specific tags specific rules.
Which is a true statement about automation?
A)human intervention is needed to control all sequences of operations of a task.
B)human intervention is not needed at anytime in initiating or controlling sequences of operations.
C)using computer to control sequences of operations without human intervention.
D)computers are not needed to initiate or control any sequence of operations of a task.
Answer:
im guessing its a?
Explanation:
Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This chapter explains how to work with dynamic integers. Design a class named largeIntegers such that an object of this class can store an integer of any number of digits. Add operations to add, subtract, multiply, and compare integers stored in two objects. Also add constructors to properly initialize objects and functions to set, retrieve, and print the values of objects. Write a program to test your class.
Answer:
Explanation:
The following is written in Java. It creates a class called largeIntegers that creates objects of the built-in BigInteger class to handle operations on very large numbers. The class contains the add, subtract, multiply, compare, toString methods as well as the getter and setter method for the BigInteger. A test class has been provided and the output can be seen in the attached picture below where two numbers are created and added together. Due to technical difficulties, I have added the code as a txt file below.
You are preparing to install Windows Server 2012 on a new server. The server has the following hardware: 2 TB RAM 16 64-bit Intel-VT processors 10 GB mirrored hard disk for the system partition You will use the server for the following server roles: File and Storage Services Print and Document Services Windows Deployment Services You want to select the minimum Windows Server 2012 edition to support the required roles and hardware. Which edition should you install
Answer:
The ideal edition of the Window you should install is Standard.
Explanation:
Customers that require a physical or moderately virtualized environment should choose the Standard edition. With each license, you may operate up to two virtual instances of Windows Server and get all of the same capabilities as the Datacenter edition. Standard version has the same processor plus CAL (Client Access License) licensing as Datacenter edition, with each license covering up to two physical processors on a single server.
With these features, the server is able to perform the roles file and storage services, print and document services, and Windows Deployment Services.
Therefore, the ideal edition of the Window you should install is Standard.
What is the primary function of RAM?
What is the basic unit of measurement for RAM specs?
A computer with sufficient RAM will be able to
with greater ease.
What can you do if a computer is running slowly and you suspect it is because you have insufficient
RAM?
How many bits are in one computer byte?
those questions have a drop-down box.
Answer :
1 . Stores Information temporarily
2 . byte
3 . switch between applications
4 . upgrade the RAM
5 . 8
JUST DID IT (Edge 2021)
What does GUI stands for and what is it function?
Answer:
A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change color, size, or visibility when the user interacts with them.
Answer:
[tex]\huge\boxed{Answer\hookleftarrow}[/tex]
⎇ GUI stands for Graphical User Interface.
⎇ It's main functions are to :-
present data files & apps in a graphical format (icons) .⎇ GUI is easy to use & enables you to easily exchange information between software using cut and paste or 'drag and drop'.
ʰᵒᵖᵉ ⁱᵗ ʰᵉˡᵖˢ
# ꧁❣ RainbowSalt2²2² ࿐
There are eight primitive data types in Java. If the the size of 4 different datatype sizes are as follows then what is maximum value they can store? Show using the chart as in our example.
Answer and Explanation:
The eight primitive data types in Java include:
byte , short , int , long , float , double , boolean and char.
By size of datatype we mean the amount of memory the data type occupies. For a 32-bit processor/CPU,
The size of int data type(with whole numbers from -2,147,483,648 to 2,147,483,647) in Java is 4 bytes
The size of byte data type is 1 byte
The size of short data type is 2 bytes
The size of long data type is 8 bytes
how much video does a 10gb video hold i will give brainliest for first correct answer
Answer:
2,000 songs
Explanation:
SOMEONE HELP 60 POINTS!!!!! When creating business publications, these two factors must be determined before planning the layout.
Answer:Audience and Goals
Explanation:
Answer:
I hope This will help you... Please mark me as Brilliant
Please
Explanation:
You want to make sure you prepare thoroughly before starting a business, but realize that things will almost certainly go awry. To run a successful business, you must adapt to changing situations.
Conducting in-depth market research on your field and the demographics of your potential clientele is an important part of crafting a business plan. This involves running surveys, holding focus groups, and researching SEO and public data.
Before you start selling your product or service, you need to build up your brand and get a following of people who are ready to jump when you open your doors for business.
This article is for entrepreneurs who want to learn the basics steps of starting a new business.
Tasks like naming the business and creating a logo are obvious, but what about the less-heralded, equally important steps? Whether it's determining your business structure or crafting a detailed marketing strategy, the workload can quickly pile up. Rather than spinning your wheels and guessing at where to start, follow this 10-step checklist to transform your business from a lightbulb above your head to a real entity.
1. Refine your idea.
If you're thinking about starting a business, you likely already have an idea of what you want to sell online, or at least the market you want to enter. Do a quick search for existing companies in your chosen industry. Learn what current brand leaders are doing and figure out how you can do it better. If you think your business can deliver something other companies don't (or deliver the same thing, only faster and cheaper), or you've got a solid idea and are ready to create a business plan.
Define your "why."
"In the words of Simon Sinek, 'always start with why,'" Glenn Gutek, CEO of Awake Consulting and Coaching, told Business News Daily. "It is good to know why you are launching your business. In this process, it may be wise to differentiate between [whether] the business serves a personal why or a marketplace why. When your why is focused on meeting a need in the marketplace, the scope of your business will always be larger than a business that is designed to serve a personal need."
Consider franchising.
Another option is to open a franchise of an established company. The concept, brand following and business model are already in place; all you need is a good location and the means to fund your operation.
Which of the components of the systems model provides information so
the system can adjust its function? *
A. input
B. feedback
C. process
D. output
Answer: Feedback
Explanation:
The input components of the systems model can consist of resources like people, energy, tools, capital, etc.
The feedback components of the systems model provides information so
the system can adjust its function. An example of the feedback mechanism for a system is the progress bar which shows when one is downloading a file on iTunes.
In cell L2, enter a formula using the IF and AND functions, as well as structured references to determine if Adam Moriarty can be a bunk leader. a. The logical test in the IF function should determine if the staff member’s Service Years is greater than 4 AND the staff member’s Leadership Training status is "Yes". Remember to use a structured reference to the Service Years and the Leadership Training columns. b. The function should return the text Yes if a staff member meets both of those criteria. c. The function should return the text No if a staff member meets none or only one of those criteria.
Answer:
Enter the following formula in L2
=IF(AND([Service Year]>4,[Leadership Training]="Yes"),"Yes","No")
Explanation:
Analyzing the formula:
[tex]= \to[/tex] Begin the formula with an equal to sign
IF [tex]\to[/tex] This indicates that the formula uses an "IF" function
AND [tex]\to[/tex] This indicates that there are at least 2 conditions in the function; all of which must be true for the function to return true.
The conditions in the formula are:
[Service Year]>4; and [Leadership Training]="Yes"
Notice that the column names (service year and leadership training) are called and not the cell names (e.g. K2); this is what is referred to as structured referencing.
Having said that, both conditions must be true for the function to return true (because we use the AND clause to join both functions)
The possible results in the formula are:
"Yes","No"
If both conditions are true, then the value of L2 will be "Yes"
If otherwise, then the value of L2 will be "No"
Write a program that takes as input: - the current hour - the number of hours to add and outputs the new hour. For example, if the inputs are 2 (as the current hour) and 51 (as the number of hours to add), your program should output the answer from part (a) of this problem. Note that your program should always output an integer between 1 and 12. We will get you started with this program with the two lines that gather the input from the user. You'll need to write the rest.
Answer:
The program in Python is as follows:
cTime = int(input("Current Hour: "))
while(cTime <1 ):
cTime = int(input("Current Hour: "))
aTime = int(input("Additional Hours: "))
while(aTime <0):
aTime = int(input("Current Hour: "))
tTime = cTime + aTime
tTime%=12
print("New:",tTime,"hours")
Explanation:
This gets input for current time
cTime = int(input("Current Hour: "))
The following ensures that the user enters a time greater than 0
while(cTime <1 ):
cTime = int(input("Current Hour: "))
This gets input for additional time
aTime = int(input("Additional Hours: "))
The following ensures that the user enters a positive time
while(aTime <0):
aTime = int(input("Current Hour: "))
This calculate the new hours
tTime = cTime + aTime
This gets the hour equivalent between 1 and 12
tTime%=12
This prints the new hour
print("New:",tTime,"hours")
Please please help me
3. Which of the following are the tips for safe internet browsing?
Customize your security settings.
Turn on Two-Factor Authentication whenever possible.
Bookmark important sites.
O All of the above
Answer:
increase your browser security settings
The tips for safe internet browsing is to customize your security settings. The correct option is A.
What is internet browsing?Browsing means searching or exploring the internet. Nowadays, people search on the internet for getting information about something. It needs a computer or an electronic device in which there is access to the internet.
Internet is a wireless connection of various computers together. There are different types of internet connections, like Wi-Fi, hotspot, wire internet, etc. It is used in various things like studying, watching movies, etc. which is necessary for this current time.
Safe internet browsing means being safe from internet crimes, like cyber crimes and saving the computer from viruses, and saving your data on the computer. Do not open unknown sites and emails.
Thus, the correct option is A. Customize your security settings.
To learn more about internet browsing, refer to the link:
https://brainly.com/question/9909761
#SPJ5
Mencione algunos ejemplos en donde sean utilizadas las máquinas de aire comprimido. Justifique su respuesta.
Answer:
Los ejemplos en los que se utilizan máquinas de aire comprimido incluyen
Donde se utilizan máquinas de aire comprimido incluye;
1) Compresor de aire, que es un dispositivo que utiliza energía mecánica para almacenar aire a presión, como
i) Aire obtenido en una gasolinera
ii) Aire presurizado utilizado para bombear neumáticos con una bomba de bicicleta manual
2) Equipo de ejercicio neumático, que previene ligeramente el movimiento mediante el uso de cilindros llenos de aire
Los ejemplos incluyen máquinas de entrenamiento de resistencia y máquinas de entrenamiento elípticas.
3) Instrumentos musicales neumáticos que producen sonido debido al movimiento del aire en las tuberías. El ejemplo incluye el órgano de tubos
4) Algunas madres lactantes utilizan máquinas neumáticas en los extractores de leche para proporcionar leche materna almacenada a los bebés que el niño puede tomar mientras la madre no está
5) Se conecta una pistola de aire a una fuente o máquina de aire comprimido para proporcionar aire presurizado cuando sea necesario
Explanation:
Explain the effects of disposing electronic equipments to the environment
Answer:
When electronics are improperly disposed and end up in landfills, toxic chemicals are released, impacting the earth's air, soil, water and ultimately, human health.
Scientists have put genes into potato plants to make vaccines against cholera and hepatitis B.This type of research is called
Answer:
Edible vaccines
Explanation:
In the recent years, biotechnologist have developed a new concept known as the edible vaccines. The Edible vaccines are a subunit vaccines. Here the selected genes are first introduced into the plants and then the transgenic plant is induced to make the encoded protein. Foods like potato, corn, banana, soybean, lettuce, legumes and rice are used for these applications.
These edible vaccines can reduce diseases like the cholera, Hepatitis-B, diarrhea and other disease.
What information is automatically generated from the company identifier and product name?
A.
project name
B.
class prefix
C.
bundle identifier
D.
organization name