Posts

Pc hardware and components

Components and applications of physical computing systems Chassis (case) the housing that organises and protects the components, it is important to consider the form factor when getting a chassis, this includes, size, shape and physical specs, it is also useful for aesthetics, noise reduction of the fans, cooling, and protection from dirt etc Optical drive a computer disk drive that reads on writes data from optical disks such as CDs or DVDs the optical drive rotates at a constant speed and the data is read using a laser which is spread out across the inserted disk using the lens embedded in the optical drives head Motherboard motherboards have different form factors, and are the main printed circuit board within a computer, they contain busses , as well as hold all the components eg CPU, RAM, heatsink, RAM, BIOS and all ports Central processing unit the CPU is the electronic circuitry that carries out instructions of a computer by performing arithmetic, logic, control, input/output op...

Business context 3 -unfinished

Image
 The measurable value of digitisation in business sales and marketing Enhanced market research businesses can review multiple channels and touch points (where the customer has in any way contacted the business) to capture relevant data, and use data online to analyse the consumer's needs and preferences to deliver personalised product recommendations  Increased opportunities for brand promotion businesses can use social media to promote their brand, it allows businesses to get to potential customers more easily, as well as answer queries, and share news and promotions, this has benefits such as global access target audience reached more easily cost effective advertisements tools to analyse advert CTR even playing field, as small companies can also now advertise however, there are also disadvantages to online marketing misinterpretation of posts online criticisms are as widespread increased competition time and skills are needed to manage social media accounts increased communi...

Business context 2 - business environments

Capital Gains - tax on the profit of selling a non-investing business asset Business environments Business to customer (B2C) the business sells its products/services directly to customers eg restaurants, retail Business to Business (B2B) the business sells its products/services directly to other businesses to help them function eg supplying raw materials, transport etc Business to many when a business provides both B2C and B2B  Key factors that influence the Business Environment anything that involves the government can have an effect on the business environment Political Factors Government policy - Governments can change the way businesses have to function, as well as influencing the economy, this happens when the government introduces new legislations, or lowers/raises taxes/spending Foreign trade policy - changes in policies can make it easier or harder to trade internationally, these policies can include things such as tariffs, or subsidies for local producers eg farmers or fis...

Psuedocode and flowcharts

Image
1.    W = 0.1 2.    L = 0.1 3.     4.    While (W <> int) 5.    { 6.        INPUT W 7.    } 8.     9.     While (L <> int) 10.  { 11.       INPUT L 12.   } 13. 14.   A = W*L 15. 16.   OUTPUT A

Business context lesson 1 - understanding business structures

     Types of businesses Public - companies owned by the government/government agencies, EG schools, the NHS Private - companies owned by individuals, they are profit driven and usually have shareholders and investors NGO - non-governmental organisations are non-profit, they usually rely on volunteers for labour, they can either be operational GNOs - focusing on development of public places, or advocacy NGOs - who seek to influence public policy Charity - usually no profit motive, with the motive being to benefit society instead State-owned companies - companies where the government holds significant stake in the company, can be majority or all, so are typically controlled by the government , they often server public interest e.g. cheap products, but can also be profit driven. examples are water companies, transportation etc Sole trader - are owned by a single person, that person has total control over the business, and they are liable for any debt the company has Limited...

Impacts of autonomous operation on society

Impacts of digital technology on society Loss of privacy the value of data is rising in the digital era, along with personal info, we exchange our personal info to be able to make our lives easier with smart technology Digital footprint digital footprint is the impression we create of ourselves through our online presence, this can be active, and include your posts, followed accounts, friends, etc, or be a passive digital footprint, this can include records of browsing, websites you may visit, and purchases. passive digital footprint is used to give you advertisements Surveillance Cameras in public spaces, and buildings such as shops, have become so common, it is now considered the norm, these are to monitor the safety of the public, some people think this goes against their freedom against data collection employers also use digital technologies to monitor their workforce, this includes monitoring how employees use work systems, if they use internet for personal reasons during work hou...

Structured English

 Different types of structured English Sequential structure A block of instructions with no branching, this is the most basic form of Structured English and therefore is the easiest to understand. to complete it, go through each line, and complete the action. Decision structure uses IF statements, meaning some actions can be ignored IF the following condition is true or not to complete it, you would need to know if the condition is true or not, to know whether to ignore certain steps Case structure a form of decision structure where the cases are mutually exclusive, these use ELSEIF Iteration Blocks of statements that are repeated until they are complete Example of Structured English, to find an average of 5 numbers. INPUT 5 numbers ADD the 5 numbers together DIVIDE the new number by 5 OUTPUT the final number Source and more info at  https://www.w3computing.com/systemsanalysis/writing-structured-english/ an Application chess bots - these use algorithms to take the current posi...