Search Header Logo
CS MOCK PAPER REVIEW

CS MOCK PAPER REVIEW

Assessment

Presentation

Computers

11th Grade

Medium

Created by

Fab Lab

Used 1+ times

FREE Resource

18 Slides • 46 Questions

1

media
media

Theory & Coding

MOCK JANUARY 2024 – REVIEW POINTS

2

Multiple Choice

Question image

For any device attached to a network, which communicates and sends/receives data across the network - it has TWO unique numbers associated with it.


What is the name, or term given to the number on the TOP of this image - 9C-35-5B-5F4C-D7 - which uniquely identifies this hardware?

1

domain name

2

Ethernet address

3

IP address

4

MAC address

3

media
media
media
media
media

Q1

Computer Systems

4

media
media
media
media

Question 1F

Utility software is a type of system software used
for maintaining and managing a computer system. (MM)

An Operating System has built-in utilities but
users can install more utilities as well.
Operations covered by utility software include:

5

media
media

4

Features of von Neumann architecture

An instruction is fetched, decoded and executed on every clock tick. The faster the processor, the faster this
happens.
A computer using von Neumann is one where:

1.Data and instructions are stored in the same memory (known as a 'stored program').
2.Program instructions are carried out one at a time by the processor using the 'fetch-decode-execute' cycle.
3.The processor has a control unit and an arithmetic & logic unit
4.Data can be processed from input devices (e.g keyboards) and sent to output devices (e.g. screens)
5.Data and programs can be stored on secondary storage (for long-term storage)

6

Multiple Select

Which of these are a type of bus that connects internal components?

1

Data bus

2

Address bus

3

Control bus

4

Venga bus

7

Multiple Choice

Maximum number of addressable locations in an address bus with 8 lines?

1

256

2

64

3

8

4

800

8

media
media
media
media

Question 2

5

How networks are made from 'layers' of technology
You have probably realised that networks are made up of
lots of different parts – from web browsers to switches to
cables and microwaves. These different parts exist on
different ‘layers’ that know how to talk to each other.

9

media
media
media
media
media

7

What a network layer is
A 'layer' is a division of network functionality. It is any 'hardware'
or 'software' that data travels through on a network
You need to learn the above paragraph by heart!
The sender will send data down the layer stack from 4 to 1. At
the recipient end, the data goes back up from layer 1 to 4:

10

Match

Match the following topologies to their diagrams

Bus Topology

Mesh Topology

Star Topology

Ring Topology

11

Match

Match the following PDUs with their corresponding layer of the OSI Model

Physical Layer

Data Link Layer

Network Layer

Transport Layer

Application Layer

Bit

Frame

Packet

Segment

Data

12

Multiple Choice

What is a protocol?
1
Any peripheral device
2
A person that uses a client
3
Rules for networks and communications
4
A circuitboard with the components to send/receive data

13

Multiple Choice

What is TCP used for?
1
To send information across the internet in packets
2
To ensure that information is sent to the correct computer
3
To send mail across the internet
4
To transmit webpages across the internet

14

Open Ended

BONUS: Tell me why knowing these models are important in understanding a network.

15

media
media
media

8

Key terms: LAN, WAN, MAC address

A LAN is a local area network. It covers small geographic
area. When joined together, for example using public
telecommunications equipment, they form a WAN (wide
area network). The biggest WAN in the world is....The
Internet.
Every network device has a MAC (media access code).
This unique number is used by a device to address data to
another specific device on a local network.

The 'about' section of a mobile phone will show the MAC
addresses used by its WiFi and Bluetooth adaptors.
If you get someone to tell you the first three parts of the
MAC address then you can use websites like thisto be able
to find out who manufactured the phone.

16

media
media
media
media
media

9

The impact of security breaches

The impact of a single security breach can be far-reaching. For example,
if customer data is stolen then this can result in:
Customer's financial data is used for fraud
Identity theft of the customer
Business closure owing to systematic data loss, e.g. via ransomware
Fines levied on the business for breaching data protection laws
Loss of reputation for the business
Loss of possible future custom as customers decide to go elsewhere.
Blackmail
In the case of data loss or disruption, the complete destruction of a
business

17

media
media
media
media
media
media

Question 3

11

What malware is

'Malware' means malicious software, that is is software
designed to disrupt or damage a computer system, e.g.
Encrypt data to extort money
False advertising
Data theft or modification
Disable or destroy hardware
Sending spam
Mining cryptocurrency for criminals

Malware game

18

Multiple Select

Select all of the physical methods of security from the list below:

1

Biometrics to access the computer

2

Biometrics to access the room the computers are stored in

3

Security Cameras

4

Account locking

19

Multiple Select

Select all of the software methods of security from the list below:

1

Passcode to log in to the computer

2

Key card to access the room

3

Access Levels

4

Firewall

20

Multiple Choice

Which type of security measure is: Pin code to access a computer room

1

Software

2

Physical

21

Multiple Choice

I want to be able to watch and montior exactly who is entering the computer rooms at school and make sure people accessing the room are only the people allowed to. Which would be the most effective way to do this?

1

Network access logs for the computers in the room

2

Security Camera inside and outside the room.

3

Key cards access to the door into the room.

4

Giving user accounts and passwords to only the people I allow to use the computers.

22

Multiple Choice

What is data theft?

1

Gain personal information such as credit card to do tax fraud and so on against the law

2

A piece of code or software that gives you free fake inforation to do nothing

3

A piece of code or software that just does nothing

4

Data theft? Never heard of it.

23

media
media
media
media
media
media

Question 4

13

In computer science, a record (also called a structure, struct, or compound data) is
a basic data structure. Records in a databaseorspreadsheet are usually called "rows".

24

Multiple Choice

Question image

A program contains a 2D array ("CUSTOMER") storing customer numbers, first names and surnames


What data is held in stored in CUSTOMER (2,3)?

1

Amrit

2

Kahn

3

Power

4

1003

25

Multiple Choice

Question image

Given the code, what is in values[2][1] ?

1

7.9

2

9.2

3

7.3

4

0.5

26

Multiple Choice

A collection of fields that describe one item

1

table

2

record

3

field

4

database

27

Multiple Choice

A sports club needs to store information about each member.  The individual information about each member is called a:
1
Field
2
File
3
Table
4
Record

28

media
media
media
media
media
media
media

4d Linear Search

14

Searching very important to know

29

Multiple Choice

Merge Sort
1
A sorting algorithm - example of a divide-and-conquer algorithm: 1) splits list in half (2nd sub-list should start at middle item). 2) keeps repeating step one on each sub-list until all the lists only contain one item. 3) merge pairs of sub-lists and sort the items into the right order. 4) repeat step 3 until you have merged all the sub-lists together.
2
File size = colour depth x number of pixels
3
erroneous, boundary, normal
4
Subroutines can be developed in isolation, independently or separately; Easier to discover errors/testing is more effective (than without a structure); Subroutines can be updated without affecting the overall program.

30

Multiple Choice

Using a binary search why will the number 9 never be found in the following list:
11, 8, 13, 9, 7, 3
1
It does not work on numbers
2
It only works on letters
3
The list is not in order

31

Multiple Choice

Question image
Which type of sort algorithm is this?
1
Insertion
2
Bubble
3
Merge

32

Multiple Choice

Question image

What would the list [9, 6, 12, 7, 3, 16, 10] look like after one iteration of the Bubble sort algorithm (smallest to biggest)?

1

[6, 9, 7, 3, 12, 10, 16]

2

[3, 9, 6, 12, 7, 16, 10]

3

[3, 6, 7, 9, 10, 12, 16]

4

[9, 6, 12, 3, 7, 16, 10]

33

Multiple Choice

Question image

What is the standard Scientific measurement for measuring algorithm efficiency?

1

Big-O notation

2

Scientific notation

3

Floating-point

4

Mbps

34

Multiple Choice

The following lists represent 3 passes of a sorting algorithm. Which algorithm is being used to sort the list?
 
4    5    9    6    2    7

4    5    6    2    7    9 
4    5    2    6    7    9
1
Bubble Sort
2
Selection Sort
3
Insertion Sort

35

media
media
media
media

4f Decomposition

15

36

media
media
media
media
media

4f Abstraction

16

The process of 'abstraction' can help designers and
programmers to prioritise which features of a
programme should be created first without getting
too bogged down with details.

37

Multiple Choice

What is an Algorithm?

1

Something a computer does to think

2

A series of steps and instructions with given inputs to produce an output

3

Some instructions

4

A series of steps and instructions with given outputs to produce an input

38

Multiple Choice

Which of these is NOT a computational thinking technique?

1

Coding

2

Algorithm Design

3

Decomposition

4

Pattern Recognition

39

Match

Match the following:

Why did O'Keefe paint Red Poppy?

Why did Klee paint Senecio?

Why did Kandinsky create Improvisatio

Why did Mondrian create Broadway Boog

Why did the Gutai Group create Work?<

To get people to slow down and look

To honor a famous comedian

To show a sea battle

To show love of New York City and music

To experiment in materiality

40

Multiple Choice

When designing a sat nav, would you keep or remove the location of your car
1
Keep
2
Remove

41

Multiple Choice

When creating a model of a cat, which of these can we leave out
1
Cats meow
2
Cats have 2 ears
3
Cats have long tails
4
Cats have 4 paws

42

Multiple Choice

You can use abstraction to replace specific objects with simple shapes
1
True
2
False

43

Multiple Choice

Which is an example of decomposition
1
Watching a mechanic repair a car
2
Looking how a car works and in detail at different parts
3
Looking at different car models for similarities
4
Looking at the steps needed to make a car

44

Multiple Choice

What is pattern recognition
1
Removing unnecessary details to simplify a problem
2
Planning clear steps to solving a problem
3
Breaking a problem down into more manageable chunks
4
Looking for similarities in problems

45

media
media

Divider

17

30/01/2024

ADD A FOOTER

46

media
media
media

Question 5

47

Multiple Choice

Question image
What is the missing value ? from this truth table for OR
 
1
1
2
0

48

Multiple Choice

Question image
What is this an example of?
1
Overflow error
2
8 bit binary addition

49

Multiple Choice

Convert the hexadecimal number C9 to binary
1
1100 1001
2
1100 1000
3
1100 1010
4
1100 0101

50

Multiple Choice

In a logical _____ shift we multiply by 2 for each shift place.
1
Left
2
Right
3
Right and Left

51

Multiple Choice

In a logical _____ shift we divide by 2 for each shift place.
1
Left
2
Right
3
Right and Left

52

Multiple Choice

Shift 01101000 to 3 places to the right
1
00110100
2
00001101
3
00011010

53

Multiple Choice

When we have a 'one-bit' colour, which are the only two binary numbers that are possibilities?
1
00 and 11
2
000 and 111
3
0 and 1
4
0000 and 1111

54

Multiple Choice

How many combinations are there for a '2 bit' colour?
1
8
2
4
3
16
4
32

55

Multiple Choice

Encrypt the word alphabet using a Caesar cipher with a shift of 3

1

DVSDULQV

2

DOOFOHDU

3

DOSKDEHW

4

DORQHBHV

56

media
media
media
media
media
media

Question 5

Convert binary (00000000 to 11111111) to hexadecimal (00 to FF)

57

Multiple Select

Choose two statements that are True about an arithmetic RIGHT shift operation ...

1

The MSB is always retained

2

The LSB is always lost

3

The MSB is shifted right

4

The LSB is always retained

58

Multiple Select

Choose two statements that are True about an arithmetic LEFT shift operation ...

1

The MSB is shifted left and out

2

A 0 is shifted in to become the LSB

3

The MSB is shifted right and out

4

A 0 is shifted in to become the MSB

59

media
media
media
media

Question 5

Not Just for interest: Compact Disc audio has a sample
interval of 44,100Hz and a sample size of 16-bits for each of
the two stereo channels. This that 2 x (44,100 x 16) =
1,411,200 bits are needed to represent every second of audio!
A very similar sounding MP3 audio file can reduce this to
128,000 bits per second (128 kbps) by using very clever data
compression techniques.

60

Multiple Choice

The number of samples taken per second is called the...................
1
Sample rate.
2
ADC rate.
3
Vertical rate.
4
Digital rate.

61

Draw

Draw an example of an analogue wave

62

Multiple Choice

Which of these equations will give you the size of a sample? (File)

1

(Number of samples per minute) x (Number of bits per sample) x (Length of sample in seconds)

2

(Number of samples per second) x (Number of bits per sample) x (Length of sample in minutes)

3

(Length of sample in seconds) x 4

4

(Number of samples per second) x (Number of bits per sample) x (Length of sample in seconds)

63

Multiple Choice

Question image
What is the ASCII code for ... A?
1
65
2
56
3
97
4
79

64

media

21

CODING QUESTIONS

media
media

Theory & Coding

MOCK JANUARY 2024 – REVIEW POINTS

Show answer

Auto Play

Slide 1 / 64

SLIDE