Answer:
Dynamic
Explanation:
As defined by Walter Woltos, DYNAMIC DISPLAY is a type of display that allows the user to access a large amount of vocabulary in one device, uses spelling to convey the message, is changeable by the user, depicts language in electronic form, uses context-based pages, and uses conversational pages.
For example, a dynamic display includes smartphones, laptops, etc. This is the opposite of Static display.
1. The purposes of traffic signs are
a. to direci, to decide, to stop.
b. to observe, to direct, to guide.
to stop, to warn, to decide.
d. to regulate, to warn, to guide.
Answer:
D. to regulate, to warn, to guide.
Stacy is in the process of creating a storyboard for her personal website, but she is unable to decide which storyboarding technique to use. Which technique would work best for her?
Answer:
Webbed storyboard technique
Explanation:
There are several storyboard techniques; however, the best for a website is the webbed storyboard technique.
Coined from the word "web", this technique does not only help in linking pages within the website where a page can be access from other pages, it also links pages of the website to external pages.
An illustration is as follows:
From the homepage of a website, one can access the contact page, the about page, etc.
Each of the listed pages also have link back to the homepage and to every other pages.
Jeffery wants to identify the subject terms being used in APA PsychInfo for articles related to behavior modifications. What is the most efficient and effective search strategy to identify subject terms for a database search
Group of answer choices.
a. He can look for common related subject terms in a dictionary, thesaurus or encyclopedia.
b. He can look for relevant articles in the results list from a database search and scan the subject terms.
c. He can use Go-ogle Scholar to retrieve relevant articles and find common related subject terms.
Answer:
b. He can look for relevant articles in the results list from a database search and scan the subject terms.
Explanation:
A Search engine is an internet resource or service that searches for keywords or categories specified by the end user and then displays (shows) a list of website which matches or have informations similar to the query. Some examples of popular search engines are Goo-gle, Bing, Yahoo, etc.
The most efficient and effective search strategy to identify subject terms for a database search is to look for relevant articles in the results list from a database search and scan the subject terms.
In order to improve the speed of retrieval for a search engine, high frequency words such as if, or, and, at, to, etc., which are generally referred to as stop words are filtered out.
However, AND should be used to combine keywords and phrases when using a "subject search" option to search a database for relevant articles.
The method of distributing multimedia files, such as an audio file, for downloading onto a personal computer is called
Answer:
digital distribution
Explanation:
In the context of applications of artificial intelligence (AI), _____ perform well at simple, repetitive tasks and can be used to free workers from tedious or hazardous jobs.
Answer:
The right response is "Robots ".
Explanation:
A robot seems to be an independent machine that can detect its surroundings, conduct simulations, as well as take action throughout the modern or actual environment.It is indeed a piece of computer-controlled equipment, which would also be utilized autonomously for carrying out duties or other hazardous tasks.Artificial intelligence is a far more superior or complicated aspect of intelligence. They make use of patterns to find solutions to various problems.
Artificial intelligence machines are called robots. These tend to work and perform tasks that are much complex and length within short and simple steps. They can be sued to free the workers and help in any hazardous situation or events. Hence they serve the purpose of bots or robots.Learn more about the context of applications of artificial intelligence (AI).
brainly.com/question/24259157.
A program that allows employees to choose their starting and ending times, as long as they are at work during a specified core period, is called ______.
Answer:
flextimes
Explanation:
Flex times is defined as the flexible time that is scheduled for allowing the workers to alter the workday start and their finish times. This is in contrast to the traditional work arrangements which require for the employees to start work at a standard 9 a.m. and to finish at 5 p.m.
It is program which allows the employees to choose a suitable starting time as an ending time for doing their work during the specified core period.
Which command in the Linux terminal enables you to find out information about a wireless network adapter comptia
Answer:
The command is iwconfig (or ifconfig)
Explanation:
To analyze a wireless network adapter in the Linux Terminal, the command you like to use is iwconfig (or ifconfig).
In windows, Ipconfig carrying out a similar function. It is important to note that iwconfig does not work in OS X, however, ifconfig does.
The Linux terminal is an app (that has a simple command-line interface). It performs the function of allowing a user to:
takes commands from the user, and displays the output on the screen or monitor.Cheers
Which is linux operating system?
1. Private OS
2. Open source OS
3. Windows operating System
4. None of these above
Answer: None of these above
hope its help you
have a great day keep smiling be happy stay safe .
What is the output of this code?
num-7
if num > 3:
print("3")
if num < 5:
print("5")
if num --7:
print("7")
Answer:
The output is:
3
7
Explanation:
Given
The code segment
Required
The output
The given code segment has 3 independent if statements; meaning that, each of the if conditions will be tested and executed accordingly
This line initializes num to 7
num=7
This checks if num is greater tha 3; If yes, "3" is printed
if num > 3:
print("3")
The above condition is true; so, "3" will be printed
This checks if num is less than 5; If yes, "5" is printed
if num < 5:
print("5")
The above condition is false; so, "5" will not be printed
This checks if num equals 5; If yes, "7" is printed
if num ==7:
print("7")
The above condition is true; so, "7" will be printed
So, the output is:
3
7
Software written to meet the specific needs of a company is known as
Answer: system
Explanation:
System software refers to the software that's written to meet the specif needs of a company. It is designed in order to provide a platform for the other software and run the hardware and the application programs of a computer.
Examples of system software are game engines, industrial automation, search engines, etc.
disadvantages of computer.
Answer:You cant carry it around like a phone
Explanation:
People think that they can send email messages from their personal computers and that it cannot be traced. This is called the _____.
Message Trace
Essentially it's a method used by administrators to monitor and trace emails
how do you create a formula in excel
Answer:
You can create a simple formula to add, subtract, multiply or divide values in your worksheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric values and calculation operators such as plus (+), minus (-), asterisk(*), or forward slash (/) signs.
Let's take an example of a simple formula.
On the worksheet, click the cell in which you want to enter the formula.
Type the = (equal sign) followed by the constants and operators (up to 8192 characters) that you want to use in the calculation.
For our example, type =1+1.
Notes:
Instead of typing the constants into your formula, you can select the cells that contain the values that you want to use and enter the operators in between selecting cells.
Following the standard order of mathematical operations, multiplication and division is performed before addition and subtraction.
Press Enter (Windows) or Return (Mac).
Let's take another variation of a simple formula. Type =5+2*3 in another cell and press Enter or Return. Excel multiplies the last two numbers and adds the first number to the result.
Use AutoSum
You can use AutoSum to quickly sum a column or row or numbers. Select a cell next to the numbers you want to sum, click AutoSum on the Home tab, press Enter (Windows) or Return (Mac), and that's it!
AutoSum on the Home tab
When you click AutoSum, Excel automatically enters a formula (that uses the SUM function) to sum the numbers.
Note: You can also type ALT+= (Windows) or ALT+ COMMAND += (Mac) into a cell, and Excel automatically inserts the SUM function.
Explanation:
HOPE IT HELPS
A number of computers have been reported to be getting incorrect IP addresses. After doing some investigation, an unauthorized DHCP server has been determined to be the cause. Which step in the troubleshooting process should be performed next
Answer:
Establish a plan of action to find the DHCP server.
Explanation:
The troubleshooting process can be defined as the sequential steps that are to be taken while trying to proffer a solution to a problem, usually on computer systems.
The seven (7) steps of the troubleshooting process in ascending order are;
1. Identify the problem.
2. Establishing a theory of probable cause of the problem.
3. Test the established theory to determine cause.
4. You should establish a plan of action to resolve the problem while identifying its potential effects.
5. Implement a solution.
6. Verify full system functionality.
7. Document findings, actions and outcomes.
In this scenario, the step in the troubleshooting process that should be performed next is establishing a plan of action to resolve the problem by finding the unauthorized dynamic host control protocol (DHCP) server issuing the incorrect internet protocol (IP) addresses.
When you purchase a device, system software is already loaded on it. Which of the following system software settings can you customize?
Answer:
Screen resolution
Explanation:
The brightness of the words and pictures displayed on computer screen is referred to as screen resolution. Items seem crisper at larger resolutions, such as 1600 x 1200 pixels. They also seem smaller, allowing for more objects to be displayed on the screen. The greater the resolution supported by a display, the larger it is.
What is the primary hash algorithm used by the NIST project created to collect all known hash values for commercial software and OS files
Answer:
National Software Reference Library (NSRL).
Explanation:
NIST is acronym for National Institute of Standards and Technology and it's under the U.S. Department of Commerce. The NIST cybersecurity framework (CSF) is a powerful tool that provide guidelines for both the external and internal stakeholders of organization on how they can effectively and efficiently organize, manage, and improve their cybersecurity programs, so as to mitigate the risks associated with cybersecurity.
National Software Reference Library (NSRL) is the primary hash algorithm used by the National Institute of Standards and Technology (NIST) project created to collect all known hash values for commercial software and operating system (OS) files.
John wants to assign a value to the favorite sport variable:
favoriteSport = indoor soccer
However, he gets an error message. What does he need to change in order to make the code work?
Add a space between the words in the variable name
Create a longer variable name
Put quotation marks around the string literal
Omit the symbol in the string
Put quotation marks around the string literal
Jon wants to assign a value to the favorite sport variable: favoriteSport! = "indoor soccer" but gets an error message by Removing the exclamation mark from the variable name it will fix for the code to work.
In laptop programming, code refers back to the set of instructions, or a machine of rules, written in a selected programming language (i.e., the supply code).
If you've got ever observed an exclamation mark (!) earlier than the variable in a person's JavaScript code the negation operator (!) definitely simply reverses the means of its operand. ! is the logical now no longer operator in javascript.
Learn more about the javascript here:
brainly.com/question/27683041
#SPJ3
You work in a branch office and use a desktop system named Comp1. A Windows server named Srv1 is located in the main office.Srv1 stores several shared folders that you use, including the Data share. You use Offline Files in the branch office to make the files on the server are available when the WAN link is down.How can you prevent all files in the Data share from being cached while making sure files in other shared folders are still available?A. On Srv1, edit the Local Security Policy.B. On Comp1, edit the Offline Files settings in the Sync Center.C. On Srv1, edit the properties for the Datafolder.D. On Srv1, edit the Offline Files settings in the Sync Center.
Answer:
C. On Srv1, edit the properties for the Data folder
Explanation:
Using the caching feature of Offline Folder gives users access to shared folders through the maintenance of a local copy which allows users to continue working with the resources in the shared folder in the event the server hosting the folder cannot be reached, which leads to increased productivity. However, when a shared folder is the storage location of sensitive data to which there is restricted access, it may be required to prevent the folder from being cached
The caching option property for the shared folder can be set from within the Offline Settings, to configure the availability of the folder when the server WAN link is down
what is an example of analog device
Explanation:
Thermometer. Speedometer. Analogue Clock. Seismometer. Voltmeter. Flight Simulators.hope it helps stay safe healthy and happy...Popular mixed drinks such as margaritas
contain more alcohol than a standard drink.
A. will
B. do not necessarily
O C. never
Drugs
the chemistry of the brain and the way that a person thinks.
A. change
B. don't change
C. trick
Highway Safety Administration
Answer:
C.never and A.change that's what I think
A data center needs to ensure that data is not lost at the system level in the event of a blackout. Servers must stay operable for at least an eight-hour window as part of the response and recovery controls implemented. Which redundancy effort should be put in place to ensure the data remains available?
Answer: UPS
Explanation:
The redundancy effort that should be put in place to ensure the data remains available is the Uninterruptible Power Supply(UPS).
Uninterruptible Power Supply (UPS) is necessary in the provision of battery backup power when there's drop or stoppage in the flow of electricity. With regards to the question, it'll ensure that data is not lost at the system level in the event of a blackout.
What is the usage of "yield" in python?
Answer:
Yield is a keyword in Python that is used to return from a function without destroying the states of its local variable and when the function is called, the execution starts from the last yield statement. Any function that contains a yield keyword is termed a generator. Hence, yield is what makes a generator.
Explanation:
what is microsoft speadsheet
Answer:
Exel if I spelled it right
Explanation: It is very good
Answer:
It's called Excel and it's in Office 365
Explanation:
It's very useful in my opinion to organize any graphs or information you would like to store online.
A level 3 security system focuses on protecting the _____ against intrusion, denial-of-service attacks, and unauthorized access.
Answer:
corporate network
Explanation:
A level 3 security system focuses on protecting the corporate network against intrusion, denial-of-service attacks, and unauthorized access.
can I play the game the last of us with this spec:
write a pseudocode that reads temperature for each day in a week, in degree celcius, converts the celcious into fahrenheit and then calculate the average weekly temperatures. the program should output the calculated average in degrees fahrenheit
Answer:
total = 0
for i = 1 to 7
input temp
temp = temp * 1.8 + 32
total + = temp
average = total/7
print average
Explanation:
[Initialize total to 0]
total = 0
[Iterate from 1 to 7]
for i = 1 to 7
[Get input for temperature]
input temp
[Convert to degree Fahrenheit]
temp = temp * 1.8 + 32
[Calculate total]
total + = temp
[Calculate average]
average = total/7
[Print average]
print average
7. The message on a diamond-shaped sign might be
a. Pass With Care, Trucks Use Right Lane, or
Do Not Pass.
b. Curve, Hill, or Winding Road.
One Way, Wrong Way, or No Trucks.
d. No Turn, Speed Zone Ahead, or Left Lane
Must Turn Left.
Answer:
a. pass with care, trucks use right lane, or do not pass
please answer me fast
Answer:
Btp
Explanation:
this will help you more
Answer:
BTP is the simplest and the most conventional model of topology
PTP
BTP✓✓✓
PTB
PTT
A computer is assigned an IP address of 169.254.33.16. What can be said about the computer, based on the assigned address?
Group of answer choices.
A. It can communicate with networks inside a particular company with subnets.
B. It can communicate on the local network as well as on the Internet.
C. It has a public IP address that has been translated to a private IP address.
D. It cannot communicate outside its own network.
Answer:
D. It cannot communicate outside its own network.
Explanation:
Dynamic Host Configuration Protocol (DHCP) is a standard protocol that assigns IP address to users automatically from the DHCP server.
Basically, a DHCP server is designed to automatically assign internet protocol (IP) address to network devices connected to its network using a preconfigured DHCP pool and port number 67.
When a computer that is configured with DHCP cannot communicate or obtain an IP address from the DHCP server, the Windows operating system (OS) of the computer automatically assigns an IP address of 169.254.33.16, which typically limits the computer to only communicate within its network.
Generally, a computer cannot communicate outside its own network when it is assigned an IP address of 169.254.33.16.
The doubling of the power of microprocessor technology while the costs of its production decreases by half is called ______ Law.
Answer:
The doubling of the power of microprocessor technology while the costs of its production decreases by half is called Moore's Law.
Explanation:
The Moore's Law was a law derived from a projection on historical trend of the number of transistors in integrated circuits rather than a statement based on laws of Physics. This law stated originally that the number of transistors in an integrated circuit doubles whereas production costs halves due to gain in manufacturing and design experiences every two years. This empirical law was formulated in 1.965.
Microprocessors are IC-based.
The complete answer is: The doubling of the power of microprocessor technology while the costs of its production decreases by half is called Moore's Law.