Apart from the user interface, name three other components that make up a typical expert system.
– knowledge base
– rule(s) base
– inference engine
– explanation system
– (expert system) shell
Give two reasons why hexadecimal is often used instead of binary in computer
science.
A typical computer’s main memory consists of both volatile and non-volatile memory.
a) i) Explain what is meant by the term volatile memory (1mark)
ii) What is normally stored in the non-volatile part of a computer’s main memory (1mark)
b) Explain why having cache memory can improve the performance of the CPU (2mks)
State two ways of protecting computers against viruses.
Define an end user license agreement (EULA).
List three other types of software license.
List three characteristics of Internet Protocol version 6 (IP6).
Describe the main characteristics that distinguish high-level programming languages from low-level languages.
Define Domain integrity
Domain integrity - ensures that all data in a field contain valid values
Explain how an SSD stores data
Uses transistors( resistors and capacitors) . It can be implemented by the use of NAND or NOR gates. Data is stored on the chip as a charge
Differentiate between logical and physical network topology
Physical topology - the physical arrangement of nodes of a computer network
Examples
Logical topology- the way data flows in a network
Examples
(a)State what is meant by the terms:
Parallel data transmission...................................................
Serial data transmission......................................................
(a)State what is meant by the terms:
Parallel data transmission
Serial data transmission
The website has a uniform resource locator (URL).
An example of a URL is given.
https://www.google.co.ke/index.html
Complete the table to identify the name of each section of the URL.
https : protocol
google.co.ke: domain name
/index.html: webpage/file name
State two effects of a computer virus
Give four features of a Data Protection Act
Outline three ways through which ICT can used in marketing
ICT is used to create e-commerce platforms that have made business transactions easier and convenient by allowing customers make purchases and payments from anywhere at any time
ICT is used by marketing agents to create exciting multimedia presentations concerning products or services and present them to the target customers using presentation software such MS PowerPoint
Using multimedia, presentation and animation software, it is possible to design attractive advert materials and video clips to display on billboards, broadcast over a television or uploaded on the internet
A sound engineer is recording a singer. Describe why the sound must be converted to a digital format before it can be stored on a computer system
Describe what is meant by shareware.
the trial version of software for a limited time/number of uses with limited features free of charge
If a full version is required need to pay a fee/sign up
When the trial is over user is asked to pay/sign up
Protected by copyright
Type of software licence
Differentiate between a function parameter and a function argument
A parameter represents additional information that a function requires to perform its task. Each parameter required by a function is specified in the function header
An argument the value supplied in the function call. When the function is called, the argument value is passed into the function parameter so that the function can perform its task