B4PrePSPM Set1

B4PrePSPM Set1

1st - 5th Grade

13 Qs

quiz-placeholder

Similar activities

Grade 4 ICT Computer memory and Logo Print

Grade 4 ICT Computer memory and Logo Print

4th Grade

10 Qs

Python 1

Python 1

1st Grade - University

17 Qs

APLIKASI KOMPUTER

APLIKASI KOMPUTER

1st Grade

18 Qs

Python syntax quiz

Python syntax quiz

1st - 4th Grade

15 Qs

Назначение клавиш клавиатуры

Назначение клавиш клавиатуры

1st - 5th Grade

10 Qs

Python Quiz (More Loops)

Python Quiz (More Loops)

KG - 6th Grade

9 Qs

TIC_EST_Semana_13

TIC_EST_Semana_13

3rd Grade

10 Qs

Review Quiz

Review Quiz

4th Grade

10 Qs

B4PrePSPM Set1

B4PrePSPM Set1

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Anwar Majdi

Used 7+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A contractor needs a program that calculate and displays the volume of rectangular swimming pool. This is selection control structure

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Start

Read book price.

Discount = book price x 0.15

price after discount = book price – Discount

Print price after discount

Stop

In Problems Analysis - the correct process is

Calculate Discount base on book price

Calculate dan display book price base on discount

Calculate Price After discount base on discount

Calculate Price After discount base on book price and discount

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A student had created a program that prompts the user for a measurement in meters and then converts it to centimeters and kilometers. Identify the correct statement in psuedocode

Read centimeter , kilometer

Print meter,centimeter

Read meter

Calculate meter base on kilometer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the step in problem solving based on the statement below.

Identify the data input, process and output for

the programme

Testing

Design Solution

Algorithm adn IPO

Problem Analysis

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the first 12 hours = RM 100 per hour.

Consequently = RM 50 per hour. Calculate the allowance.

The true statement below is

while(hour <=12)

if(hour < 12)

allowance = (hour-12) x 50 + hour x 100

allowance = (hour-12) x 50 + (12 x 100)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

John save RM 1.45 per day. The system will be allowing user to input number of days. Calculate and display the total amount he saves. The true statement is

total amount =total amount + day

total amount = day + 1.45

Read day

while(day < 1.45)

number=1

Read day

while(number < day+1)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a pseudocode for this

Start

Read price

A _________________________

total price = price + tax

B ___________________________

Stop

A(tax=price x tax) B (Print total price)

A= if(price < 2000) B= else

A(tax=price x 0.10) B (Print total price)

A- While(price <=2000) B- endwhile

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?