1-A digital alarm clock is controlled by a microprocessor. It uses the 24-hour clock system (i.e. 6 pm is 18:00). Each digit in a typical display is represented by a 4-digit binary code.
2 When a key is pressed on the keyboard, the computer stores the ASCII representation of the character typed into main memory.The ASCII representation for A is 65 (denary), for B is 66 (denary), etc. There are two letters stored in the following memory locations:
4 An alarm clock is controlled by a microprocessor. It uses the 24 hour clock. The hour is represented by an 8-bit register, A, and the number of minutes is represented by another 8-bit register, B.
7 (a) A manufacturer of airplane engines assigns a denary identification number (ID) to each engine. One engine has the ID: 0431 (i) Convert this denary number to a 12-bit binary format.
13 A new computer comes with primary and secondary storage. Data storage is measured using binary denominations. Complete each conversion.
14 A wildlife photographer stores their digital images on a computer.
(a) Complete the table by defining each term about images.
(b) One of the images has a resolution of 1000 × 1000 and a color depth of 2 bytes. Calculate the file size of the image. Give your answer in bytes. Show your working.
15 A company is involved in robotics. One of its robots is designed to make a specific movement depending on a binary value. The table gives some of the movements for the robot. Complete the table by writing the missing binary, denary or hexadecimal value for each movement.
CS IG2/ O LEVEL Summer vacation 2024 Homework Page # 15 17 A student has a sound file that is too large to be stored on their external secondary storage device. The student compresses the sound file to make the file size smaller. The compression method used reduces the sample rate and the sample resolution of the sound file.
CS IG2/ O LEVEL Summer vacation 2024 Homework Page # 20 21 a) An image is scanned with an image resolution of 1024 × 512 pixels, and a color depth of 8 bits per pixel. Calculate an estimate for the file size, giving your answer in mebibytes. Show your working.