0% found this document useful (0 votes)
4 views5 pages

CL Mock Exam

The document outlines a mock exam scheduled for December 18, 2022, consisting of three parts: Multiple Choice, Fill in the Blanks, and Short Questions, totaling 70 marks. Students are given 40 minutes to complete the test, which includes questions on computer components, programming concepts, and definitions. Each section has specific marking criteria and instructions for answering.

Uploaded by

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

CL Mock Exam

The document outlines a mock exam scheduled for December 18, 2022, consisting of three parts: Multiple Choice, Fill in the Blanks, and Short Questions, totaling 70 marks. Students are given 40 minutes to complete the test, which includes questions on computer components, programming concepts, and definitions. Each section has specific marking criteria and instructions for answering.

Uploaded by

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

CL Mock Exam on 18/12/2022

Make sure to write ALL the answers for the questions.

This test has 3 parts. The MC part, the short questions and the

Fill in the blanks. This test has a total mark of 70.

You are given 40 minutes to do this test.

MC /20

Fill in the blanks /30

Short Questions /20

Total /70

Part A. Multiple Choice (20m @2m per answer)

1. Which is not a type of a computer?


A. Desktop computer
B. Tablet
C. POM Terminal
D. ATM _____

2. Which of the following is/are the functions of overclocking devices?


A. It makes the device more heated
B. It makes the device go faster
C. It cools down the device
D. It reduces battery usage
(i) A and B
(ii) A and C
(iii) B and C
(iv) All of the above _____

3. A register is a component of a CPU, which is the functions of it?


A. Storage capacity is small
B. Data is locked privately and safely
C. Data can be accessed very quickly
D. None of the above _____

4. The clock rate affects the processing rate of a computer. By what unit
is it counted with?
A. MHz
B. MHu
C. BHz
D. DHz _____

5. With reference to the above question, by what unit is word length


counted with?
A. 8-bit
B. 124-bit
C. 64-bit
D. 44-bit _____

6. Scratch is a online/offline tool. We can use it to


A. Train our computational thinking
B. Play online games
C. Make our own games
D. Boost creativity
(i) A and B
(ii) B and D
(iii) A and C
(iv) All of the above _____

Read the following script and answer questions 7,8,9.

When green flag clicked


Erase all
Pen down
{Repeat 2 times
{Repeat 4 times
Move 100 steps
Turn right 90 degrees}
Turn right 180 degrees}

7. What is the use of the Pen down and Erase all ?


A. Restarting
B. Initialization
C. Booting up
D. None of the above _____

8. What shape will be drawn after I click the green flag?


A. Two circles
B. Two hexagons
C. Two squares
D. Two octagons _____

9. What can I do if I want to delete one of the shape I made?


A. Delete Pen down
B. Delete Erase all
C. Delete Repeat 2 times, turn 180 degrees
D. Delete When green flag clicked

10. What does Move ? steps do?


A. Change the certain x number
B. Change the certain y number
C. Change both x and y numbers
D. Does nothing at all

Part B. Fill in the blanks (30m @3m for each answer)

1. The motherboard acts like a _____________ circuit board to hold


many important _______________
2. The storage devices are made for keeping _____________.
3. The CPU is responsible for ____________, interpreting, and
_____________ information.
4. A loop is a _____________ of a set of actions.
5. A broadcast is a block that carries a ____________ that triggers
different blocks which can be used to achieve ______________.
6. The number of times of inner action is found by ________________
the number of ____________ loops and outer loops.

Part C. Short Questions (20m @2-4 marks for each answer)


(Grab yourself a piece of paper.)

1. What is the definition of parallelism ? (3 marks)


2. What is the definition of a bug? (2 marks)
3. What is the usage of coordinates? (3 marks)
4. Why do we need to use initialization? (3 marks)
5. How much do I need to turn when I need to draw a pentagon? (2
marks) Answer in degrees.
6. What does the pen up function do? (2 marks)

Read the following script.


Define triangle Define rectangle
Erase all Erase all
Pen down Pen down
{Repeat 3 times {Repeat 2 times
Move 100 steps Move 200 steps
Turn right 120 degrees} Turn right 84 degrees
Wait 0.1 second
Move 100 steps
Turn right 90 degrees}
When green flag clicked
Erase all
Pen down
Triangle
Turn 90 degrees
Rectangle

7. What is the use of the function block? (3 marks)


8. There is one mistake made in the script. Find it out and correct it on
top of that word(s). (2 marks)

***END OF CL MOCK EXAM***

You might also like