Please enable JavaScript.
Coggle requires JavaScript to display documents.
computing revision (ISDD (Databases (Field types (Number, Graphic, Text,…
computing revision
ISDD
Databases
-
-
Information rich - you have access to many TV and radio channels, books, newspapers, magazines, journals, and of course access to the World Wide Web
Paper filing cabinets were big and bulky and needed a lot of organisation. A computerised database doesn’t take up lots of room and can be easily edited and are a lot easier to sort
Flatfile database
-
-
Because of duplication of data there's an increased chance of human error when typing in the same data
Parts to a database
Record - the set of information on one single subject (e.g. a student or individual from a school or university)
-
-
-
-
-
Key Fileds
Primary Key - every single record that is in the primary key is called something unique to identify someone or something specific
Foreign key - is used to link tables together and create a relationship between them. It is a field in one table that is linked to the primary key in another table
Information poor - tend to not have access to the Web and probably find it difficult to access relevant books and journals. Even in general conversations a discussion about a TV programme shown on satellite TV will be lost on people who only have 4 or 5 free view channels.
Web design
Links
-
-
URL - uniform resource locator, also known as web address is normally at the top of the web browser (e.g. www.amazon.co.uk)
-
-
Hyperlinks
Absolute - specifies exactly on which server the web page is stored and directs you to that server and they always include the domain name of the website, including http://www
Relative - link you to a page on the same website (internal links). (e.g. courses/national5/notes.html)
-
User interface
User interface - the place where interaction between humans and machines occurs. Two different interfaces are Windows 7 and Windows 8 which are both very different.
-
Windows 8 interface is designed for use by touch but can also be used by mouse and keyboard. It has tiles on the interface known as live tiles which lets you see information at a glance
-
Target audience - the group of people that the website is intended for (e.g. young children, teenagers, the elderly, business people, expert users, novice users)
Visual layout - it should be easy for the user to locate what they require. It has to look appealing, not have an information overload, contain some colour, balance between graphics and text etc.
Interactivity - when the user interacts with a page the changes that could happen in response to the user
•Level of difficulty
•Video
•Audio
Navigation - the way the user navigates to different pages
•Browser buttons – back, forward, home
•Hyperlinks
•Hotspot - hover over and pointer changes to a hand, action is invoked
•Pop-up menu
•Search feature
-
-
Consistency - all pages on a website should have a consistent appearance
•Text style, font, colour
•Use of colour
•Page balance
•Navigation features
Users
Novice user - are new to the system, more likely to use wizards (a sequence of dialog boxes to lead the user through a series of steps)
Expert user - very experienced, use more advanced features, sometimes more customisation options
Testing an information system - do all the hyperlinks work and take you to the correct place, does the interface meet the specification and do what it's meant to do, is all the contents displayed in the right place (text, graphics, videos or sound)
HTML and JavaScript
HTML - Hyper Text Markup Language is made up of a series of tags that tell the web browser how to display the text and images on the web page
-
Document tag - The <!DOCTYPE> declaration must be the very first thing in your HTML document before the <html>. It is an instruction to the web browser about what version of HTML the page is written in
-
JavaScript - used to add interactivity to web pages and lets you execute code when events are detected
-
Multimedia
TEXT
Hardware - a keyboard is needed to type text, a mouse is needed to highlight or move large chunks of text and a monitor projector is needed to see what you're doing
TXT (Plain text file) -Standard text document that contains unformatted text is recognized by any text editing or word processing program and can be processed by most other software programs
RTF (Rich text format file) - it may include several types of text formatting, such as bold, italics, different fonts and font sizes, custom tab settings, etc. Can also support images saved within the text file. Recognized by most text editing or word processing programs and can also be processed by most other software programs
AUDIO
WAV (Wave audio file) - is used for storing waveform data. It also allows audio recordings to be saved with different sampling rates and bitrates. Saved in the standard format for cd audio
MP3 - is a digital audio compression format that can reduce an original sound file to ten to fifteen times smaller than the parent file. The small file that is produced is easy and quick to download and is perfect for web use. Need an MP3 player to listen to the files
Hardware - a microphone to record sound, a cd/dvd drive or a usb/hard disk for music files, a sound card is a peripheral device that lets the computer to input, process, and deliver sound, speakers to turn electrical singals into sound
Sampling rate - the higher the sampling rate the better the quality which means the greater the file size
-
GRAPHICS
JPEG (JOINT PHOTOGRAPHIC EXPERTS GROUP)- Mainly used on the web to reduce size of image and lessen download time. It uses compression to reduce file sizes, which leads to the loss of some of original data. It supports full colour. Capable of showing images containing over 16 million colours
GIF (GRAPHICS INTERCHANGE FORMAT) - Mainly used on web for images with sharp content such as logos, screenshots or basic animations. Capable of showing images containing 256 colours . Not suitable for photos
Hardware - digital camera, web cam, scanner
PNG (PORTABLE NETWORK GRAPHIC) - Created as a replacement for GIF on the web. It produces smaller file sizes than GIF images but is capable of showing images containing over 16 million colours. Suitable for photos
SVG (SCALABLE VECTOR GRAPHICS) - is used to define vector-based graphics for the Web. SVG graphics do NOT lose any quality if they are zoomed or resized.
Graphic resolution - the size of the pixels which is usually measured in dots per inch (dpi). High-resolution graphics has a large number of small pixels. Low-resolution graphics has a small number of large pixels
Colour depth - the number of bits that are used to code the colour of each pixel is called the bit depth. An image with only 1 bit depth will only represent 2 colours (21) – Black and White. An image with 24 bit depth will be able to represent 16777216 colours (224).
1 bit: 2 colours 2 bits: 4 colours 4 bits: 16 colours 8 bits: 256 colours 24 bits: 16777216 colours
Compression - used to reduce the file size. Two reason for file compression is less storage space is required for the compressed file or the compressed file can be sent or downloaded quicker on the internet
File size - if you increase the resolution and the colour depth of a graphic you increase the file size.
VIDEO
MP4 - a 'lossy-compression' method which means a lot of the original data is thrown away. Only throw away data in such a way that you do not notice a drop in video quality
AVI (Audio video interleave) - format is created by Microsoft. Uses less compression than similar formats
Hardware - Digital video camera, web cam
Frame rate - Moving pictures need many frames to be shown in one second in order to produce the effect of motion. The unit of measurement used is the 'frame rate'. The higher the frame rate, the smoother the film will appear to be, but this will require increased storage
Window size- Digital video has to store lots of information about each frame. The smaller the window size, the less time is needed to draw all the pixels. Reducing the window size reduces the amount of data which reduces the file size
File size and video quality
File size and quality of playback are affected by:
• Frame rate
• Window size
As the frame rate or window size increases then so will the file size
Compression - For video to be delivered over the web the file needs to be compressed. Compression will reduce the video and audio file size to a better delivery size
-
-