
Ch13 : Data representation
Presentation
•
Computers
•
10th Grade
•
Practice Problem
•
Easy
Ala Jaber
Used 7+ times
FREE Resource
38 Slides • 49 Questions
1
2
3
Multiple Choice
What is the defined list of characters recognised by a computer’s hardware and software called?
ASCII code
Character set
Interchangeable
Data stream
4
Multiple Choice
Why is it important for computers to use a standard code like ASCII for representing text?
To ensure data can be exchanged between different computers and manufacturers
To make computers faster
To reduce the size of the keyboard
To improve the graphics quality
5
Multiple Choice
ASCII stands for:
a) American Standard Code for Information Interchange
b) Advanced Symbol Chart for Integrated Input
c) Automatic System Coding Interface
d) Analogue Signal Code Interpretation
6
7
8
Multiple Choice
ASCII is mainly used to:
a) Store images
b) Represent characters in binary form
c) Measure sound
d) Convert signals
9
Multiple Choice
How many bits were originally used in the ASCII code, and how many characters could be represented?
7 bits, 128 characters
8 bits, 256 characters
6 bits, 64 characters
5 bits, 32 characters
10
Multiple Choice
ASCII is a character-encoding scheme that uses a numeric value to represent each character. For example, the uppercase letter “G” is represented by the decimal (base 10) value 71. A partial list of characters and their corresponding ASCII values are shown in the table above.
ASCII characters can also be represented by binary numbers. According to ASCII character encoding, which of the following letters is represented by the binary (base 2) number 1010100?
N
P
T
W
11
Fill in the Blanks
12
Multiple Choice
Which of the following ASCII code ranges represent upper-case alphabetic characters, lower-case alphabetic characters, and numeric characters 0 to 9?
65-90 for upper-case, 97-122 for lower-case, 48-57 for numeric
48-57 for upper-case, 65-90 for lower-case, 97-122 for numeric
97-122 for upper-case, 65-90 for lower-case, 48-57 for numeric
65-90 for upper-case, 48-57 for lower-case, 97-122 for numeric
13
14
15
16
17
Match
Match each term to its correct definition:
The encrypted version of a message created using a key
Changing encoded information back into readable form
Changing information into a code so it cannot be read by everyone
Changing information into a different form so it can be read by a computer
The person for whom the message is intended
Cipher
Decrypt
Encrypt
Encode
Intended recipient
Cipher
Decrypt
Encrypt
Encode
Intended recipient
18
Multiple Choice
What is the answer?
01001110
01111000
10011100
01000111
19
Multiple Choice
What is the answer?
A
B
C
D
20
21
Multiple Choice
What would ord('c') return?
a) ‘c’
b) 100
c) 99
d) ‘d’
22
Multiple Choice
What would chr(100) return?
a) 100
b) ‘d’
c) 99
d) ‘c’
23
Multiple Choice
What does the ord() function do?
a) Returns a random number
b) Converts binary to hexadecimal
c) Returns the denary (ASCII) code of a character
d) Encrypts a message
24
Multiple Choice
Which Python functions are used to convert a character to its ASCII code and vice versa?
ord() and chr()
ascii() and code()
char() and num()
asc() and dec()
25
Fill in the Blanks
26
27
Multiple Choice
What is the purpose of the ord() function in the pseudocode shown?
To convert a character to its denary code
To convert a number to a character
To display a string on the screen
To receive input from the keyboard
28
29
Multiple Choice
How does the chr() function help in building up a string from user input according to the algorithm shown?
It converts denary codes to characters and appends them to a string
It converts characters to denary codes
It sorts the string alphabetically
It removes spaces from the string
30
Drag and Drop
31
32
Multiple Choice
What is the purpose of the ord() function in pseudocode?
a) It returns the next character in the alphabet.
b) It converts a number into a character.
c) It takes a character as a parameter and returns its denary (ASCII) code.
d) It prints text to the screen.
33
34
Fill in the Blanks
35
36
37
Multiple Select
Which of the following are reasons for the development of the extended ASCII code (Choose three answers)?
Need for more characters to support foreign languages
Need for more mathematical symbols
To reduce the number of printable characters
To accommodate special symbols for drawing pictures
38
39
Multiple Choice
Unicode can represent more characters than ASCII.
True
False
40
Multiple Choice
What problem did the Unicode Consortium aim to solve, and how does Unicode address this problem?
It aimed to solve the problem of limited color depth in images by introducing more colors.
It aimed to solve the problem of multiple versions of ASCII by developing a universal standard for text representation.
It aimed to solve the problem of image resolution by increasing the number of pixels per inch.
It aimed to solve the problem of file size by compressing text files.
41
Multiple Choice
Why was Unicode developed?
To replace binary code
To provide a universal character set for all languages
To improve internet speed
To reduce file sizes
42
Multiple Select
Select three answers:
All of the major languages/symbols/characters can be represented by Unicode because it uses a minimum of 16 bits/more bits/32 bits/65536 characters
Unicode can represent all/more characters/any language whereas ASCII can only represent English/Latin/128 characters/doesn’t have enough characters
Unicode can represent all characters because it uses 16 bits/2 bytes /more bits instead of 8 bits/1 byte
Unicode uses fewer bits than ASCII, and Unicode is faster to type than ASCII.
43
44
Multiple Choice
Image resolution refers to:
The number of colours
The file format
The number of pixels (width × height)
The bit depth
45
46
Multiple Select
Which of the following statements about pixels and resolution is/are correct (choose three answers) ?
A pixel is the smallest single point of color in a graphic image.
Resolution refers to the number of pixels per inch when an image is displayed.
Higher resolution means fewer pixels per square inch.
Lower resolution images show less detail.
47
48
Fill in the Blanks
49
50
51
Multiple Choice
If 1 bit is used to represent each pixel, how many different colors can be displayed in the image?
1
2
8
256
52
53
54
Multiple Choice
Which formula is used to calculate the file size of a bitmap image?
Width × Height × Colour depth
Width + Height + Colour depth
Width × Height ÷ Colour depth
Width + Height × Colour depth
55
56
57
Multiple Choice
Which characteristics of a sound wave determine its loudness and pitch?
Amplitude and frequency
Wavelength and speed
Amplitude and wavelength
Frequency and speed
58
59
Multiple Choice
What does analogue recording represent?
a) Changes in binary code
b) Continuous changes in air pressure caused by sound waves
c) Data stored as 1s and 0s
d) Voltage changes represented in bits
60
Multiple Choice
The changes in voltage in analogue recording are directly:
Opposite to air pressure
Proportional to the changes in air pressure
Random to air pressure
Unrelated to air movement
61
Multiple Choice
What causes a speaker’s diaphragm to vibrate in analogue playback?
Voltage reduction
Amplified voltage changes
Sound compression
Quantised bits
62
63
64
Multiple Choice
What term means increasing the strength of a sound?
Sampling
Amplification
Quantisation
Resolution
65
Multiple Choice
Which medium is mentioned as an example of analogue sound storage?
Compact disc
Flash drive
Vinyl record
SD card
66
Fill in the Blanks
67
Multiple Select
Which of the following statements are true about digital recording?
Digital recordings use a series of sound 'snapshots' called samples.
Continuous change can be represented by a digital stream.
Sound data must be represented as streams of 1s and 0s.
Sampling is the process of taking measurements of a sound wave at regular intervals.
68
69
Multiple Choice
What does each vertical line in the sound wave diagram represent?
One waveform
One sample of the sound
One bit
One frequency
70
71
Multiple Choice
Digital sound recordings can be easily edited, copied, and shared on different digital media.
True
False
72
Multiple Choice
Which of the following is not an advantage of digital sound recording compared to analogue recording?
a) It is easily copied.
b) It can be edited using computer equipment.
c) It does not physically deteriorate with use.
d) It always has higher accuracy than analogue recording.
73
74
75
Multiple Choice
The number of bits used per sample is called:
Sampling rate
Resolution rate
Bit depth (or sample resolution)
File rate
76
Match
Match the following
Can be easily copied or transferred between digital devices
To get worse over time, though digital files do not physically do this
The degree of similarity between the original sound and the recorded sound
Converts digital sound data back into an analogue wave
Converts sound waves into a digital stream of 1s and 0s
Portable
Deteriorate
Fidelity
Digital-to-Analogue Converter (DAC)
Analogue-to-Digital Recorder (ADR)
Portable
Deteriorate
Fidelity
Digital-to-Analogue Converter (DAC)
Analogue-to-Digital Recorder (ADR)
77
78
Multiple Choice
File size of a sound file depends on:
Sampling rate, bit depth, and duration
Screen resolution
Character encoding
File extension
79
80
81
82
83
84
Multiple Choice
What is the purpose of using an industry standard like ASCII code in computers?
To ensure data can be exchanged between different computers and manufacturers
To increase the speed of data processing
To reduce the size of computer hardware
To improve the quality of images displayed
85
Match
Match the following
Assigning binary values to sampled signals
Number of samples per second
Number of bits used for each sound sample
Measuring the amplitude of an analogue signal at regular intervals
Quantisation
Sample rate
Sample resolution
Sampling
Quantisation
Sample rate
Sample resolution
Sampling
86
Drag and Drop
87
Dropdown
Show answer
Auto Play
Slide 1 / 87
SLIDE
Similar Resources on Wayground
85 questions
Let's Chat (L & S) L4 F4
Presentation
•
9th - 10th Grade
79 questions
The Civil War
Presentation
•
11th Grade
81 questions
Unit 8 Respiratory System Lecture
Presentation
•
10th Grade
81 questions
Napoleon Honors
Presentation
•
10th Grade
84 questions
Geocentric Model vs Heliocentric Model
Presentation
•
KG
84 questions
F4 Ready For Anything L17
Presentation
•
9th - 10th Grade
86 questions
Photosynthesis
Presentation
•
10th Grade
82 questions
Marine Science Ch 3
Presentation
•
9th Grade
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade
Discover more resources for Computers
50 questions
STAAR English 2 Review
Quiz
•
10th Grade
20 questions
Figurative Language Review
Quiz
•
10th Grade
20 questions
Grammar
Quiz
•
9th - 12th Grade
31 questions
Easter Trivia
Quiz
•
KG - 12th Grade
16 questions
Circles - Equations, Central & Inscribed Angles
Quiz
•
9th - 12th Grade
46 questions
Unit 4 Geosphere Test Review
Quiz
•
9th - 12th Grade
10 questions
Calculating Surface Area of a Triangular Prism
Interactive video
•
6th - 10th Grade
20 questions
Central Angles and Arc Measures 2
Quiz
•
10th Grade