B4PrePSPM Set1

B4PrePSPM Set1

1st - 5th Grade

13 Qs

quiz-placeholder

Similar activities

Блиц по информатике

Блиц по информатике

1st - 11th Grade

18 Qs

แบบทดสอบหลังเรียน Python Basic

แบบทดสอบหลังเรียน Python Basic

4th Grade

16 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

M3L2 Quizz/Certificate

M3L2 Quizz/Certificate

1st Grade

15 Qs

PHP ม.3

PHP ม.3

1st Grade

16 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 Qs

Pascal Assessment

Pascal Assessment

3rd - 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?