B4PrePSPM Set1

B4PrePSPM Set1

1st - 5th Grade

13 Qs

quiz-placeholder

Similar activities

PYTHON 2 REVIEW

PYTHON 2 REVIEW

KG - 1st Grade

15 Qs

Python Basics

Python Basics

1st - 5th Grade

15 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

TECHFEST 2K21 (DEBUGGING)

TECHFEST 2K21 (DEBUGGING)

1st Grade

10 Qs

Grasshopper App Quiz

Grasshopper App Quiz

4th - 6th Grade

15 Qs

Python Conditional Statements Quiz

Python Conditional Statements Quiz

1st - 5th Grade

9 Qs

Designing a Calculator with LOGO

Designing a Calculator with LOGO

5th Grade

15 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?