wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Rivision Question class IV

Total questions: 31

Worksheet time: 20mins

Name
Class
Date
1.

Which of the following is a function in code monkey?

a)

step

b)

turtle

c)

banana

d)

crocodile

2.

RAM stands for

a)

Random Access Modulator

b)

Random Access Memory

c)

Random Area Memory

d)

Random Area Modulator

3.

The button shown below is to _____________

a)

stop the program

b)

run the program

c)

reset the program

d)

refresh the program

4.

The short cut key to copy the document is_____________

a)

Ctrl + C

b)

Ctrl + V

c)

Ctrl + S

d)

Ctrl + P

5.

The function "Step -10" will make the monkey____________

a)

Step distanceTo

b)

Turn around

c)

Step forward

d)

Step backward

6.

__________________acts like a storage unit where we store our information.

a)

Sequence

b)

Variable

c)

Indexing

d)

Array

7.

The correct code for the diagram given in the left corner is

a)

b)

c)

d)

8.

Motherboard is found inside the _____________

a)

Monitor

b)

CPU

c)

RAM

d)

ROM

9.

All the following are the examples of internal hardware EXCEPT

a)

Monitor

b)

System Cooling Fan

c)

Network Interface Card

d)

RAM

10.

If you have an array of crocodiles that is crocodile[1], crocodile[2], crocodile[0] and crocodile[3], what is the first item in the array?

a)

Crocodile[0]

b)

Crocodile[1]

c)

Crocodile[2]

d)

Crocodile[3]

11.

The internal hardware that performs all the calculations and acts as the brain of the computer is called_________

a)

Hard disk

b)

Central Processing Unit

c)

Cooling fan

d)

Random Access Memory

12.

What should be the value of "d" for the monkey to collect all the bananas?

a)

20

b)

8

c)

24

d)

12

13.

Which of the following is not an example of a web browser?

a)

Google Chrome

b)

Microsoft Word

c)

Internet Explorer

d)

Mozilla Firefox

14.

Every task in a computer follows an __________ cycle.

a)

OPI

b)

POI

c)

IOP

d)

IPO

15.

Pema wanted to store her data temporarily in her computer. Which internal hardware is responsible to store the data temporarily?

a)

Motherboard

b)

CPU

c)

RAM

d)

Storage device

16.

The CPU is the (a)   of a computer.

17.

Any physical component that we can touch and see is called computer (a)   .

18.

Giving instructions to the computer is called computer (a)   .

19.

(a)   is the short cut key to shut down a computer.

20.

X= 10, is an example of (a)   .

21.

You and your best friend are using a computer for a school project and you notice that your friend is having neck pain and strained eyes. What measures will you suggest him in order to prevent the health issue? Mention THREE measures.

a)

Set the computer at eye level or slightly lower.

b)

sit on the floor and keep the computer above the head

c)

Take frequent short breaks and go for a walk.

d)

Do stretching exercises at your desk

22.

Use "for loop" function and write the code for the CodeMonkey challenge given below.

a)

b)

c)

d)

23.

Differentiate between Internal Hardware and External Hardware with TWO examples each.

4 lines
24.

What software did she use to create the document displayed above?

(a)  

25.

Mention TWO-character formatting applied in the above document.

a)

alignment

b)

Underline

c)
Highlight and Superscript
d)

Bold

26.

If you were the computer, how would you help your students that are using you? Mention THREE things that you would do as a computer. Choose Three answers

a)

keep safe online

b)

give updated information

c)

warn if something is risky

d)

shut down

27.

Your friend wants to post a picture with their home address in it. What would you say to them as a caring friend?

a)

Not to give many detail

b)

Not to post with address

c)

It is not safe to post

d)

It is good to post

28.

What is Function?

a)

code that performs a specific task

b)

numbers in the brackets

c)

it is like a container that stores data

d)

loop

29.

What is Variable?

a)

code that performs tasks

b)

A variable is like a storage unit. We store details in it and use it only when we need it.

c)

is a group of objects that shares a common name

d)

loop

30.

We know that a computer follows a cycle called IPO cycle. Look at the picture carefully, draw on the paper and write the full form of IPO

(a)  

31.

Study the CodeMonkey challenge given below and choose the correct code using "Array/Indexing" in the space provided.

a)

b)

c)

d)