Be4Pspsm21920

Be4Pspsm21920

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

1st Grade

12 Qs

Year 5 - Computational thinking (GF)

Year 5 - Computational thinking (GF)

5th Grade

15 Qs

ICT - GRADE IV FINAL QUIZ

ICT - GRADE IV FINAL QUIZ

4th Grade

10 Qs

Computing and e-Safety

Computing and e-Safety

4th - 6th Grade

10 Qs

8 informatika english

8 informatika english

5th Grade

10 Qs

data security

data security

4th Grade

8 Qs

 😸 T3. Lesson 1: Getting User Input and Displaying Output

😸 T3. Lesson 1: Getting User Input and Displaying Output

4th Grade

14 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Be4Pspsm21920

Be4Pspsm21920

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Anwar Majdi

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

State the correct Psuedocode.

This program allows users to repeatedly enter number for 10 times. The program will only display number that is divisible by 5 and calculate its sum.

A

B

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The true psuedocode.

The program allows users to enter any numbers repeatedly. It will display only negative numbers. The program will stop when the user enters 0 .

A

B

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

State the correct Psuedocode.

Write the pseudocode using while loop to calculate y = 3x + x with the value of x ranging from 5 to 10 by the increment of 0.2.

A

B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

State the correct Psuedocode.

Based on the input of 150 integer numbers, calculate the sum of all odd numbers that has been entered.

A

B

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

State the true flowchart.

Create a program to determine whether

that integer is odd or even or zero

A

B

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

State the true flowchart.

Create a program to determine whether 10 integer entered by user is odd or even . y is equal to_______

number%2=0

number/2=0

integer%2=0

integer%2 != 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Calculate quantity of odd and even from 20 numbers entered by user.

State x and y

sumodd=sumodd +1, sumeven=sumeven+number

sumodd=sumodd +1, sumeven=sumeven+ integer

sumodd=sumodd +1, sumeven=sumeven+1

sumodd=sumodd +integer, sumeven=sumeven+number

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?