998 resultados para Consumer Memory
Resumo:
This paper studies the drivers of heuristic application in different decision types. The study compares differences in frequencies of heuristic classes' such as recognition, one-reason choice and trade-off applied in, respectively, memory-based and stimulus-based choices as well as in high and low involvement decisions. The study has been conducted online among 205 participants from 28 countries.
Resumo:
Double Degree.
Resumo:
Corporate social responsibility (CSR) literature has largely neglected consumers’ perceptions in the debate regarding the role of CSR in the aftermath of the financial crisis. In that context, this study aims to test the possibility that consumers’ perceptions of CSR level, firm reputation and brand trust, might depend on the type of industry sector of a firm, the level of fit of an initiative or both. By conducting a survey on Portuguese consumers and running a two-way analysis of variance, it suggests that solely the type of industry sector has an effect on consumer perception and that consumers are less tolerable of controversial industries.
Resumo:
ABSTRACT: Background. In India, prevalence rates of dementia and prodromal amnestic Mild Cognitive Impairment (MCI) are 3.1% and 4.3% respectively. Most Indians refer to the full spectrum of cognitive disorders simply as ‘memory loss.’ Barring prevention or cure, these conditions will rise rapidly with population aging. Evidence-based policies and practices can improve the lives of affected individuals and their caregivers, but will require timely and sustained uptake. Objectives. Framed by social cognitive theories of health behavior, this study explores the knowledge, attitudes and practices concerning cognitive impairment and related service use by older adults who screen positive for MCI, their primary caregivers, and health providers. Methods. I used the Montreal Cognitive Assessment to screen for cognitive impairment in memory camps in Mumbai. To achieve sampling diversity, I used maximum variation sampling. Ten adults aged 60+ who had no significant functional impairment but screened positive for MCI and their caregivers participated in separate focus groups. Four other such dyads and six doctors/ traditional healers completed in-depth interviews. Data were translated from Hindi or Marathi to English and analyzed in Atlas.ti using Framework Analysis. Findings. Knowledge and awareness of cognitive impairment and available resources were very low. Physicians attributed the condition to disease-induced pathology while lay persons blamed brain malfunction due to normal aging. Main attitudes were that this condition is not a disease, is not serious and/or is not treatable, and that it evokes stigma toward and among impaired persons, their families and providers. Low knowledge and poor attitudes impeded help-seeking. Conclusions. Cognitive disorders of aging will take a heavy toll on private lives and public resources in developing countries. Early detection, accurate diagnosis, systematic monitoring and quality care are needed to compress the period of morbidity and promote quality of life. Key stakeholders provide essential insights into how scientific and indigenous knowledge and sociocultural attitudes affect use and provision of resources.
Resumo:
In the fields of marketing and general management, many are the contributions of literature relating trust and e‐commerce. Trust is perceived as an issue that concerns the consumers’ intention to purchase. As so, in this research, a path model is empirically tested in order to develop solutions for Internet vendors on how to deal with consumers and increase their trust. The path model measures how the dimensions of trust, named as competence, integrity and benevolence positively influence the overall trust of the consumers and at the same time how the sources of trust – consumer characteristics, firm characteristics, website infrastructure and interactions influence those dimensions. The data used to test the model was collected in Portugal, through 365 valid cases. Findings revealed that consumers, which have high level of overall trust, are more likely to intent to purchase online.
Resumo:
The aim of this study is to assess the institutionalized children’s skills as consumers but also to assess how we can improve their knowledge through an intervention. The sample was composed of two subgroups (38 institutionalized children and 36 non-institutionalized children). In order to assess children’s knowledge, a questionnaire and an interview were used. The method used as intervention was a 30-minute class. Results suggested that institutionalized children have lower levels of knowledge regarding consumption-related practices and lower levels of accuracy at estimating prices than non-institutionalized children. However, results also showed that the attitudes of institutionalized children towards advertising and making decisions based on price/quantity evaluation or based on the use of the same strategy in different situations are not significantly different from the non-institutionalized children. Regarding the intervention, it was possible to conclude that one class is not the best method to improve children’s knowledge. Institutionalized children need a longer and more practical intervention.
Resumo:
This work project is about developing a marketing plan for a new gin brand in Germany. It is based on consumer and market research, including Portugal as a trend market for the qualitative research. For the undertaking it is seen as fundamental to understand the industry as well as the consumer needs, attitudes and preferences. Furthermore, it is important to consider the estimation of opinion leaders and trendsetters in the industry. In this context it turned out that barkeepers have a key-influencing role for the stimulation of demand. Based on the insights from this research as well as on the gained market knowledge, the marketing plan was developed. The goal is to convince other brand users to switch brands.
Resumo:
A sample of 445 consumers resident in distinct Lisbon areas was analyzed through direct observations in order to discover each lifestyle’s current proportion, applying the Whitaker Lifestyle™ Method. The findings of the conducted hypothesis tests on the population proportion unveil that Neo-Traditional and Modern Whitaker lifestyles have the significantly highest proportion, while the overall presence of different lifestyles varies across neighborhoods. The research further demonstrates the validity of Whitaker observation techniques, media consumption differences among lifestyles and the importance of style and aesthetics while segmenting consumers by lifestyles. Finally, market opportunities are provided for firms operating in Lisbon.
Resumo:
The objective of this dissertation was to explore the German men’s grooming market and to discuss the usage and purchase behavior of young male adults. After a brief market analysis, this dissertation evaluates the results of qualitative and quantitative research. The conducted research explored the consumer’s reasoning for and attitude towards personal grooming, and their attitude towards product attributes and the aging process. The dissertation concludes that men attach high value to personal grooming but only to the extent that their personal need is satisfied. As the male involvement in MG is highly dependent on each consumer’s individual needs, the market requires a careful segmentation.
Resumo:
Living in the digital era, activities that have for centuries acted one way, have now changed and entered the online world, and online grocery shopping is one of them. It is a worldwide phenomenon and is already a significant part of people’s lifestyle in several countries however, in Portugal, it is still in expansion and improvement. Based on the Theory of Planned Behavior, this study allowed to estimate how the perceived risk and shopping orientation counterbalances the convenience offered to consumers. Furthermore, it validated how usability and access to focused promotions can help speed up this adaptation in Portugal
Resumo:
The Portuguese consumer foodservice industry is experiencing a boost in technology adoption, driven by significant changes in consumer behavior and business dynamics, due to mobile increasing penetration. Accordingly, the present work project consists on developing a business plan for meeting an identified opportunity in the technological foodservice landscape. Therefore, this report is divided into three sections, each of which addressing different objectives: (A) External Environment, providing key external insights that support the opportunity; (B) Strategy Formulation, establishing a strategic direction; and (C) Action Plan, determining an implementation plan for starting the business
Resumo:
Mutable state can be useful in certain algorithms, to structure programs, or for efficiency purposes. However, when shared mutable state is used in non-local or nonobvious ways, the interactions that can occur via aliases to that shared memory can be a source of program errors. Undisciplined uses of shared state may unsafely interfere with local reasoning as other aliases may interleave their changes to the shared state in unexpected ways. We propose a novel technique, rely-guarantee protocols, that structures the interactions between aliases and ensures that only safe interference is possible. We present a linear type system outfitted with our novel sharing mechanism that enables controlled interference over shared mutable resources. Each alias is assigned separate, local roles encoded in a protocol abstraction that constrains how an alias can legally use that shared state. By following the spirit of rely-guarantee reasoning, our rely-guarantee protocols ensure that only safe interference can occur but still allow many interesting uses of shared state, such as going beyond invariant and monotonic usages. This thesis describes the three core mechanisms that enable our type-based technique to work: 1) we show how a protocol models an alias’s perspective on how the shared state evolves and constrains that alias’s interactions with the shared state; 2) we show how protocols can be used while enforcing the agreed interference contract; and finally, 3) we show how to check that all local protocols to some shared state can be safely composed to ensure globally safe interference over that shared memory. The interference caused by shared state is rooted at how the uses of di↵erent aliases to that state may be interleaved (perhaps even in non-deterministic ways) at run-time. Therefore, our technique is mostly agnostic as to whether this interference was the result of alias interleaving caused by sequential or concurrent semantics. We show implementations of our technique in both settings, and highlight their di↵erences. Because sharing is “first-class” (and not tied to a module), we show a polymorphic procedure that enables abstract compositions of protocols. Thus, protocols can be specialized or extended without requiring specific knowledge of the interference produce by other protocols to that state. We show that protocol composition can ensure safety even when considering abstracted protocols. We show that this core composition mechanism is sound, decidable (without the need for manual intervention), and provide an algorithm implementation.
Resumo:
This work will discuss the use of different paper membranes as both the substrate and dielectric for field-effect memory transistors. Three different nanofibrillated cellulose membranes (NFC) were used as the dielectric layer of the memory transistors (NFC), one with no additives, one with an added polymer PAE and one with added HCl. Gallium indium zinc oxide (GIZO) was used as the device’s semiconductor and gallium aluminium zinc oxide (GAZO) was used as the gate electrode. Fourier transform infrared spectroscopy (FTIR) was used to access the water content of the paper membranes before and after vacuum. It was found that the devices recovered their water too quickly for a difference to be noticeable in FTIR. The transistor’s electrical performance tests yielded a maximum ION/IOFF ratio of around 3,52x105 and a maximum subthreshold swing of 0,804 V/decade. The retention time of the dielectric charge that grants the transistor its memory capabilities was accessed by the measurement of the drain current periodically during 144 days. During this period the mean drain current did not lower, leaving the retention time of the device indeterminate. These results were compared with similar devices revealing these devices to be at the top tier of the state-of-the-art.
Resumo:
While the concept of consumer satisfaction is a central topic in modern marketing theory and practice, citizens' satisfaction with public services, and especially water and waste services, is a eld that still remains empirically rather unexplored. The following study aims to contribute to this area by analysing the determinants of user satisfaction in the water, wastewater and waste sector in Portugal, using a unique survey of 1070 consumers undertaken by the Portuguese Water and Waste Regulator ERSAR. I perform an analysis of the relation between overall service satisfaction and attributespeci c service satisfaction with an ordered logit model. I then explore if subjective consumer satisfaction can be re ected by ERSAR's technical performance indicators. The results suggest that overall consumer satisfaction is driven by consumer's satisfaction with speci c service aspects but unrelated to socioeconomic and demographic characteristics. Furthermore, I show that there is no monotonic association between ERSAR's technical performance indicators and consumers' levels of satisfaction.
Resumo:
Current computer systems have evolved from featuring only a single processing unit and limited RAM, in the order of kilobytes or few megabytes, to include several multicore processors, o↵ering in the order of several tens of concurrent execution contexts, and have main memory in the order of several tens to hundreds of gigabytes. This allows to keep all data of many applications in the main memory, leading to the development of inmemory databases. Compared to disk-backed databases, in-memory databases (IMDBs) are expected to provide better performance by incurring in less I/O overhead. In this dissertation, we present a scalability study of two general purpose IMDBs on multicore systems. The results show that current general purpose IMDBs do not scale on multicores, due to contention among threads running concurrent transactions. In this work, we explore di↵erent direction to overcome the scalability issues of IMDBs in multicores, while enforcing strong isolation semantics. First, we present a solution that requires no modification to either database systems or to the applications, called MacroDB. MacroDB replicates the database among several engines, using a master-slave replication scheme, where update transactions execute on the master, while read-only transactions execute on slaves. This reduces contention, allowing MacroDB to o↵er scalable performance under read-only workloads, while updateintensive workloads su↵er from performance loss, when compared to the standalone engine. Second, we delve into the database engine and identify the concurrency control mechanism used by the storage sub-component as a scalability bottleneck. We then propose a new locking scheme that allows the removal of such mechanisms from the storage sub-component. This modification o↵ers performance improvement under all workloads, when compared to the standalone engine, while scalability is limited to read-only workloads. Next we addressed the scalability limitations for update-intensive workloads, and propose the reduction of locking granularity from the table level to the attribute level. This further improved performance for intensive and moderate update workloads, at a slight cost for read-only workloads. Scalability is limited to intensive-read and read-only workloads. Finally, we investigate the impact applications have on the performance of database systems, by studying how operation order inside transactions influences the database performance. We then propose a Read before Write (RbW) interaction pattern, under which transaction perform all read operations before executing write operations. The RbW pattern allowed TPC-C to achieve scalable performance on our modified engine for all workloads. Additionally, the RbW pattern allowed our modified engine to achieve scalable performance on multicores, almost up to the total number of cores, while enforcing strong isolation.