ocr GCSE Computer Science J277/02 Question Paper and Mark Scheme June2023., Exams of Computer Science

ocr GCSE Computer Science J277/02 Question Paper and Mark Scheme June2023.

Typology: Exams

2023/2024

Available from 02/29/2024

Academicgenius
Academicgenius 🇬🇧

3.5

(22)

1.9K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ocr GCSE Computer Science J277/02 Question Paper and
Mark Scheme June2023.
Analogue sound signals are... - ansContinuous.
Cache Size - ansA part of the main store between the central processor and the rest of the memory. It
has extremely fast access, so sections of a program and its associated data are copied there to take
advantage of its short fetch cycle. The larger the size of the cache the more that can be copied and stored
here without having to go back to slower main memory (RAM), this has a significant impact on the speed
of processing. There are 3 levels of cache, 1 being the fastest but smallest, and 3 being the slowest but
the biggest.
Characteristics of storage - anscapacity, speed, portability, durability, reliability and cost
Clock Speed - ansdictates how many instructions the CPU can process each second, for example,
3.2GHz means 3.2 billion cycles per second.
Digital sound signals are... - ansDiscrete.
How do you work out file size? (bits) - anssample rate x bit depth x duration
How do you work out the bits per pixel? (For example 16 colours) - ans2 to the power of something. (For
example 2 to the power of 4 = 16)
How does the CPU work? - ansThe PC holds the address of the next instruction. It gets sent to the MAR,
then to the MDR, decoded by the CU, executed by the ALU, and stored temporarily in the ACC.
How many bits is extended ASCII? - ansExtended ASCII is 8 bits.
How many bits is standard ASCII? - ansStandard ASCII is 7 bits.
How many bits is Unicode? - ansUnicode is 16 bits.
Number of Cores - ansThe number of duplicate processors linked together on a single chip
RAM and ROM - ansTwo types of memory. RAM (Random Access Memory) is the main memory used
while the PC is working. RAM is temporary. ROM (Read Only Memory) is for information needed by the
PC and cannot be changed. RAM is volatile and the data is deleted when power is lost, and ROM is non-
volatile, which means data is kept on it when power is lost.
Recording quality improves when... - ansThe more frequently we sample the sound, and the more
accurately we record the wave height.
Sound is sampled using... - ansBit Depth and Sample Rate
What are bitmaps made up of? - ansPICture ELements, or pixels.
What are the benefits of compressing files? - ansSmaller files = fewer packets = faster transmission time.
Quicker to complete transmission.
Reduces download time.
What are the Main Components of a Computer? - ansInput/Output Devices, Main Memory and Secondary
Storage and the CPU.
What are the registers in the CPU? - ansProgram Counter (PC), Memory Address Register (MAR),
Memory Data Register (MDR) and Accumulator.
pf3

Partial preview of the text

Download ocr GCSE Computer Science J277/02 Question Paper and Mark Scheme June2023. and more Exams Computer Science in PDF only on Docsity!

Mark Scheme June2023.

Analogue sound signals are... - ansContinuous. Cache Size - ansA part of the main store between the central processor and the rest of the memory. It has extremely fast access, so sections of a program and its associated data are copied there to take advantage of its short fetch cycle. The larger the size of the cache the more that can be copied and stored here without having to go back to slower main memory (RAM), this has a significant impact on the speed of processing. There are 3 levels of cache, 1 being the fastest but smallest, and 3 being the slowest but the biggest. Characteristics of storage - anscapacity, speed, portability, durability, reliability and cost Clock Speed - ansdictates how many instructions the CPU can process each second, for example, 3.2GHz means 3.2 billion cycles per second. Digital sound signals are... - ansDiscrete. How do you work out file size? (bits) - anssample rate x bit depth x duration How do you work out the bits per pixel? (For example 16 colours) - ans2 to the power of something. (For example 2 to the power of 4 = 16) How does the CPU work? - ansThe PC holds the address of the next instruction. It gets sent to the MAR, then to the MDR, decoded by the CU, executed by the ALU, and stored temporarily in the ACC. How many bits is extended ASCII? - ansExtended ASCII is 8 bits. How many bits is standard ASCII? - ansStandard ASCII is 7 bits. How many bits is Unicode? - ansUnicode is 16 bits. Number of Cores - ansThe number of duplicate processors linked together on a single chip RAM and ROM - ansTwo types of memory. RAM (Random Access Memory) is the main memory used while the PC is working. RAM is temporary. ROM (Read Only Memory) is for information needed by the PC and cannot be changed. RAM is volatile and the data is deleted when power is lost, and ROM is non- volatile, which means data is kept on it when power is lost. Recording quality improves when... - ansThe more frequently we sample the sound, and the more accurately we record the wave height. Sound is sampled using... - ansBit Depth and Sample Rate What are bitmaps made up of? - ansPICture ELements, or pixels. What are the benefits of compressing files? - ansSmaller files = fewer packets = faster transmission time. Quicker to complete transmission. Reduces download time. What are the Main Components of a Computer? - ansInput/Output Devices, Main Memory and Secondary Storage and the CPU. What are the registers in the CPU? - ansProgram Counter (PC), Memory Address Register (MAR), Memory Data Register (MDR) and Accumulator.

Mark Scheme June2023.

What are the two character sets? - ansASCII and Unicode. What are the two main parts of the CPU? - ansThe control unit and the arithmetic logic unit. What are the two types of compression? - ansLossy and Lossless. What causes buffering? - ansIf the download speed is slower than the playback speed, buffering occurs. What does the ALU do in the CPU? - ansall calculations, such as simple addition and subtraction. What does the CU do? - ansDecodes instructions What file types are lossless compression? - ansPNG, ZIP, GIF FLAC/ALAC. What file types are lossy compression? - ansJPEG, MP3, MP4. What is a character set? - ansA character set is a set of letters, symbols and digits that can be represented by a computer. What is a DAC? - ansDigital to Audio Converter What is an ADC? - ansAnalogue to Digital Converter What is an embedded system? - ansAn embedded system is a computer implemented as part of a larger system. The embedded system is typically designed around a limited set of specific functions in relation to the larger product of which it's a component. It may consist of the same components found in a typical computer system, or it may be a microcontroller (an integrated chip with on-board memory and peripheral ports). Examples of embedded systems include network-attached printers, smart TVs, HVAC controls, smart appliances, smart thermostats, Ford SYNC (a Microsoft embedded system in vehicles), and medical devices. What is image resolution? - ansResolution is the concentration of pixels within a specific area. What is lossless compression? - ansCompression in which all the original data can be recovered when the file is decompressed What is lossy compression? - ansCompression in which some of the information is permanently eliminated What is metadata? - ansMetadata is data about data What is secondary storage? - ansSecondary storage is non-volatile, long-term storage. What is sound sample rate measured in? - ansHertz (Hz) = 1 sample per second What is the CPU thought as? - ansThe brains of the computer What is the fetch-decode-execute cycle? - ansIt's the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction requires, and carries out those actions. What is virtual memory? - ansa portion of the hard disk designated to function as additional RAM