Answer:
RAM
Explanation:
In the test
Answer:
RAM
Explanation:
I'm doing the unit test.
you are registering for a technology conference which includes the following: registering for the conference registering for specific sessions booking airline travel booking a car rental making reservations at a restaurant think about some of the pieces, are they just data? or are they put into a meaningful context? are they something that are known? listed, are some of the things that you may do when you register/travel for a conference. think about what the different things are. select either data, information or knowledge.
All of the aforementioned activities (registering for the conference, signing up for particular programmes, booking air tickets, renting a rental car, and making dinner reservations) are regarded as information.
What is the term for data that has been arranged, structured, or presented in a certain context to make it useful?Information is defined as data that has been processed, structured, arranged, or presented in a way that makes sense in a particular situation. Example. One piece of data is the test score for each student.
What kind of data is used to define quantifiable information that is numerical in nature?Information that can be quantified is the simplest definition of quantitative data. It is information that can be measured, tallied, or assigned a numerical value.
To know more about programmes visit:-
https://brainly.com/question/30307771
#SPJ1
ball.setSize(25, 75);
What does 25 represent in the example above?
1. The SPEED of the ball
2. The WIDTH of the ball
3. The HEIGHT of the ball
4. The 'X' coordinate of the ball
Answer:
2
Explanation:
que significa DESFRAGMENTAR EL DISCO DURO?????
Answer:
DESFRAGMENTAR
Explanation:
es el proceso de reorganizar los datos almacenados en el disco duro para que los datos relacionados se vuelvan a juntar, todos alineados de manera continua.
What methods do you use when researching a complicated or difficult subject? What tools are most useful to narrowing down and validating your research? Explain your answers.
What does it mean when someone endorses you on linkedin.
Answer:
LinkedIn endorsements are a way for the people in your network to confirm your aptitude and experience within your professional field. Every endorsement you get on the skills listed on your LinkedIn profile helps you to be more easily found and, just maybe, to land the job you've always wanted.
Explanation:
in the windows server 2016 windows firewall, an administrator can specify what computers can access the server over a particular port. true or false?
The statement given, in the Windows Server 2016 Windows Firewall, an administrator can indeed specify which computers are allowed to access the server over a particular port, is true.
The Windows Firewall is a security feature built into Windows Server 2016 that can help protect the server from unauthorized access and malicious attacks. By default, the Windows Firewall blocks all incoming traffic, but administrators can configure the firewall to allow specific traffic through specific ports.
This allows applications and services to communicate with each other while still maintaining a secure environment.
Learn more about Windows firewall:
https://brainly.com/question/10431064
#SPJ11
A chatbot is a computer program designed to emulate human conversation. For this program, you will use if statements, user input, and random numbers to create a basic chatbot.
The Scenario
You have decided to start a website and are creating a chatbot prototype to show investors so you can raise money and launch your website.
Your chatbot should ask the user the following (minimum requirements for the grader) and then give answers depending on the answers the user inputs:
at least 5 questions
at least 2 if-elif-else statements
the use of the random module and randomly generated numbers
Based on these criteria, some responses will be based on what the user types and some will be based on random numbers.
For example, if the chatbot asks how the user is doing, your chatbot might respond I’m sorry to hear that. in response to a user input of sad, or That's great! in response to a user input of happy.
Additionally, you could also have a random number generated between, say, 1 and 3 and have a corresponding response depending on the number to randomly answer with That is great to hear. or So interesting., and so on.
Sample Run
Please note that due to the infinite possibility of questions that can be asked, your program will be different—this is only one example.
What is your first name?
Pascal
What is your last name?
Smith
Hi there, Pascal Smith, nice to meet you!
How old are you?
17
17 is a good age.
You are old enough to drive.
So, Pascal, how are you today?
Happy
You are happy.
That is good to hear.
Tell me more.
I am just happy.
That's good to hear.
Well, Pascal, it has been nice chatting with you.
In python:
import random
good_responses = (["That's cool!", "Wow!", "That's great to hear!", "Tell me more"])
bad_responses = (["I'm sorry", "That sucks!"])
first_name = input("What's your first name? ")
last_name = input("What's your last name? ")
print(f"Hello {first_name} {last_name}, nice to meet you!")
age = int(input(f"How old are you, {first_name}? "))
if age > 17:
print("Wow, you're old enough to vote!")
else:
print("Quite young, aren't you.")
color = input("What's your favorite color? ")
print(good_responses[random.randint(0,3)])
feeling = input("How are you feeling? (sad/happy) ")
if feeling == 'sad':
print(bad_responses[random.randint(0,1)])
else:
print(good_responses[random.randint(0,3)])
print(f"It's been nice chatting with you, {first_name}!")
I hope this helps!
In this exercise we have to use the knowledge of computational language in python to write the code.
This code can be found in the attached image.
To make it simpler the code is described as:
import random
good_responses = (["That's cool!", "Wow!", "That's great to hear!", "Tell me more"])
bad_responses = (["I'm sorry", "That sad"])
first_name = input("What's your first name? ")
last_name = input("What's your last name? ")
print("Hello {first_name} {last_name}, nice to meet you!")
age = int(input(f"How old are you, {first_name}? "))
if age > 17:
print("Wow, you're old enough to vote!")
else:
print("Quite young, aren't you.")
See more about python at brainly.com/question/22841107
Are you familiar with measuring using a ruler? When have you ever used a ruler to measure, and who taught you how to use the ruler? How confident are you in your ability to measure things using a ruler? Please help me answer this question
Answer:
I have used a ruler many times to meausre various things such as paper, my height, etc. I was taught how to use a ruler in elementary school. I am pretty confident in using a ruler because I have used one for a majority of my life.
Explanation:
There is a feature that allows you to lock the document, to avoid others making changes. t/f
Answer:
true
Explanation:
i have the same class
Answer:true
Explanation:
I took the test and it was correct
Facility automation uses internet of things (iot) to integrate automation into business functions to reduce reliance on machinery. True or false
Facility automation uses internet of things (iot) to integrate automation into business functions to reduce reliance on machinery is a true statement.
How is IoT used in automation?The Internet of Things (IoT) is known to be one of the main driving factor that is said to have brought a lot of power which has helped in the enabling of the growth as well as the development of industrial automation systems.
Note that IoT that is said to be used along with computer automation controls can be able to aid one to streamline industrial systems as well as improve data automation, with the aim of deleting errors and inefficiencies of people.
Therefore, Facility automation uses internet of things (iot) to integrate automation into business functions to reduce reliance on machinery is a true statement.
Learn more about internet of things from
https://brainly.com/question/19995128
#SPJ1
please answer fast..
Answer:
a. False.
b. True.
c. False.
d. False.
Explanation:
a. False: Data stored in RAM are called firmware. It's the data stored in read only memory (ROM) are called firmware.
Radom Access Memory (RAM) can be defined as the main memory of a computer system which allow users to store commands and data temporarily.
Generally, the Radom Access Memory (RAM) is a volatile memory and as such can only retain data temporarily.
All software applications temporarily stores and retrieves data from a Radom Access Memory (RAM) in computer, this is to ensure that informations are quickly accessible, therefore it supports read and write of files.
b. True: a register is a temporary storage device within the central processing unit (CPU) of a computer system. Thus, it is designed to quickly accept, store and transfer data or instructions being used on a computer system.
c. False: the result obtained after data processing is given by input devices. Any result obtained after data processing is given by output devices such as speakers, monitor, projector, etc.. Input devices such as keyboard, mouse, scanner, etc., are used for entering the data into a system.
d. False: E-shopping allows us to make deposits, withdrawal and pay bills with the click of a mouse.
E-shopping can be defined as a marketing strategy that deals with meeting the needs of consumers, by selling products or services to the consumers over the internet.
This ultimately implies that, E-shopping is strictly based on the buying and selling of goods or services electronically, over the internet or through a digital platform. Also, the payment for such goods or services are typically done over the internet such as online payment services.
Here are answers to Quiz #1 and please note there are several ways to solve just about any problem so your answer may be different.
QUIZ #1: How would you modify the following query on the world database to find only the official languages of each country? Bonus - list all the official languages for each country on one row.
select country.name,
countrylanguage.Language
from country
join countrylanguage on country.code = countrylanguage.CountryCode);
To modify the query to find only the official languages of each country, we need to add a condition to filter out non-official languages. We can do this by adding a WHERE clause to the query that specifies that we only want to select languages where the Is Official column is equal to 'T' (meaning it is an official language).
Here is the modified query:
SELECT country.name, GROUP_CONCAT(countrylanguage.Language SEPARATOR ', ') AS 'Official Languages'
FROM country
JOIN countrylanguage ON country.code = countrylanguage.CountryCode
WHERE countrylanguage.IsOfficial = 'T'
GROUP BY country.name;
In this modified query, we have added a WHERE clause that filters out non-official languages by checking the IsOfficial column in the countrylanguage table. We have also added a GROUP BY clause to group the results by country name and used the GROUP_CONCAT function to list all the official languages for each country on one row, separated by commas. So now, when we run this query, we will get a list of all the countries in the world and their official languages, with each country's official languages listed on one row.
To know more about query visit:-
https://brainly.com/question/31060301
#SPJ11
Consider the following scenario. As you troubleshoot the problem, what motherboard device would be the first to check? A user reports that his computer fails the POST upon startup. ROM CMOS RAM Power supply Processor
Answer:
The correct answer Power Supply
Explanation:
when using snmp with tls, what port do agents receive requests on?
SNMP uses ports 10161 and 10162 for sending and receiving messages in a manner that is comparable to that which was discussed earlier when employing TLS or DTLS.
When is a packet considered enormous?Definitions of terms: Giants: The number of giant frames received on the port—frames larger than the maximum size allowed by IEEE 802.3. A giant Ethernet packet, for instance, is one that has more than 1518 bytes.
What does a level 0 indicate when viewing a syslog message?A severity level of 0 indicates an emergency panic condition, while a severity level of 7 indicates a debug-level message that is useful for developers but not for operations. Syslog messages are also assigned a severity level of 0 to 7.
To know more about SNMP visit :-
https://brainly.com/question/14553493
#SPJ4
Taylor organizes and manages all his files and folders logically. How does this activity help Taylor in his daily work environment?
A.
improves efficiency at work
B.
improves time management skills at work
C.
improves leadership skills at work
D.
improves team management skills at work
Answer:
B
Explanation:
If Taylor has all of his folders organized he will not have to spend forever trying to find a document when he could have the document and be getting to a meeting or lunch.
I hope this helps you.
Answer:
wouldnt it be efficiency
Explanation:
you only organize and manage folders to be quick and efficient not manage your time.
Information Technology
My teacher gave me this spreadsheet to recreate and I got 12/14 because I don't know how to add the header. any help? (with steps)
Answer:
On the Insert tab, in the Text group, click Header & Footer. Excel displays the worksheet in Page Layout view. To add or edit a header or footer, click the left, center, or right header or footer text box at the top or the bottom of the worksheet page (under Header, or above Footer). Type the new header or footer text.
Which new technology makes it possible for emergency personnel to easily locate and navigate to the scene of an emergency?
Answer:
GPS Location Service
Explanation:
Or Just GPS
Sharl downloads images from an online library and uses them in her work. The images are shared under the Creative Commons Attribution (CC BY) license. What is she required to do to comply with the terms of the license?
A. share derivatives of the images on identical terms
B. acknowledge the sources of the images
C. use the images for noncommercial purposes
D. use the images in their original form, without modification
Answer :
She needs to B. acknowledge the sources of the images
Why ?
As it is stated on the creativecommons . org :
"Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits."
Explain the expression below
volume = 3.14 * (radius ** 2) * height
Answer:
Explanation:
Cylinder base area:
A = π·R²
Cylinder volume:
V = π·R²·h
π = 3.14
R - Cylinder base radius
h - Cylinder height
Edhesive 3.5 code practice quetion one
Answer:
x = int(input("What grade are you in? "))
if (x == 9):
print("Freshman")
elif (x == 10):
print("Sophomore")
elif (x == 11):
print("Junior")
elif (x == 12):
print("Senior")
else:
print("Not in High School")
Explanation:
Hope this helps lovely :)
A_____is the most effective way of presenting information in a precise manner
A table is the most effective way of presenting information in a precise manner. A table is a visual representation of data that organizes information into rows and columns.
Tables can be used to present complex data sets in a concise and easy-to-read format, allowing the viewer to quickly identify patterns and trends.Tables are particularly effective when presenting numerical data, such as financial figures, scientific measurements, or survey results. By organizing data into columns and rows, tables make it easy to compare different values and identify relationships between them.When creating a table, it is important to use clear and concise headings and to ensure that the data is presented in a logical and consistent manner. Tables should also be designed with the audience in mind, using appropriate colors, fonts, and formatting to enhance readability and comprehension. tables are an effective tool for presenting information in a precise and organized manner, making it easier for viewers to quickly understand and analyze complex data sets.
To learn more about data click the link below:
brainly.com/question/13441094
#SPJ4
after you set a pin for an azure ad account on your laptop, that pin can be used only on your laptop. true or false?
False. Any device connected to the same Azure AD tenant can use a PIN that has been set for an Azure AD account once on a particular device.
When creating new user profiles, which profile is used?When a person initially logs into their computer, local profiles are created. They are referred to as local profiles since they are kept on the desktop of the computer on the local hard drive.
Which user profile is available across numerous computers and is kept in a network location?A roaming profile is kept on a central server that all domain machines can access. This enables you to log into every system with the same environment settings.
To know more about account visit:-
https://brainly.com/question/14029657
#SPJ1
write a declaration for these variables: salesquarter1, salesquarter2, salesquarter3, and salesquarter4, all of type money (a structured type with two int fields, dollars and cents) and initialize these variables to $350,249.22, $381,100.00, $291,527.06, and $142,447.38 respectively.
class Example
{
public static void main ( String[] args )
{
salesquarter1 = "$350,249.22";
salesquarter2 = "$381,100.00" ;
salesquarter3 = "$291,527.06" ;
salesquarter4 = "$142,447.38" ;
System.out.println("salesquarter1 : " + salesquarter1);
System.out.println("salesquarter1 : " + salesquarter2 );
System.out.println("salesquarter1 : " + salesquarter3 );
System.out.println("salesquarter1 : " + salesquarter4 );
}
}
Declaration variable :
In a computer programming language, a variable's declaration is a statement that identifies the variable's name and data type. Declarative code informs the compiler of the existence and location of an entity in the programme. You should initialise a variable as soon as you declare it. Although enumerations and type definitions can be be used as entities, declarations are most frequently used for functions, variables, constants, and classes. Data types or type signature types may also include dimensions, as in the case of arrays, and are normally specified in declarations. A declaration is used in forward declaration to inform the compiler of the existence of the entity; this is significant in strongly typed languages that demand that functions, variables, and constants, together with their types, be declared with a declaration before usage. Declarations are particularly prominent in languages in the ALGOL tradition, including the BCPL family, most prominently C and C++, and also Pascal. Java uses the term "declaration", though Java does not require separate declarations and definitions.
To learn more about declaration variables refer :
https://brainly.com/question/14325424
#SPJ4
Class Example
Public static void main ( String args )
salesquarter1 = "$350,249.22";
salesquarter2 = "$381,100.00" ;
salesquarter3 = "$291,527.06" ;
salesquarter4 = "$142,447.38" ;
System.out.println("salesquarter1 : " + salesquarter1);
System.out.println("salesquarter1 : " + salesquarter2 );
System.out.println("salesquarter1 : " + salesquarter3 );
System.out.println("salesquarter1 : " + salesquarter4 );
Declaration variable :
In a computer programming language, a variable's declaration is a statement that identifies the variable's name and data type. Declarative code informs the compiler of the existence and location of an entity in the programme. You should initialise a variable as soon as you declare it. Although enumerations and type definitions can be be used as entities, declarations are most frequently used for functions, variables, constants, and classes. Data types or type signature types may also include dimensions, as in the case of arrays, and are normally specified in declarations. A declaration is used in forward declaration to inform the compiler of the existence of the entity; this is significant in strongly typed languages that demand that functions, variables, and constants, together with their types, be declared with a declaration before usage. Declarations are particularly prominent in languages in the ALGOL tradition, including the BCPL family, most prominently C and C++, and also Pascal. Java uses the term "declaration", though Java does not require separate declarations and definitions.To learn more about declaration variables refer :
brainly.com/question/14325424
#SPJ4
Someone Please help with IT work
When sending personally identifiable information in an email, ______ the message.
A. snail mail
B. label as anonymous
C. encrypt
D. call to relay
A strong password should be at least ____ characters long.
A. 4
B. 3
C. 8
D. 20
I appreciate it thank you
Help I will mark BRAINLIEST !
Explain looping as an invention strategy. Why is it helpful?
Answer:
looping?
Explanation:
What is a conditional? When does one need to use one? Give an example using pseudo-code
who sang devil went down to georgia
Answer:
Charlie Daniels sang that one for sure
Which of the following commands allows the user to round the edges off the selected segments?
Rotate
Stretch
Linetype
Filet
Answer:
rotate
hope it helps
Explanation:
to round the edges off selected segment rotate can do it
Ưu nhược điểm của cuộn cảm
Answer:
yvhchfjfhvjvbjbhkhihihigivjbib
Leroy wants to keep the bride and groom in a picture, but remove the rest of the family. Which photo-editing tool should Leroy use?
Answer:
He can use Ms paint, Adobe photoshop, Picasa etc.
The photo-editing tool should Leroy use are Ms paint, Adobe photoshop, or Picasa.
What is photo editing tool?
The tool used for editing pictures clicked by the phone or shooting cameras.
Leroy wants to keep the bride and groom in a picture, but remove the rest of the family.
Leroy should use the photo editing tool for the same. The tools popularly used for the purpose are Ms paint, Adobe photoshop, or Picasa.
Thus, the photo-editing tool should Leroy use are Ms paint, Adobe photoshop, or Picasa.
Learn more about photo editing tool.
https://brainly.com/question/14800338
#SPJ2