0% found this document useful (0 votes)
17 views4 pages

Computing

Uploaded by

Chanaki Perera
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)
17 views4 pages

Computing

Uploaded by

Chanaki Perera
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/ 4

LYCEUM INTERNATIONAL SCHOOL

Monthly Test – January 2019


Paper ­ 48 × 2
Subject : Computer Science Handwriting ­ 2 ×2
Class : 8…....... Total ­ 50 × 2

Duration : 1 period Date : .........................................


Candidate's name : ........................................................... Admission no : ..........................

Instructions :
1. Calculators are NOT allowed.
2. Use the given space to write the answers.
3. Ink all your answers and diagrams.

(1) Convert the following decimal number to binary using the division method.
24

[Total = 5 marks]

(2) Mark 'true' [] or 'false' []. Show the working for part (i).

(i) 01102 > 5


Working for part (i)
(ii) 1112 = 7

(iii) 01012< 19

(iv) 00012 = 1

(v) 10012 = 1001

[Total = 8 marks]

contd.....to page 2
2
Grade 8 Computer Science contd.....from page 1
(3) Convert the following decimal numbers to binary using the place value table (method 2).
Show the working clearly.

(i) 63

(8 marks)

(ii) 140

(5 marks)
[Total = 13 marks]

contd.....to page 3
3
Grade 8 Computer Science contd.....from page 2

(4) Convert the following binary number to decimal.


101102

[Total = 4 marks]

(5) Answer the questions with reference to the following algorithm.


Begin
Input no_1
Input no_2
Tot = no_1*5
Ans = Tot+ no_2
Output Tot
Output Ans
End
(i) List all the variables used in this algorithm.

(4 marks)
(ii) If no_1 = 7 and no_2 = 5, find the 'Tot' and 'Ans'. Show the working.

(4 marks)
[Total = 8 marks]
contd.....to page 4
4
Grade 8 Computer Science contd.....from page 3

(6) Write an algorithm to convert a monetary value given in US dollars (USD) to Sri Lankan
rupees (LKR). Display the value. The current exchange rate is 1 USD = 183 LKR

[Total = 10 marks]

END

Ref : NK

You might also like