Answer:
This is a particular type of memory that stores autobiographical data about a person. It keeps in itself knowledge about where, when, with whom certain events happened. The episodic memory definition in psychology appeared relatively recently - in 1972 by the Canadian experimental psychologist Endel Tulving.
Explanation:
Answer:
Episodic memory is a person's memory of a specific event. Because each person has a different perspective and experience of an event, their episodic memory of that event is unique. Episodic memory is a category of long-term memory that involves the recollection of specific events, situations, and experiences.
Explanation:
how to play powerpoint slides automatically without clicking 2021?
Answer:
Turn on autoplay it is at the bottom of the screen
Explanation: Press the 3 dots at the bottom of the screen. Then click autuplay.
Also set the amount of seconds.
Can someone help me code the statments in the picture?
Answer:
(In this section I will put the code with no comments and I'll put the code plus comments in the explanation below :)
public class Main
{
public static void main(String[] args)
{
double cost = ParkingSpot.getPrice(4);
System.out.println(cost);
}
}
//End OF Main class
//ParkingSpot class
public class ParkingSpot
{
public static double getPrice(int hours)
{
double cost = 4.25 * hours;
if (cost < 7.00){
cost = 7.00;
}
if (hours > 3){
cost = cost * 0.25;
}
return cost;
}
}
Explanation:
(Here I will add the comments so you better understand what is written and whats going on :)
public class Main
{
public static void main(String[] args)
{
/* the code should be written in the ParkingSpot
* class. You may use this main method to call
* methods to test your code
*/
/*We send an integer representing x amount of hours, also calling the
method and displaying the result
*/
double cost = ParkingSpot.getPrice(4);
System.out.println(cost);
}
}
//End OF Main class
//ParkingSpot class
public class ParkingSpot
{
/* Finish the static class getPrice. The parameter hours indicates the time parked.
*/
public static double getPrice(int hours)
{
//Here we set the rates
/*
It costs 4.25 per hour to park in the ParkingSpot
If the total cost come in at less than 7.oo, the price should
be adjusted UP to 7.00, the minimum Price Allowed
If the number of hours is more than three hours,
a 25% discount should be appllied
*/
double cost = 4.25 * hours;
//If the cost is less than 7.00 we set the price up to 7.00
if (cost < 7.00){
cost = 7.00;
}
/*If hours is more than 3 (meaning 4 or it would have said 3 and/or more),
a 25% discount will be appllied*/
if (hours > 3){
cost = cost * 0.25;
}
//Return cost of parking for x amount of hours
return cost;
}
}
Which type of basic building blocks (constructs) is the following algorithm?
A.Sequence
B.Selection
C.Iteration
D.Iteration and Sequence
The type of basic building blocks (constructs) used in the above algorithm is: A. Sequence.
An algorithm can be defined as a standard formula (procedures) which comprises a set of finite steps or instructions, that is typically used for solving a problem on a computer.
Basically, there are three (3) basic building blocks (constructs) used in an algorithm and these include:
I. Iteration.
II. Sequence.
III. Selection.
Selection is a building block (construct) that is used to determine the set of instruction or step to execute in a program based on a Boolean expression such as:
True or False.Yes or NO.If the conditional test (grade > 50) is True (Yes), a part of the program is executed, which is to output a "Pass."
Otherwise, the program would execute and output a "Fail" i.e the conditional test (grade > 50) is False (No).
Read more: https://brainly.com/question/21172316
Which are potential harmful effects of intellectual property rights? Select 3 options.
-programmers cannot build on copyrighted programs
-inventors have no incentive to create new work
-the flow of information between devices may be slow
-people may be prevented from sharing good ideas
-creativity may be stifled by patents that are not innovative
Answer:
Hi there!
Here is your answer...
Programmers cannot build on copyrighted programsThe flow of information between devices may be slowCreativity may be stifled by patents that are not innovativeExplanation:
Programmers cannot build on copyrighted programs, the flow of information between devices may be slow and creativity may be stifled by patents that are not innovative. The correct options are a, c, and e.
What are intellectual property rights?Intellectual property rights (IPR) are the legal rights granted to the inventor or creator to protect his or her invention or creation for a set period of time.
These legal rights grant the inventor/creator or his assignee the sole right to fully exploit his invention/creation for a specified period of time.
Intellectual property protection is essential for encouraging innovation. Without intellectual property protection, businesses and individuals would not reap the full benefits of their inventions and would devote less time to research and development.
Its negative effects include Programmers cannot build on copyrighted programs, information flow between devices may be slow, and creativity may be stifled by non-innovative patents.
Thus, the correct options are a, c, and e.
For more details regarding intellectual property rights, visit:
https://brainly.com/question/169200
#SPJ2
what is the small picture or icon on the screen whose position is controlled by the mouse?
Answer:
cursor
Explanation:
beacause it uz controlled by pointing device, such as a mouse, pen, or trackball
50 POINTS!!!!!!!!!!!!!!!!!!!!1
Which of the following statements about translating content are true? Select 3 options.
A. Using a translation app or plug-in is often the best choice for those on a budget.
B. Translating content is the only activity required to localize your application.
C. In almost all circumstances, it is best to have a person translate your content.
D. Components that should be translated include license agreements, notifications, and alternative text for images.
E. Unicode allows for automatic translation through the use of standard codes for each character.
Answer:
A, C, and E
A. Unicode allows for automatic translation through the use of standard codes for each character.
C. In almost all circumstances, it is best to have a person translate your content.
E. Components that should be translated include license agreements, notifications, and alternative text for images.
Explanation:
I tried your answer but it was wrong. This was the answer that came up instead.
The statements which are true about translating content are as follows:
Using a translation app or plug-in is often the best choice for those on a budget.In almost all circumstances, it is best to have a person translate your content.Unicode allows for automatic translation through the use of standard codes for each character.Thus, the correct options for this question are A, C, and E.
What do you mean by Content translation?The Content translation may be defined as the methodology of modifying existing contents that are considerably designed in order to attract, engage, and retain a particular audience.
Examples of the content translation may include blog posts, white papers, videos, podcasts, newsletters, social posts, etc. These content translations are generally done in order to make the audience understandable and be satisfied with the information that was earlier written in a very complicated form.
Therefore, the correct options for this question are A, C, and E.
To learn more about translation, refer to the link:
https://brainly.com/question/14480244
#SPJ2
Question 17/20
The process for maturing an idea towards patentability is called:
Select the correct option(s) and click submit.
Freedom to Operate
MCD
Trademarking
CIM
Submit
The process for maturing an idea towards patentability is called: CIM.
An intellectual property can be defined as an intangible and innovative creation of the mind that is solely dependent on human intellect (intelligence).
Hence, an intellectual property is an intangible creation of the human mind, ideas, thoughts or intelligence.
Globally, there are three (3) main ways to protect an idea or intellectual property and these include:
Trademarks.Copyright.Patents.A patent can be defined as the exclusive (sole) right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention (idea) for a specific period of time.
Generally, patents are used on an idea or innovation for products that are manufactured through the application of various technologies.
CIM is an acronym for collaborative invention mining and it can be defined as the process for maturing an idea towards patentability, especially through collaborative interaction..
Thus, the objective of collaborative invention mining (CIM) is to collectively strengthen, mature and develop an idea to become a tangible product that proffers a solution to a problem, thereby, making it patentable.
Read more: https://brainly.com/question/22374164
PLEASE HELP ME!!!!!! ITS FOR 100 POINTS AND BRAINLIEST!!!!!!!! NO ONE EVER WANTS TO ANSWER MY QUESTION!!! I JUST NEED SOMEONE TO EXPLAIN WHAT THEY'RE ASKING ME TO DO!!!!!!!!
Step 1: Read the Scenario
Because of the great work you’ve been doing for your department at running shoe company Runner Rush, your vice president has elected you to join an innovative cross-departmental team in your organization. The company is looking to launch a new shoe that enhances any runner’s speed. Management wants this new team to create an idea within a month. All the members of the team are alleviated of some of their regular job duties in order to join several meetings a week to brainstorm and design the new product.
Step 2: Develop a Month Plan
You have been appointed as the team leader. Develop a month plan that you will present to your teammates at the initial meeting. Focus on developing a strong team dynamic, setting goals, expectations, deadlines, and other elements that will lead the team to success. Make sure that your plan is easy to follow and clearly outlines all the required information.
Answer:
be creative
Explanation:
being creative helps you and our time brainstorm some good ideas that will help you succeed and allow your team mates to have a voice too if you follow these you will be a good team leader
i dont know if if this the answer that your looking for but i hope it help
Answer:
Do what you do best
Explanation:
Thats all i can say just do what you are good at and you can go places
Why is it important to create a web maintenance schedule? Check all of the boxes that apply.
A, B, D
I just did it mate :)
Explain what are Graphics Cards
Answer:
Graphic Cards are designated to make the pc have more FPS and actually power (It's not actually accurated, but you may search on the internet)
Calculate and print the average mark achieved for a test for a group of four students.
Answer:
To calculate the average, add the test scores together and divide the sum (483) by six.
Explanation:
The headgear shown in the video is used to combine 3-D models with real-time information visualized through the helmet. For which type of jobsite is this technology commonly used?
Headgears such as the daqri smart helmet leverage the capability of the mixed reality to produce smart helmets which provides sleek real-time interactivity commonly isde in construction sites.
Mixed reality technology integrated the capability virtual reality to produce 3D images, which is coupled with the ability to interact with the real world.
The helmet allows engineers to picture the intended design and interact with the environment while maintaing and adhering to safety protocols.
Learn more : https://brainly.com/question/25273027
how do i stop my computer from automatically connecting to a wireless network
Answer:
:p
Explanation:
Should be in wireless network settings.
or
If you have a home wifi or network, lock into that (via connecting and clicking connect automatically or clicking stay connected- depending on the network band and type as well as your computer model and make)
Hope this helps :P
Have a nice day (or night)
What does elif mean? A. else B. if C. eliminate if D. else if
Answer:d
Explanation:
Answer:
D. else if
Explanation:
Elif is short for else if.....
You are replacing a wired business network with an 802.11g wireless network. You currently use Active Directory on the company network as your directory service. The new wireless network has multiple wireless access points, and you want to use WPA2 on the network. What should you do to configure the wireless network?
a. Use shared secret authentication.
b. CONFIGURE DEVICES TO RUN IN THE INFRASTRUCTURE MODE.
c. Configure devices to run in ad hoc mode.
d. Use open authentication with MAC address filtering.
e. INSTALL A RADIUS SERVER AND USE 802.1X authentication.
Answer: Install a RADIUS server and use 802.1x authentication
Explanation:
To configure the wireless network with multiple access points and use WPA2, you should install a RADIUS server and use 802.1X authentication. The correct option is e.
What is configuration?Configuration, in its broadest sense, describes the process of setting up or organizing anything in accordance with a given specification or needs.
Installing a RADIUS server and utilizing 802.1X authentication will enable you to configure the wireless network with numerous access points, WPA2, and other security features.
You can authenticate wireless clients based on their Active Directory credentials by using a RADIUS server and 802.1X authentication.
This will increase the wireless network's security by ensuring that only authorized users can connect to it.
Ad hoc mode, open authentication with MAC address filtering, and shared secret authentication are not advised for securing a wireless network since they offer flimsy protection and are simple to crack.
Thus, the correct option is e.
For more details regarding configuration, visit:
https://brainly.com/question/13410673
#SPJ2
The working of the computer on the input according to the program is called_______.
Answer:
input program
Explanation:
How graphic designing
changed in years? Write in 300 words.
Answer:
Graphic design has a rich and varied history. The word “graphic design” didn’t appear on the scene until 1922, when William Dwiggins created the word to describe the art of designing with graphics. In the earliest days of graphic design, professionals drew by hand. However, in the last 60 years graphic design has forged ahead, advancing rapidly since the addition of today’s digital art tools.
Earliest Graphic Design
Even though the term wasn’t yet coined, some of the earliest designs included typography for books and newspapers. One could also argue drawings on cave walls represent a form of ancient graphics.
Fast forward to the 1900s when posters became a form of expression. During the 1940s, graphic design appeared in propaganda posters of the era, such as the “We Can Do It” poster with Rosie the Riveter. Slogans were short, to the point, and added to a graphic that set the tone.
As technology began to change and become available to more people, the entire industry that would become known as graphic design began to emerge.
The 1990s
In 1990, Photoshop 1.0 arrived on the scene. Back then, you could only use Photoshop with Macintosh computers. The birth of this new tool again changed designers’ ability to experiment with new techniques, including overlapping text, faded elements, and digital overlays.
Grunge was also born in the ’90s, which showed up in movie poster designs, book covers, and album covers with dark looking images and simple colour palettes, such as white on black, perhaps with a pop of red. A few grunge typefaces even came about—gritty and raw-looking text.
The 2000s
The 2000s began an entirely new frontier for graphic designers. In addition to tools becoming even more powerful, people were suddenly designing on portable devices, such as smartphones. On top of that, designers began to realize the importance of designing in a way that looked good across all device types.
Movement became more of a focus, with designers looking for ways to make even static logos look like they’re in motion.
One example of a logo that appears to almost be in motion is the AT&T logo of a globe. Because of the mix of blue and white along with the angles of the logo, one can imagine that the image is spinning slowly just as the earth does. They debuted the logo in 2005.
Recent Changes
There isn’t one method that dominates graphic design today, but a mix of design techniques and styles. Trends emerge from year to year—and sometimes month to month. In 2017, the use of cutout text that meshed with strong images allowed designers to create unique looks for websites and logos.
Other trends included flat icons and the addition of videos across marketing channels. Websites need to be mobile responsive more than ever before, so simplicity is the order of the day, along with speeding up overall rendering. Print advertising meshes with mobile devices, bringing a new experience to users that is more immersive.
Evolution of Graphic Design
Where graphic design will go in the future is anyone’s guess, but the user experience is sure to remain at the forefront. Designs will become more personalized and more interactive over time. One example of this type of technology and personalization appears at Walt Disney World in Orlando. As riders stroll past digital posters, a sensor picks up the signal from a magic pass armband, and the guest’s name comes up on the poster, welcoming them.
Regardless of where design goes next, expect to see increasingly more personalized designs that enhance user experience in your daily life.
Which team is responsible for defending the network against attacks in a risk training scenario?
Red teams are offensive security professionals who are experts in attacking systems and breaking into defenses. Blue teams are defensive security professionals responsible for maintaining internal network defenses against all cyber-attacks and threats.
Develop an algorithm to print the names of the candidates who should receive a refund. A refund is due if the candidate's votes received equals or exceeds 20 per cent of the votes cast in the constituency. The algorithm should also determine and print the number of candidates who received a refund. Test the algorithm with data from ten candidates. The algorithm must accept as input the names of the candidates, votes received and the votes cast in the constituency. The algorithm should print the name of the candidate and the words "Refund Due" or "No Refund" and the number of candidates who received a refund.
Answer: start
input candidate name, votes received and vote cast
if count =number of candidate who re
Explanation:
please help me i give brainly
Answer:
I hope this is right, but it may not be so you might want to recheck your lesson, but i hope this helps you. Have a great day!
Explanation:
Need help Plz i have only 20 min
Answer:
1. tripod
2.srry i don't know
3. true
4. sorry i don't know
5. prob true
Answer:
Tripod
2. The pixel
3. True
4. Goo_____gle Slides
5. True
what tv show inspired the term spam for junk email?
Answer:
a 1970s monty python's flying circus TV sketch
computer has brought radical change in every field. Justify this statement
Answer:
Because we can do more research in a smaller amount of time because lots of things just pop up and people can talk to farther people around the world
Explanation:
because you can email people and zoom them and do research to find answers
Blane is using the iterative process while designing his video game and sending his product through small iterations of building and testing frequently what can Blane ensure by using this process
Answer:
I believe the answer would be that he is actually creating something that people need and want. I hope this helps! :)
Answer:
Iterative game design is the process by which a video game is repeatedly proposed, prototyped, play tested and reevaluated prior to working product release. Iterative game design operates on the following principle: It is unrealistic to create an ideal product on the first try.
By creating and testing working models on core criteria (such as fun), game designers are able to refine product on a gradual basis and increase market success potential.
Explanation:
hope it will help you
Which of these is a historic real-world simulation game?
A. Juggling
B. Archery
C. Golf
D. Tag
Answer:
B. Archery
Explanation:
the art, practice, or skill of shooting with bow and arrow
Answer:
B. archery
Explanation:
Which graphic file format would you choose if you needed to make an animated graphic for a website?
Answer:
GIF – Graphics Interchange Format
Explanation:
Please please help I don’t understand thus
Answer:
I am pretty sure the answer is path.
Explanation:
Each section in the user/juanita/etc thing makes up a path.
Jeroo Bob has just awoken from a long night's sleep and is hungry for some winsum flowers. He walks out of
his shelter, and looks around for some, determined to find every flower possible, even on the small peninsula
on the southeast corner. He spots several, including one on the peninsula, and as he gathers them on the main
island, he sees that Trapper Jody has placed some barrier nets on the small strip of land between the large
island and the peninsula. "Curses!", Bob mutters to himself, exasperated with the continuous harassment he
gets from Jody in her efforts to catch him with her nets. "I'll just have to use the flowers I already have to
disable the nets.", Bob thinks to himself. "I will not let her keep me from my winsum flowers!!". Of course,
he is not smart enough, and too stubborn and hungry even if he realized that he'll waste more flowers
disabling the net traps than it's worth, but he plows on ahead, bound and determined to get that last flower, no
matter what it takes, and get back home for some breakfast!
Write the program necessary for Bob to accomplish his goal, retrieving all the flowers on the island, even the
one on the peninsula, and return Bob back to his home so he can have breakfast in bed, in the exact same
position as when he awoke.
Watch for opportunities to optimize your code using loops. Your teacher just might give you bonus credit
each time you are able to do that!
Have fun!
BEFORE
AFTER
!
Note: In the second picture, all that is required is that there is a clear path between the main island and the
peninsula. The remaining net could be gone as well, and that is OK.
Use a separate sheet of paper to write your program, so that you have enough room.
11:49 AM
Gogle
JUTUU LAU
Jeroo Lab 11
Answer:
bro this is long try something easy
Explanation:
im lazy to read
Select the correct answer.
Which of these practices should you avoid in navigation design?
O A. linking the organization logo to the home page
O B. providing users with different types of navigation elements
OC. providing users with as many choices as space allows
OD. using metaphor to represent real-life objects
Answer:
C
Explanation:
Coming from a purely practical point of view, providing users with as many choices as space allows is a bad idea. You do not want to overwhelm a navigation bar with too many options, especially not "as many choices as space allows". You should keep them short and if need be, categorised.
Hope this helps!
What are some benefits of the Internet? (select all that apply)
ease of communication
e-mail
collaboration
increased exposure of activity online
Answer:
ease of communication
collaboration
increased exposure of activity online
Explanation:
it all applies because all of it is benefits of internet
The benefits of the internet selected from the given options are: ease of communication, e-mail, and collaboration, which are present in option 1, option 2, and option 3.
What are the benefits of the internet?
The internet has revolutionized the way people communicate with each other, it has made communication much easier and faster than before. With the help of the internet, people can communicate with each other across the world in real-time through various means, such as instant messaging, video conferencing, and social media platforms. The ease of communication has had many benefits, such as allowing people to stay in touch with their loved ones, regardless of their location. Email is one of the most popular and widely used forms of communication on the internet, and collaboration is another significant benefit of the internet.
Hence, the correct answers are ease of communication, e-mail, and collaboration, which are present in options 1, 2, and 3, among all other options.
Learn more about the benefits of the internet here.
https://brainly.com/question/24149931
#SPJ7