BEFORE UPS2 - D2T6

BEFORE UPS2 - D2T6

University

10 Qs

quiz-placeholder

Similar activities

Python introduction

Python introduction

University

15 Qs

PYTHON BASICS PART 1

PYTHON BASICS PART 1

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Python Numpy

Python Numpy

University

11 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

DC024 QUIZ

DC024 QUIZ

University

11 Qs

Conditionals Unit Quiz

Conditionals Unit Quiz

9th Grade - University

15 Qs

Questions for 27

Questions for 27

University

9 Qs

BEFORE UPS2 - D2T6

BEFORE UPS2 - D2T6

Assessment

Quiz

Computers

University

Medium

Created by

TUAN BM

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.  Write a program that display a message “Play Basketball” if age is younger than 16 and height is over than 76 inches and all others are told “More information needed”.

selection

sequence

repetition

IPO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.A factory worker is paid based on the total working hours of RM 2.50 per hour. 10% of the total salary will be deducted for contribution to KWSP. Prepare the monthly nett salary of the factory worker.

SEQUENCE

FLOWCHART

SELECTION

REPETITION

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.  Print the integers from 1 to 20 using a while loop and the counter variable x has been declared, but not initialized. Print only 5 integers per line.

SELECTION

PSUEDOCODE

REPETITION

SEQUENCE

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

4.Create a program to help user calculate total paid if you buy apples and grapes based on the given cost below :

Apple      :RM 4.00 per kg

                                Grapes   :RM 7.00 per kg

Read kg

Read apple,grapes

Read total paid

Read kg apple,kg grapes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.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

total amount=1.45 * save

total amount=days * 1.45

total amount = day * save

total amount=total * 1.45

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

6.Program that asks the user to input two numbers.  If the first number entered is greater than the second number, the program should print the message “The first number is greater.” ; else it should print the message “ The first number is smaller.”

Print number is smaller

print the first number is greater,the first number is smaller

print "the first number is greater","the first number is smaller"

print" the first number is greater" OR "the first number is smaller"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.Program to compute and display a person’s weekly salary as determined by the following conditions: If the hours worked are less than or equal to 40, the person receives RM12.00 per hour; otherwise, the person receives RM480.00 plus RM18.00 for each hour worked over 40 hours.  The program should request the hours worked as input and display the salary as output.

if (hour <=40)

hour=hour * salary

else

salary=18.00 * hour

print "salary"

print salary

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?