890 likes | 979 Views
Computer and IT. Ms. L.L. Cheuk Mr. Albert Hong. Mode of Assessment. The assessment will consist of two written papers and an individual coursework assignment. The allocation of marks and the duration are as follows: Paper 1 (core module) 60% 2 hours Paper 2 (elective module) 20% 1 hour
E N D
Computer and IT Ms. L.L. Cheuk Mr. Albert Hong
Mode of Assessment • The assessment will consist of two written papers and an individual coursework assignment. The allocation of marks and the duration are as follows: • Paper 1 (core module) 60% 2 hours • Paper 2 (elective module) 20% 1 hour • Paper 3 (coursework) 20%
Candidates are required to choose one of the following elective modules: • Algorithm and Programming • Organisation of Computer • Data Communications and Networking • Multimedia Production and Web Authoring
Paper 1 • Paper 1 consists of two sections, A and B. • Section A will consist of multiple-choice questions, all of which are to be attempted. • Section B will consist of 5 questions, all of which are to be attempted. Both sections will cover the syllabus in the core module.
Paper 2 • Paper 2 consists of 4 questions, all of which are to be attempted. • All questions will cover the syllabus in the elective modules that candidates choose.
Paper 3 • Paper 3 is an individual coursework assignment. Candidates are required to choose an assignment from a list issued by the Hong Kong Examinations and Assessment Authority during the year before the examination according to their chosen elective module. • They are required to produce a report which will demonstrate their ability to analyse a problem and so identify requirements, and to make appropriate use of knowledge in the elective module in providing solutions which they will design, implement, test and evaluate. • The assignments will be assessed continuously and marked internally by school teachers, and the assessment will be moderated by the chief
Material to be covered in S4 • Computer and Information Technology (Volume 1) • Section 1
Material to be covered in S4 • Computer and Information Technology (Volume 2) • Section 3 • Section 4 • Section 5
Section 1 • What is IT? • Application of IT • Data and Information • Application software • Effective Presentation
Section 3 • Internet technology • Internet activities • Web Authoring
Section 4 • Problem solving procedures • Programming Languages • Programming concepts
Section 5 • Legal and ethical issues • Social impact • Impact of upcoming technologies • Computer and Internet Securities
Section 1 Information processing and presenation
Information Technology • The technology used to create, store, exchange, and use information • Mainly computer technology • Also, communication, audio, video, etc.
Why computer? • Speed • Reliability • Accuracy • Storage capacity • Communication ability
Application of IT • Clothing • Eating and food • Housing • Transportation • Finance and commerce • Communications • Education
Application of IT • Science • Health and Medicine • Law enforcement • Government • Robotics
Chapter 2 Data and Information
Data • Raw data • Example – 19740729 • Meaningless if not organised or being understood
Information • Processed data • Organised, meaningful and useful • Used in decision making
Data & Information Data current time, Time that school startswhen you wake up processing Information How much time you have to get ready for school
Data representation in computer • A computer is a binary machine • A computer can only understand 0 and 1 • Data are stored in computer in term of binary digit (bit)
Number system • A number system consists of a set of digits • The number of digits in the set is known as the base of the system • Example –the base of the binary system is the base of the decimal system is
Place value • In 1974(10) • 4 represent 4 x 100 • 7 represent 7 x 101 • 9 represent 9 x 102 • 1 represent 1 x 103
Exercise • In 1974(8) • 4 represent • 7 represent • 9 represent • 1 represent • The decimal value of 1974(8)
Conversion • From decimal to binary • Repeated division
Conversion between binary, octal and Hexadecimal • Each octal digit corresponds to __ binary digits • Each hexadecimal digit corresponds to __ binary digits
Bits and Bytes • In computer, basic unit of storage is byte • One byte = 8 bits
ASCII • American standard code for information interchange • Each ASCII code = an 8-bit binary code • Used to store letter, digit, symbol and control character in computer
Chinese characters • 8 bits can represent 28 different codes • There are more than 10,000 Chinese character • Two bytes are used to represent codes
Database Approach Database file file file record record record field field character character character
Key field • Key field or primary key • Used to identify the records in a table • Must have a unique key value
Data collection • Direct input • Manual input
Source of errors • Data source errors • Transcription errors • Transposition errors
3.2 Data verification • Checking the accuracy of data that has been copied from one medium to another • Done at data preparation or data input stage • Methods of verification • Even if the data have been entered accurately (verified), the data may still be invalid because the source documents contain errors
3.3 Data validation • Checking of data before they are processed • Ensure data are valid and acceptable for processing
Validation • Presence check – to make sure that data are present • Range check – To make sure that the data lie within a certain range. Also called reasonableness check • Data type check
Validation • Consistency check – checking of data by comparing them with previous data • Control total – also called batch total. Calculated to ensure no data are missing. • Hash total – similar to control total, but the total calculated has no meaning
Validation • Check digit – extra digit appended to a code consisting of a series of numbers or characters • Calculated from the series of numbers • Used to validate HKID card no., bar codes, bank account no.
Modulo 11 check • Divide the code by 11 and use the remainder as the check digit • Does not pick up transposition errorsboth 526328 and 536228 are correct code
Weighted modulo 11 check • Overcome weakness in modulo 11 check • Each digit in the code is multiplied by a weight before the calculation of reminder
Processing data • Searching • Linear search • Binary search • Index search • Sorting • Bubble sort • Merging
Processing information • Reorganization – output the information in other format for use in other situation • Conversion – produce new information • Example – Final exam mark = 0.7 x exam mark + 0.3 x homework mark
Communication and Transmission • Communication • Transmission • Compression • Parity check
Mode of processing • Batch processing • Real-time processing
Chapter 4 Effective Presentation
Multimedia Elements • Text • Sound • Graphics • Animations • Videos
Planning for presentation • Time constraints • Tools • Compatibility • Activities?
Selecting appropriate information • Topic • Contents
Organizing information • Refining – logical sequence, sections • Interactivity