wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 4-HYE practice Quiz

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

A student types on the keyboard, but some keys are not working. Which part of the communication process is failing?

a)

Input

b)

Output

c)

Process

d)

None of the above

2.

Anan saved a photo on his computer. Is it hardware or software?

a)

Hardware

b)

Software

c)

Both

d)

None

3.

If you design a drawing software, what will it help users do?

a)

Play music

b)

Create drawings

c)

Watch videos

d)

Calculate numbers

4.

Riya has three files: holiday.jpg, project.pptx, song.mp3. Which one is music?

a)

holiday.jpg

b)

project.pptx

c)

song.mp3

d)

All of them

5.

You type a story in MS Word. This is an example of:

a)

Hardware

b)

Software work

c)

Feedback

d)

Noise

6.

Teacher shows PPT on projector. Identify software and hardware:

a)

MS PowerPoint, Projector

b)

Printer, Paper

c)

Mouse, Keyboard

d)

WhatsApp, Mobile

7.

Why do we need different file types like .jpg, .mp3, .pptx?

a)

To confuse users

b)

To save all data as one file

c)

To store different data types properly

d)

To reduce computer memory

8.

Student opens .pptx in Windows Media Player. What happens?

a)

It will play music

b)

It won’t open

c)

It will become video

d)

It will save as .jpg

9.

You design an app for learning numbers. Is it a hardware or software

a)

hardware

b)

..jpg

c)

software

d)

.mp3

10.

Student listens to lecture on headphones. Which part is the output device?

a)

Headphones

b)

Microphone

c)

Keyboard

d)

Mouse

11.

Code: when green flag clicked → move 10 steps. But nothing happens when sprite is clicked. Which block should be used?

a)

When this sprite clicked

b)

Repeat block

c)

Ask and wait

d)

Say Hello

12.

Code: when this sprite clicked repeat 5 say "Hello". Sprite only says Hello once. What is missing?

a)

Say block should be inside repeat loop

b)

Green flag block

c)

Answer block

d)

Move steps

13.

Code: ask "What is your name?" and wait say "Hello". Sprite doesn’t show typed name. Which block is missing?

a)

Answer block

b)

Repeat block

c)

When sprite clicked

d)

Move steps

14.

Predict output: repeat 3 say "Hi" for 1 sec

a)

Sprite says Hi once

b)

Sprite says Hi forever

c)

Sprite says Hi three times

d)

Sprite does nothing

15.

Sprite should move until it reaches the edge. Which block is used?

a)

Repeat until

b)

Forever

c)

Say block

d)

Answer block

16.

Code: when this sprite clicked move 15 steps say "Done". What happens when clicked?

a)

Nothing happens

b)

Sprite moves 15 steps and says Done

c)

Sprite only says Done

d)

Sprite moves forever

17.

Code: ask "How are you?" and wait say answer. If user types "Good", what does sprite say?

a)

Hello

b)

Good

c)

Hi

d)

Nothing

18.

Code: when green flag clicked repeat 10 move 10 steps. How many steps total?

a)

10

b)

50

c)

100

d)

Forever

19.

Student wants sprite to say Hello only when clicked. Which block is correct?

a)

When this sprite clicked

b)

When green flag clicked

c)

Repeat block

d)

Answer block

20.

Predict output order: when sprite clicked say "My name is Cat" wait 2 secs say "Goodbye"

a)

Only says Goodbye

b)

Says Cat, waits, then Goodbye

c)

Says Goodbye, then Cat

d)

Says both at same time

21.

Why is answer block important with ask and wait?

a)

To delete text

b)

To store user response

c)

To move sprite

d)

To change backdrop

22.

If two sprites should start at same time with green flag, which event block is used?

a)

When green flag clicked

b)

When sprite clicked

c)

Repeat block

d)

Answer block

23.

A scanner sends a picture to the computer, but the computer does not display it because of a system error. Which part of communication is failing?

a)

Process

b)

Output

c)

Input

d)

Wireless

24.

Your computer takes a long time to start because the Operating System is not loading correctly. Which type of software is causing the issue?

a)

Application Software

b)

System Software

c)

Utility Software

d)

Hardware

25.

A student wants to design a poster for “E-Safety Week.” Which software should they choose?

a)

Operating System

b)

Antivirus

c)

Application Software

d)

File Manager

26.

If a computer has no system software, but has many applications like games and drawing tools, what will happen?

a)

Applications will run faster

b)

Applications cannot run

c)

Files will open automatically

d)

Computer will start without problem

27.

A student saves a file as story.docx, but later wants to listen to it as music. Why will this not work?

a)

The file is too large

b)

The file type is for text, not audio

c)

The computer has a virus

d)

The operating system is slow

28.

A student wants the sprite to say “Hi!” when it is clicked, but it only speaks when the green flag is pressed.

Her script:

when green flag clicked

say "Hi!"

What should she change?

a)

Replace with “when sprite clicked

b)

Add a repeat block

c)

Add an ask and wait block

d)

Replace with answer block

29.

Rohan created the below given script:

when green flag clicked

say "What is your name?"

say answer

But the sprite just says the word “answer” instead of his name.

What is wrong?

a)

He must use “ask and wait” before using answer

b)

He should add a repeat block

c)

He needs sprite clicked block

d)

He must replace answer with say “Hello”

30.

A student wants this project:

  • When the green flag is clicked, the sprite should ask “What is your favorite fruit?”

  • The sprite should then say the student’s answer 5 times.

But the sprite says the word “answer” only once.
Which correction is needed?

a)

Use when space key pressed

b)

Replace “ask and wait” with “say”

c)

Add “repeat 5” around the say block

d)

Use sprite clicked instead of green flag