Answer:
Use TACACS+. IT IS THE BEST
Explanation:
IT IS THE BEST
Answer: Use SAML
Explanation:
Name the five automated information systems - The Vendors
Answer:
The computer age introduced a new element to businesses, universities, and a multitude of other organizations: a set of components called the information system, which deals with collecting and organizing data and information.
An information system is described as having five components.
1- Computer hardware. This is the physical technology that works with information.
2- Computer software. The hardware needs to know what to do, and that is the role of software.
3- Telecommunications.
4- Databases and data warehouses.
5- Human resources and procedures.
Explanation:
Computer hardware
This is the physical technology that works with information. Hardware can be as small as a smartphone that fits in a pocket or as large as a supercomputer that fills a building. Hardware also includes the peripheral devices that work with computers, such as keyboards, external disk drives, and routers. With the rise of the Internet of things, in which anything from home appliances to cars to clothes will be able to receive and transmit data, sensors that interact with computers are permeating the human environment.
Computer software
The hardware needs to know what to do, and that is the role of software. Software can be divided into two types: system software and application software. The primary piece of system software is the operating system, such as Windows or iOS, which manages the hardware’s operation. Application software is designed for specific tasks, such as handling a spreadsheet, creating a document, or designing a Web page.
Telecommunications
This component connects the hardware together to form a network. Connections can be through wires, such as Ethernet cables or fibre optics, or wireless, such as through Wi-Fi. A network can be designed to tie together computers in a specific area, such as an office or a school, through a local area network (LAN). If computers are more dispersed, the network is called a wide area network (WAN). The Internet itself can be considered a network of networks.
Databases and data warehouses
This component is where the “material” that the other components work with resides. A database is a place where data is collected and from which it can be retrieved by querying it using one or more specific criteria. A data warehouse contains all of the data in whatever form that an organization needs. Databases and data warehouses have assumed even greater importance in information systems with the emergence of “big data,” a term for the truly massive amounts of data that can be collected and analyzed.
Human resources and procedures
The final, and possibly most important, component of information systems is the human element: the people that are needed to run the system and the procedures they follow so that the knowledge in the huge databases and data warehouses can be turned into learning that can interpret what has happened in the past and guide future action.
What keeps a collection of files in one location?
Answer:
A folder.
Explanation:
You can organize files into folders, which will separate them into groups. Keep in mind that this is meant for computers. Having a folder can group all of the files together, to make them easier to access.
-kiniwih426
Draw a flowchart or write pseudocode to represent the logic of a program that allows the user to enter a value for hours worked in a day. The program calculates the hours worked in a five-day week and the hours worked in a 252-day work year. The program outputs all the results.
Answer:
i think its 2131
Explanation:
c
What is one still image in a film or video called?
unit
frame
stand
selection
Answer:
frame
Explanation:
the answer is frame ;)
Answer:
Frame
A still frame is a single static image taken from a film or video, which are kinetic (moving) images. Still frames are also called freeze frame, video prompt, preview or misleadingly thumbnail, keyframe, poster frame, or screen shot/grab/capture/dump
Explanation:
Pls mark as brainliest
Ctrl+Home moves the cell pointer to the cell__________MSExcel.
Answer:
key stroke
Explanation:
Ctrl+Home moves the cell pointer to the cell___key stroke_______MSExcel.
The answer will be
[tex]key \: \: \: \: stroke[/tex]
Hope it helps.
ray4918 here to help
What agencies are in-charge of implementing the intellectual property code?
Answer:
List of Government Agencies in-charge of implementing the IPC: - Bureau of Patents. - Bureau of Trademarks. - Bureau of Legal Affairs.
Explanation:
Your answer → - Bureau of Patents -
How can i watch the Loud house FREE with a fire stick ? will mark brainliest :3
Answer:
cinema you'll have to download it
F
Х
Which is a feature of fairy tales in "A Modern Cinderella"?
O A. It begins with "Once Upon a Time."
O B. It includes pictures.
O C. It has a humorous tone.
Is it a b c or d that’s what I’m loo
Answer:
everything
A.
B.
C.
NOOO.
Mikayla is listening to music while she completes research for a school assignment. The input and output devices are able to communicate with each other because the computer has
central processing memory
a central processing unit
random access memory
read-only memory
Answer:
A central processing unit (CPU)
Hiding text in a picture is known as?
Answer:streganography
Explanation: it allows you to hide text in an image without anyone knowing
Python 3.12 LAB: Input and formatted output: Right-facing arrow Given input characters for an arrowhead and arrow body, print a right-facing arrow. Ex: If the input is: * # Then the output is: # ******## ******### ******## #
The code below prints the required shape using the string manipulations in Python.
In Python, if we multiply a character with a number, we get that character side by side that number of times.
For example: 6 * '#' would give us → ######
Also, we can use + sign to concatenate the strings.
For example: 'hi' + ' there' would give us → hi there
We use this approaches to print the required shape line by line.
Comments are used to explain each line.
The output is attached as an image.
#get the characters from the user
base_char = input()
head_char = input()
#set first row with 6 spaces and 1 head_char
row1 = 6 * ' ' + head_char
#set second row with 6 base_chars and 2 head_chars
row2 = 6 * base_char + 2 * head_char
#set third row with row2 and 1 head_char
row3 = row2 + head_char
#print the rows to draw the shape
print(row1)
print(row2)
print(row3)
print(row2)
print(row1)
You may see another question at:
https://brainly.com/question/22101725
What the three factors that AI is using for information gathering
Answer and I will give you brainiliest
Answer:
AI uses accelerometers, infrared, magnetic and other electronic sensors to gather data
А
B
1
Score
2
3
What type of
conditional
formatting was
used in Column B?
55
85
91
35
44
76
4
5
6
7
A. Highlight cells > 65 in red
B. Data bars
C. Color scales
D. Directional Arrow Icon
Set
Answer:
okay oh my gosh what's going on LOL
A team member who feels uncomfortable when disagreeing with another team member is likely from a(n) _______(fill in the blank) culture.
competetive
individualistic
collectivistic
collectivistic culture
A team member who feels uncomfortable when disagreeing with another team member is likely from a collectivistic culture.
What is a collectivistic culture?Personal identity is the element in a collectivist culture where ties between persons and relationships with other group members are crucial.
People who are kind, helpful, trustworthy, and considerate of others are viewed favorably in collectivist cultures.
While individualism emphasizes the importance of each person's rights and interests, collectivism emphasizes the value of the group. Individualism places a strong importance on independence and self-identity, whereas collectivism places a high value on togetherness and selflessness.
Therefore, the correct option is c, collectivistic culture.
To learn more about collectivistic culture, refer to the link:
https://brainly.com/question/10230027
#SPJ2
You plan to write an app to find the best hiking trails for families. Which statement is true about this step?
You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen.
You have defined a use case.
In this step, you defined your target audience and main goal.
Your app is functioning and ready to test.
The statements that are true about this step are:
In this step, you defined your target audience and main goal.You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen. Your app is functioning and ready to test.Is it hard to create an app?
Most times, it often takes at least 4- 6 weeks to be a good Android developer. Note that a Basic developer skills are said to be not enough to build a commercial app and as thus, one need good training.
Conclusive, By knowing your target audience and following the steps above, one can make a good hiking app.
Learn more about hiking from
https://brainly.com/question/16430743
Answer:
C: in this step, you defined your target audience and main goal
Explanation:
got it right on edge
How is advertising using social media different from using traditional advertising?
Answer: Social media marketing allows for more succesful and personalized messaging, but traditional marketing tactics are usually more static with a harder reach of audience.
what is the full form of MHz
Answer:
megahertz
Explanation:
Match each term to its definition.
parameter
return value
function
a value that can be passed from a function back to the calling part of a program.
a value that can be passed to a function
a group of instructions that can be used to organize a program or perform a repeated task
Answer:
Parameter - A value that can be passed to a function
Return Value - A value that can be passed form a function back to the calling part of a program
Function - A group of instructions that can be used to organize a program or perform a reapeated task.
Someone help me please i need to finish this
Answer:
My digital life is like a adventure because there is so much to discover.
Hope this help please give the brainliest award.
Please please help I don’t understand this
Answer:
It is this because yass
Explanation:
And yes
Answer:
Yes it is this because yes
Explanation:it is this because
Write a program that reads numbers from the user until a blank line is entered. Your
program should display the average of all of the values entered by the user. Then
the program should display all of the below average values, followed by all of the
average values (if any), followed by all of the above average values. An appropriate
label should be displayed before each list of values.
Answer:
nums = []
while True:
in = input()
if in:
nums.append(in)
else:
break
if nums:
avg = sum(nums) / len(nums)
for i in range(len(nums)):
if nums[i] == avg:
print(f"index: {i+1}")
print(nums[i])
else:
print(-1) # if there aren't any values in nums
Explanation:
Assuming that you are coding in Python 3x. The last 'else' statement is an edge case that you might want to consider, I don't know what you want to put there, but I'm just going to leave it as -1.
What is the difference between cipher block chaining mode and electronic code book mode?
Answer:
ECB (Electronic Codebook) is essentially the first generation of the AES. It is the most basic form of block cipher encryption.
CBC (Cipher Blocker Chaining) is an advanced form of block cipher encryption. With CBC mode encryption, each ciphertext block is dependent on all plaintext blocks processed up to that point.
Please help me with these questions please
Answer:
The answer is 20, if this helps you please give the brainliest award.
Choose the comparison operator that will create a true statement in scratch
Answer:
the first one
Explanation:
think about it. 60 equals 60! this is true!
Answer:
A is correct
Explanation:
i took this same test
What type of device is OMR input or Output
Answer
input
Explanation:
modern ones are now input
Using a vue-cli initiated project, make a ticker that will keep track of the number of attendees in a space
Compare Ethernet frames to other frames.
•Most frames use CRC, but Ethernet does not. •Most frames use a protocol called CSMA/CD.
•Ethernet frames generally do not have stop frames.
•Ethernet frames have more parts in their frame footers.
What are the difference generation of computer system?
Answer:
5 generations
Explanation:
1st generation 1940's to 1950's vacuum tube based.
2nd generation 1950's to 1960's transistor based.
3rd generation 1960's to 1970's integrated circuit based.
4th generation 1970's to 1980's microprocessor based.
5th generation present and future artificial intelligence based.
name of the people associated with the development of computer briefly explain thier contribute
Technician A says that long hair should be secured to avoid entanglement. Technician B says that hairnets are NOT an effective means to secure hair. Who is correct? Select one: a. Technician A b. Technician B c. Both A and B Or d. Neither A nor B
Answer:
technician A if you use the net it still saves the hair than letting it long and exposed