Be4Pspsm21920

Be4Pspsm21920

1st - 5th Grade

10 Qs

Student preview

quiz-placeholder

Similar activities

Google spreadsheets

Google spreadsheets

4th - 5th Grade

9 Qs

Computer Coding Quiz

Computer Coding Quiz

2nd - 8th Grade

15 Qs

Week#5 Grade 3 Recapping for the previous lesson

Week#5 Grade 3 Recapping for the previous lesson

3rd Grade

9 Qs

Wadebridge School - Algorithm & Python

Wadebridge School - Algorithm & Python

1st - 2nd Grade

10 Qs

Computer Quiz

Computer Quiz

5th - 6th Grade

15 Qs

for---Loop

for---Loop

3rd Grade - University

13 Qs

Computer Systems - Devices

Computer Systems - Devices

KG - 2nd Grade

12 Qs

Data Security

Data Security

5th - 10th Grade

10 Qs

Be4Pspsm21920

Be4Pspsm21920

Assessment

Quiz

Created by

Anwar Majdi

Computers

1st - 5th Grade

7 plays

Hard

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

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?