AGM 1

AGM 1

10th Grade

10 Qs

quiz-placeholder

Similar activities

Elemente de Web design

Elemente de Web design

10th Grade

14 Qs

POST TEST PEMANFAATAN PERANGKAT LUNAK PENGOLAH PRESENTASI

POST TEST PEMANFAATAN PERANGKAT LUNAK PENGOLAH PRESENTASI

10th Grade

15 Qs

Defensive Design/ Robust Coding

Defensive Design/ Robust Coding

9th Grade - University

10 Qs

HTML PROGRAMMING

HTML PROGRAMMING

8th - 12th Grade

10 Qs

Kelas X - Algoritma Pemrograman

Kelas X - Algoritma Pemrograman

10th Grade

10 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

informática grado 10

informática grado 10

10th Grade

12 Qs

سين جيم تقن105_1

سين جيم تقن105_1

10th Grade

10 Qs

AGM 1

AGM 1

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

Azhar Noh

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1             Which of the following is NOT a flowchart symbol?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 2. LIVES is a variable used in a game. The following script is used within the game.
    SET “LIVES” TO 3

        REPEAT UNTIL “LIVES” = 0

          IF <ENTER KEY PRESSED?>, CHANGE “LIVES” BY -1

          IF <SPACE KEY PRESSED?>, CHANGE “LIVES” BY +1

        LOOP AGAIN

       

        When the game is played, the enter key is pressed 2 times, followed by the space key once.

           What is the final value for “LIVES”?

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
  1. 3 What does the following symbol represent in a flowchart?

Decision

Output

Process

Terminator

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4 X and Y are variables in a program.

What value will Y have when the following program is been run?

 

SET X TO 20

SET Y TO 10

IF Y<X THEN DECREASE Y BY 20

ELSE INCREASE Y BY 10

0

10

20

-10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5 P, Q and R are variables in a program.

What value will R have when the following program has been run?

 

SET P TO 20

SET Q TO 30

SET R TO 0

IF P > Q THEN INCREASE R BY 10

IF Q > P THEN DECREASE R BY 5

-5

0

5

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6 What is a variable?

An operator that test the relation between two data.

A computer memory that requires power to maintain stored data.

It is a memory location set aside to store data such as numbers.

A value which is used to compare stored data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7 Y and Z are variables in a program.

        What value will Y have when the following program has been run?

 

        SET Y TO 10. 

        SET Z TO 20.

        IF Y>Z THEN INCREASE Y BY 10

                              ELSE DECREASE Y BY 10

0

10

20

-10

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?