0% found this document useful (0 votes)
462 views8 pages

1.2 Communication and Internet Technologies PDF

This document contains extracts from past exam papers for Cambridge Computer Science covering communication and internet technologies. It includes questions about serial vs parallel data transmission, uses of HTML, components of a URL, and matching computer terms to descriptions. The questions are multiple choice and involve topics like data transmission methods, HTML, URLs, and defining computer terms.

Uploaded by

hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
462 views8 pages

1.2 Communication and Internet Technologies PDF

This document contains extracts from past exam papers for Cambridge Computer Science covering communication and internet technologies. It includes questions about serial vs parallel data transmission, uses of HTML, components of a URL, and matching computer terms to descriptions. The questions are multiple choice and involve topics like data transmission methods, HTML, URLs, and defining computer terms.

Uploaded by

hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q1 2016-Nov, P12

3 (a) Explain what is meant by:

(i) Serial data transmission

...............................................................................................................................................

...............................................................................................................................................

...............................................................................................................................................

...........................................................................................................................................[2]

(ii) Parallel data transmission

...............................................................................................................................................

...............................................................................................................................................

...............................................................................................................................................

...........................................................................................................................................[2]

(b) A computer in a factory is connected to a printer. The printer is located in an office 1 km away
from the factory.

Identify which data transmission method would be most suitable for this connection.

.........................................................................................................................................................

Give two reasons for your choice.

1 ................................................................................................................................................

.........................................................................................................................................................

.........................................................................................................................................................

2 ................................................................................................................................................

.........................................................................................................................................................

.................................................................................................................................................... [3]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 1


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q2 2016-Nov, P12

10 (a) Describe what is meant by HTML.

……...................................................................................................................................................

……...................................................................................................................................................

……...................................................................................................................................................

……...................................................................................................................................................

……...................................................................................................................................................

.....................................................................................................................................................[3]

(b) The following URL is typed in:

http://www.cie.org.uk/ComputerSciencePapers

This URL is composed of three parts. State the part of this URL that is the:

File name ........................................................................................................................................

Protocol ....................................................................................................................................

Web server name .......................................................................................................................[3]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 2


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q3 2016-Nov, P13 Q3

3 Five computer terms and seven descriptions are shown below.


Draw a line to connect each computer term to its correct description.

[5]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 3


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q4 2016-June, P12

6 (a) Three descriptions of data transmission are given below.

Tick (✓) the appropriate box in each table to show the:


 type of transmission
 method of transmission

Description 1: Tick Tick


Type Method
() ()
Data is transmitted several bits at simplex serial
a fine time down several wires in
both directions simultaneously. half-duplex parallel

full-duplex

Description 2: Tick Tick


Type Method
() ()
Data is transmitted in one simplex serial
direction only, one bit at a time,
down a single wire. half-duplex parallel

full-duplex

Description 3: Tick Tick


Type Method
() ()
Data is transmitted one bit at a simplex serial
time down a single wire; the data
is transmitted in both directions half-duplex parallel
but not at the same time.
full-duplex
[6]

(b) Give two reasons why serial transmission, rather than parallel transmission, is used to connect
devices to a computer.

1 ……................................................................................................................................................

.........................................................................................................................................................

2 ......................................................................................................................................................

.....................................................................................................................................................[2]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 4


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q5 2016-June, P12

11 Describe the use of structure and presentation in a HTML document.

...................................................................................................................................................................

...................................................................................................................................................................

...................................................................................................................................................................

...................................................................................................................................................................

...................................................................................................................................................................

...................................................................................................................................................................

...................................................................................................................................................................

..............................................................................................................................................................[4]

Q6 2015-June, P12

5 Parity checks are often used to check for errors that may occur during data transmission.

(a) A system uses even parity. Tick (✓) to show whether the following three bytes have been
transmitted correctly or incorrectly

(b) A parity byte is used to identify which bit has been transmitted incorrectly in a block of data. The
word “F L O W C H A R T” was transmitted using nine bytes of data (one byte per character). A
tenth byte, the parity byte, was also transmitted. The following block of data shows all ten bytes
received after transmission. The system uses even parity and column 1 is the parity bit.

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 5


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

(i) One of the bits has been transmitted incorrectly. Write the byte number and column
number of this bit:

Byte number …......................................................................................................................

Column number ................................................................................................................[2]

(ii) Explain how you arrived at your answer for part (b)(i).

...............................................................................................................................................

...............................................................................................................................................

...............................................................................................................................................

.......................................................................................................................................... [2]

(c) Give the denary (base 10) value of the byte: 1 0 1 1 1 1 1 0

………………................................................................................................................................... [1]

(d) A parity check may not identify that a bit has been transmitted incorrectly.
Describe one situation in which this could occur.

.........................................................................................................................................................

.........................................................................................................................................................

................................................................................................................................................... [1]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 6


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q7 2015-Nov, P12

4 (b) (i) The following code shows HTML ‘tag’ pairs on either side of the text stating the colour that
each creates.

<font color “ # F F 0 0 0 0 “ > RED </font>


<font color “ # 0 0 F F 0 0 “ > GREEN </font>
<font color “ # 0 0 0 0 F F “ > BLUE </font>

<font color “ # X “ > YELLOW </font>


<font color “ # Y “ > MAGENTA </font>
<font color “ # Z “ > CYAN </font>

Yellow is a combination of red and green, magenta a combination of red and blue and
cyan a combination of green and blue.

State what 6-digit hexadecimal values should replace X, Y and Z in the above code.

X ........................................................................................................................................

Y .......................................................................................................................................

Z ...................................................................................................................................[3]

(ii) Describe how other colours, such as a darker shade of blue, are created.

...............................................................................................................................................

...............................................................................................................................................

...........................................................................................................................................[2]

(c) 1A – 16 – C5 – 22 – FF – FF is an example of a MAC address.

(i) Identify what the first six and last six hexadecimal digits represent.

First six digits ........................................................................................................................

...............................................................................................................................................

...............................................................................................................................................

Last six digits .........................................................................................................................

...............................................................................................................................................

.......................................................................................................................................... [2]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 7


ahmed_thakur@hotmail.com, 0300-8268885
CAMBRIDGE COMPUTER SCIENCE AHMED THAKUR

OL COMPUTER SCIENCE – 2210/01 TOPICAL PAST PAPERS


1.2 COMMUNICATION AND INTERNET TECHNOLOGIES

Q8 2015-June, P11

1 (a) State what is meant by the terms:

Parallel data transmission …...........................................................................................................

.........................................................................................................................................................

.........................................................................................................................................................

Serial data transmission .................................................................................................................

.........................................................................................................................................................

.................................................................................................................................................... [2]

(b) Give one benefit of each type of data transmission.

Parallel data transmission Benefit

.........................................................................................................................................................

.........................................................................................................................................................

Serial data transmission Benefit

........................................................................................................................................................

................................................................................................................................................…. [2]

AHMED THAKUR https://www.facebook.com/groups/OAComputers/ Page 8


ahmed_thakur@hotmail.com, 0300-8268885

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy