Describe and evaluate the working memory model of memory (16 marks)​

Answers

Answer 1

Answer: The working memory model is a cognitive model of short term memory comprised of three main components; the central executive, the visuo-spatial sketchpad and the phonological loop. ... they suggests the components of working memory all have limited capacity.


Related Questions

What is an online payment gateway?​

Answers

Answer:

it is the key component of the electronic payment processing system, or through which type of payment you are giving through.

Explanation:

brainiliest

What is the correct order for writing the 3 dimensions for a 3D object? Here are the 3 dimensions:


Width


Height


Length


They need to be written in this format: ___________X___________X___________


Fill in the blanks.
for my sibling.

Answers

Answer:

Length x Width x Hight

Explanation:

Given an array of integers check if it is possible to partition the array into some number of subsequences of length k each, such that:
Each element in the array occurs in exactly one subsequence
For each subsequence, all numbers are distinct
Elements in the array having the same value must be in different subsequences
If it is possible to partition the array into subsequences while satisfying the above conditions, return "Yes", else return "No". A subsequence is formed by removing 0 or more elements from the array without changing the order of the elements that remain. For example, the subsequences of [1, 2, 3] are D. [1], [2], [3]. [1, 2], [2, 3], [1, 3], [1, 2, 3]
Example
k = 2.
numbers [1, 2, 3, 4]
The array can be partitioned with elements (1, 2) as the first subsequence, and elements [3, 4] as the next subsequence. Therefore return "Yes"
Example 2 k 3
numbers [1, 2, 2, 3]
There is no way to partition the array into subsequences such that all subsequences are of length 3 and each element in the array occurs in exactly one subsequence. Therefore return "No".
Function Description
Complete the function partitionArray in the editor below. The function has to return one string denoting the answer.
partitionArray has the following parameters:
int k an integer
int numbers[n]: an array of integers
Constraints
1 sns 105
1 s ks n
1 s numbers[] 105
class Result
*Complete the 'partitionArray' function below.
The function is expected to return a STRING
The function accepts following parameters:
1. INTEGER k
2. INTEGER ARRAY numbers
public static String partitionArray (int k, List public class Solution

Answers

Answer:

Explanation:

Using Python as our programming language

code:

def partitionArray(A,k):

flag=0

if not A and k == 1:

return "Yes"

if k > len(A) or len(A)%len(A):

return "No"

flag+=1

cnt = {i:A.count(i) for i in A}

if len(A)//k < max(cnt.values()):

return "No"

flag+=1

if(flag==0):

return "Yes"

k=int(input("k= "))

n=int(input("n= "))

print("A= ")

A=list(map(int,input().split()))[:n]

print(partitionArray(A,k))

Code Screenshot:-

Quick please, URGENT

1.Explain why the scenario below fails to meet the definition of due diligence in coding.

Situation: As you are developing an app for a small fee, you include access to many other services, such as searching the Internet.


3.A programmer must know platforms and other languages. On what "side" is Groovy?

programmer side

Web-based side

server-side

client-side

4.Give two reasons why there are more contract workers than permanent workers

5.Explain why the scenario below fails to meet the definition of an app with persona.

Situation: Jim built an app for a company in which the user navigates a Web site by clicking on links and reading written material.

6.Explain why the scenario below is not a description of an angel investor.

Situation: Ray has an idea for developing an app and finds individuals who will invest in the app. These individuals sign an agreement that they expect no money or rights in the app.

7.In an app design project, who is responsible for the SDKs?

the programmer

the developer

the senior executive

the senior staff

8.Suppose you are offered a position that focuses on writing policies, hiring staff, and focusing on the company's mission. What position are you offered?

legal executive

technology executive

resources executive

programming executive

Answers

Answer: it is the code it is wrong

Explanation:

Which of the following clauses will stop the loop when the value in the intPopulation variable is less than the number 5000?

Answers

Answer:All of the above

Explanation:

A data warehouse is:

Answers

Answer:

Explanation:in computing, a data warehouse (DW or DWH), also known as an enterprise data warehouse (EDW), is a system used for reporting and data analysis, and is considered a core component of business intelligence. DWs are central repositories of integrated data from one or more disparate sources.

Answer:

Is A system that pulls together data from different sources within an organisation for reporting and analyzing

Explanation:

Juan has performed a search on his inbox and would like to ensure that the results only include those items with
attachments which command group will he use?
O Scope
O Results
O Refine
Ο Ορtions

Answers

Answer:

The Refine command group

Explanation:

Identify two stages of processing instructions

Answers

Answer:

1. Fetch instruction from memory.

2. Decode the instruction.

Sometimes, when modifying a document with a word processor, adding text does not increase
the apparent size of the file in mass storage, but at other times the addition of a single symbol
can increase the apparent size of the file by several hundred bytes. Why?

Answers

Answer:

The rotation speed of disks is measured in RPM.

Explanation:

Storage space is allocated in units of physical sectors...

However, BMP images are not compressed, resulting in very large file sizes for any useful image resolutions. Example:

Beyond Compare is a utility for comparing files and folders. It can help you find and reconcile differences in source code, folders, images and data. File size is in mind though.

The reason behind to not increase the size of the file is in what you do with it.

There are about 1,932 calories in a 14-pound watermelon. How many calories are there in 1 pound of the watermelon?

Answers

Answer:

138

Explanation:

1932:14

x:1

1932/14 = 138

Therefore x = 138

There are 138 calories per pound of watermelon

Hope that helps

Your boss asks you to upgrade a desktop computer to add an extra DVI port for a second monitor. How would you recommend completing this request?

Answers

Where your boss asks you to upgrade a desktop computer to add an extra DVI port for a second monitor, the following steps are recommended:

If your PC only has one video port, you should be aware that you cannot use a splitter on a single SGVA, HDMI, or DVI interface. If you try to use a splitter with any of these ports, the same image will appear on both displays. It will not expand your work area over both monitors and work independently.

If your PC has a USB port, the best option is to purchase a DisplayLink connector. A DisplayLink connector allows you to connect and extend your display to another display by connecting it to a USB port.

What is a DVI Port?

DVI, which stands for Digital Visual Interface, provides a noticeably crisper and better image than VGA. Because it can transport both digital and analog signals, it is a one-of-a-kind connection. DVI may simply be converted to other standards such as HDMI and VGA.

The Digital Display Working Group created the DVI (Digital Visual Interface) digital video interface (DDWG). It is often found on computers, LCD monitors, projectors, and other digital display devices and can accommodate both digital and analog video signals via a single DVI connection.

Learn more about DVI Ports:
https://brainly.com/question/7008263
#SPJ1

e requirements of Phase 3 are as follows:

In this third phase, you will be obtaining the case, power supply, and monitor for your computer. You will also include a printer.
Case:
Analyze the specifications for the case. Discuss what stood out to you about your choice. For example, "Why did you choose this specific component?" What stood out to you (price, specifications, etc.)?
What are the specifications, source, and price of the case? How did each of these components influence your decision to select it?
Power Supply:
Analyze the specifications for the power supply. Discuss what stood out to you about your choice. For example, "Why did you choose this specific component?" What stood out to you (price, specifications, etc.)?
What are the specifications, source, and price of the power supply? How did each of these components influence your decision to select it?
Monitor:
Analyze the specifications for the monitor. Discuss what stood out to you about your choice. For example, "Why did you choose this specific component?" What stood out to you (price, specifications, etc.)?
What are the specifications, source, and price of the monitor? How did each of these components influence your decision to select it?
Printer:
Analyze the specifications for the printer. Discuss what stood out to you about your choice. For example, "Why did you choose this specific component?" What stood out to you (price, specifications, etc.)?
What are the specifications, source, and price of the printer? How did each of these components influence your decision to select it?
References:
List references used.
References should relate to decision-making articles in addition to a website where one could purchase the product.
All references must be in APA format.
Any images used must be cited properly.
Format:
APA formatted cover page as well as the entirety of the document.
Paragraphs are coherently organized, including the use of proper grammar and correct spelling.
Clearly organized using graphics and tables (where appropriate).
Acronyms are spelled out on first use.

Answers

Because this is a research that should b carried out, I will guide you on how to do same. Pay attention to the requirement on APA Formatting.

How can the above research be executed?

In order to make an informed decision on each component, it is imperative that you conduct thorough research on their specifications, source and price.

Reliable sources of information such as reputable tech review websites should be utilized in the comparison of features and prices for each option available.

Proper citation using APA format will need to be observed together with inclusion of any images used. Organizing your document with clear and coherent structure will further enhance readability- utilizing tables and graphics where applicable.

Learn more about APA Formatting:

https://brainly.com/question/12548905
#SPJ1

One advantage of the Second generation of programming language is that it is machine dependent. True or False

Answers

Answer:

I THINK FALSE

Explanation:

Enter a formula in the selected cell to display the owner's draw percentage (cell B6).

Answers

The formula is an illustration of Excel formulas, and Excel formulas are used to operate on values in a cell or a range of cells

Formula in the selected cell to display the owner's draw percentage is =B6

How to write the formula?

From the question, the owner's draw percentage is in the cell B6.

To enter the formula, we simply enter the name of the cell (i.e. B6)

So, we have:

B6

Excel formulas begin with the equal to "=" sign,

So, we have:

= B6

Hence, the formula is = B6

Read more about Excel formulas at:

brainly.com/question/17566733

PART 1: What's with ABCD's?
Directions: Read and analyze the statement carefully. Choose the BEST answer
and write the letter only in your answer sheet.
1. Which finger lies on the Space Bar when using the Home Row Position?
a. Thumb b. Index Finger c. Middle Finger d. Ring Finger
2. What do we call the position that we need to touch in typing?
a. Upper Keys/ Lower Keys
c. Function Keys
b. Command Keys
d. Home Row Position
3. What are the letters that your fingers in your LEFT hand touching?
a. ASDF b. ASDFG
c. H J K L ;
d. J K L ;
4. What are the letters that your fingers in your RIGHT hand touching?
a. ASDF b. ASDFG
d. JKL ;
c. H J K L ;
5. What letter lies on in your LITTLE finger in your LEFT hand?
a. A
b. F
c. J
d. ;
6. What letter lies on in your LITTLE finger in your RIGHT hand?
a. A
b. F
C. J
d. ;
7. To double click the mouse, what finger should you use?
a. Thumb b. Index
c. Middle
d. Ring
8. What should you click in order to capitalize a Letter?
a. ALT
b. Control
c. Caps Lock
d. Shift
9. Which statements support the function of the Backspace key in the
keyboard?
a. It saves a file
b. It capitalizes a letter
10. What can you say about a Home
a. Base Position in typing
Both A and B
c. It erases a text
d. None of the Above
Row Position?
c. First Position in Typing b.
d. Any of the Above

Answers

ABCD's refer to the Home Row Position in typing, which is the foundation of touch typing. This position involves placing your fingers on the ASDF and JKL; keys on the keyboard, which are located in the middle row and form a diagonal line. The fingers of the left hand should rest on the ASDF keys, while the fingers of the right hand should rest on the JKL; keys. This position allows for quick and efficient typing, as it centers your fingers and allows you to easily reach all the other keys on the keyboard.

In addition to the Home Row Position, there are other key concepts to keep in mind when typing. For example, the Space Bar is located underneath the thumbs and is used to create spaces between words. The Shift key is used to capitalize letters, while the Backspace key is used to erase mistakes. The mouse is also an important tool in typing, and double clicking is done with the index finger.

Overall, it is important to have a solid understanding of the Home Row Position and other basic concepts in typing in order to become a proficient typist. Practice and repetition are also important in developing good typing skills.

For more such questions on foundation, click on:

https://brainly.com/question/31390928

#SPJ11

Consider the packets exchanged in TCP connection setup between Host A and Host B. Assume that Host A's initial sequence number is 2345 and Host B's initial sequence number is 7777. Fill in the sequence numbers and ack numbers that correctly construct the sequence

Answers

Answer:

I think that part C correct option

In a _____, there is no skipping or repeating instructions. A. iteration B. sequence C. selection D. conditional

Answers

Answer:

B: Sequence.

Explanation:

Name the computer crime that has to do with posting false information/ accusations about another person online.​

Answers

Answer:

cyberstalking

Explanation:

The system where the unit of measurement is centimeter

Answers

Answer:

International System of Units

Explanation:

Consider the use of 1000-bit frames on a 1-Mbps satellite channel with a 270-ms delay. What is the maximum link utilization for,
a. Stop-and-wait flow control?
b. Continuous flow control with a window size of 7?
c. Continuous flow control with a window size of 127?

Answers

i feel as if it would be B.

helllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllo

Answers

Hi, I have to make this at least 20 characters long

Ms. Neese is writing a story and wants the title of each chapter to look the same
(font size, style, color, etc.). What feature will help her do this?
Save As
Table of Contents
Text Alignment
Styles

Answers

To make Word documents better, format the text. Find out how to alter the text's alignment, font size, font, and font color.

Which choice allows us to customize text formatting features such font size, color, and alignment?

Right-click any style in the Styles gallery on the Home tab and select Modify. Change any formatting elements, such as font style, size, or color, alignment, line spacing, or indentation, that you desire in the formatting area. You can decide if the style change only affects the current document or all future ones.

How do I alter the HTML font size and color?

Use the CSS font-size property to alter the font size in HTML. Put it within a style attribute and change the value to what you desire. Then Add this style attribute to a paragraph, heading, button, or span tag in an HTML element.

To know more about Text Alignment visit:-

https://brainly.com/question/29508830

#SPJ1

An Excel file that contains one or more worksheets

Answers

Answer:

three sheets

Explanation:

A workbook is an Excel file that contains one or more worksheets. Each of the workbook 039;s worksheets are in separate tabs on the bottom of the Excel window. By default, a new Excel workbook will contain three worksheets.

will give brainlyist

Which sentence in the following paragraph correctly describes mobile technology?
Mobile devices have become the main source of communication for many people around the world. However, businesses are still to capitalize on the wide reach mobile communication. Social media is being increasingly used in marketing research. Customized advertising can be integrated based on specific users' location. Smartphones do not have videoconferencing capabilities that is becoming a major business tool.

Answers

i think its the first sentence: Mobile devices have become the main source of communication for many people around the world

if im wrong im dum ;-;

Answer:

Customized advertising can be integrated based on specific users location.

Explanation:

Right for Plato/edmentum

1.16 LAB: Input and formatted output: Right-facing arrow
Given two input integers for an arrow body and arrowhead (respectively), print a right-facing arrow.

Ex: If the input is:

0 1
the output is:

1
11
0000111
00001111
0000111
11
1

Answers

The program is an illustration of a sequential program.

What are sequential programs?

Sequential programs are programs that do not require loops and conditional statements

The actual program

The program in Python, where comments are used to explain each line is as follows:

#This gets input for the first integer

a = int(input())

#This gets input for the second integer

b = int(input())

#The next 7 lines print the arrow head

print(b)

print(str(b)*2)

print(str(a)*4+""+str(b)*3)

print(str(a)*4+""+str(b)*4)

print(str(a)*4+""+str(b)*3)

print(str(b)*2)

print(b)

Read more about sequential programs at:

brainly.com/question/17970226

How to address a resume with wacky fonts

Answers

Answer:

Open Minded

Explanation:

So think about the person who wrote this resume maybe they were nervous and looking for a way to lighten the mood so they chose something wacky or funny to realief stress or any anxiety so just be open minded and dont judge people based on just the fonts they use

Hope This Helps <3 <3

Changing the color of the text in your document is an example of

Answers

Answer:

???????????uhhh text change..?

Explanation:

Answer:

being creative

Explanation:

cause y not?

Python question

The following code achieves the task of adding commas and apostrophes, therefore splitting names in the list. However, in the case where both first and last names are given how would I "tell"/write a code that understands the last name and doesn't split them both. For example 'Jack Hansen' as a whole, rather than 'Jack' 'Hansen'.

names = "Jack Tomas Ponce Ana Mike Jenny"

newList = list(map(str, names.split()))

print(newList) #now the new list has comma, and apostrophe

Answers

Answer:

You can use regular expressions to match patterns in the names and split them accordingly. One way to do this is to use the re.split() function, which allows you to split a string based on a regular expression.

For example, you can use the regular expression (?<=[A-Z])\s(?=[A-Z]) to match a space between two capital letters, indicating a first and last name. Then use the re.split() function to split the names based on this regular expression.

Here is an example of how you can use this approach to split the names in your list:

(Picture attached)

This will give you the output ['Jack', 'Tomas', 'Ponce', 'Ana', 'Mike', 'Jenny', 'Jack Hansen']. As you can see, the name "Jack Hansen" is not split, as it matches the pattern of first and last name.

It's worth noting that this approach assumes that all first and last names will have the first letter capitalized and the last names capitalized too. If this is not the case in your data, you may need to adjust the regular expression accordingly.

Python questionThe following code achieves the task of adding commas and apostrophes, therefore splitting

Which phrase best describes a data scientist?
A. A person who develops advanced computing languages
B. A person who designs and develops hardware for computers
C. A person who builds and installs the memory chips for household
appliances
OD. A person who uses scientific and statistical methods to analyze
and interpret large, complex digital data sets
W
SUBMIT

Answers

Answer:

D. A person who uses scientific and statistical methods to analyze and interpret large, complex digital data sets.

Explanation:

are used for mechanical power transmission over long distances
A. Spur Gears
B. Helical Gears
C. Planetary Gears
D. Chain and Sprockets

Answers

Answer:

D. Chain and Sprockets

Explanation:

Chains and sprockets are power transmission tools. The roller chain is connected to a toothed wheel which is the sprocket. The combination provides mechanical power to the wheels of vehicles.

An advantage they possess is their ability to transmit mechanical power over both short and long distances. They have a high degree of efficiency but they require constant lubrication. They also produce noise during operation.

Other Questions
Select all the correct answers.Keanus teacher suggests that students use the first 15 minutes of homeroom to keep up with current events by reading online news articles. Keanu has found an article online discussing the impact of gentrification in certain parts of the city. But he before reading the article, his teacher reminds him to check for credibility and reliability.Which two pieces of information would make this a credible and reliable source of information? A. The article has a reference list that cites sources. B. Advertisements are embedded in the content. C. The URL ends with .co. D.The author has clear qualifications. F. Absolute language appears throughout the opening paragraph. Importance of the right to life The myth of Persephone being kidnapped by Hades explains the seasons. So, it is a good example of:O an epic poemO an aetiological mythO an odeO a legend Name two advantages offered by a credit union. Which has been an important application to the "due process of law" clause odlf the fifth amendment? the primary factor that restricts the number of control statements in a language is Can someone please help :( BRAINLIEST!!! In Eastern Europe, the ________ was a failed attempt to reform a communist government and the ________ marked the fall of communism in that same country.A. Hungarian Uprising; Solidarity MovementB. Prague Spring; Velvet RevolutionC. Glasnost; PerestroikaD. Brinkmanship; Dtente Describe in words the region of represented by the equation(s) or inequality. x=z can propanol become oxidised to propanoic acid what is the most important element in the see it space management system escriba descripcion objetiva y subjetiva de su familia Please help and answer all49 g of an unknown metal is heated to a temperature of 150.0 C. A calorimeter is filled with 120.0 g of water at an initial temperature of 20.0 C. The specific heat capacity of water is 4.184 J/gC.The hot metal is placed inside the calorimeter and the system is allowed to reach equilibrium. The equilibrium temperature is 22.70 C.How much heat did the water absorb from the metal?The Law of Conservation of Energy tells us that the amount of heat gained by the water must be equal to the amount of heat lost by the metal. Therefore, what is the value of Q for the metal based on your calculated value of Q for the water?Now that you know the Q for the metal, use the data to calculate the specific heat capacity of the metal. Show your work and use proper significant digits and units in your answer. Escoge la opcin correcta para completar las siguientes oraciones, segn lo que leistatu libro Translate the summation notation that follows into an expanded sum. Then use the formulas and properties from this section to evaluate the sums. Please simplify your solution. (2i + 2) + 2 i=2 use row reduction to show that | | | | | 1 1 1 a b c a 2 b 2 c 2 | | | | | = (b a)(c a)(c b) Row reductionThe principles involved in row reduction of matrices are equivalent to those we used in the elimination method of solving systems of equations. That is, we are allowed to1. Multiply a row by a non-zero constant.2. Add one row to another.3. Interchange between rows4. Add a multiple of one row to another. If a 50.00 mL sample of 0.144 M nitrous acid is titrated with 16.87 mL of 0.106 M NaOH, what is the pH of the titration mixture? (For HNO2. Ka -5.62 x 10^-4) 13.) Express the following in terms of x, y, and z.a. Side opposite of b. Side adjacent to c. Hypotenuse:d. sin e. cos f. tan g. sin h. cos i. tan Which sentence uses the correct version of the homophone its? What causes the lunar phases we see on Earth? help plz A) Earths revolution around the SunB) Earths rotationC) the Moon's revolution around EarthD) the Moon's rotation around the Sun